:root {
  --gold: #b99764;
}

.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;
  font-family: poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--gold);
  text-decoration: underline;
}

.page-wrapper {
  background-image: url('../images/tree-half-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.hero-section {
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo-img {
  width: 500px;
}

.logo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.h3 {
  color: #b99764;
  text-align: center;
  letter-spacing: 4px;
  align-self: center;
  font-weight: 200;
}

.h3.white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}

.h4 {
  color: var(--gold);
  text-align: center;
  letter-spacing: 4px;
  align-self: center;
  font-weight: 200;
}

.h4.white {
  color: #fff;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 13px;
  align-self: center;
  font-weight: 200;
  line-height: 1.1;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 13px;
  align-self: center;
  font-weight: 200;
}

.bold-text {
  color: var(--gold);
  text-decoration: underline;
}

.line-spacer {
  border: 1px solid var(--gold);
  align-self: center;
  width: 1px;
  height: 4rem;
}

.footer {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: grid;
}

.sf-logo {
  width: 120px;
}

.number-ber-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.ber {
  width: 6.7em;
}

.footer-section {
  flex: 0 auto;
}

.body {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.reg-panel {
  z-index: 9999;
  float: right;
  color: #3b3b3b;
  text-align: center;
  object-fit: contain;
  background-color: #002429f5;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 25px 50px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.checkbox-label-2 {
  color: #fff;
  text-align: left;
  margin-left: -23px;
  padding-left: 0;
  font-weight: 200;
}

.allcaps {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

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

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

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

.check-copy {
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 0;
}

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

.field-label {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

.field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
}

.field.gold-shade {
  background-color: #ac9a7f;
  border-style: none;
  border-bottom-width: 0;
}

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

.ex-copy:hover {
  background-color: var(--gold);
}

.checkfield-copy {
  text-transform: none;
  padding-left: 0;
}

.paragraph {
  color: #fff;
  text-align: left;
}

.div-block-11 {
  position: relative;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b99765;
  border: 2px solid #b99765;
  border-radius: 4px;
  margin-top: 51px;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 400;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  background-color: #b9976500;
}

.button-2.fw {
  background-color: var(--gold);
  color: #063d46;
  border-style: none;
  width: 100%;
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-2.fw:hover {
  color: #fff;
  background-color: #fb408500;
  border-style: solid;
  border-color: #fff;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-weight: 200;
}

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

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

.bold-text-2 {
  font-family: poppins, sans-serif;
  font-weight: 500;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.reg-button {
  background-color: var(--gold);
  color: #063d46;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.reg-button:hover {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .h3.white {
    width: 40ch;
  }
}

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

@media screen and (max-width: 479px) {
  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .h3.white {
    width: 100%;
    line-height: 1.1;
  }

  .h1 {
    font-size: 36px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .button-2 {
    border-radius: 1px;
  }

  .reg-button {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
  }
}

#w-node-fa5f6a2d-549c-1ac1-e458-bd373e49d340-9cd555f3 {
  justify-self: center;
}

#w-node-d3b8e331-793b-d97d-ede6-d20123d65eb8-9cd555f3 {
  place-self: center;
}

#w-node-fa5f6a2d-549c-1ac1-e458-bd373e49d340-6fd2e210 {
  justify-self: center;
}

#w-node-d3b8e331-793b-d97d-ede6-d20123d65eb8-6fd2e210 {
  place-self: center;
}


