@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap");
.inline-block {
  display: inline-block;
}

.d-flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.align-items-between {
  -ms-flex-pack: justify;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.align-items-center {
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.px-5 {
  padding: 0 5px;
}

.pr-0 {
  padding-right: 0;
}

.m-0 {
  margin: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.textRight, .text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.list-unstyled {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.position-relative {
  position: relative;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-400 {
  font-weight: 400;
}

.text-top {
  vertical-align: text-top;
}

.font-17 {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Inter";
}

.line-height-100 {
  line-height: 100%;
}

.mt-12 {
  margin-top: 12px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .font-17 {
    font-size: 14px;
    line-height: 24px;
  }
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-Bold.eot");
  src: url("../fonts/times/Times-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-Bold.svg#Times-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-BoldItalic.eot");
  src: url("../fonts/times/Times-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-BoldItalic.woff2") format("woff2"), url("../fonts/times/Times-BoldItalic.woff") format("woff"), url("../fonts/times/Times-BoldItalic.ttf") format("truetype"), url("../fonts/times/Times-BoldItalic.svg#Times-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Times-Italic.eot");
  src: url("../fonts/times/Times-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Times-Italic.woff") format("woff"), url("../fonts/times/Times-Italic.ttf") format("truetype"), url("../fonts/times/Times-Italic.svg#Times-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times/Roman/Times-Roman.eot");
  src: url("../fonts/times/Roman/Times-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/times/Roman/Times-Roman.woff2") format("woff2"), url("../fonts/times/Roman/Times-Roman.woff") format("woff"), url("../fonts/times/Roman/Times-Roman.ttf") format("truetype"), url("../fonts/times/Roman/Times-Roman.svg#Times-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  color: #231F20;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: -0.12px;
  font-weight: 300;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

button {
  cursor: pointer;
}

svg,
img {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
}

.btn-styled-removed {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.middle-content {
  min-height: 400px;
  padding-top: 130px;
}

.link-text a,
.link-text button {
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #231F20;
  position: relative;
  display: inline-block;
}
.link-text a:after,
.link-text button:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #221f1f;
  border-radius: 44px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.link-text a:hover:after,
.link-text button:hover:after {
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

textarea {
  resize: none;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times";
  font-weight: bold;
}

h2, .wc-txt, .card-title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.2px;
}

.page-title h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.15px;
}
.page-title h2 {
  font-size: 17px;
  line-height: 50px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
}

.page-title2 h1, .page-title2 .start-nj-home-addition-title {
  font-size: 70px;
  line-height: 1.21;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.stretched-link {
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.location-title {
  font-size: 17px;
  font-family: "Inter";
  letter-spacing: 0.12px;
  font-weight: 300;
  margin-bottom: 12px;
  font-style: normal;
}

.section-full-image img {
  display: block;
}

.opacity-0 {
  opacity: 0 !important;
}

video,
iframe {
  max-width: 100%;
}

.btn-black-bg {
  min-height: 45px;
  min-width: 139px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  background-color: #231F20;
  font-weight: 700;
  border: 1px solid #231F20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter";
}
.btn-black-bg:hover {
  background-color: transparent;
  color: #231F20;
}

.error-message {
  color: #F67A7A;
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
  display: none;
}

#errorMsgDiv {
  color: #F67A7A;
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
}

.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 99;
}

.image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.9);
  padding: 0 40px;
  width: auto;
}
.image-label h6 {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  font-family: "Inter";
}
@media (max-width: 1023px) {
  .image-label h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .image-label {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .location-title {
    font-size: 14px;
  }
  h2 {
    font-size: 47px;
    line-height: 52px;
  }
  .page-title h1 {
    font-size: 47px;
    line-height: 52px;
  }
  .page-title h2 {
    font-size: 14px;
    line-height: 45px;
  }
}
@media (max-width: 1440px) {
  h2, .wc-txt {
    font-size: 44px;
    line-height: 48px;
  }
  .page-title h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  h2, .wc-txt {
    font-size: 38px;
    line-height: 45px;
  }
  .page-title h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  h2, .wc-txt {
    font-size: 31px;
    line-height: 1.2;
  }
  .page-title h1 {
    font-size: 31px;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 25px;
  }
  .page-title h1 {
    font-size: 25px;
  }
  .middle-content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-title2 h1, .page-title2 .start-nj-home-addition-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 389px) {
  .image-label {
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .section-form .image-label span.image-label-heading {
    font-size: 14px;
    line-height: 24px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

figcaption strong {
  font-weight: bold;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  font-size: 17px;
  line-height: 1;
  font-family: "Inter";
  font-weight: 300;
  padding-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #231F20;
  color: #231F20;
  border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.form-control::-moz-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.form-control::-o-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.form-control::-ms-input-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.form-control option {
  font-size: 17px;
}

.input-wrap {
  position: relative;
}
.input-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231F20;
  display: block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s 1s;
  transition: -webkit-transform 1s 1s;
  transition: transform 1s 1s;
  transition: transform 1s 1s, -webkit-transform 1s 1s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.input-wrap.error:after {
  background-color: red;
}
.input-wrap.error .form-control::-webkit-input-placeholder {
  color: red;
}
.input-wrap.error .form-control::placeholder,
.input-wrap.error .form-control::-webkit-input-placeholder,
.input-wrap.error .form-control::-ms-input-placeholder,
.input-wrap.error .form-control:-ms-input-placeholder,
.input-wrap.error .form-control::-moz-placeholder,
.input-wrap.error .form-control:-moz-placeholder {
  color: red;
}
.input-wrap.error .form-control {
  color: red;
}
.input-wrap .form-control {
  border: none;
  padding-bottom: 20px;
}

.aos-animate .input-wrap:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  content: "";
  height: 7px;
  min-width: 13px;
  width: 13px;
  background-color: transparent;
  background-image: url("https://chapter-dev-endpoinnt.azureedge.net/public/assets/cdn/icons/ico-chevron.svg");
  background-size: 100% 100%;
  background-position: 50%;
  display: block;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

.btn-style-removed {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-submit {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 0;
  text-decoration: none;
  color: #231F20;
}

.btn-black {
  background-color: #231F20;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  text-decoration: none;
  color: #ffffff;
  min-width: 139px;
  min-height: 45px;
  border: 1px solid #231F20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  text-transform: initial;
}
.btn-black:hover {
  background-color: transparent;
  color: #231F20;
}

.btn-white {
  background-color: #ffffff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  text-decoration: none;
  color: #231F20;
  min-width: 139px;
  min-height: 45px;
  border: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.nice-select {
  border-radius: 0;
  height: auto;
  float: none;
}
.nice-select .current {
  color: #BDB8B8;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select .list {
  max-height: 323px;
  overflow: hidden;
  overflow-y: auto;
  width: calc(100% + 2px);
  margin-top: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid #231F20;
  border-top: none;
  left: -1px;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
}
.nice-select .list li {
  padding: 0 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nice-select .selected,
.nice-select .option:hover,
.nice-select .focus {
  color: #ffffff;
  background-color: #231F20 !important;
}
.nice-select.open .current {
  color: #231F20;
}

.custom-dropdown .nice-select {
  border: none;
  width: 100%;
  font-size: 17px;
  line-height: 1;
  font-family: "Inter";
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #231F20;
  color: #231F20;
  border-radius: 0;
  padding: 12px 0 23px;
}
.custom-dropdown .nice-select::-webkit-input-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.custom-dropdown .nice-select::-moz-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.custom-dropdown .nice-select::-o-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.custom-dropdown .nice-select::-ms-input-placeholder {
  letter-spacing: 0;
  color: #231F20;
}
.custom-dropdown .nice-select:after {
  border: none;
  background-image: url("../../images/icons/ico-chevron.svg");
  height: 7px;
  width: 12px;
  background-position: center center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
}
.custom-dropdown .nice-select option {
  font-size: 17px;
}
.custom-dropdown.update-selected-option .current {
  color: #231F20;
}
.custom-dropdown .option.disabled {
  cursor: not-allowed;
}
.custom-dropdown .nice-select .list:hover .option:not(:hover) {
  background-color: #f6f6f6 !important;
  color: #231F20;
}

@media (max-width: 1440px) {
  .form-control {
    font-size: 14px;
  }
  .form-control option {
    font-size: 14px;
  }
  .nice-select .list {
    font-size: 14px;
  }
  .custom-dropdown .nice-select {
    font-size: 14px;
  }
  .custom-dropdown .nice-select option {
    font-size: 14px;
  }
  .btn-submit {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .nice-select.open .list {
    font-size: 14px;
    line-height: 35px;
  }
  .nice-select.open .list .option {
    line-height: 35px;
  }
}
.section-client-success {
  padding: 95px 0 0;
}
.section-client-success .row {
  margin-left: 20px;
}
.section-client-success .phone-graphic-img {
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  padding: 0;
  min-height: 733px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-client-success .bg-image {
  max-width: 370px;
  background-size: contain;
  margin: 0 auto;
  min-width: 270px;
  min-height: 708px;
  width: calc(100% - 25px);
}
.section-client-success .content {
  max-width: 560px;
}
.section-client-success h2 {
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .section-client-success {
    padding: 60px 0 0;
  }
  .section-client-success .phone-graphic-img {
    min-height: 670px;
  }
  .section-client-success .bg-image {
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .section-client-success .row {
    margin: 0 -15px;
  }
  .section-client-success .row .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-client-success .row .col-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
    padding-bottom: 25px;
  }
  .section-client-success .row .col-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-client-success .content {
    max-width: 100%;
  }
  .section-client-success .phone-graphic-img {
    margin: 0 auto;
  }
}
.section-speak-to-expert {
  padding: 92px 0;
}
.section-speak-to-expert .section-title {
  padding-bottom: 62px;
}
.section-speak-to-expert .col {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.section-speak-to-expert .dash {
  background-color: #231F20;
  width: 10px;
  height: 2px;
  margin: 10px auto;
}
.section-speak-to-expert .content-wrap h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 6px;
  font-family: "Inter";
}
.section-speak-to-expert .content-wrap h5 {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0px;
  font-family: "Inter";
  font-weight: 400;
}
.section-speak-to-expert .content-wrap a {
  color: #231F20;
}

@media (max-width: 1023px) {
  .section-speak-to-expert {
    padding: 60px 0 22px;
  }
  .section-speak-to-expert .section-title {
    padding-bottom: 40px;
  }
  .section-speak-to-expert .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 35px;
  }
  .section-speak-to-expert .col-email {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-speak-to-expert .col-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-speak-to-expert .col-office {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-speak-to-expert .content-wrap h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-speak-to-expert .content-wrap h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

.body-header-submenu-active header {
  background-color: #ffffff !important;
  -webkit-transition: background-color 0.6s ease-in-out !important;
  transition: background-color 0.6s ease-in-out !important;
}

@-webkit-keyframes resetAnimation2 {
  0% {
    width: 58px;
  }
  50% {
    width: 65px;
  }
  100% {
    width: 58px;
  }
}

@keyframes resetAnimation2 {
  0% {
    width: 58px;
  }
  50% {
    width: 65px;
  }
  100% {
    width: 58px;
  }
}
header {
  padding: 40px 0 40px;
  -webkit-transition: background-color 0.3s, opacity 0.3s !important;
  transition: background-color 0.3s, opacity 0.3s !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
}
header .container {
  max-width: 100%;
  padding: 0 70px;
}
header .menu-btn-toggle {
  display: none;
}
header sup {
  font-size: 45%;
  margin-top: -0.6em;
}
header .login-url-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .col-logo {
  max-width: 273px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  line-height: 0;
}
header .logo {
  max-width: 142px;
}
header .mobile-login-url {
  display: none;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav ul li {
  padding: 10px 16px;
  position: relative;
}
header nav ul .menu-locations.active-submenu .header-full-submenu-wrap, header nav ul .menu-locations.active-footer-submenu .header-full-submenu-wrap {
  overflow-y: auto;
  max-height: 851px;
  height: 99vh;
}
header nav a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #231F20;
  letter-spacing: -0.16px;
  padding: 0;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
header nav a:hover {
  border-color: #231F20;
}
header nav .active {
  font-style: italic;
  font-weight: 700;
}
header .col-get-started {
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .col-get-started .login-url {
  padding-right: 35px;
  font-weight: 400;
}
header .col-get-started a {
  font-size: 17px;
  line-height: 21px;
  color: #231F20;
  font-weight: 700;
}
header .col-get-started .contact-url a {
  background-color: #231F20;
  color: #ffffff;
  min-width: 120px;
  display: inline-block;
  padding: 12px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}
header .col-get-started .contact-url a:hover {
  color: #231F20;
  background-color: transparent;
  border-color: #231F20;
}
header .login-menu-url .active-submenu .header-full-submenu-wrap {
  max-height: 427px;
}
header .login-menu-url .header-full-submenu {
  padding-bottom: 53px;
}
header .coming-soon-btn h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-color: #e1cdc0;
  padding: 3px 12px;
  display: inline-block;
  min-width: 111px;
  text-align: center;
  font-family: "Inter";
}

.header-sticky header {
  background-color: #ffffff;
}

.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: opacity 0.4s ease-in-out !important;
  transition: opacity 0.4s ease-in-out !important;
  min-height: 40px;
}
.announcement-bar * {
  color: #ffffff;
  letter-spacing: 0;
}
.announcement-bar p {
  font-weight: 400;
}
.announcement-bar .slick-slide {
  padding: 0 30px;
}

.header-full-submenu-wrap {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}
.header-full-submenu-wrap .header-full-submenu {
  padding: 115px 107px 2px;
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
}
@media (max-width: 1023px) {
  .header-full-submenu-wrap .header-full-submenu {
    border-color: transparent;
  }
}
.header-full-submenu-wrap .col {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 60px;
}
.header-full-submenu-wrap .col-first p {
  margin-bottom: 0;
}
.header-full-submenu-wrap h5, .header-full-submenu-wrap .location-submenu-heading {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: "Times";
  font-weight: 700;
}
.header-full-submenu-wrap h5 sup, .header-full-submenu-wrap .location-submenu-heading sup {
  font-size: 40%;
  margin-left: -4px;
}
.header-full-submenu-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.header-full-submenu-wrap .content {
  max-width: 522px;
}
.header-full-submenu-wrap .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 522px;
}
.header-full-submenu-wrap .card .col-first p {
  margin-bottom: 0;
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-image:after {
  background-color: rgba(35, 31, 32, 0.2);
}
@media (max-width: 1196px) {
  .header-full-submenu-wrap .card:not(.card-map):hover .card-image:after {
    background-color: transparent;
  }
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .arrow {
  border-color: #231F20;
  opacity: 1;
  -webkit-animation: resetAnimation2 0.3s;
          animation: resetAnimation2 0.3s;
}
@media (max-width: 1196px) {
  .header-full-submenu-wrap .card:not(.card-map):hover .card-content .arrow {
    width: 58px;
    -webkit-transform: none;
            transform: none;
  }
}
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .head,
.header-full-submenu-wrap .card:not(.card-map):hover .card-content .head:after {
  border-color: #231F20;
  opacity: 1;
}
.header-full-submenu-wrap .card .arrow {
  width: 58px;
  height: 2px;
  opacity: 1;
  position: relative;
  background: #231F20;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
}
.header-full-submenu-wrap .card .arrow .head,
.header-full-submenu-wrap .card .arrow .head:after {
  height: 2px;
  border-radius: 1rem;
  width: 10px;
  position: absolute;
  right: -3px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #231F20;
}
.header-full-submenu-wrap .card .arrow .head:after {
  content: "";
  border-color: #231F20;
  right: -4px;
  top: -4px;
  -webkit-transform: rotate(87deg);
          transform: rotate(87deg);
}
.header-full-submenu-wrap .card .card-click {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  border: none;
}
.header-full-submenu-wrap .card .card-image {
  max-width: 37.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.7%;
          flex: 0 0 37.7%;
  position: relative;
  height: 197px;
  padding: 0;
}
.header-full-submenu-wrap .card .card-image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.header-full-submenu-wrap .card .card-image img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.header-full-submenu-wrap .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-top: 0;
}
.header-full-submenu-wrap .card .max-width-256 {
  max-width: 256px;
}
.header-full-submenu-wrap .card-map .card-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1710px) {
  header .col-logo {
    max-width: 229px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media (max-width: 1660px) {
  header .container {
    padding: 0 60px;
  }
  header .col-logo {
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  header nav ul li {
    padding-left: 24px;
    padding-right: 24px;
    padding-inline: 16px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 80px 80px 3px;
  }
  header .login-menu-url .header-full-submenu {
    padding-bottom: 33px;
  }
}
@media (max-width: 1500px) {
  header nav ul li {
    padding: 0 14px;
  }
}
@media (max-width: 1440px) {
  header .container {
    padding: 0 40px;
  }
  header nav a {
    font-size: 14px;
    line-height: 17px;
  }
  header .col-get-started a {
    font-size: 14px;
    line-height: 24px;
  }
  header .col-logo {
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 60px 60px 3px;
  }
  header .login-menu-url .header-full-submenu {
    padding-bottom: 3px;
  }
}
@media (max-width: 1240px) {
  header .col-logo {
    max-width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  header nav ul li {
    padding: 0 12px;
  }
  header .col-get-started {
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}
@media (max-width: 1199px) {
  header .container {
    padding: 0 16px;
  }
  header nav ul li {
    padding: 0 7px;
  }
  header .col-get-started .login-url {
    padding-right: 20px;
  }
  header .col-get-started {
    max-width: 311px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }
  header .col-get-started .contact-url a {
    min-width: 118px;
  }
  .header-full-submenu-wrap .card .card-image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu {
    padding: 60px 30px 3px;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap {
    max-height: 1000px;
  }
  .header-full-submenu-wrap .col {
    margin-bottom: 30px;
  }
}
@media (min-width: 1201px) and (max-width: 1345px) {
  header .container {
    padding: 0 30px;
  }
  header nav ul li {
    padding: 0 9px;
  }
  header .col-get-started .login-url {
    padding-right: 20px;
  }
  header .col-get-started {
    max-width: 311px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 311px;
            flex: 0 0 311px;
  }
  header .col-get-started .contact-url a {
    min-width: 157px;
  }
}
@media (max-width: 1023px) {
  body:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header {
    padding: 29px 0;
    background-color: #ffffff !important;
  }
  header .menu-btn-toggle {
    display: block;
    position: fixed;
    top: 34px;
    padding: 5px;
    right: 15px;
    z-index: 9999;
  }
  header .menu-btn-toggle span {
    display: block;
    background-color: #231F20;
    width: 24px;
    height: 2px;
    border-radius: 44px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header .menu-btn-toggle span + span {
    margin-top: 4px;
  }
  header .header-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .mobile-login-url {
    display: block;
    border-top: 0.5px solid #231F20;
    padding-top: 18px;
  }
  header .col-logo {
    position: relative;
    z-index: 99;
  }
  header .col-nav {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header .col-get-started {
    max-width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    position: fixed;
    top: 24px;
    right: 65px;
    z-index: 999;
  }
  header .col-get-started a {
    padding: 9.5px;
  }
  header .col-get-started .login-url {
    display: none;
  }
  header .contact-url {
    padding-right: 50px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 100px 20px 20px 40px;
    z-index: 44;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.3s;
    transition: opacity 0.25s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.25s;
    transition: transform 0.3s, opacity 0.25s, -webkit-transform 0.3s;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav ul li {
    padding: 10px 0;
  }
  header nav ul li a {
    padding: 0;
  }
  header nav ul li a:hover {
    border-color: transparent;
  }
  header .menu-items-has-children {
    position: relative;
  }
  header .menu-items-has-children a {
    position: relative;
    display: inline-block;
  }
  header .menu-items-has-children a:after {
    content: "";
    display: block;
    background-image: url("../../images/header-images/right-arrow.svg");
    width: 7px;
    height: 12px;
    position: absolute;
    right: -14px;
    background-size: cover;
    background-position: center center;
    top: 3px;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  header .active-submenu a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-open:before {
    opacity: 1;
    z-index: 45;
  }
  .header-open .page-home header {
    background-color: #ffffff;
  }
  .header-open header .menu-btn-toggle span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .header-open header .menu-btn-toggle span:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .header-open header .menu-btn-toggle span:last-child {
    -webkit-transform: translateY(-6px) rotate(-225deg);
    transform: translateY(-6px) rotate(-225deg);
  }
  .header-open header nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
  }
  .header-open header nav ul {
    height: calc(100vh - 160px);
    overflow: hidden;
    overflow-y: auto;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap {
    height: auto;
    max-height: 100vh;
    padding-bottom: 20px;
  }
  .active-submenu .header-full-submenu-wrap {
    width: calc(100vw - 350px);
  }
  .header-full-submenu-wrap {
    top: 90px;
    left: 350px;
    overflow-y: auto;
    width: 0;
    max-height: 100%;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    height: 100%;
  }
  .header-full-submenu-wrap .header-full-submenu {
    min-width: calc(100vw - 350px);
  }
  .header-full-submenu-wrap .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header-full-submenu-wrap .card .card-image {
    max-width: 23.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    position: relative;
  }
  .header-full-submenu-wrap .card .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-full-submenu-wrap .card .card-content {
    max-width: 76.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.5%;
            flex: 0 0 76.5%;
  }
  .header-full-submenu-wrap .card .card-content .card-info {
    margin-bottom: 10px;
  }
  .header-full-submenu-wrap .card a:after {
    display: none;
  }
  .header-full-submenu-wrap .card-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-full-submenu-wrap .card-map .card-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 46%;
  }
  .header-full-submenu-wrap .card-map .card-image img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-full-submenu-wrap .card-map .card-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header-full-submenu-wrap .card-map .card-content h5, .header-full-submenu-wrap .card-map .card-content .location-submenu-heading {
    margin-bottom: 10px;
    text-align: center;
    max-width: 250px;
  }
  .header-full-submenu-wrap .card-map .card-content .card-info {
    margin-bottom: 0px;
  }
  .header-full-submenu {
    position: relative;
  }
  .header-full-submenu::before {
    content: "";
    display: block;
    height: 650px;
    width: 1px;
    background-color: #231F20;
    position: fixed;
    left: 350px;
    top: 203px;
  }
  .header-full-submenu,
  .header-full-submenu-wrap .header-full-submenu,
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu {
    padding: 30px 20px 80px;
  }
}
@media (max-width: 767px) {
  header nav {
    width: 100%;
    padding-top: 20px;
    top: 75px;
    padding-bottom: 100px;
    max-width: 100%;
  }
  header .container {
    padding: 0 20px;
  }
  header .col-logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header .logo img {
    max-width: 120px;
  }
  header .menu-btn-toggle {
    top: 32px;
  }
  header .contact-url {
    padding-right: 6px;
  }
  header .col-get-started {
    top: 28px;
  }
  header .col-get-started .contact-url a {
    line-height: 17px;
    min-width: 117px;
    padding: 5px;
  }
  header .active-submenu a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .announcement-bar {
    font-size: 14px;
    line-height: 17px;
  }
  .header-open header nav {
    overflow-y: auto;
  }
  .header-open header nav ul {
    height: auto;
  }
  .header-full-submenu-wrap .header-full-submenu,
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap .header-full-submenu,
  .header-full-submenu {
    padding: 0;
  }
  header nav ul .menu-locations.active-submenu .header-full-submenu-wrap,
  .header-full-submenu-wrap {
    padding-bottom: 0;
  }
  .header-full-submenu-wrap {
    top: 0;
    left: 0;
    min-width: auto;
    overflow-y: auto;
    position: relative;
    max-height: 0;
    -webkit-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  .header-full-submenu-wrap .col-first,
  .header-full-submenu-wrap .col-last {
    display: none;
  }
  .header-full-submenu-wrap .row .col {
    margin: 0;
  }
  .header-full-submenu-wrap .row .col + .col {
    margin-top: 30px;
  }
  .header-full-submenu-wrap .row .col:last-child {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .row .col.col-first + .col {
    margin: 0;
  }
  .header-full-submenu-wrap h5, .header-full-submenu-wrap .location-submenu-heading {
    margin-bottom: 12px;
  }
  .header-full-submenu-wrap p {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .card {
    min-height: 178px;
  }
  .header-full-submenu-wrap .card .card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.5%;
            flex: 0 0 35.5%;
    max-width: 35.5%;
    height: auto;
    padding-bottom: 52%;
  }
  .header-full-submenu-wrap .card .card-content {
    max-width: 64.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.5%;
            flex: 0 0 64.5%;
  }
  .header-full-submenu-wrap .card .card-content .card-info {
    margin-bottom: 0;
  }
  .header-full-submenu-wrap .card .card-content .coming-soon-btn {
    margin-top: 10px;
  }
  .header-full-submenu-wrap .header-full-submenu {
    min-width: 100%;
  }
  .header-full-submenu-wrap .header-full-submenu::before {
    display: none;
  }
  .mobile-login-url .col-first {
    display: block;
    padding: 18px 15px 24px;
  }
  .active-submenu .header-full-submenu-wrap {
    width: 100%;
    max-height: 1000px !important;
  }
}
@media (max-width: 575px) {
  .announcement-bar .container {
    padding: 0 10px;
  }
  .announcement-bar p {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  header .col-get-started {
    right: 55px;
  }
  header .col-get-started a {
    min-width: 110px;
  }
}
.black-text {
  color: #231F20;
}

.pearl-bg {
  background-color: #F9F4ED;
}

.pearl-bg2 {
  background-color: #Faf5ee !important;
}

.pearl-bg3 {
  background-color: #F3E3D8;
}

.dawn-pink-bg {
  background-color: #F2E2D7;
}

.light-pink-bg {
  background-color: #e1cdc0;
}

.light-pink-bg2 {
  background-color: #D7C3B6;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #231F20;
}

.light-green-text {
  color: #00B81F;
}

footer {
  padding: 30px 0 60px 0;
  width: 100%;
  background-color: #231F20;
  color: #ffffff;
  letter-spacing: 0;
}
footer a {
  color: #ffffff;
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  line-height: 30px;
  font-size: 17px;
}
footer .container {
  padding: 0 20px;
  max-width: 100%;
}
footer .footer-subscribe-section {
  border-top: 0.5px solid #Faf5ee;
  border-bottom: 0.5px solid #Faf5ee;
}
footer .footer-subscribe-section .email-address-section {
  padding: 30px 20px;
}
footer .dynamic-subscribe {
  font-weight: 700;
  color: #ffffff;
  font-family: "Inter";
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
footer form #Zc_SignupSuccess {
  font-size: 13px;
}
footer form #Zc_SignupSuccess h5 {
  font-size: 13px;
}
footer form h6, footer form .newsletter-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Inter";
}
footer form h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 6px;
  font-family: "Inter";
}
footer form .form-group {
  position: relative;
  margin: 0;
}
footer form .form-control {
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 14px;
  background-color: transparent;
  font-weight: 300;
  color: #ffffff;
  height: 46px;
  line-height: 35px;
  padding-right: 46px;
  font-size: 17px;
}
footer form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-o-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 1023px) {
  footer form .form-control {
    font-size: 14px;
    line-height: 17px;
  }
}
footer form .form-control:-webkit-autofill, footer form .form-control:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  background-image: none !important;
  -webkit-box-shadow: inset 0 0 0 1000px inherit;
  font-size: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
footer form .email-btn {
  background-color: #ffffff;
}
footer form button {
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ffffff !important;
}
footer form button img {
  max-width: 7px;
}
footer .quick-links {
  padding: 30px 0px;
  max-width: 350px;
  margin: 0 auto;
}
footer .quick-links h3, footer .quick-links .quick-links-heading {
  font-family: Inter;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
footer .quick-links .dynamic-sub-quick-links {
  padding: 0 9px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .quick-links .dynamic-sub-quick-links li {
  padding-inline: 12px;
  margin-bottom: 12px;
}
footer .trusted-by-section {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .trusted-by-section .line-trusted {
  font-family: "Inter";
  font-weight: 700;
  color: #ffffff;
  padding-top: 30px;
  display: inline-block;
  border-top: 0.5px solid white;
  min-width: 74px;
  display: block;
}
footer .trusted-by-section .symbol-section {
  margin: 0px 58px 12px;
  position: relative;
}
footer .trusted-by-section .symbol-section img {
  max-width: 100px;
  height: 74px;
  width: auto;
}
footer .trusted-by-section .symbol-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .trusted-by-section .symbol-section ul li {
  padding: 0 3px 6px 3px;
}
footer .trusted-by-section .symbol-section .feather-right {
  position: absolute;
  bottom: 15px;
  right: -58px;
  width: 34px;
  height: 74px;
}
footer .trusted-by-section .symbol-section .feather-left {
  position: absolute;
  bottom: 15px;
  left: -58px;
  width: 34px;
  height: 74px;
}
footer .trusted-by-section .trusted-rating-section {
  line-height: 0;
}
footer .trusted-by-section .trusted-rating-section img {
  padding-bottom: 20px;
}
footer .license-number-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  footer .license-number-section {
    margin-bottom: 45px;
  }
}
footer .license-number-section h5, footer .license-number-section .license-numbers-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
footer .license-number-section .license-number-cities {
  padding: 12px 14px 0 14px;
  max-width: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
footer .license-number-section .license-number-cities li {
  padding-inline: 12px;
  padding-bottom: 12px;
  position: relative;
}
footer .license-number-section .license-number-cities li + li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  height: 12px;
  width: 1px;
  background: #ffffff;
}
footer .license-number-section .license-number-cities li:last-child::after {
  display: none;
}
footer .license-number-section .license-number-cities li:nth-child(4)::after {
  display: none;
}
footer .license-number-section .license-number-cities li h2, footer .license-number-section .license-number-cities li .lic-city-name {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
footer .license-number-section .license-number-cities li h3, footer .license-number-section .license-number-cities li .license-number-city, footer .license-number-section .license-number-cities li .lic-number {
  font-family: Roboto Mono;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
footer .license-number-section::after {
  content: "";
  width: 74px;
  background-color: #ffffff;
  display: block;
  height: 1px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
}
footer .license-number-section::before {
  content: "";
  width: 74px;
  background-color: #ffffff;
  display: block;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  footer .license-number-section::before {
    display: none;
  }
}
footer .footer-contact-section {
  margin-bottom: 32px;
}
footer .footer-contact-section .contact-url a {
  background-color: #Faf5ee;
  color: #231F20;
  min-width: 183px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #231F20;
  font-size: 20px;
  line-height: 20px;
  min-height: 46px;
}
footer .footer-contact-section .contact-url a:hover {
  color: #ffffff;
  background-color: #231F20;
  border-color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-contact-section .contact-url a {
    font-size: 14px;
  }
}
footer .social-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .social-wrap ul li {
  padding: 0 17px;
}
footer .social-wrap ul li:first-child {
  padding-left: 0;
}
footer .social-wrap ul li:last-child {
  padding-right: 0;
}

.footer-intro-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 55px 0 55.38px 0;
  background-color: #faf5ee;
  color: #231f20;
}
.footer-intro-text a {
  text-decoration: underline;
  color: #231f20;
}
.footer-intro-text .container {
  padding: 0 20px;
  max-width: 100%;
}
.footer-intro-text .container .new-chapter-text {
  margin-bottom: 0;
}
.footer-intro-text .start-a-new-cahpter {
  max-width: 350px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text {
  width: 44px;
  margin-bottom: 24px;
  line-height: 0;
}
.footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text img {
  height: auto;
  width: 43.9px;
}
.footer-intro-text .start-a-new-cahpter h2, .footer-intro-text .start-a-new-cahpter .new-chapter-text {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #231f20;
}
.footer-intro-text .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-intro-text .footer-links .privary-terms-links {
  position: relative;
  margin-bottom: 17px;
}
.footer-intro-text .footer-links .privary-terms-links a {
  font-family: "Inter";
  font-weight: 300;
  text-underline-offset: 3px;
  padding: 0 18.5px;
}
.footer-intro-text .footer-links .privary-terms-links a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #231f20;
  right: 53.5%;
  top: 6px;
}
.footer-intro-text .footer-links .copyright-link {
  position: relative;
}
.footer-intro-text .footer-links .copyright-link p {
  font-family: Inter;
  font-weight: 300;
  color: #231f20;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer-subscribe-section .email-address-section {
    max-width: 513px;
    margin: 0 auto;
    padding-inline: 0;
  }
  footer .quick-links {
    max-width: 512px;
  }
  footer .trusted-by-section {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  footer .trusted-by-section .symbol-section ul li {
    margin-bottom: -5px;
    padding: 0 12px 0 12px;
  }
  footer .quick-links .dynamic-sub-quick-links {
    padding: 12px 9px 0;
    font-size: 17px;
  }
  footer .quick-links .dynamic-sub-quick-links li:first-child {
    padding-left: 0;
  }
  footer .quick-links .dynamic-sub-quick-links li:last-child {
    padding-right: 0;
  }
  footer .trusted-by-section .symbol-section .feather-right {
    position: absolute;
    top: 0px;
    right: -48px;
  }
  footer .trusted-by-section .symbol-section .feather-left {
    position: absolute;
    top: 0px;
    left: -48px;
  }
  footer .license-number-section .license-number-cities {
    max-width: 412px;
  }
  footer .license-number-section .license-number-cities li {
    padding-bottom: 24px;
  }
  footer .license-number-section:after {
    margin-top: 18px;
  }
  footer .license-number-section .license-number-cities li:last-child::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 15px;
    height: 12px;
    width: 1px;
    background: #ffffff;
  }
  .footer-intro-text .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-intro-text .footer-links .privary-terms-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .footer-intro-text .footer-links .copyright-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
  }
  .footer-intro-text .footer-links .copyright-link::after {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #231f20;
    right: 0px;
    top: 6px;
  }
}
@media (min-width: 1024px) {
  footer .footer-subscribe-section .email-address-section {
    max-width: 567px;
    margin: 0 auto;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid-section {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "left-column middle-column right-column" "left-column contact-us-middle right-column" "social-middle-column  social-middle-column social-middle-column";
    -ms-grid-columns: 1fr minmax(250px, 2fr) 1fr;
    grid-template-columns: 1fr minmax(250px, 2fr) 1fr;
    -ms-grid-rows: 0.5fr auto auto;
    grid-template-rows: 0.5fr auto auto;
    padding: 51px 0 0px 0;
  }
  .quick-links {
    grid-area: left-column;
  }
  .trusted-by-section {
    grid-area: middle-column;
  }
  .footer-contact-section {
    grid-area: contact-us-middle;
  }
  .license-number-section {
    grid-area: right-column;
  }
  .footer-social-links {
    grid-area: social-middle-column;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  footer {
    padding: 60px 0 89px 0;
  }
  footer .container {
    padding: 0 60px;
  }
  footer .dynamic-subscribe {
    font-size: 20px;
    line-height: 20px;
  }
  footer form h6, footer form .newsletter-text {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  footer form .form-control {
    height: 46px;
    width: 567px;
  }
  footer .trusted-by-section {
    position: relative;
    margin-bottom: 0px;
  }
  footer .trusted-by-section .speration-line {
    line-height: 0;
  }
  footer .trusted-by-section .line-trusted {
    display: inline-block;
    border: none;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 27px;
    padding-top: 0;
  }
  footer .trusted-by-section::after, footer .trusted-by-section::before {
    content: "";
    display: block;
    height: 266px;
    width: 0.5px;
    background-color: #faf5ee;
    position: absolute;
    top: 18px;
  }
  footer .trusted-by-section::before {
    left: -48px;
  }
  footer .trusted-by-section::after {
    right: -48px;
  }
  footer .trusted-by-section .symbol-section ul li {
    padding: 0 9.5px 4px 9.5px;
  }
  footer .trusted-by-section .symbol-section img {
    width: 100px;
    height: auto;
  }
  footer .trusted-by-section .symbol-section .feather-right,
  footer .trusted-by-section .symbol-section .feather-left {
    width: 44px;
  }
  footer .trusted-by-section .symbol-section .feather-right {
    right: -44px;
    height: 130px;
    top: -15px;
  }
  footer .trusted-by-section .symbol-section .feather-left {
    left: -44px;
    height: 130px;
    top: -15px;
  }
  footer .trusted-by-section .trusted-rating-section img {
    border: 0;
    padding-bottom: 51px;
    width: 100px;
  }
  footer .footer-contact-section {
    margin-bottom: 60px;
  }
  footer .quick-links {
    padding: 0;
    margin: 0;
  }
  footer .quick-links h3, footer .quick-links .quick-links-heading {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }
  footer .quick-links .dynamic-sub-quick-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -9px;
  }
  footer .quick-links .dynamic-sub-quick-links > li {
    margin-bottom: 12px;
    padding: 0;
  }
  footer .license-number-section {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .license-number-section::after {
    display: none;
  }
  footer .license-number-section h5, footer .license-number-section .quick-links-heading, footer .license-number-section .license-numbers-heading {
    font-size: 20px;
    line-height: 20px;
  }
  footer .license-number-section .license-number-cities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 0;
    margin: 0 4px 0 0;
  }
  footer .license-number-section .license-number-cities li + li::after {
    display: none !important;
  }
  footer .license-number-section .license-number-cities li {
    padding-inline: 0;
    padding-bottom: 12px;
  }
  footer .license-number-section .license-number-cities li h2,
  footer .license-number-section .license-number-cities li h3, footer .license-number-section .license-number-cities li .lic-city-name, footer .license-number-section .license-number-cities li .lic-number {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
  }
  .footer-intro-text {
    padding: 55.19px 60px;
  }
  .footer-intro-text .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 0;
  }
  .footer-intro-text .start-a-new-cahpter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-intro-text .start-a-new-cahpter .start-new-chapter-logo-text {
    margin: 0 44px 0 0;
  }
  .footer-intro-text .start-a-new-cahpter h3, .footer-intro-text .start-a-new-cahpter .new-chapter-text {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-intro-text .footer-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer-intro-text .footer-links .privary-terms-links a {
    padding-left: 19.5px;
  }
  .footer-intro-text .footer-links .privary-terms-links a:first-child::after {
    left: 50%;
  }
  .footer-intro-text .footer-links .privary-terms-links a:last-child {
    padding-right: 0;
  }
  footer .social-wrap ul li {
    padding: 0 30px;
  }
}
@media (min-width: 1024px){
  .quick-links {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .trusted-by-section {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer-contact-section {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .license-number-section {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .footer-social-links {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1600px) {
  footer .trusted-by-section:after {
    right: -150px;
  }
  footer .trusted-by-section::before {
    left: -150px;
  }
}
@media (min-width: 1920px) {
  footer .container {
    padding: 0 60px;
  }
  footer .trusted-by-section::before {
    left: -148px;
  }
  footer .trusted-by-section::after {
    right: -148px;
  }
  .footer-links .copyright-link p {
    font-size: 17px;
    line-height: 35px;
  }
  .footer-links .privary-terms-links a {
    font-size: 17px;
    line-height: 35px;
  }
  footer .footer-contact-section .contact-url a {
    padding: 4.5px;
  }
  .footer-intro-text .footer-links .copyright-link:after {
    height: 20px;
  }
  .footer-intro-text .footer-links .privary-terms-links a:first-child:after {
    height: 20px;
  }
}
@media (max-width: 389px) {
  footer .license-number-section .license-number-cities {
    padding: 0;
  }
  footer .license-number-section .license-number-cities li {
    padding-inline: 8px;
  }
}
@media (max-width: 1023px) {
  .line-trusted {
    font-size: 25px;
  }
}
/* ---------- Hero ---------- */
:root {
  --paper: #f2ece1;
  --paper-2: #eae1d2;
  --sand: #e0d4c0;
  --ink: #1a1712;
  --ink-80: rgba(26, 23, 18, 0.82);
  --ink-62: rgba(26, 23, 18, 0.62);
  --ink-44: rgba(26, 23, 18, 0.44);
  --line: rgba(26, 23, 18, 0.14);
  --line-2: rgba(26, 23, 18, 0.09);
  --sans: "Hanken Grotesk", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
}

.page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr clamp(36px, 5vw, 50px) 0.95fr;
  grid-template-columns: 1.05fr 0.95fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(36px, 5vw, 50px);
  padding: clamp(40px, 6vw, 90px) clamp(20px, 5vw, 72px) clamp(36px, 4vw, 60px);
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.page-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 8% -10%, rgba(255, 251, 243, 0.9), rgba(255, 251, 243, 0) 46%), linear-gradient(150deg, #f4eee4 0%, #efe7da 52%, #e7dccb 100%);
  z-index: 0;
}
.page-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(122deg, rgba(255, 252, 246, 0) 0px, rgba(255, 252, 246, 0) 86px, rgba(255, 252, 246, 0.5) 86px, rgba(255, 252, 246, 0) 132px);
  opacity: 0.45;
  mix-blend-mode: screen;
  z-index: 0;
  pointer-events: none;
}
.page-main .section-form {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-62);
}

.eyebrow .dot {
  width: 7px;
  height: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
  -webkit-animation: pulse 2.6s ease-in-out infinite;
          animation: pulse 2.6s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-heading {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.4vw, 4.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.page-heading em {
  font-style: italic;
}

.tm {
  margin-left: 0.12em;
  font-size: 0.34em;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: super;
}

.tm-body {
  font-size: 0.62em;
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
}

.lede {
  max-width: 33em;
  margin: 0 0 38px;
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  line-height: 1.62;
  color: var(--ink-80);
}

.cta-label {
  margin-bottom: 14px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-62);
}

form.notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin-bottom: 18px;
}

form.notify input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 14px 20px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid var(--line);
  border-radius: 100px;
  outline: none;
  -webkit-transition: border-color 0.18s ease, background 0.18s ease;
  transition: border-color 0.18s ease, background 0.18s ease;
}

form.notify input::-webkit-input-placeholder {
  color: var(--ink-44);
}

form.notify input::-moz-placeholder {
  color: var(--ink-44);
}

form.notify input:-ms-input-placeholder {
  color: var(--ink-44);
}

form.notify input::-ms-input-placeholder {
  color: var(--ink-44);
}

form.notify input::placeholder {
  color: var(--ink-44);
}

form.notify input:focus {
  background: rgba(255, 253, 249, 0.95);
  border-color: var(--ink);
}

form.notify button {
  padding: 0 26px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  position: relative;
  z-index: 2;
}

form.notify button:hover {
  opacity: 0.86;
}

.notify-done {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 460px;
  margin-bottom: 18px;
  padding: 13px 20px;
  font-size: 15px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.6);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.notify-done svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nominate {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-62);
}

.nominate strong {
  font-weight: 600;
  color: var(--ink);
}

.visual {
  position: relative;
}

.visual img {
  -webkit-box-shadow: 0 40px 90px -50px rgba(26, 23, 18, 0.55);
          box-shadow: 0 40px 90px -50px rgba(26, 23, 18, 0.55);
  position: relative;
  z-index: 2;
  height: 100%;
}

.visual .vcaption .pin {
  width: 6px;
  height: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

#footer {
  position: relative;
  z-index: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .page-main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: clamp(32px, 8vw, 56px);
  }
  .visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-heading {
    font-size: clamp(2.4rem, 9vw, 3.4rem);
  }
}
@media (max-width: 540px) {
  form.notify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form.notify button {
    padding: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .eyebrow .dot {
    opacity: 0.8;
    -webkit-animation: none;
            animation: none;
  }
}