@font-face {
  font-family: Futuranewdemi;
  src: url('../fonts/FuturaNewDemi.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url('../fonts/Silka-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaNewMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuranewbook;
  src: url('../fonts/FuturaNewBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.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;
  margin-top: 0;
  font-family: Futura, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

.h3 {
  color: #b99764;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-self: center;
  max-width: 64ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, Arial, sans-serif;
  font-weight: 200;
}

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

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.sf-logo {
  align-self: center;
  width: 120px;
}

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

.footer-section {
  flex: 0 auto;
}

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

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

.allcaps {
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Futuranewbook, Arial, sans-serif;
  font-weight: 500;
}

.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: #b99764;
}

.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 {
  color: #fff;
  background-color: #b99764;
  border-style: none;
  width: 100%;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Futuranewbook, Arial, sans-serif;
  font-weight: 500;
}

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

.ber {
  width: 8.5em;
}

.spacer-med {
  align-self: center;
  width: 1px;
  height: 4rem;
}

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

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

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

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

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

.field {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
  font-family: Futuranewbook, Arial, sans-serif;
  font-weight: 500;
}

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

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

.reg-panel {
  z-index: 9999;
  float: right;
  color: #3b3b3b;
  text-align: center;
  object-fit: contain;
  background-color: #e2e2e2f5;
  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%);
}

.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;
}

.sorohan-logo {
  width: 220px;
}

.logo-img {
  width: 750px;
}

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

.bold-text-2 {
  font-weight: 500;
}

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

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

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

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

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

.logo-wrapper {
  flex-flow: column;
  align-self: center;
  display: flex;
}

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

.h4.white {
  color: #fff;
}

.page-wrapper {
  background-color: #3d3d4f;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

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

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

.sf-logo-wrapper, .form {
  flex-flow: column;
  display: flex;
}

@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) {
  .h3.white {
    width: 100%;
    line-height: 1.1;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .footer-section {
    flex: 1;
  }

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

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

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

  .h4.white {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 36px;
  }

  .body {
    background-color: #3d3d4f;
  }
}

#w-node-_731f651d-df70-0dca-7b3a-b4edd165a902-ca2a09b5, #w-node-_731f651d-df70-0dca-7b3a-b4edd165a907-ca2a09b5, #w-node-af9bb6a9-69bc-8e97-a39a-a035c19111c7-ca2a09b5, #w-node-_731f651d-df70-0dca-7b3a-b4edd165a902-99c14bc4, #w-node-_731f651d-df70-0dca-7b3a-b4edd165a907-99c14bc4, #w-node-af9bb6a9-69bc-8e97-a39a-a035c19111c7-99c14bc4 {
  justify-self: center;
}


@font-face {
  font-family: 'Futuranewdemi';
  src: url('../fonts/FuturaNewDemi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaNewMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuranewbook';
  src: url('../fonts/FuturaNewBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}