.lc-red {
  color: #D8242B;
}

.lc-orange {
  color: #EA892B;
}

.lc-green {
  color: #82BE42;
}

.lc-blue {
  color: #2563EB;
}

.lc-yellow {
  color: #EAB308;
}

.lc-purple {
  color: #7C3AED;
}

.lc-teal {
  color: #319FCD;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-UltraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p,
p, a, li {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
}

p, a, li {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: inherit;
}
@media (max-width: 1410px) {
  p, a, li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  p, a, li {
    font-size: 15.5px;
  }
}
@media (max-width: 992px) {
  p, a, li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  p, a, li {
    font-size: 14.5px;
    line-height: 1.55;
  }
}
@media (max-width: 470px) {
  p, a, li {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, opacity 0.3s ease;
}

h1, .h1, .h1 p {
  font-size: 64px;
  line-height: 1.05;
}
@media (max-width: 1920px) {
  h1, .h1, .h1 p {
    font-size: 56px;
  }
}
@media (max-width: 1410px) {
  h1, .h1, .h1 p {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  h1, .h1, .h1 p {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  h1, .h1, .h1 p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h1, .h1, .h1 p {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  h1, .h1, .h1 p {
    font-size: 24px;
  }
}

h2, .h2, .h2 p {
  font-size: 46px;
}
@media (max-width: 1920px) {
  h2, .h2, .h2 p {
    font-size: 40px;
  }
}
@media (max-width: 1410px) {
  h2, .h2, .h2 p {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  h2, .h2, .h2 p {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  h2, .h2, .h2 p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h2, .h2, .h2 p {
    font-size: 22px;
  }
}

h3, .h3, .h3 p {
  font-size: 32px;
}
@media (max-width: 1280px) {
  h3, .h3, .h3 p {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  h3, .h3, .h3 p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h3, .h3, .h3 p {
    font-size: 20px;
  }
}

h4, .h4, .h4 p {
  font-size: 24px;
}
@media (max-width: 992px) {
  h4, .h4, .h4 p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4, .h4, .h4 p {
    font-size: 18px;
  }
}

h5, .h5, .h5 p {
  font-size: 20px;
}

h6, .h6, .h6 p {
  font-size: 17px;
}

.copy_content {
  color: inherit;
}
.copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
@media (max-width: 1410px) {
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 15.5px;
  }
}
@media (max-width: 992px) {
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 14.5px;
    line-height: 1.55;
  }
}
@media (max-width: 470px) {
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
  .copy_content:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) li:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 14px;
  }
}
.copy_content p, .copy_content a, .copy_content li {
  color: inherit;
  margin: 0 0 1em;
}
.copy_content p:last-child, .copy_content a:last-child, .copy_content li:last-child {
  margin-bottom: 0;
}
.copy_content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.copy_content a:hover {
  opacity: 0.7;
}
.copy_content strong, .copy_content b {
  font-weight: 600;
}
.copy_content em, .copy_content i {
  font-style: italic;
}
.copy_content ul, .copy_content ol {
  padding-left: 20px;
  margin: 0 0 1em;
}
.copy_content ul:last-child, .copy_content ol:last-child {
  margin-bottom: 0;
}
.copy_content ul {
  list-style: disc;
}
.copy_content ol {
  list-style: decimal;
}
.copy_content.white p, .copy_content.white a, .copy_content.white li {
  color: #FFFFFF;
}

.sub_heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: inherit;
}

body.sidebar_open {
  overflow: hidden;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root {
  --header-h: 80px;
}

.header_bottom_content {
  max-width: 3800px;
  margin: 0 auto;
  width: 100%;
  padding-top: 130px;
}

.head-wrap,
.footer-wrap {
  max-width: 2150px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .head-wrap,
  .footer-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .head-wrap,
  .footer-wrap {
    padding: 0 15px;
  }
}

.main-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .main-wrap {
    padding: 0 14px;
  }
}

.main-wrap-lg {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .main-wrap-lg {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .main-wrap-lg {
    padding: 0 15px;
  }
}
@media (max-width: 470px) {
  .main-wrap-lg {
    padding: 0 10px;
  }
}

.main-wrap-2 {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .main-wrap-2 {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-wrap-2 {
    padding: 0 20px;
  }
}

.med-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .med-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .med-wrap {
    padding: 0 20px;
  }
}

.sm-wrap {
  max-width: 1150px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.section-padding {
  padding-top: 120px;
}
.section-padding.last_section {
  padding-bottom: 120px;
}
@media (max-width: 1920px) {
  .section-padding {
    padding-top: 110px;
  }
  .section-padding.last_section {
    padding-bottom: 110px;
  }
}
@media (max-width: 1410px) {
  .section-padding {
    padding-top: 100px;
  }
  .section-padding.last_section {
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-top: 90px;
  }
  .section-padding.last_section {
    padding-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .section-padding {
    padding-top: 75px;
  }
  .section-padding.last_section {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 60px;
  }
  .section-padding.last_section {
    padding-bottom: 60px;
  }
}
@media (max-width: 470px) {
  .section-padding {
    padding-top: 50px;
  }
  .section-padding.last_section {
    padding-bottom: 50px;
  }
}

.two-col {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .two-col {
    flex-direction: column;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.gform_confirmation_wrapper,
.gform_confirmation_message {
  text-align: center;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hint_slide_thumb {
  0% {
    left: 0%;
  }
  50% {
    left: calc(100% - 22px);
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  padding: 20px 0;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.header.darkHeader {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 14px 0;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .header .header_inner {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .header .header_inner {
    padding: 0 20px;
  }
}
.header .desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .header .desktop {
    display: none;
  }
}
.header .mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
@media (max-width: 992px) {
  .header .mobile {
    display: flex;
  }
}
.header .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header .logo .logo_img {
  width: 100%;
  max-width: 340px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 1410px) {
  .header .logo .logo_img {
    max-width: 280px;
  }
}
@media (max-width: 1280px) {
  .header .logo .logo_img {
    max-width: 252px;
  }
}
.header .site_logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header .site_logo img {
  width: 100%;
  max-width: 270px;
  height: auto;
  flex-shrink: 0;
}
.header .nav ul, .header .nav .menu {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .nav li {
  display: flex;
  align-items: center;
}
.header .nav li a {
  display: block;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 15px 20px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.header .nav li a:hover {
  opacity: 0.55;
}
@media (max-width: 1410px) {
  .header .nav li a {
    font-size: 11.5px;
    padding: 13px 16px;
  }
}
@media (max-width: 1280px) {
  .header .nav li a {
    padding: 11px 14px;
  }
}
@media (max-width: 1180px) {
  .header .nav li a {
    font-size: 11px;
    padding: 10px 12px;
  }
}
@media (max-width: 1100px) {
  .header .nav li a {
    font-size: 10px;
    padding: 8.5px 10px;
  }
}
.header .nav li:last-of-type a {
  padding-right: 0 !important;
}
.header .nav li::after {
  content: "";
  display: block;
  width: 2.5px;
  align-self: stretch;
  flex-shrink: 0;
  background: rgba(26, 26, 26, 0.2);
}
.header .nav li:last-child::after {
  display: none;
}
.header .nav li:nth-child(1)::after {
  background: #2DAB66;
}
.header .nav li:nth-child(2)::after {
  background: #2563EB;
}
.header .nav li:nth-child(3)::after {
  background: #CF3535;
}
.header .nav li:nth-child(4)::after {
  background: #2DAB66;
}
.header .nav li:nth-child(5)::after {
  background: #2563EB;
}
.header .nav li:nth-child(6)::after {
  background: #F59E0B;
}
.header .nav li:nth-child(7)::after {
  background: #2563EB;
}
.header .nav li:nth-child(8)::after {
  background: #2DAB66;
}
.header .nav li:nth-child(9)::after {
  background: #CF3535;
}
.header .nav li.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2.5px;
}
.header .nav li:nth-child(1).current-menu-item > a {
  text-decoration-color: #2DAB66;
}
.header .nav li:nth-child(2).current-menu-item > a {
  text-decoration-color: #2563EB;
}
.header .nav li:nth-child(3).current-menu-item > a {
  text-decoration-color: #CF3535;
}
.header .nav li:nth-child(4).current-menu-item > a {
  text-decoration-color: #2DAB66;
}
.header .nav li:nth-child(5).current-menu-item > a {
  text-decoration-color: #2563EB;
}
.header .nav li:nth-child(6).current-menu-item > a {
  text-decoration-color: #F59E0B;
}
.header .nav li:nth-child(7).current-menu-item > a {
  text-decoration-color: #2563EB;
}
.header .nav li:nth-child(8).current-menu-item > a {
  text-decoration-color: #2DAB66;
}
.header .nav li:nth-child(9).current-menu-item > a {
  text-decoration-color: #CF3535;
}
.header .hamburger {
  position: relative;
  width: 34px;
  height: 26px;
  cursor: pointer;
  flex-shrink: 0;
}
.header .hamburger .bar {
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 3px;
  transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .hamburger .bar:nth-child(1) {
  top: 0;
  width: 100%;
  background: #CF3535;
}
.header .hamburger .bar:nth-child(2) {
  top: 50%;
  width: 62%;
  background: #82BE42;
  transform: translateY(-50%);
}
.header .hamburger .bar:nth-child(3) {
  bottom: 0;
  width: 80%;
  background: #2563EB;
}
.header .hamburger.active .bar:nth-child(1) {
  top: 50%;
  width: 100%;
  background: #1A1A1A;
  transform: translateY(-50%) rotate(45deg);
}
.header .hamburger.active .bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header .hamburger.active .bar:nth-child(3) {
  bottom: auto;
  top: 50%;
  width: 100%;
  background: #1A1A1A;
  transform: translateY(-50%) rotate(-45deg);
}
.header .sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 82%;
  max-width: 340px;
  height: 100%;
  background: #231F20;
  z-index: 1001;
  transition: right 0.42s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.header .sidebar.active {
  right: 0;
}
.header .sidebar .sidebar_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.header .sidebar .sidebar_logo_link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.header .sidebar .sidebar_logo_img {
  height: 42px;
  width: auto;
  object-fit: contain;
}
.header .sidebar .sidebar_close {
  width: 34px;
  height: 34px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 7px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.header .sidebar .sidebar_close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header .sidebar .sidebar_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2.5px;
  background: #FFFFFF;
  border-radius: 2px;
}
.header .sidebar .sidebar_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .sidebar .sidebar_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .sidebar .sidebar_nav {
  padding: 6px 0 40px;
  flex: 1;
}
.header .sidebar .sidebar_nav ul, .header .sidebar .sidebar_nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .sidebar .sidebar_nav li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}
.header .sidebar .sidebar_nav li a::before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .sidebar .sidebar_nav li a:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  padding-left: 28px;
}
.header .sidebar .sidebar_nav li:nth-child(1) a::before {
  background: #D8242B;
}
.header .sidebar .sidebar_nav li:nth-child(2) a::before {
  background: #82BE42;
}
.header .sidebar .sidebar_nav li:nth-child(3) a::before {
  background: #2563EB;
}
.header .sidebar .sidebar_nav li:nth-child(4) a::before {
  background: #F59E0B;
}
.header .sidebar .sidebar_nav li:nth-child(5) a::before {
  background: #D8242B;
}
.header .sidebar .sidebar_nav li:nth-child(6) a::before {
  background: #82BE42;
}
.header .sidebar .sidebar_nav li:nth-child(7) a::before {
  background: #2563EB;
}
.header .sidebar .sidebar_nav li:nth-child(8) a::before {
  background: #F59E0B;
}
.header .sidebar .sidebar_nav li:nth-child(9) a::before {
  background: #D8242B;
}
.header .sidebar .sidebar_nav li.current-menu-item > a {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.header .sidebar .sidebar_nav li.current-menu-item > a::before {
  width: 5px;
}
.header .sidebar.active .sidebar_nav li {
  animation: fade-in-right 0.35s ease both;
}
.header .sidebar.active .sidebar_nav li:nth-child(1) {
  animation-delay: 0.1s;
}
.header .sidebar.active .sidebar_nav li:nth-child(2) {
  animation-delay: 0.15s;
}
.header .sidebar.active .sidebar_nav li:nth-child(3) {
  animation-delay: 0.2s;
}
.header .sidebar.active .sidebar_nav li:nth-child(4) {
  animation-delay: 0.25s;
}
.header .sidebar.active .sidebar_nav li:nth-child(5) {
  animation-delay: 0.3s;
}
.header .sidebar.active .sidebar_nav li:nth-child(6) {
  animation-delay: 0.35s;
}
.header .sidebar.active .sidebar_nav li:nth-child(7) {
  animation-delay: 0.4s;
}
.header .sidebar.active .sidebar_nav li:nth-child(8) {
  animation-delay: 0.45s;
}
.header .sidebar.active .sidebar_nav li:nth-child(9) {
  animation-delay: 0.5s;
}
.header .sidebar_overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.header .sidebar_overlay.active {
  opacity: 1;
  pointer-events: all;
}

.tagline_bar_wrap {
  padding: 10px 30px;
  background: #FFFFFF;
}
@media (max-width: 1280px) {
  .tagline_bar_wrap {
    padding: 8px 20px;
  }
}
@media (max-width: 768px) {
  .tagline_bar_wrap {
    padding: 8px 15px;
  }
}

.tagline_bar_inner {
  background: #3D3D3D;
  border-radius: 10px;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1280px) {
  .tagline_bar_inner {
    padding: 18px 30px;
  }
}
@media (max-width: 768px) {
  .tagline_bar_inner {
    padding: 16px 20px;
  }
}
@media (max-width: 470px) {
  .tagline_bar_inner {
    padding: 14px 16px;
  }
}

.tagline_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.tagline_item {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 16.5px;
  font-weight: 1000;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media (max-width: 1280px) {
  .tagline_item {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .tagline_item {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 470px) {
  .tagline_item {
    font-size: 13px;
  }
}

.tagline_dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F5A623;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .tagline_dot {
    width: 7px;
    height: 7px;
  }
}

.footer {
  background: #FFFFFF;
}
.footer .footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
}
@media (max-width: 1280px) {
  .footer .footer_inner {
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer_inner {
    flex-direction: column;
    gap: 12px;
    padding: 20px 15px;
    text-align: center;
  }
}
.footer .footer_left {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer .footer_left {
    flex-direction: column;
    gap: 8px;
  }
}
.footer .footer_logo a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.footer .footer_logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer .footer_logo img {
    width: 40px;
    height: 40px;
  }
}
.footer .footer_copy {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .footer .footer_copy {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer_copy {
    white-space: normal;
    text-align: center;
    font-size: 9.5px;
  }
}
.footer .footer_nav ul, .footer .footer_nav .menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer .footer_nav ul, .footer .footer_nav .menu {
    justify-content: center;
    gap: 18px;
  }
}
.footer .footer_nav li a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer .footer_nav li a:hover {
  opacity: 0.6;
}
@media (max-width: 1280px) {
  .footer .footer_nav li a {
    font-size: 10px;
  }
}
.footer .footer_nav li.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #1A1A1A;
}

.splash_screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}
.splash_screen.is_hiding {
  opacity: 0;
  pointer-events: none;
}
.splash_screen.is_hidden {
  display: none;
}
.splash_screen .splash_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.splash_screen .splash_skip {
  position: absolute;
  bottom: 36px;
  right: 36px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 9px 20px;
  cursor: pointer;
  border-radius: 3px;
  z-index: 2;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.splash_screen .splash_skip:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 768px) {
  .splash_screen .splash_skip {
    bottom: 24px;
    right: 20px;
    font-size: 10px;
  }
}
.splash_screen.no_splash {
  display: none;
}

/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.home_page.sec_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--header-h, 80px) - 170px);
  min-height: 592px;
  background: #F2EDE8;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .home_page.sec_1 {
    min-height: 542px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 {
    min-height: 493px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 {
    height: auto;
    min-height: 678px;
    padding-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 {
    min-height: 592px;
  }
}
.home_page.sec_1 .sec_1_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home_page.sec_1 .sec_1_bg .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_page.sec_1 .sec_1_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_inner {
    gap: 22px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_inner {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_inner {
    gap: 14px;
  }
}
.home_page.sec_1 .hero_heading_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .home_page.sec_1 .hero_heading_row {
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_heading_row {
    flex-direction: column;
    gap: 15px;
  }
}
.home_page.sec_1 .hero_heading_row .hero_tag {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 16.5px;
  font-weight: 1000;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 1280px) {
  .home_page.sec_1 .hero_heading_row .hero_tag {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_heading_row .hero_tag {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .hero_heading_row .hero_tag {
    font-size: 13px;
  }
}
.home_page.sec_1 .hero_heading_row .hero_dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A1A1A;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 992px) {
  .home_page.sec_1 .hero_heading_row .hero_dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_heading_row .hero_dot {
    display: none;
  }
}
.home_page.sec_1 .hero_heading_row .hero_colorful_heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 60px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 54px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .hero_heading_row .hero_colorful_heading {
    font-size: 26px;
  }
}
.home_page.sec_1 .hero_circles_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_circles_wrap {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .home_page.sec_1 .hero_circles_wrap::-webkit-scrollbar {
    display: none;
  }
  .home_page.sec_1 .hero_circles_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to left, rgba(242, 237, 232, 0.9) 0%, transparent 100%);
    pointer-events: none;
    z-index: 4;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .hero_circles_wrap {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.home_page.sec_1 .circles_scroll_hint {
  display: none;
}
@media (max-width: 768px) {
  .home_page.sec_1 .circles_scroll_hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    pointer-events: none;
    margin-top: -4px;
  }
  .home_page.sec_1 .circles_scroll_hint::after {
    content: "SWIPE";
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(26, 26, 26, 0.35);
    line-height: 1;
  }
  .home_page.sec_1 .circles_scroll_hint .hint_track {
    display: block;
    width: 58px;
    height: 4px;
    background: rgba(26, 26, 26, 0.1);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .home_page.sec_1 .circles_scroll_hint .hint_track::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 100%;
    background: rgba(26, 26, 26, 0.45);
    border-radius: 4px;
    animation: hint_slide_thumb 1.8s ease-in-out infinite;
  }
}
.home_page.sec_1 .hero_circles {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 10px;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .hero_circles {
    padding-top: 56px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .hero_circles {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .hero_circles {
    padding-top: 44px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .hero_circles {
    padding-top: 38px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .hero_circles {
    justify-content: flex-start;
    padding: 20px 0 17px 15px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .hero_circles {
    padding-left: 10px;
  }
}
.home_page.sec_1 .circle_item {
  flex-shrink: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin: 0 -9px;
  position: relative;
  cursor: pointer;
}
.home_page.sec_1 .circle_item:nth-child(1), .home_page.sec_1 .circle_item:nth-child(7) {
  top: -50px;
}
.home_page.sec_1 .circle_item:nth-child(2), .home_page.sec_1 .circle_item:nth-child(6) {
  top: -28px;
}
.home_page.sec_1 .circle_item:nth-child(3), .home_page.sec_1 .circle_item:nth-child(5) {
  top: -10px;
}
.home_page.sec_1 .circle_item:nth-child(4) {
  top: 0;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .circle_item {
    width: 175px;
    height: 175px;
    margin: 0 -8px;
  }
  .home_page.sec_1 .circle_item:nth-child(1), .home_page.sec_1 .circle_item:nth-child(7) {
    top: -46px;
  }
  .home_page.sec_1 .circle_item:nth-child(2), .home_page.sec_1 .circle_item:nth-child(6) {
    top: -26px;
  }
  .home_page.sec_1 .circle_item:nth-child(3), .home_page.sec_1 .circle_item:nth-child(5) {
    top: -9px;
  }
  .home_page.sec_1 .circle_item:nth-child(4) {
    top: 0;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .circle_item {
    width: 155px;
    height: 155px;
    margin: 0 -7px;
  }
  .home_page.sec_1 .circle_item:nth-child(1), .home_page.sec_1 .circle_item:nth-child(7) {
    top: -40px;
  }
  .home_page.sec_1 .circle_item:nth-child(2), .home_page.sec_1 .circle_item:nth-child(6) {
    top: -23px;
  }
  .home_page.sec_1 .circle_item:nth-child(3), .home_page.sec_1 .circle_item:nth-child(5) {
    top: -8px;
  }
  .home_page.sec_1 .circle_item:nth-child(4) {
    top: 0;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .circle_item {
    width: 138px;
    height: 138px;
    margin: 0 -6px;
  }
  .home_page.sec_1 .circle_item:nth-child(1), .home_page.sec_1 .circle_item:nth-child(7) {
    top: -34px;
  }
  .home_page.sec_1 .circle_item:nth-child(2), .home_page.sec_1 .circle_item:nth-child(6) {
    top: -20px;
  }
  .home_page.sec_1 .circle_item:nth-child(3), .home_page.sec_1 .circle_item:nth-child(5) {
    top: -7px;
  }
  .home_page.sec_1 .circle_item:nth-child(4) {
    top: 0;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .circle_item {
    width: 120px;
    height: 120px;
    margin: 0 -5px;
  }
  .home_page.sec_1 .circle_item:nth-child(1), .home_page.sec_1 .circle_item:nth-child(7) {
    top: -28px;
  }
  .home_page.sec_1 .circle_item:nth-child(2), .home_page.sec_1 .circle_item:nth-child(6) {
    top: -16px;
  }
  .home_page.sec_1 .circle_item:nth-child(3), .home_page.sec_1 .circle_item:nth-child(5) {
    top: -6px;
  }
  .home_page.sec_1 .circle_item:nth-child(4) {
    top: 0;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .circle_item {
    width: 130px;
    height: 130px;
    margin: 0 4px;
  }
  .home_page.sec_1 .circle_item:nth-child(n) {
    top: 0;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .circle_item {
    width: 115px;
    height: 115px;
    margin: 0 3px;
  }
}
.home_page.sec_1 .circle_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
}
.home_page.sec_1 .circle_item .circle_img_wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .home_page.sec_1 .circle_item .circle_img_wrap {
    border-width: 4px;
  }
}
.home_page.sec_1 .circle_item .circle_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.home_page.sec_1 .cert_logos_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 10px 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .home_page.sec_1 .cert_logos_row {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .cert_logos_row {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .cert_logos_row {
    gap: 18px;
  }
}
.home_page.sec_1 .cert_logos_row .cert_logo_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.home_page.sec_1 .cert_logos_row .cert_logo_item img {
  width: 90px;
  height: 56px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1280px) {
  .home_page.sec_1 .cert_logos_row .cert_logo_item img {
    width: 76px;
    height: 46px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .cert_logos_row .cert_logo_item img {
    width: 66px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .cert_logos_row .cert_logo_item img {
    width: 60px;
    height: 36px;
  }
}
.home_page.sec_1 .cert_logos_row .cert_logo_item .cert_label {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1A1A1A;
}

.inner_page_hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--header-h, 80px) - 170px);
  min-height: 592px;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .inner_page_hero {
    min-height: 542px;
  }
}
@media (max-width: 992px) {
  .inner_page_hero {
    min-height: 493px;
  }
}
@media (max-width: 768px) {
  .inner_page_hero {
    height: auto;
    min-height: 678px;
  }
}
@media (max-width: 470px) {
  .inner_page_hero {
    min-height: 592px;
  }
}
.inner_page_hero .inner_hero_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inner_page_hero .inner_hero_bg .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner_page_hero.has_overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.45);
  z-index: 1;
}
.inner_page_hero .inner_hero_content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .inner_page_hero .inner_hero_content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .inner_page_hero .inner_hero_content {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .inner_page_hero .inner_hero_content {
    padding: 0 15px;
  }
}
.inner_page_hero .inner_hero_heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  line-height: 1.05;
  margin: 0;
  text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1920px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 64px;
  }
}
@media (max-width: 1410px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 58px;
  }
}
@media (max-width: 1280px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .inner_page_hero .inner_hero_heading br {
    display: none;
  }
}
@media (max-width: 470px) {
  .inner_page_hero .inner_hero_heading {
    font-size: 32px;
  }
}

.contact_sec_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--header-h, 80px) - 170px);
  min-height: 592px;
  background: #F2EDE8;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .contact_sec_1 {
    min-height: 542px;
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 {
    min-height: 493px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 {
    height: auto;
    min-height: unset;
    padding: 40px 15px;
  }
}
@media (max-width: 470px) {
  .contact_sec_1 {
    padding: 30px 12px;
  }
}
.contact_sec_1 .contact_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact_sec_1 .contact_bg .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact_sec_1 .contact_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
  background: #F0EFEA;
  border-radius: 10px;
  padding: 50px 60px;
}
@media (max-width: 1410px) {
  .contact_sec_1 .contact_inner {
    gap: 54px;
    padding: 44px 50px;
  }
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_inner {
    gap: 44px;
    padding: 40px 44px;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_inner {
    gap: 30px;
    padding: 36px 34px;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_inner {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 30px 24px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 470px) {
  .contact_sec_1 .contact_inner {
    padding: 24px 18px;
    border-radius: 8px;
  }
}
.contact_sec_1 .contact_text {
  flex: 0 0 50%;
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_text {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_text {
    flex: none;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
.contact_sec_1 .contact_heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #319FCD;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 22px;
}
@media (max-width: 1410px) {
  .contact_sec_1 .contact_heading {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_heading {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_heading {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .contact_sec_1 .contact_heading {
    font-size: 24px;
  }
}
.contact_sec_1 .contact_body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  line-height: 1.65;
  margin-bottom: 35px;
  max-width: 500px;
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_body {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_body {
    font-size: 13.5px;
  }
}
.contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
  font-weight: 400 !important;
  font-size: 23px !important;
  line-height: 1.4 !important;
}
@media (max-width: 1410px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 22px !important;
  }
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 21px !important;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 18px !important;
  }
}
@media (max-width: 470px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 17.5px !important;
  }
}
@media (max-width: 380px) {
  .contact_sec_1 .contact_body p, .contact_sec_1 .contact_body a, .contact_sec_1 .contact_body li {
    font-size: 16.5px !important;
  }
}
.contact_sec_1 .contact_tagline {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1280px) {
  .contact_sec_1 .contact_tagline {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_tagline {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_tagline {
    font-size: 26px;
  }
}
.contact_sec_1 .contact_form_wrap {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_form_wrap {
    width: 100%;
  }
}
.contact_sec_1 .contact_form_wrap .contact_no_form {
  font-size: 13px;
  color: rgba(26, 26, 26, 0.45);
  font-style: italic;
  padding: 20px;
  border: 1.5px dashed rgba(26, 26, 26, 0.2);
  border-radius: 10px;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper {
  margin: 0;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_heading,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_title,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_description {
  display: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container_name span:first-child {
  padding-left: 0 !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container_name span:last-child {
  padding-right: 0 !important;
}
@media (max-width: 639px) {
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container_name span:first-child {
    padding: 0 !important;
  }
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container_name span:last-child {
    padding: 0 !important;
  }
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gfield_label {
  display: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gfield_required {
  display: none;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gfield {
  margin: 0 !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container {
  margin: 0 !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=text],
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=email],
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=tel],
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=number],
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=url],
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea {
  width: 100% !important;
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 9px !important;
  padding: 20px 22px !important;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #1A1A1A !important;
  letter-spacing: 0.08em !important;
  box-shadow: none !important;
  outline: none !important;
  transition: box-shadow 0.2s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=text]::placeholder,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=email]::placeholder,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=tel]::placeholder,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=number]::placeholder,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=url]::placeholder,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea::placeholder {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: rgba(26, 26, 26, 0.55) !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=text]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=email]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=tel]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=number]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=url]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0 2.5px rgba(130, 190, 66, 0.5) !important;
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=text],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=email],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=tel],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=number],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container input[type=url],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea {
    padding: 16px 18px !important;
    border-radius: 12px !important;
  }
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea {
  min-height: 160px !important;
  resize: vertical !important;
}
@media (max-width: 992px) {
  .contact_sec_1 .contact_form_wrap .gform_wrapper .ginput_container textarea {
    min-height: 130px !important;
  }
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  grid-column: 1/-1;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit],
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit] {
  width: 100% !important;
  background: #82BE42 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 9px !important;
  padding: 20px 30px !important;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button:hover,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit]:hover,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button:hover,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: rgb(109.294488189, 160.1291338583, 55.0708661417) !important;
  transform: translateY(-1px) !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button:focus, .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button:focus-visible,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit]:focus-visible,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button:focus-visible,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit]:focus,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button:active,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit]:active,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button:active,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit]:active {
  transform: translateY(0) !important;
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer .gform_button,
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_footer input[type=submit],
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer .gform_button,
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 17px 24px !important;
    border-radius: 12px !important;
  }
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gfield_validation_message,
.contact_sec_1 .contact_form_wrap .gform_wrapper .validation_message {
  font-size: 11px !important;
  color: #CF3535 !important;
  padding: 6px 10px 0 !important;
  margin: 0 !important;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  font-weight: 600 !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_confirmation_wrapper,
.contact_sec_1 .contact_form_wrap .gform_wrapper .gform_confirmation_message {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  padding: 30px 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_confirmation_wrapper,
  .contact_sec_1 .contact_form_wrap .gform_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}

.policy_page.sec_1 {
  padding-top: 78px;
}
@media (max-width: 992px) {
  .policy_page.sec_1 {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .policy_page.sec_1 {
    padding-top: 48px;
  }
}
.policy_page.sec_1 h1 {
  margin-bottom: 24px;
}
.policy_page.sec_1 .intro_copy {
  max-width: 800px;
  margin-top: 20px;
}
.policy_page.sec_1 .intro_copy p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .policy_page.sec_1 .intro_copy p {
    font-size: 16px;
  }
}
.policy_page.sec_2 {
  padding-top: 0;
}
.policy_page.sec_2 .pg_content {
  max-width: 900px;
}
.policy_page.sec_2 .pg_content h2 {
  margin: 1.6em 0 0.6em;
  font-size: 26px;
}
.policy_page.sec_2 .pg_content h3 {
  margin: 1.4em 0 0.5em;
  font-size: 21px;
}
.policy_page.sec_2 .pg_content h4 {
  margin: 1.2em 0 0.4em;
  font-size: 17px;
}
.policy_page.sec_2 .pg_content h5 {
  margin: 1em 0 0.3em;
  font-size: 15px;
}
.policy_page.sec_2 .pg_content p {
  margin-bottom: 1.1em;
}
.policy_page.sec_2 .pg_content ul, .policy_page.sec_2 .pg_content ol {
  margin: 0 0 1.2em 1.4em;
}
.policy_page.sec_2 .pg_content ul li, .policy_page.sec_2 .pg_content ol li {
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .policy_page.sec_2 .pg_content h2 {
    font-size: 22px;
  }
  .policy_page.sec_2 .pg_content h3 {
    font-size: 18px;
  }
  .policy_page.sec_2 .pg_content h4 {
    font-size: 15px;
  }
  .policy_page.sec_2 .pg_content h5 {
    font-size: 14px;
  }
}

@keyframes candy_float_a {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-16px) rotate(7deg);
  }
  66% {
    transform: translateY(-6px) rotate(-3deg);
  }
}
@keyframes candy_float_b {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(-6deg);
  }
}
@keyframes candy_float_c {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  40% {
    transform: translateY(-10px) rotate(10deg);
  }
  80% {
    transform: translateY(-18px) rotate(-4deg);
  }
}
@keyframes sprinkle_cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sprinkle_ccw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes pnf_pop {
  0% {
    opacity: 0;
    transform: scale(0.65);
  }
  72% {
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pnf_up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_not_found {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--header-h, 80px) - 170px);
  min-height: 592px;
  background: #F2EDE8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .page_not_found {
    min-height: 542px;
  }
}
@media (max-width: 992px) {
  .page_not_found {
    min-height: 493px;
  }
}
@media (max-width: 768px) {
  .page_not_found {
    height: auto;
    min-height: 616px;
    padding: 60px 0 40px;
  }
}
@media (max-width: 470px) {
  .page_not_found {
    min-height: 540px;
    padding: 50px 0 36px;
  }
}
.page_not_found .pnf_watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 1000;
  font-size: 420px;
  line-height: 1;
  color: #1A1A1A;
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}
@media (max-width: 1280px) {
  .page_not_found .pnf_watermark {
    font-size: 340px;
  }
}
@media (max-width: 992px) {
  .page_not_found .pnf_watermark {
    font-size: 260px;
  }
}
@media (max-width: 768px) {
  .page_not_found .pnf_watermark {
    font-size: 180px;
  }
}
@media (max-width: 470px) {
  .page_not_found .pnf_watermark {
    font-size: 130px;
  }
}
.page_not_found .pnf_candy_layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.page_not_found .pnf_candy_layer svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page_not_found .pnf_candy_layer .fa {
  animation: candy_float_a 3.4s ease-in-out infinite;
}
.page_not_found .pnf_candy_layer .fb {
  animation: candy_float_b 2.9s ease-in-out infinite;
}
.page_not_found .pnf_candy_layer .fc {
  animation: candy_float_c 4.1s ease-in-out infinite;
}
.page_not_found .pnf_candy_layer .scw {
  animation: sprinkle_cw 8s linear infinite;
}
.page_not_found .pnf_candy_layer .sccw {
  animation: sprinkle_ccw 7s linear infinite;
}
.page_not_found .pnf_inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page_not_found .pnf_404 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 200px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  animation: pnf_pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
@media (max-width: 1280px) {
  .page_not_found .pnf_404 {
    font-size: 160px;
  }
}
@media (max-width: 992px) {
  .page_not_found .pnf_404 {
    font-size: 130px;
  }
}
@media (max-width: 768px) {
  .page_not_found .pnf_404 {
    font-size: 105px;
  }
}
@media (max-width: 470px) {
  .page_not_found .pnf_404 {
    font-size: 80px;
  }
}
.page_not_found .pnf_heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 30px;
  font-weight: 1000;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin: 0 0 16px;
  animation: pnf_up 0.6s ease 0.35s both;
}
@media (max-width: 1280px) {
  .page_not_found .pnf_heading {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .page_not_found .pnf_heading {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page_not_found .pnf_heading {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .page_not_found .pnf_heading {
    font-size: 16px;
  }
}
.page_not_found .pnf_body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.65);
  line-height: 1.65;
  max-width: 460px;
  margin: 0 0 32px;
  animation: pnf_up 0.6s ease 0.5s both;
}
@media (max-width: 768px) {
  .page_not_found .pnf_body {
    font-size: 14px;
    max-width: 320px;
    margin-bottom: 26px;
  }
}
.page_not_found .pnf_btn {
  display: inline-block;
  background: #82BE42;
  color: #FFFFFF;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  padding: 18px 50px;
  border-radius: 50px;
  transition: background 0.2s ease, transform 0.15s ease;
  animation: pnf_up 0.6s ease 0.65s both;
}
.page_not_found .pnf_btn:hover {
  background: #6ea334;
  transform: translateY(-2px);
  opacity: 1;
}
.page_not_found .pnf_btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .page_not_found .pnf_btn {
    padding: 15px 38px;
    font-size: 11.5px;
  }
}

/*# sourceMappingURL=main.css.map */
