.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.cf {
  background-image: url('/wp-content/uploads/2023/11/retail-pattern.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding-top: 8rem;
  margin-bottom: 2.35rem;
}
@media only screen and (max-width: 899px) {
  .cf {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .cf {
    background-size: 200%;
    padding-top: 170px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .cf {
    padding-top: 70px;
  }
}
.cf__wrapper {
  grid-column: 4 / 12;
  width: 63rem;
}
@media only screen and (max-width: 899px) {
  .cf__wrapper {
    grid-column: 1 / span 10;
    width: 100%;
    padding: 0 20px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  margin-bottom: 0;
  margin-top: 3.05rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_description {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
  max-width: 32rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    line-height: 1.4;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    font-size: 15px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 14px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield label .gfield_required {
  color: #25384A;
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield input {
  height: 2.3rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield input {
    height: 40px;
    padding: 10px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield input:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_1 {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_1 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_3 {
  grid-column: 4 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_3 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_5 {
  grid-column: 1 / span 6;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_5 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_6 {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_6 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 {
  grid-column: 4 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/wp-content/uploads/2023/12/downArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 1rem;
  padding: 0.5rem;
  width: 15rem;
  height: 2.3rem;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 57, 75, 0.4);
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
    padding: 10px;
    height: 40px;
    width: 100%;
    background-position-y: 15px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 {
  grid-column: 7 / span 6;
  grid-row: 1 / 4;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 {
    grid-column: 1 / span 13;
    grid-row: auto;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea {
  padding: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea {
    height: 250px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 {
  width: 15rem;
  height: 3.75rem;
  margin-top: 2rem;
  border: dashed 0.045rem #ccc;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    border: dashed 1px #ccc;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/upload.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
    width: 200px;
    left: 65%;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 .gfield_description {
  display: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 {
  margin-top: 1rem;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 .ginput_recaptcha .grecaptcha-badge {
  position: relative !important;
  left: 0;
  margin-top: 0;
  bottom: 0 !important;
  right: auto !important;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 .ginput_recaptcha .grecaptcha-badge {
    width: 200px !important;
    height: 48px !important;
  }
}
.cf__form .gform_wrapper .gform_footer {
  justify-content: end;
  width: 50%;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: -3rem !important;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer {
    justify-content: left;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
}
.cf__form .gform_wrapper .gform_footer input {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  height: fit-content;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cf__form .gform_wrapper .gform_footer input:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 650px) {
  .cf__form .gform_wrapper .gform_footer input {
    padding: 0 25px;
  }
}
