@font-face {
  font-family: Euclidflex;
  src: url('../fonts/EuclidFlex-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidflex;
  src: url('../fonts/EuclidFlex-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidflex;
  src: url('../fonts/EuclidFlex-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-colour: #93b7be;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-flow: column;
  min-height: 100vh;
  font-family: Euclidflex, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.page-wrap {
  background-color: var(--main-colour);
  background-image: url('../images/tree-bg-img.png');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.reg-head {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.check {
  border-width: 2px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.reg-panel {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #464b56eb;
  flex-direction: column;
  justify-content: flex-start;
  width: 650px;
  height: 100%;
  padding: 56px 53px 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.field {
  color: #000;
  border: 1px #000;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 10px;
}

.field.textarea {
  height: 65px;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
}

.priv-link {
  color: #eae6dd;
}

.priv-link:hover {
  color: #fff;
}

.reg-para {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.button {
  color: #1e3c35;
  background-color: #b09c6100;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #1e3c35;
  border-color: #6d6d6d;
}

.button.fw {
  color: #464b56;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.fw:hover {
  background-color: #ffffffa3;
}

.form-2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  background-color: #d42222;
}

.hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/tree-bg-img.png');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  align-self: center;
  max-width: 50vw;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1;
}

.top-banner {
  background-color: #81a5aa;
  flex-flow: column;
  display: flex;
}

.heading1 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 8rem;
}

.image {
  align-self: center;
  width: 21em;
}

.footer {
  background-color: #4a4f59b8;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 12vw;
  display: flex;
}

.mid-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-3 {
  align-self: center;
  width: 7.6em;
}

.image-4 {
  width: 6.7em;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: .5em;
  text-decoration: none;
}

.footer-wrapper {
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: center;
}

.button-register {
  color: #fff;
  text-align: center;
  background-color: #464b56;
  align-self: center;
  width: 11em;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button-register:hover {
  color: #fff;
  background-color: #5f6e77;
  border-color: #6d6d6d;
}

.dng-footer {
  flex-flow: column;
  display: flex;
}

.reg-subhead {
  font-size: 1vw;
  font-weight: 400;
}

.checkbox-label, .checkbox-label-2 {
  font-size: 1vw;
}

.heading-thanks {
  color: #fff;
  text-align: center;
  padding-left: 164px;
  padding-right: 164px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
}

.button-return-home {
  color: #eae6dd;
  text-align: center;
  background-color: #464b56;
  align-self: center;
  width: 12em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button-return-home:hover {
  color: #fff;
  background-color: #5f6e77;
  border-color: #6d6d6d;
}

.heading-2 {
  color: #fff;
}

.phone-number {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  text-decoration: none;
}

.image-6 {
  width: 6em;
}

.image-7 {
  width: 7.3em;
}

.image-8 {
  width: 7em;
}

.heading-3 {
  color: #fff;
}

.hero-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.spacer-6vh {
  height: 6vh;
  display: inline-flex;
}

.cgi-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-self: center;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.cgi-image {
  align-self: center;
  max-width: 100%;
}

.spacer-section {
  height: 6rem;
}

.text-span {
  color: #93b7be;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .reg-panel {
    transform: translate(100%);
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: contain;
  }

  .h1 {
    align-self: center;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.4em;
  }

  .body {
    font-size: 2vw;
  }

  .footer {
    justify-content: space-between;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .mid-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-4 {
    width: 4.2em;
  }

  .text-block {
    text-align: center;
    font-size: 1vw;
  }

  .reg-subhead {
    font-size: 2vw;
  }

  .checkbox-label, .checkbox-label-2 {
    font-size: 1em;
  }

  .heading-thanks {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.4em;
  }

  .phone-number {
    text-align: center;
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .reg-panel {
    width: 100%;
    transform: translate(100%);
  }

  .button {
    order: -1;
  }

  .hero {
    justify-content: center;
  }

  .button-register {
    order: 9999;
  }

  .reg-subhead {
    font-size: 3vw;
  }

  .button-return-home {
    order: 9999;
  }

  .hero-wrapper {
    flex: 1;
  }

  .spacer-6vh {
    display: none;
  }

  .cgi-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body {
    font-size: 3vw;
  }

  .footer {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-4 {
    width: 9em;
  }

  .text-block {
    font-size: 3vw;
  }

  .button-register {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dng-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 6vw;
  }

  .reg-subhead {
    font-size: 4vw;
  }

  .button-return-home {
    margin-top: 0;
    margin-bottom: 0;
  }

  .phone-number {
    font-size: 7vw;
  }

  .image-6 {
    width: 12em;
  }

  .image-7 {
    width: 11em;
    font-size: 4vw;
  }

  .image-8 {
    width: 14em;
  }

  .spacer-section {
    height: 4rem;
  }
}


@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}