/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Main Stylesheet
 * Compiled from SCSS with Webpack
 */
@font-face {
  font-family: "Smooth Stone";
  src: url(../90c04bedc8385ca578f7.woff2) format("woff2"), url(../9de974327888c28e89c5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Smooth Stone";
  src: url(../90c04bedc8385ca578f7.woff2) format("woff2"), url(../9de974327888c28e89c5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Smooth Stone";
  src: url(../90c04bedc8385ca578f7.woff2) format("woff2"), url(../9de974327888c28e89c5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #faf7d9;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .site_header {
  z-index: 1;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.site-main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #faf7d9;
  will-change: margin-bottom; /* Optimizes for animation */
  transition: none;
}

a {
  color: #156331;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.media_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .media_wrapper {
    border-radius: 16px;
  }
}

body.non-branded-event {
  background: #fff;
}
body.non-branded-event .site-main {
  background: #fff;
}
body.non-branded-event .events_title * {
  color: #132644 !important;
}
body.non-branded-event .events_title * svg path {
  fill: #132644;
}
body.non-branded-event .event_detail h4,
body.non-branded-event .event_detail .description,
body.non-branded-event .event_detail .quote,
body.non-branded-event .event_detail .small_description {
  color: #132644;
  border-color: #132644;
}
body.non-branded-event .event_detail .col_right {
  background: #132644;
}
body.non-branded-event .event_detail .col_right h5,
body.non-branded-event .event_detail .col_right .date,
body.non-branded-event .event_detail .col_right .location,
body.non-branded-event .event_detail .col_right .entry_fee {
  color: #fff;
}
body.non-branded-event .event_detail .col_right svg path {
  fill: #fff;
}
body.non-branded-event .image_carousel .image_navigation-prev,
body.non-branded-event .image_carousel .image_navigation-next {
  background: #132644;
}
body.non-branded-event .image_carousel .swiper-button-disabled {
  background: rgba(19, 38, 68, 0.4);
}
body.non-branded-event .title_section h1 {
  color: #132644;
}
body.non-branded-event .title_section h1 span {
  color: #132644;
}
body.non-branded-event .title_section .description_area p {
  color: #132644;
}
body.non-branded-event .generic_content h1,
body.non-branded-event .generic_content p,
body.non-branded-event .generic_content blockquote {
  color: #132644;
  border-color: #132644;
}
body.non-branded-event .footnote_social .top {
  border-color: rgba(19, 38, 68, 0.4);
}
body.non-branded-event .footnote_social .title,
body.non-branded-event .footnote_social .title2 {
  color: #132644;
}
body.non-branded-event .footnote_social a {
  background: #132644;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: all 0.2s ease-in-out;
}
.site_header.theme_green .header_left .site_logo svg .cls-1,
.site_header.theme_green .header_left .site_logo svg .cls-2 {
  fill: #156331;
}
.site_header.theme_green .header_left .mobile_nav_open {
  background: #156331;
}
.site_header.theme_green .header_left .mobile_nav_open .icon svg path {
  fill: #faf7d9;
}
@media (min-width: 1200px) {
  .site_header.theme_green .primary-navigation a {
    color: #156331;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_green .secondary_nav a {
    color: #156331;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_green .secondary_dropdown {
    background: #156331;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_green .secondary_dropdown div {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_green .secondary_dropdown div .icon svg path {
    fill: #fff;
  }
}
.site_header.theme_green .secondary_dropdown ul {
  background: #156331;
}
.site_header.theme_green .secondary_dropdown a {
  color: #fff;
}
.site_header.theme_blue .header_left .site_logo svg .cls-1,
.site_header.theme_blue .header_left .site_logo svg .cls-2 {
  fill: #132644;
}
.site_header.theme_blue .header_left .mobile_nav_open {
  background: #132644;
}
.site_header.theme_blue .header_left .mobile_nav_open .icon svg path {
  fill: #faf7d9;
}
@media (min-width: 1200px) {
  .site_header.theme_blue .primary-navigation a {
    color: #132644 !important;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_blue .secondary_nav a {
    color: #132644 !important;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_blue .secondary_dropdown {
    background: #132644 !important;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_blue .secondary_dropdown div {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.theme_blue .secondary_dropdown div .icon svg path {
    fill: #fff;
  }
}
.site_header.theme_blue .secondary_dropdown ul {
  background: #132644;
}
.site_header.theme_blue .secondary_dropdown a {
  color: #fff;
}
.site_header.nav-visible {
  transform: translateY(0%);
}
.site_header.nav-visible .main_navigation {
  background: #fff;
}
.site_header.nav-visible .site_logo svg .cls-1,
.site_header.nav-visible .site_logo svg .cls-2 {
  fill: #156331;
}
.site_header.nav-visible .mobile_nav_open {
  background: #156331;
}
.site_header.nav-visible .mobile_nav_open svg .cls-1,
.site_header.nav-visible .mobile_nav_open svg .cls-2 {
  fill: #fff;
}
@media (min-width: 1200px) {
  .site_header.nav-visible .primary-navigation a {
    color: #156331;
  }
}
@media (min-width: 1200px) {
  .site_header.nav-visible .secondary_nav a {
    color: #156331;
  }
}
@media (min-width: 1200px) {
  .site_header.nav-visible .secondary_dropdown {
    background: #156331;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.nav-visible .secondary_dropdown div {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .site_header.nav-visible .secondary_dropdown div .icon svg path {
    fill: #fff;
  }
}
.site_header.nav-visible .secondary_dropdown ul {
  background: #156331;
}
.site_header.nav-visible .secondary_dropdown a {
  color: #fff;
}
.site_header.nav-hidden {
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
}
.site_header.nav-hidden .main_navigation {
  transition: all 0.5s ease-in-out;
}
.site_header.nav-hidden .site_logo svg .cls-1,
.site_header.nav-hidden .site_logo svg .cls-2 {
  transition: all 0.5s ease-in-out;
}
.site_header.nav-hidden .mobile_nav_open {
  background: #156331;
  transition: all 0.5s ease-in-out;
}
.site_header.nav-hidden .mobile_nav_open svg path {
  transition: all 0.5s ease-in-out;
}
.site_header .container {
  margin: 0;
  padding: 0;
}
.site_header .main_navigation {
  margin: 16px 8px;
  border-radius: 8px;
  padding: 16px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .site_header .main_navigation {
    margin: 24px 31px;
  }
}
@media (min-width: 1200px) {
  .site_header .main_navigation {
    padding: 16px 24px;
    margin: 24px 24px;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .site_header .main_navigation {
    padding: 16px 24px;
    margin: 24px 50px;
  }
}
.site_header .header_left {
  display: flex;
  align-items: center;
}
.site_header .site_logo {
  width: 100%;
  max-width: 143px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .site_header .site_logo {
    max-width: 175px;
  }
}
.site_header .site_logo a {
  display: flex;
}
.site_header .mobile_nav_open {
  margin-left: auto;
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #faf7d9;
}
@media (min-width: 1200px) {
  .site_header .mobile_nav_open {
    display: none;
  }
}
.site_header .mobile_nav_open .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #156331;
  flex-direction: column;
  display: none;
}
@media (min-width: 1200px) {
  .site_header .header_menu {
    display: flex;
    position: relative;
    min-height: unset;
    background: none;
  }
}
.site_header .header_menu .mobile_header {
  display: flex;
  margin: 16px 8px;
  padding: 16px;
}
@media (min-width: 768px) {
  .site_header .header_menu .mobile_header {
    margin: 24px 31px;
  }
}
@media (min-width: 1200px) {
  .site_header .header_menu .mobile_header {
    display: none;
  }
}
.site_header .header_menu .mobile_nav_close {
  margin-left: auto;
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #faf7d9;
}
.site_header .header_menu .mobile_nav_close .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .menu_wrapper {
  padding: 38px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .site_header .menu_wrapper {
    padding: 64px 50px;
  }
}
@media (min-width: 1200px) {
  .site_header .menu_wrapper {
    padding: 0;
    flex-direction: row;
    height: auto;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .site_header .primary-navigation {
    margin-left: auto;
    margin-right: auto;
  }
}
.site_header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .site_header .primary-navigation ul {
    display: flex;
  }
}
.site_header .primary-navigation li {
  list-style: none;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .site_header .primary-navigation li {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .site_header .primary-navigation li {
    margin-bottom: 0;
    transform: none !important;
    opacity: 1 !important;
    padding: 0 16px;
  }
}
.site_header .primary-navigation a {
  color: #faf7d9;
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site_header .primary-navigation a {
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    color: #e9facd;
  }
}
@media (min-width: 1200px) {
  .site_header .primary-navigation a {
    color: #faf7d9;
    font-size: 15px;
    letter-spacing: -0.85px;
    line-height: 90%;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
  }
}
@media (min-width: 1440px) {
  .site_header .primary-navigation a {
    font-size: 17px;
  }
}
.site_header .primary-navigation a:hover {
  text-decoration: underline;
}
.site_header .secondary_nav {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .site_header .secondary_nav {
    margin-bottom: 0;
  }
}
.site_header .secondary_nav .desktop_only {
  display: none;
}
@media (min-width: 1200px) {
  .site_header .secondary_nav .desktop_only {
    display: flex;
    transform: none !important;
    opacity: 1 !important;
  }
}
.site_header .secondary_nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .site_header .secondary_nav ul {
    display: flex;
    align-items: center;
  }
}
.site_header .secondary_nav li {
  list-style: none;
}
@media (min-width: 1200px) {
  .site_header .secondary_nav a {
    font-family: "Work Sans", sans-serif;
    color: #faf7d9;
    font-size: 15px;
    letter-spacing: -0.85px;
    font-weight: 500;
    line-height: 90%;
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .site_header .secondary_nav a {
    font-size: 17px;
  }
}
.site_header .secondary_nav a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown {
    transform: none !important;
    opacity: 1 !important;
    background: #faf7d9;
    border-radius: 40px;
    margin-left: 24px;
    padding: 8px 32px;
    position: relative;
    cursor: pointer;
  }
}
.site_header .secondary_dropdown div {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  color: #faf7d9;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site_header .secondary_dropdown div {
    font-size: 56px;
    font-weight: 600;
    color: #e9facd;
  }
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown div {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.85px;
    color: #000;
    position: relative;
    z-index: 2;
    font-family: "Work Sans", sans-serif;
  }
}
@media (min-width: 1440px) {
  .site_header .secondary_dropdown div {
    font-size: 17px;
  }
}
.site_header .secondary_dropdown div .icon {
  width: 100%;
  max-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site_header .secondary_dropdown div .icon {
    margin-left: 24px;
  }
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown div .icon {
    padding: 0;
    margin-left: 26px;
  }
}
.site_header .secondary_dropdown div .icon svg path {
  fill: #faf7d9;
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown div .icon svg path {
    fill: #000;
  }
}
.site_header .secondary_dropdown ul {
  opacity: 0.9;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .site_header .secondary_dropdown ul {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown ul {
    position: absolute;
    background: #faf7d9;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 1;
    padding: 55px 32px 8px;
    border-radius: 16px;
    width: 100%;
    display: none;
  }
}
.site_header .secondary_dropdown li {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown li {
    opacity: 1 !important;
    transform: none !important;
  }
}
.site_header .secondary_dropdown a {
  color: #faf7d9;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .site_header .secondary_dropdown a {
    color: #000;
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
.site_header .social_list {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .site_header .social_list {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .site_header .social_list {
    display: none;
  }
}
.site_header .social_list li {
  list-style: none;
  margin-right: 16px;
}
.site_header .social_list a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .mobile_only_contact_us {
  margin: auto 0 0;
  padding: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .site_header .mobile_only_contact_us {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .site_header .mobile_only_contact_us {
    display: none;
  }
}
.site_header .mobile_only_contact_us li {
  list-style: none;
}
.site_header .mobile_only_contact_us a {
  background: #faf7d9;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
}
@media (min-width: 768px) {
  .site_header .mobile_only_contact_us a {
    max-width: 224px;
  }
}
.site_header .mobile_background {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
}
@media (min-width: 768px) {
  .site_header .mobile_background {
    width: 100%;
    max-width: 60%;
    right: -10px;
    bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .site_header .mobile_background {
    display: none;
  }
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixed background */
  will-change: transform;
  transform: translateZ(0); /* Force hardware acceleration */
  border-radius: 16px;
}

.parallax-element {
  position: relative;
  will-change: transform;
}

.frm_form_field .choices {
  outline: none;
}
.frm_form_field .choices.is-open .choices__item--selectable:after {
  transform: rotate(180deg) !important;
}
.frm_form_field .choices .choices__list--single .choices__item--selectable {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  margin: 0;
  padding: 12px;
  width: 100%;
  background: none;
  border: 1px solid #156331;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
}
.frm_form_field .choices .choices__list--single .choices__item--selectable:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  background-image: url(../56a4d5be8ab16c2a8dce.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.2s ease-in-out;
}
.frm_form_field .choices .choices__list--dropdown {
  position: absolute;
  z-index: 90;
  background: #faf7d9;
  height: 200px;
  overflow: auto;
  display: none;
  width: 100%;
}
.frm_form_field .choices .choices__list--dropdown.is-active {
  display: block;
}
.frm_form_field .choices .choices__list--dropdown .choices__input.choices__input--cloned {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  margin: 24px 0 0 0;
  padding: 12px;
  width: 100%;
  background: none;
  border: 1px solid #156331;
  box-shadow: none;
  border-radius: 8px;
}
.frm_form_field .choices .choices__list--dropdown .choices__input.choices__input--cloned::-moz-placeholder {
  opacity: 0.5;
  color: #156331;
}
.frm_form_field .choices .choices__list--dropdown .choices__input.choices__input--cloned::placeholder {
  opacity: 0.5;
  color: #156331;
}
.frm_form_field .choices .choices__list--dropdown .choices__item {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  margin: 0;
  padding: 12px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #156331;
}

.frm_form_fields {
  position: relative;
}
.frm_form_fields fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.frm_form_fields .frm_screen_reader {
  display: none;
}
.frm_form_fields .frm_none_container .frm_primary_label {
  display: none;
}
.frm_form_fields .frm_form_field {
  position: relative;
}

.button-container {
  display: flex;
  align-items: center;
}
.button-container .custom-button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.button-container .custom-button .button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 3;
  white-space: nowrap;
}
.button-container .custom-button .image {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 8px;
}
.button-container .custom-button .arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.button-container .custom-button .bg {
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  bottom: -410%;
  left: -15%;
  z-index: 1;
  transform: translateY(0%);
  transform-style: preserve-3d;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button-container .custom-button:hover .bg {
  transform: translateY(-70%);
}
.button-container .button-size-small {
  padding: 16px 32px;
}
.button-container .button-size-large {
  padding: 24px 32px;
}
.button-container .has-icon {
  padding: 8px 16px 8px 8px;
}
.button-container .has-icon:hover .bg {
  display: none;
}
.button-container .has-icon:hover .arrow {
  margin-left: 16px;
}
.button-container .text-white {
  color: #fff;
}
.button-container .text-black {
  color: #000;
}
.button-container .text-base_green {
  color: #156331;
}
.button-container .text-base_blue {
  color: #132644;
}
.button-container .text-cream {
  color: #faf7d9;
}
.button-container .bg-white {
  background: #fff;
}
.button-container .bg-white .bg {
  background: #faf7d9;
}
.button-container .bg-base_green {
  background: #156331;
}
.button-container .bg-base_green .bg {
  background: #003b09;
}
.button-container .bg-base_blue {
  background: #132644;
}
.button-container .bg-base_blue .bg {
  background: #0a0a26;
}
.button-container .bg-cream {
  background: #faf7d9;
}
.button-container .bg-cream .bg {
  background: #fff;
}
.button-container .hover_bg_white:hover {
  color: #132644 !important;
}
.button-container .hover_bg_white .bg {
  background: #fff;
}
.button-container .hover_bg_base_green:hover {
  color: #faf7d9 !important;
}
.button-container .hover_bg_base_green .bg {
  background: #156331 !important;
}
.button-container .border-white {
  border-color: #fff;
}
.button-container .border-base_green {
  border-color: #156331;
}
.button-container .border-base_green .bg {
  background: #e9facd;
}
.button-container .border-base_blue {
  border-color: #132644;
}
.button-container .border-cream {
  border-color: #faf7d9;
}
.button-container .border-transparent {
  border-color: transparent;
}

.page_content_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
}
.page_content_modal.active {
  opacity: 1;
  visibility: visible;
}
.page_content_modal .modal_content {
  border-radius: 16px 16px 0 0;
  background: #faf7d9;
  height: 90vh;
  margin-top: 10vh;
  position: relative;
  overflow: auto;
}
@media (min-width: 1200px) {
  .page_content_modal .modal_content {
    margin-top: 0;
    height: auto;
    margin-left: 5vw;
    border-radius: 24px 0 0 24px;
  }
}
.page_content_modal .close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  z-index: 10;
}
@media (min-width: 768px) {
  .page_content_modal .close-modal {
    width: 56px;
    height: 56px;
  }
}
.page_content_modal .close-modal svg {
  max-width: 17px;
}
@media (min-width: 768px) {
  .page_content_modal .close-modal svg {
    max-width: 24px;
  }
}
@media (min-width: 1200px) {
  .page_content_modal .modal_inner {
    display: flex;
  }
}
.page_content_modal .modal_col_left {
  padding: 88px 24px 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .page_content_modal .modal_col_left {
    max-width: 50%;
    padding: 80px 56px;
  }
}
.page_content_modal .modal_col_left h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .page_content_modal .modal_col_left h2 {
    font-size: 72px;
  }
}
.page_content_modal .modal_col_left p {
  color: #156331;
  margin-bottom: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.page_content_modal .modal_col_left .table {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left .table {
    margin-bottom: 40px;
  }
}
.page_content_modal .modal_col_left .row {
  display: flex;
  margin-bottom: 8px;
}
.page_content_modal .modal_col_left .row.venue .col_right {
  background: #e9facd;
}
.page_content_modal .modal_col_left .col_left {
  background: #156331;
  padding: 8px 16px;
  width: 100%;
  max-width: 86px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left .col_left {
    max-width: 105px;
    font-size: 14px;
  }
}
.page_content_modal .modal_col_left .col_right {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  color: #156331;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left .col_right {
    flex-direction: row;
    align-items: center;
    padding: 23px 16px;
  }
}
@media (min-width: 1200px) {
  .page_content_modal .modal_col_left .col_right {
    padding: 8px 16px;
  }
}
.page_content_modal .modal_col_left .col_right span {
  width: 100%;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left .col_right span {
    width: auto;
  }
}
.page_content_modal .modal_col_left .col_right .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
}
.page_content_modal .modal_col_left .col_right .detail {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.36px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_col_left .col_right .detail {
    font-size: 14px;
    margin-left: 5px;
  }
}
.page_content_modal .modal_col_right {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .page_content_modal .modal_col_right {
    max-width: 50%;
    height: 100vh;
  }
}
.page_content_modal .swiper-slide {
  height: auto;
}
.page_content_modal .video_component {
  height: 100%;
}
.page_content_modal .video_component .preview_image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_content_modal .video_component img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content_modal .video_component .play_icon {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.page_content_modal .image_component {
  height: 100%;
}
.page_content_modal .image_component img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .page_content_modal .image_component img {
    height: 100vh;
  }
}
.page_content_modal .modal_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 49%);
}
@media (min-width: 768px) {
  .page_content_modal .modal_overlay {
    padding: 32px;
  }
}
.page_content_modal .modal_overlay .small_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #faf7d9;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_overlay .small_title {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: -0.6px;
  }
}
.page_content_modal .modal_overlay .small_description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #faf7d9;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .page_content_modal .modal_overlay .small_description {
    font-size: 17px;
    letter-spacing: -0.51px;
    margin-bottom: 41px;
  }
}
.page_content_modal .modal_carousel_nav-prev,
.page_content_modal .modal_carousel_nav-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 56px;
  height: 56px;
  background: #156331;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_content_modal .modal_carousel_nav-prev svg,
.page_content_modal .modal_carousel_nav-next svg {
  max-width: 24px;
}
.page_content_modal .modal_carousel_nav-prev svg path,
.page_content_modal .modal_carousel_nav-next svg path {
  fill: #fff;
}
.page_content_modal .modal_carousel_nav-prev {
  left: 24px;
  transform: rotate(180deg);
}
.page_content_modal .modal_carousel_nav-next {
  right: 24px;
}
.page_content_modal .gallery_carousel_pagination {
  display: flex;
  align-items: center;
}
.page_content_modal .swiper-pagination-bullet {
  width: 2px;
  height: 2px;
  background: #faf7d9;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .page_content_modal .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.page_content_modal .swiper-pagination-bullet-active {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: rgba(250, 247, 217, 0.6);
  position: relative;
  opacity: 1;
}
@media (min-width: 768px) {
  .page_content_modal .swiper-pagination-bullet-active {
    height: 4px;
  }
}
.page_content_modal .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #faf7d9;
  animation: fillProgress linear forwards;
  animation-duration: 3s;
  border-radius: 5px;
}
@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #newsletter_modal .modal_content {
    max-width: 558px;
    margin-left: auto;
    border-radius: 24px 0 0 0;
  }
}
#newsletter_modal .close-modal {
  background: #156331;
}
#newsletter_modal .close-modal svg rect {
  fill: #fff;
}
#newsletter_modal .modal-content-wrapper {
  padding: 24px;
}
@media (min-width: 768px) {
  #newsletter_modal .modal-content-wrapper {
    padding: 120px 24px 74px;
  }
}
@media (min-width: 1200px) {
  #newsletter_modal .modal-content-wrapper {
    height: 100vh;
  }
}
@media (min-width: 1600px) {
  #newsletter_modal .modal-content-wrapper {
    padding: 40px;
  }
}
#newsletter_modal .modal_title_area {
  margin-bottom: 24px;
}
#newsletter_modal h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  #newsletter_modal h6 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  #newsletter_modal h6 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #newsletter_modal h6 br {
    display: block;
  }
}
#newsletter_modal p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
#newsletter_modal .frm_form_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
#newsletter_modal .frm_primary_label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: #156331;
  margin-bottom: 8px;
}
#newsletter_modal .frm_opt_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 460px;
}
#newsletter_modal .vertical_radio .frm_primary_label {
  font-size: 24px;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}
#newsletter_modal input[type=text],
#newsletter_modal input[type=email] {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  margin: 0;
  padding: 12px;
  width: 100%;
  background: none;
  border: 1px solid #156331;
  box-shadow: none;
  border-radius: 8px;
}
#newsletter_modal input[type=text]::-moz-placeholder, #newsletter_modal input[type=email]::-moz-placeholder {
  opacity: 0.5;
  color: #156331;
}
#newsletter_modal input[type=text]::placeholder,
#newsletter_modal input[type=email]::placeholder {
  opacity: 0.5;
  color: #156331;
}
#newsletter_modal .frm_checkbox,
#newsletter_modal .frm_radio {
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  #newsletter_modal .frm_checkbox,
  #newsletter_modal .frm_radio {
    max-width: 200px;
    margin-right: 26px;
  }
}
#newsletter_modal .frm_checkbox input,
#newsletter_modal .frm_radio input {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
#newsletter_modal .frm_checkbox input:checked + .custom-checkbox .checkmark,
#newsletter_modal .frm_radio input:checked + .custom-checkbox .checkmark {
  opacity: 1;
}
#newsletter_modal .frm_checkbox input:checked + .custom-radio .dot,
#newsletter_modal .frm_radio input:checked + .custom-radio .dot {
  opacity: 1;
}
#newsletter_modal .frm_checkbox label,
#newsletter_modal .frm_radio label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  display: flex;
  cursor: pointer;
}
#newsletter_modal .frm_checkbox .custom-checkbox,
#newsletter_modal .frm_checkbox .custom-radio,
#newsletter_modal .frm_radio .custom-checkbox,
#newsletter_modal .frm_radio .custom-radio {
  width: 100%;
  max-width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #156331;
  display: flex;
  margin-right: 12px;
  position: relative;
}
#newsletter_modal .frm_checkbox .custom-checkbox .checkmark,
#newsletter_modal .frm_checkbox .custom-checkbox .dot,
#newsletter_modal .frm_checkbox .custom-radio .checkmark,
#newsletter_modal .frm_checkbox .custom-radio .dot,
#newsletter_modal .frm_radio .custom-checkbox .checkmark,
#newsletter_modal .frm_radio .custom-checkbox .dot,
#newsletter_modal .frm_radio .custom-radio .checkmark,
#newsletter_modal .frm_radio .custom-radio .dot {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  display: block;
  background: #156331;
  border-radius: 100px;
  opacity: 0;
}
#newsletter_modal .frm_submit button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
  background: #156331;
  border: none;
  padding: 24px 32px;
  color: #fff;
  border-radius: 100px;
}

.site_footer {
  background: #156331;
  padding: 64px 0 0;
  color: #faf7d9;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}
.site_footer.theme_blue {
  background: #132644 !important;
}
.site_footer.theme_blue #back_to_top .icon svg path {
  fill: #132644;
}
@media (min-width: 768px) {
  .site_footer {
    height: auto;
    padding: 128px 0 0;
    position: sticky;
  }
}
@media (min-width: 1200px) {
  .site_footer {
    padding: 120px 0 0;
  }
}
.site_footer .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site_footer .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .site_footer .container {
    position: relative;
  }
}
.site_footer .footer_left {
  margin-bottom: 56px;
  width: 100%;
}
@media (min-width: 768px) {
  .site_footer .footer_left {
    margin-bottom: 89px;
  }
}
@media (min-width: 1200px) {
  .site_footer .footer_left {
    margin-bottom: 0;
    max-width: 378px;
  }
}
.site_footer .site_logo {
  width: 100%;
  max-width: 178px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .site_footer .site_logo {
    max-width: 378px;
    margin-bottom: 86px;
  }
}
@media (min-width: 1200px) {
  .site_footer .site_logo {
    margin-bottom: 63px;
  }
}
.site_footer .site_logo svg path {
  fill: #faf7d9;
}
@media (min-width: 768px) {
  .site_footer .footer_newsletter {
    width: 100%;
  }
}
.site_footer .footer_newsletter h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 8px;
}
.site_footer .footer_newsletter p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site_footer .footer_newsletter p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .site_footer .footer_newsletter p {
    margin-top: 8px;
  }
}
.site_footer .footer_newsletter .footer_newsletter_start .label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
.site_footer .footer_newsletter .footer_newsletter_start .form_input_wrapper {
  border: 1px solid #faf7d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.site_footer .footer_newsletter .footer_newsletter_start input[type=email] {
  background: transparent;
  padding: 12px;
  color: #faf7d9;
  outline: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  border: none;
  width: 100%;
}
.site_footer .footer_newsletter .footer_newsletter_start input[type=email]::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #faf7d9;
}
.site_footer .footer_newsletter .footer_newsletter_start input[type=email]::placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #faf7d9;
}
.site_footer .footer_newsletter .footer_newsletter_start input[type=email]:-webkit-autofill, .site_footer .footer_newsletter .footer_newsletter_start input[type=email]:-webkit-autofill:hover, .site_footer .footer_newsletter .footer_newsletter_start input[type=email]:-webkit-autofill:focus, .site_footer .footer_newsletter .footer_newsletter_start input[type=email]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #faf7d9 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.site_footer .footer_newsletter .footer_newsletter_start button {
  margin: 0 8px 0 0;
  padding: 0;
  color: transparent;
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.site_footer .footer_newsletter .footer_newsletter_start button .icon {
  width: 100%;
  max-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms {
  display: flex;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms input {
  display: none;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms input:checked + label .custom-checkbox {
  background: #faf7d9;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms .custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  border: 1px solid #faf7d9;
  border-radius: 2px;
  margin-right: 11px;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms .custom-checkbox .checkmark {
  position: absolute;
  width: 5px;
  height: 11px;
  border-right: 2px solid #156331;
  border-bottom: 2px solid #156331;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}
.site_footer .footer_newsletter .footer_newsletter_start .terms label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  display: flex;
  cursor: pointer;
}
.site_footer .social_list {
  display: flex;
  margin: 0;
  padding: 0;
}
.site_footer .social_list.hide_desktop {
  display: flex;
}
@media (min-width: 768px) {
  .site_footer .social_list.hide_desktop {
    margin-top: 86px;
  }
}
@media (min-width: 1200px) {
  .site_footer .social_list.hide_desktop {
    display: none;
  }
}
.site_footer .social_list.show_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .site_footer .social_list.show_desktop {
    display: flex;
    margin-top: 32px;
  }
}
.site_footer .social_list li {
  list-style: none;
  margin-right: 16px;
}
.site_footer .social_list a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_footer .social_list a:hover {
  text-decoration: underline;
}
.site_footer .footer-navigation ul {
  margin: 0;
  padding: 0;
}
.site_footer .footer-navigation li {
  list-style: none;
  margin-bottom: 16px;
}
.site_footer .footer-navigation a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #faf7d9;
}
.site_footer .footer-navigation a:hover {
  text-decoration: underline;
}
.site_footer .footer_middle {
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .site_footer .footer_middle {
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site_footer .footer_middle {
    max-width: 378px;
    margin-left: auto;
  }
}
.site_footer .footer_right {
  width: 100%;
}
@media (min-width: 768px) {
  .site_footer .footer_right {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .site_footer .footer_right {
    max-width: 378px;
  }
}
.site_footer .footer_right .trading_hours {
  margin-bottom: 32px;
}
.site_footer .footer_right .heading {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
}
.site_footer .footer_right p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin: 0;
}
.site_footer .footer_right .location {
  margin-bottom: 54px;
}
.site_footer #back_to_top {
  position: absolute;
  top: 56px;
  right: 24px;
  width: 100%;
  max-width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .site_footer #back_to_top {
    max-width: 80px;
    height: 80px;
    top: 128px;
    right: 32px;
  }
}
@media (min-width: 1200px) {
  .site_footer #back_to_top {
    top: unset;
    bottom: 4px;
    right: 72px;
  }
}
.site_footer #back_to_top .icon {
  transform: rotate(-90deg);
  width: 100%;
  max-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .site_footer #back_to_top .icon {
    max-width: 26px;
  }
}

.footer_graphic {
  background: #156331;
  margin-top: -1px;
}
.footer_graphic.theme_blue {
  background: #132644 !important;
}
.footer_graphic .mobile {
  display: flex;
}
@media (min-width: 768px) {
  .footer_graphic .mobile {
    display: none;
  }
}
.footer_graphic .tablet {
  display: none;
}
@media (min-width: 768px) {
  .footer_graphic .tablet {
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer_graphic .tablet {
    display: none;
  }
}
.footer_graphic .desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer_graphic .desktop {
    display: flex;
  }
}

.page_banner_with_carousel {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.page_banner_with_carousel .media_wrapper {
  display: flex;
  border-radius: 0;
}
.page_banner_with_carousel .media_wrapper img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
}
.page_banner_with_carousel .media_wrapper .video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page_banner_with_carousel .media_wrapper .video-background video {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  width: 100%;
}
.page_banner_with_carousel .media_wrapper .youtube-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page_banner_with_carousel .media_wrapper .youtube-video div {
  width: 100%;
  height: 100%;
}
.page_banner_with_carousel .media_wrapper .youtube-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}
@media (max-aspect-ratio: 16/9) {
  .page_banner_with_carousel .media_wrapper .youtube-video iframe {
    width: 177.78vh;
    height: 100vh;
  }
}
.page_banner_with_carousel .banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 128px 16px 24px;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .banner_overlay {
    padding: 48px 29px;
  }
}
@media (min-width: 1200px) {
  .page_banner_with_carousel .banner_overlay {
    padding: 56px 73px;
  }
}
.page_banner_with_carousel .title_area {
  color: #faf7d9;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .title_area {
    margin-top: auto;
  }
}
.page_banner_with_carousel .title_area h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .title_area h1 {
    font-size: 96px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .page_banner_with_carousel .title_area h1 {
    font-size: 128px;
  }
}
.page_banner_with_carousel .title_area p {
  max-width: 708px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
}
@media (min-width: 1600px) {
  .page_banner_with_carousel .title_area p {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.page_banner_with_carousel .banner_carousel {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .banner_carousel {
    max-width: 511px;
  }
}
@media (min-width: 1200px) {
  .page_banner_with_carousel .banner_carousel {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
}
.page_banner_with_carousel .caro_left {
  display: none;
}
@media (min-width: 1200px) {
  .page_banner_with_carousel .caro_left {
    display: flex;
    width: 100%;
    max-width: 33.333%;
    flex-direction: column;
    color: #faf7d9;
  }
}
.page_banner_with_carousel .caro_left .small_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.page_banner_with_carousel .caro_left .small_description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 41px;
  max-width: 370px;
}
.page_banner_with_carousel .caro_left .banner_carousel_pagination {
  display: flex;
}
.page_banner_with_carousel .caro_left .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #faf7d9;
  opacity: 0.6;
}
.page_banner_with_carousel .caro_left .swiper-pagination-bullet-active {
  width: 200px;
  height: 4px;
  border-radius: 5px;
  background-color: rgba(250, 247, 217, 0.6);
  position: relative;
  opacity: 1;
}
.page_banner_with_carousel .caro_left .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #faf7d9;
  animation: fillProgress linear forwards;
  animation-duration: 3s;
  border-radius: 5px;
}
@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.page_banner_with_carousel .caro_mid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_mid {
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  .page_banner_with_carousel .caro_mid {
    width: 100%;
    max-width: 33.333%;
    margin-bottom: 0;
  }
}
.page_banner_with_carousel .caro_mid .icon {
  max-width: 98px;
  display: flex;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_mid .icon {
    max-width: 139px;
  }
}
.page_banner_with_carousel .caro_right {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page_banner_with_carousel .caro_right {
    width: 100%;
    max-width: 33.333%;
  }
}
.page_banner_with_carousel .caro_right a {
  background: #faf7d9;
  display: flex;
  border-radius: 8px;
  padding: 16px;
}
.page_banner_with_carousel .caro_right .col_left {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_right .col_left {
    max-width: unset;
  }
}
.page_banner_with_carousel .caro_right .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.36px;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_right .title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_right .title {
    margin-right: 50px;
  }
}
.page_banner_with_carousel .caro_right .date {
  margin-top: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.7px;
}
.page_banner_with_carousel .caro_right .col_right {
  width: 100%;
  max-width: 109px;
  height: 88px;
  display: flex;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page_banner_with_carousel .caro_right .col_right {
    height: 100px;
  }
}
.page_banner_with_carousel .caro_right .col_right img {
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.page_banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.page_banner .media_wrapper {
  display: flex;
  width: 100%;
  border-radius: 0;
}
.page_banner .media_wrapper img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  width: 100%;
}
.page_banner .banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 128px 16px 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .page_banner .banner_overlay {
    padding: 48px 29px;
  }
}
@media (min-width: 1200px) {
  .page_banner .banner_overlay {
    padding: 120px 73px;
  }
}
.page_banner .title_area {
  color: #faf7d9;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page_banner .title_area .fancy_title {
  font-family: "Smooth Stone", cursive;
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .page_banner .title_area .fancy_title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .page_banner .title_area .fancy_title {
    font-size: 72px;
  }
}
.page_banner .title_area h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page_banner .title_area h5 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .page_banner .title_area h5 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (min-width: 768px) {
  .page_banner .title_area h5 {
    margin-bottom: 40px;
  }
}
.page_banner .title_area h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 118px;
}
@media (min-width: 768px) {
  .page_banner .title_area h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .page_banner .title_area h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .page_banner .title_area h1 {
    font-size: 128px;
  }
}
@media (min-width: 768px) {
  .page_banner .title_area h1 {
    margin-bottom: 30px;
  }
}
.page_banner .title_area h1 br {
  display: none;
}
@media (min-width: 1200px) {
  .page_banner .title_area h1 br {
    display: block;
  }
}
.page_banner .title_area .icon img {
  max-width: 75px;
}

.spacer {
  width: 100%;
  position: relative;
  z-index: -2;
}
@media (min-width: 768px) {
  .spacer .mobile {
    display: none;
  }
}
.spacer .tablet {
  display: none;
}
@media (min-width: 768px) {
  .spacer .tablet {
    display: block;
  }
}
@media (min-width: 1600px) {
  .spacer .tablet {
    display: none;
  }
}
.spacer .desktop {
  display: none;
}
@media (min-width: 1600px) {
  .spacer .desktop {
    display: block;
  }
}
.spacer.theme_Cream {
  background: #faf7d9;
}
.spacer.theme_Blue {
  background: #132644;
}
.spacer.theme_Green {
  background: #156331;
}
.spacer.theme_light_blue {
  background: #c0e0db;
}
.spacer.theme_light_green {
  background: #e9facd;
}

.title_section {
  position: relative;
}
@media (min-width: 1200px) {
  .title_section.has_icon .description_area {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .title_section.description_Small .description_area {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .title_section.description_Medium .description_area {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .title_section.description_Medium .description_area {
    max-width: 40%;
  }
}
.title_section .main_title {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .title_section .main_title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .title_section .main_title {
    margin-bottom: 0;
  }
}
.title_section .icon {
  margin-bottom: 24px;
  max-width: 150px;
}
.title_section .small_title {
  text-align: center;
  margin-bottom: 24px;
  color: #156331;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media (min-width: 1600px) {
  .title_section .small_title {
    font-size: 40px;
  }
}
.title_section h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .title_section h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .title_section h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .title_section h1 {
    font-size: 128px;
  }
}
.title_section h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .title_section h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .title_section h2 {
    font-size: 96px;
  }
}
.title_section h3 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .title_section h3 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .title_section h3 {
    font-size: 80px;
  }
}
.title_section h4 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .title_section h4 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .title_section h4 {
    font-size: 72px;
  }
}
.title_section h1,
.title_section h2,
.title_section h3,
.title_section h4 {
  text-align: center;
  color: #156331;
}
.title_section h1 span,
.title_section h2 span,
.title_section h3 span,
.title_section h4 span {
  color: #ff5500;
}
.title_section .description_area {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .title_section .description_area {
    max-width: 40%;
  }
}
.title_section .description_area p {
  color: #156331;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 24px;
  letter-spacing: -0.6px;
}
@media (min-width: 1200px) {
  .title_section.align_left .container {
    display: flex;
  }
}
.title_section.align_left h1,
.title_section.align_left h2,
.title_section.align_left h3,
.title_section.align_left h4,
.title_section.align_left p {
  text-align: left;
}
@media (min-width: 1200px) {
  .title_section.align_left .description_area {
    margin-left: auto;
    align-items: flex-start;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .title_section.align_left .description_area p {
    text-align: left;
  }
}
.title_section.align_left .button-container {
  margin-right: auto;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .title_section.mobile_text_center h1,
  .title_section.mobile_text_center h2,
  .title_section.mobile_text_center h3,
  .title_section.mobile_text_center h4,
  .title_section.mobile_text_center p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .title_section.mobile_text_center .button-container {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .title_section.tablet_text_center h1,
  .title_section.tablet_text_center h2,
  .title_section.tablet_text_center h3,
  .title_section.tablet_text_center h4,
  .title_section.tablet_text_center p {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .title_section.tablet_text_center .button-container {
    width: 100%;
    justify-content: center;
  }
}
.title_section .overlay {
  position: absolute;
}
.title_section .overlay img {
  max-width: 103px;
}
.title_section .overlay.x_left {
  left: -40px;
}
.title_section .overlay.x_right {
  right: -40px;
}
.title_section .overlay.y_top {
  top: -100px;
}
.title_section .overlay.y_bottom {
  bottom: -140px;
}
.title_section.theme_Blue {
  background: #132644;
}
.title_section.theme_Blue h1,
.title_section.theme_Blue h2,
.title_section.theme_Blue h3,
.title_section.theme_Blue h4,
.title_section.theme_Blue p {
  color: #faf7d9;
}
.title_section.theme_light_blue {
  background: #c0e0db;
}
.title_section.theme_light_blue h1,
.title_section.theme_light_blue h2,
.title_section.theme_light_blue h3,
.title_section.theme_light_blue h4,
.title_section.theme_light_blue p {
  color: #132644;
}
.title_section .media_box_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title_section .media_box_wrapper .media_block_container {
  height: 100%;
}

.two_column_image__video h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .two_column_image__video h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .two_column_image__video h1 {
    margin-bottom: 120px;
  }
}
.two_column_image__video h1 span {
  color: #ff5500;
}
.two_column_image__video .column_content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
}
@media (min-width: 768px) {
  .two_column_image__video .column_content {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1200px) {
  .two_column_image__video .column_content {
    display: flex;
  }
}
.two_column_image__video .column_content h1 {
  margin-bottom: 40px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .two_column_image__video .column_content h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .two_column_image__video .column_content h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .two_column_image__video .column_content h1 {
    font-size: 128px;
  }
}
.two_column_image__video .column_content h1 span {
  color: #ff5500;
}
.two_column_image__video .column_content h2 {
  margin-bottom: 40px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .two_column_image__video .column_content h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .two_column_image__video .column_content h2 {
    font-size: 96px;
  }
}
.two_column_image__video .column_content h2 span {
  color: #ff5500;
}
.two_column_image__video .column_content h3 {
  margin-bottom: 40px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .two_column_image__video .column_content h3 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .two_column_image__video .column_content h3 {
    font-size: 80px;
  }
}
.two_column_image__video .column_content h4 {
  margin-bottom: 40px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .two_column_image__video .column_content h4 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .two_column_image__video .column_content h4 {
    font-size: 72px;
  }
}
.two_column_image__video .column_content p {
  margin-bottom: 24px;
}
.two_column_image__video .column_content .button-container {
  margin-top: 48px;
}
.two_column_image__video .col {
  width: 100%;
}
@media (min-width: 1200px) {
  .two_column_image__video .col {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .two_column_image__video .col_left {
    margin-right: 158px;
    max-width: 646px;
  }
}
.two_column_image__video .col_right {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .two_column_image__video .col_right {
    margin-top: 0;
    max-width: 780px;
    margin-left: auto;
  }
}

.three_column_image_parallax {
  background: #156331;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .three_column_image_parallax {
    padding: 128px 0;
  }
}
@media (min-width: 1600px) {
  .three_column_image_parallax {
    padding: 200px 0;
  }
}
.three_column_image_parallax .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .three_column_image_parallax .container {
    padding: 0;
  }
}
.three_column_image_parallax .small_title {
  color: #faf7d9;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .three_column_image_parallax .small_title {
    color: #e9facd;
  }
}
@media (min-width: 1600px) {
  .three_column_image_parallax .small_title {
    font-size: 40px;
    color: #faf7d9;
  }
}
.three_column_image_parallax h1 {
  text-align: center;
  color: #faf7d9;
  margin-bottom: 56px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .three_column_image_parallax h1 {
    font-size: 96px;
    margin-bottom: 96px;
    max-width: 392px;
    color: #e9facd;
  }
}
@media (min-width: 1600px) {
  .three_column_image_parallax h1 {
    font-size: 128px;
    color: #faf7d9;
    max-width: unset;
  }
}
.three_column_image_parallax .columns {
  display: flex;
  align-items: center;
}
.three_column_image_parallax .col {
  display: flex;
  flex-direction: column;
}
.three_column_image_parallax .col_1,
.three_column_image_parallax .col_3 {
  width: 100%;
  max-width: 50px;
}
@media (min-width: 768px) {
  .three_column_image_parallax .col_1,
  .three_column_image_parallax .col_3 {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .three_column_image_parallax .col_1,
  .three_column_image_parallax .col_3 {
    max-width: unset;
  }
}
.three_column_image_parallax .row {
  position: relative;
}
.three_column_image_parallax .shim img {
  min-height: 300px;
}
@media (min-width: 768px) {
  .three_column_image_parallax .shim img {
    min-height: 415px;
  }
}
.three_column_image_parallax .media_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a48;
  border-radius: 16px;
  overflow: hidden;
}
.three_column_image_parallax .media_wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three_column_image_parallax .col_1 {
  margin-right: 8px;
}
.three_column_image_parallax .col_1 img {
  border-radius: 0 16px 16px 0;
}
@media (min-width: 1200px) {
  .three_column_image_parallax .col_1 img {
    border-radius: 16px;
  }
}
.three_column_image_parallax .col_2 {
  margin-left: 8px;
  margin-right: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .three_column_image_parallax .col_2 {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.three_column_image_parallax .col_2 .media_wrapper {
  background: #879a48;
  border-radius: 16px;
  overflow: hidden;
}
.three_column_image_parallax .col_2 .media_body {
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .three_column_image_parallax .col_2 .media_body {
    padding: 32px;
  }
}
.three_column_image_parallax .col_2 h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #faf7d9;
  text-align: center;
}
@media (min-width: 768px) {
  .three_column_image_parallax .col_2 h6 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: unset;
  }
}
@media (min-width: 1200px) {
  .three_column_image_parallax .col_2 h6 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .three_column_image_parallax .col_2 h6 {
    font-size: 40px;
  }
}
.three_column_image_parallax .col_2 .button-container {
  margin-top: auto;
}
.three_column_image_parallax .col_3 {
  margin-left: 8px;
}
.three_column_image_parallax .col_3 img {
  border-radius: 16px 0 0 16px;
}
@media (min-width: 1200px) {
  .three_column_image_parallax .col_3 img {
    border-radius: 16px;
  }
}
.three_column_image_parallax .row {
  margin-bottom: 16px;
}

.column_cards .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .column_cards .container {
    flex-direction: row;
    justify-content: center;
  }
}
.column_cards .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .column_cards .card {
    border-radius: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .column_cards .card {
    margin: 0 8px 0;
    max-width: 33.333%;
  }
}
.column_cards .card:hover {
  border-radius: 24px;
}
@media (min-width: 1200px) {
  .column_cards .card:hover {
    border-radius: 88px;
  }
}
.column_cards .theme_cream .small_title,
.column_cards .theme_cream h4,
.column_cards .theme_cream p {
  color: #faf7d9;
}
.column_cards .theme_base_blue .small_title,
.column_cards .theme_base_blue h4,
.column_cards .theme_base_blue p {
  color: #132644;
}
.column_cards .theme_base_green .small_title,
.column_cards .theme_base_green h4,
.column_cards .theme_base_green p {
  color: #156331;
}
.column_cards .card_body {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 32px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 496px;
  height: 100%;
}
@media (min-width: 768px) {
  .column_cards .card_body {
    padding: 56px;
    background-size: cover;
  }
}
.column_cards .small_title {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .column_cards .small_title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .column_cards .small_title {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .column_cards .small_title {
    font-size: 24px;
  }
}
.column_cards h4 {
  text-align: center;
  margin-bottom: 16px;
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) {
  .column_cards h4 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .column_cards h4 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .column_cards h4 {
    font-size: 72px;
  }
}
.column_cards p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  text-align: center;
  width: 100%;
  max-width: 440px;
}
@media (min-width: 768px) {
  .column_cards p {
    font-size: 20px;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .column_cards p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .column_cards p {
    font-size: 20px;
  }
}
.column_cards .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.column_cards .icon img {
  max-width: 153px;
}
@media (min-width: 768px) {
  .column_cards .icon img {
    max-width: 300px;
  }
}
.column_cards .button-container {
  margin-top: 20px;
}

.two_column_image_parallax {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .two_column_image_parallax .container {
    display: flex;
  }
}
.two_column_image_parallax .col {
  width: 100%;
}
@media (min-width: 1200px) {
  .two_column_image_parallax .col {
    max-width: 50%;
  }
}
.two_column_image_parallax h4 {
  color: #156331;
  margin-bottom: 40px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .two_column_image_parallax h4 {
    font-size: 72px;
    margin-bottom: 24px;
  }
}
.two_column_image_parallax p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  margin-bottom: 24px;
}
.two_column_image_parallax .image_component {
  position: relative;
  margin-top: 56px;
}
@media (min-width: 1200px) {
  .two_column_image_parallax .image_component {
    margin-left: 100px;
  }
}
@media (min-width: 1600px) {
  .two_column_image_parallax .image_component {
    margin-top: 0;
    margin-left: 158px;
  }
}
.two_column_image_parallax .image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
  z-index: 5;
}
.two_column_image_parallax .image3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  z-index: 5;
}

.events_preview {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .events_preview {
    padding: 128px 0;
  }
}
@media (min-width: 1200px) {
  .events_preview {
    padding: 200px 0;
  }
}
.events_preview.theme_Blue {
  background: #132644;
}
.events_preview.theme_Blue .col_left .small_title,
.events_preview.theme_Blue .col_left h2,
.events_preview.theme_Blue .col_left p {
  color: #faf7d9;
}
.events_preview.theme_Blue .col_right .event_card {
  background: #c0e0db;
}
.events_preview.theme_Blue .col_right .date {
  background: #fff;
}
.events_preview.theme_Blue .col_right .date,
.events_preview.theme_Blue .col_right h5,
.events_preview.theme_Blue .col_right p {
  color: #132644;
}
.events_preview.theme_White {
  background: #fff;
}
.events_preview.theme_White .col_left .small_title,
.events_preview.theme_White .col_left h2,
.events_preview.theme_White .col_left p {
  color: #132644;
}
.events_preview.theme_White .col_right .event_card {
  background: #132644;
}
.events_preview.theme_White .col_right .date {
  background: #fff;
  color: #132644;
}
.events_preview.theme_White .col_right h5,
.events_preview.theme_White .col_right p {
  color: #fff;
}
.events_preview.theme_Cream {
  background: #faf7d9;
}
.events_preview.theme_Cream .col_left .small_title,
.events_preview.theme_Cream .col_left h2,
.events_preview.theme_Cream .col_left p {
  color: #156331;
}
.events_preview.theme_Cream .col_right .event_card {
  background: #e9facd;
}
.events_preview.theme_Cream .col_right .date {
  background: #fff;
}
.events_preview.theme_Cream .col_right .date,
.events_preview.theme_Cream .col_right h5,
.events_preview.theme_Cream .col_right p {
  color: #156331;
}
.events_preview .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .events_preview .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.events_preview .col {
  width: 100%;
}
.events_preview .col_left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
  max-width: 255px;
}
@media (min-width: 768px) {
  .events_preview .col_left {
    max-width: 360px;
    margin-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .events_preview .col_left {
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.events_preview .col_left .icon {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .events_preview .col_left .icon {
    margin-bottom: 40px;
  }
}
.events_preview .col_left .small_title {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media (min-width: 1200px) {
  .events_preview .col_left .small_title {
    text-align: left;
    margin-bottom: 32px;
  }
}
.events_preview .col_left h2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .events_preview .col_left h2 {
    font-size: 96px;
  }
}
@media (min-width: 1200px) {
  .events_preview .col_left h2 {
    text-align: left;
  }
}
.events_preview .col_left p {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .events_preview .col_left p {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .events_preview .col_left p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .events_preview .col_right {
    max-width: 60%;
  }
}
.events_preview .event_card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  .events_preview .event_card {
    padding: 24px;
    flex-direction: row;
  }
}
.events_preview .event_card .image {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .events_preview .event_card .image {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.events_preview .event_card .image img {
  max-width: 80px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .events_preview .event_card .image img {
    max-width: 148px;
  }
}
@media (min-width: 1200px) {
  .events_preview .event_card .image img {
    max-width: 120px;
  }
}
.events_preview .event_card .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .events_preview .event_card .body {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.events_preview .event_card .body_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .events_preview .event_card .body_content {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.events_preview .event_card .date {
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 4px 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.7px;
}
@media (min-width: 768px) {
  .events_preview .event_card .date {
    font-size: 17px;
    letter-spacing: -0.51px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .events_preview .event_card .date {
    font-size: 14px;
    letter-spacing: -0.7px;
    margin-bottom: 24px;
  }
}
.events_preview .event_card h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .events_preview .event_card h5 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.events_preview .event_card p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .events_preview .event_card p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .events_preview .event_card p {
    font-size: 17px;
    letter-spacing: -0.51px;
  }
}
.events_preview .event_card .button-container {
  margin-top: auto;
}
.events_preview .event_card .custom-button {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .events_preview .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.events_preview .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .events_preview .swiper-slide {
    margin-bottom: 16px;
  }
}

.events_listing .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .events_listing .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.events_listing .col {
  width: 100%;
}
.events_listing .col_left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 14px;
  max-width: 255px;
}
@media (min-width: 768px) {
  .events_listing .col_left {
    margin-bottom: 56px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .events_listing .col_left {
    max-width: 360px;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.events_listing .col_left .small_title {
  color: #132644;
  margin-bottom: 16px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media (min-width: 1200px) {
  .events_listing .col_left .small_title {
    text-align: left;
  }
}
.events_listing .col_left h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #132644;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .events_listing .col_left h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .events_listing .col_left h2 {
    font-size: 96px;
  }
}
@media (min-width: 1200px) {
  .events_listing .col_left h2 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .events_listing .col_left h2 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .events_listing .col_left h2 br {
    display: block;
  }
}
.events_listing .col_left p {
  color: #132644;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.06px;
}
@media (min-width: 768px) {
  .events_listing .col_left p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .events_listing .col_left p {
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .events_listing .col_right {
    max-width: 60%;
  }
}
.events_listing .event_card {
  display: flex;
  flex-direction: column;
  background: #c0e0db;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .events_listing .event_card {
    padding: 24px;
    flex-direction: row;
  }
}
.events_listing .event_card .image {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .events_listing .event_card .image {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.events_listing .event_card .image img {
  max-width: 80px;
  border-radius: 6px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .events_listing .event_card .image img {
    max-width: 148px;
  }
}
@media (min-width: 1200px) {
  .events_listing .event_card .image img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .events_listing .event_card .body {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.events_listing .event_card .body_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .events_listing .event_card .body_content {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.events_listing .event_card .date {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  padding: 4px 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.7px;
  color: #132644;
}
@media (min-width: 768px) {
  .events_listing .event_card .date {
    font-size: 17px;
    letter-spacing: -0.51px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .events_listing .event_card .date {
    font-size: 14px;
    letter-spacing: -0.7px;
    margin-bottom: 24px;
  }
}
.events_listing .event_card h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #132644;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .events_listing .event_card h5 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.events_listing .event_card p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #132644;
}
@media (min-width: 768px) {
  .events_listing .event_card p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .events_listing .event_card p {
    font-size: 17px;
    letter-spacing: -0.51px;
  }
}
.events_listing .event_card .button-container {
  margin-top: auto;
  margin-left: auto;
}
.events_listing .event_card .custom-button {
  white-space: nowrap;
}
.events_listing .pagination {
  margin-top: 78px;
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .events_listing .pagination {
    margin-top: 40px;
  }
}
.events_listing .page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events_listing .page-numbers li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events_listing .page-numbers .page-numbers {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #132644;
  margin-right: 5px;
}
.events_listing .page-numbers .prev {
  margin-right: 11px;
}
.events_listing .page-numbers .next {
  margin-left: 11px;
}
.events_listing .page-numbers .next,
.events_listing .page-numbers .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #132644;
  border-radius: 100px;
}
.events_listing .page-numbers .next.disabled,
.events_listing .page-numbers .prev.disabled {
  opacity: 0.6;
}
.events_listing .page-numbers .next svg,
.events_listing .page-numbers .prev svg {
  max-width: 20px;
}
.events_listing .page-numbers .next svg path,
.events_listing .page-numbers .prev svg path {
  fill: #fff;
}

.news_blocks.theme_cream {
  background: #faf7d9;
}
.news_blocks.theme_light_blue {
  background: #c0e0db;
}
.news_blocks .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .news_blocks .container {
    flex-direction: row;
    gap: 24px;
  }
}
.news_blocks .news_card {
  background: #e9facd;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .news_blocks .news_card {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .news_blocks .news_card {
    margin-bottom: 0;
  }
}
.news_blocks .news_card.theme-dark_blue {
  color: #132644;
}
.news_blocks .news_card.theme-dark_green {
  color: #156331;
}
.news_blocks .news_card.theme-light_blue {
  color: #c0e0db;
}
.news_blocks .news_card.theme-light_green {
  color: #e9facd;
}
.news_blocks .news_card.theme-light_pink {
  color: #f6ccc0;
}
.news_blocks .news_card.theme-blue {
  color: #7eb7d2;
}
.news_blocks .news_card.theme-pink {
  color: #ff7f6c;
}
.news_blocks .card_image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .news_blocks .card_image {
    max-width: 50%;
    aspect-ratio: 528/661;
  }
}
.news_blocks .card_image .media_wrapper {
  height: 100%;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .news_blocks .card_image .media_wrapper {
    border-radius: 16px 0 0 16px;
  }
}
.news_blocks .card_body {
  padding: 27px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .news_blocks .card_body {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    padding: 37px 26px;
  }
}
@media (min-width: 1600px) {
  .news_blocks .card_body {
    padding: 36px 20px;
  }
}
.news_blocks .category {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
.news_blocks .date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 72px;
}
.news_blocks h4 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .news_blocks h4 {
    margin-top: auto;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .news_blocks h4 {
    margin-top: auto;
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .news_blocks h4 {
    margin-top: auto;
    font-size: 40px;
  }
}

.media_type_block.theme_Blue {
  background: #132644;
}
.media_type_block.theme_Green {
  background: #156331;
}
.media_type_block.cream_breaker {
  position: relative;
}
.media_type_block.cream_breaker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url(../bae7db2eb307478c7d28.png);
  background-repeat: no-repeat;
  background-position: 40% -50%;
  background-size: 180% auto;
}
@media (min-width: 768px) {
  .media_type_block.cream_breaker:before {
    background-position: 40% 0%;
    background-size: 160% auto;
  }
}
@media (min-width: 1200px) {
  .media_type_block.cream_breaker:before {
    background-position: 0% 0%;
    background-size: 120% auto;
    top: -20px;
    height: calc(100% + 20px);
  }
}

.media_box_wrapper .media_block_container {
  position: relative;
}
.media_box_wrapper .main_media_overlay_data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.media_box_wrapper .main_media_overlay_data h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #faf7d9;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .media_box_wrapper .main_media_overlay_data h5 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .media_box_wrapper .main_media_overlay_data h5 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .main_media_overlay_data h5 {
    margin-bottom: 32px;
  }
}
.media_box_wrapper .main_media_overlay_data h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #faf7d9;
  text-align: center;
  max-width: 850px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .media_box_wrapper .main_media_overlay_data h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .media_box_wrapper .main_media_overlay_data h2 {
    font-size: 96px;
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .main_media_overlay_data h2 {
    margin-bottom: 40px;
  }
}
.media_box_wrapper .main_media_overlay_data .tablet_up_title {
  display: none;
}
@media (min-width: 768px) {
  .media_box_wrapper .main_media_overlay_data .tablet_up_title {
    display: block;
  }
}
@media (min-width: 768px) {
  .media_box_wrapper .main_media_overlay_data .mobile_title {
    display: none;
  }
}
.media_box_wrapper .main_image {
  position: relative;
}
.media_box_wrapper .main_image.type_Video {
  cursor: pointer;
}
.media_box_wrapper .main_image.type_Image {
  cursor: pointer;
}
.media_box_wrapper .main_image.type_Image > img {
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .media_box_wrapper .main_image.type_Image.mobile_aspect_ratio_Portrait img {
    aspect-ratio: 327/496;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.media_box_wrapper .preview_video_image {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.media_box_wrapper .preview_video_image img {
  aspect-ratio: 327/496;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .media_box_wrapper .preview_video_image img {
    aspect-ratio: 16/9;
  }
}
.media_box_wrapper .media_overlay {
  position: absolute;
}
@media (max-width: 767.98px) {
  .media_box_wrapper .media_overlay.hide_on_mobile {
    display: none;
  }
}
.media_box_wrapper .depth_below {
  z-index: -1;
}
.media_box_wrapper .x_left {
  left: 0;
  margin-left: var(--mobile-margin-left);
}
@media (min-width: 768px) {
  .media_box_wrapper .x_left {
    margin-left: var(--tablet-margin-left);
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .x_left {
    margin-left: var(--desktop-margin-left);
  }
}
.media_box_wrapper .x_right {
  right: 0;
  margin-right: var(--mobile-margin-right);
}
@media (min-width: 768px) {
  .media_box_wrapper .x_right {
    margin-right: var(--tablet-margin-right);
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .x_right {
    margin-right: var(--desktop-margin-right);
  }
}
.media_box_wrapper .y_top {
  top: 0;
  margin-top: var(--mobile-margin-top);
}
@media (min-width: 768px) {
  .media_box_wrapper .y_top {
    margin-top: var(--tablet-margin-top);
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .y_top {
    margin-top: var(--desktop-margin-top);
  }
}
.media_box_wrapper .y_bottom {
  bottom: 0;
  margin-bottom: var(--mobile-margin-bottom);
}
@media (min-width: 768px) {
  .media_box_wrapper .y_bottom {
    margin-bottom: var(--tablet-margin-bottom);
  }
}
@media (min-width: 1200px) {
  .media_box_wrapper .y_bottom {
    margin-bottom: var(--desktop-margin-bottom);
  }
}
.media_box_wrapper .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
}
.media_box_wrapper .icon svg {
  max-width: 72px;
}
@media (min-width: 768px) {
  .media_box_wrapper .icon svg {
    max-width: 100px;
  }
}
.media_box_wrapper .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.media_box_wrapper .video-modal .close-modal {
  position: absolute;
  top: 34px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf7d9;
  border-radius: 100px;
  cursor: pointer;
  z-index: 10;
}
.media_box_wrapper .video-modal .close-modal svg {
  max-width: 20px;
}
.media_box_wrapper .video-modal .modal-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.media_box_wrapper .video-modal .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.media_box_wrapper .video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media_box_wrapper .video-modal video {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .media_box_wrapper .video-modal {
    padding: 15px;
  }
  .media_box_wrapper .video-modal .modal-content {
    max-width: 100%;
  }
  .media_box_wrapper .video-modal .close-modal {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
  .media_box_wrapper .video-modal .close-modal svg {
    max-width: 18px;
  }
}
@media (max-width: 480px) {
  .media_box_wrapper .video-modal {
    padding: 10px;
  }
  .media_box_wrapper .video-modal .close-modal {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
  }
  .media_box_wrapper .video-modal .close-modal svg {
    max-width: 16px;
  }
}
.media_box_wrapper .video-modal.show {
  display: flex;
}

.image_parallax_block_1.theme_Cream {
  background: #faf7d9;
}
.image_parallax_block_1.theme_light_green {
  background: #e9facd;
}
.image_parallax_block_1 .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .image_parallax_block_1 .container {
    flex-direction: row;
    align-items: center;
  }
}
.image_parallax_block_1 .col_1 {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .col_1 {
    gap: 28px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_block_1 .col_1 {
    order: 1;
    max-width: 50%;
  }
}
.image_parallax_block_1 .col_2 {
  order: 1;
  margin-bottom: 56px;
  width: 100%;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .col_2 {
    margin-bottom: 89px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_block_1 .col_2 {
    order: 2;
    max-width: 50%;
    padding-left: 93px;
  }
}
.image_parallax_block_1 .media_box_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image_parallax_block_1 .media_block_container {
  height: 100%;
}
.image_parallax_block_1 .fancy_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #156331;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .fancy_title {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_block_1 .fancy_title {
    margin-bottom: 40px;
  }
}
.image_parallax_block_1 h3 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 8px;
  max-width: 700px;
}
@media (min-width: 768px) {
  .image_parallax_block_1 h3 {
    font-size: 72px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .image_parallax_block_1 h3 {
    font-size: 80px;
  }
}
.image_parallax_block_1 p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #156331;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .image_parallax_block_1 p {
    font-size: 20px;
    margin-bottom: 24px;
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  .image_parallax_block_1 p {
    margin-bottom: 40px;
  }
}
.image_parallax_block_1 .button-container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .button-container {
    flex-direction: row;
  }
}
.image_parallax_block_1 .button-container .custom-button {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .button-container .custom-button {
    width: auto;
    margin-right: 16px;
  }
}
.image_parallax_block_1 .images {
  width: 100%;
}
.image_parallax_block_1 .image_col_1 {
  max-width: 40%;
}
.image_parallax_block_1 .image_col_2 {
  max-width: 60%;
}
.image_parallax_block_1 .media_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .image_parallax_block_1 .media_wrapper {
    margin-bottom: 28px;
  }
}

.kitchen_spaces_carousel .kitchen_spaces_carousel_nav {
  display: none;
}
@media (min-width: 1200px) {
  .kitchen_spaces_carousel .kitchen_spaces_carousel_nav {
    display: flex;
    margin-bottom: 40px;
  }
}
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-prev,
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-next {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #156331;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  cursor: pointer;
}
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-prev svg,
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-next svg {
  max-width: 24px;
}
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-prev svg path,
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-next svg path {
  fill: #fff;
}
.kitchen_spaces_carousel .kitchen_spaces_carousel_nav .kitchen_spaces_carousel_nav-prev {
  transform: rotate(180deg);
}
.kitchen_spaces_carousel .kitchen_spaces_item {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.kitchen_spaces_carousel .kitchen_spaces_item:hover {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .kitchen_spaces_carousel .kitchen_spaces_item:hover {
    border-radius: 64px;
  }
}
.kitchen_spaces_carousel .swiper-slide {
  height: auto;
}
.kitchen_spaces_carousel .media_wrapper {
  height: 100%;
}
.kitchen_spaces_carousel .title_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39.39%);
}
@media (min-width: 768px) {
  .kitchen_spaces_carousel .title_area {
    flex-direction: row;
    padding: 32px;
    align-items: center;
  }
}
.kitchen_spaces_carousel .title_area h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  order: 2;
  color: #faf7d9;
}
@media (min-width: 1600px) {
  .kitchen_spaces_carousel .title_area h6 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .kitchen_spaces_carousel .title_area h6 {
    order: 1;
    margin-top: auto;
  }
}
.kitchen_spaces_carousel .title_area .icon {
  order: 1;
  margin-bottom: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .kitchen_spaces_carousel .title_area .icon {
    margin-top: auto;
    margin-bottom: 0;
    order: 2;
    width: 100%;
    max-width: 56px;
    height: 56px;
  }
}
.kitchen_spaces_carousel .title_area .icon svg {
  max-width: 17px;
}
@media (min-width: 768px) {
  .kitchen_spaces_carousel .title_area .icon svg {
    max-width: 24px;
  }
}

.faqs_block {
  background-color: #c0e0db;
  padding: 80px 0 305px;
  background-image: url(../53877adfe8d28c294614.svg);
  background-repeat: no-repeat;
  background-position: left 100.02%;
  background-size: 60% auto;
}
@media (min-width: 768px) {
  .faqs_block {
    padding: 128px 0 387px;
  }
}
@media (min-width: 1200px) {
  .faqs_block {
    padding: 200px 0;
    background-size: 35% auto;
  }
}
@media (min-width: 1600px) {
  .faqs_block {
    background-size: 600px auto;
  }
}
.faqs_block .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .faqs_block .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.faqs_block .col {
  width: 100%;
}
.faqs_block .col_left {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .faqs_block .col_left {
    margin-bottom: 56px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .faqs_block .col_left {
    max-width: 360px;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.faqs_block .col_left .small_title {
  color: #132644;
  margin-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media (min-width: 1200px) {
  .faqs_block .col_left .small_title {
    text-align: left;
  }
}
.faqs_block .col_left h2 {
  color: #132644;
  margin-bottom: 8px;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .faqs_block .col_left h2 {
    font-size: 72px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .faqs_block .col_left h2 {
    text-align: left;
    font-size: 96px;
  }
}
.faqs_block .col_left p {
  color: #132644;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.06px;
}
@media (min-width: 768px) {
  .faqs_block .col_left p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .faqs_block .col_left p {
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .faqs_block .col_right {
    max-width: 60%;
  }
}
.faqs_block .main_accordion_wrapper {
  border-bottom: 1px solid #132644;
}
.faqs_block .accordion_title {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #132644;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faqs_block .accordion_title {
    padding: 32px 0;
  }
}
.faqs_block .accordion_title .number {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #132644;
  margin-right: 18px;
}
@media (min-width: 768px) {
  .faqs_block .accordion_title .number {
    font-size: 20px;
    margin-right: 24px;
  }
}
.faqs_block .accordion_title .title {
  color: #132644;
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-right: 28px;
}
@media (min-width: 768px) {
  .faqs_block .accordion_title .title {
    font-size: 40px;
  }
}
.faqs_block .accordion_title .icon {
  width: 100%;
  max-width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .faqs_block .accordion_title .icon {
    max-width: 56px;
    height: 56px;
  }
}
.faqs_block .accordion_title .icon svg {
  max-width: 17px;
}
.faqs_block .accordion_title .icon.rotate {
  transform: rotate(180deg);
}
.faqs_block .accordion_content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #132644;
  margin-left: 32px;
}
@media (min-width: 768px) {
  .faqs_block .accordion_content {
    font-size: 24px;
  }
}

.event_detail .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .event_detail .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.event_detail .col {
  width: 100%;
}
.event_detail .col_left {
  order: 2;
}
@media (min-width: 768px) {
  .event_detail .col_left {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .event_detail .col_left {
    max-width: calc(100% - 510px);
    padding-right: 160px;
  }
}
.event_detail h4 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .event_detail h4 {
    font-size: 72px;
  }
}
.event_detail h4.top {
  color: #156331;
}
.event_detail h4.bottom {
  color: #ff5500;
}
.event_detail .description {
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
@media (min-width: 768px) {
  .event_detail .description {
    margin-top: 32px;
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .event_detail .description {
    letter-spacing: normal;
  }
}
.event_detail .quote {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #156331;
  padding-left: 24px;
  border-left: 3px solid #156331;
  margin-bottom: 40px;
  max-width: 610px;
}
@media (min-width: 768px) {
  .event_detail .quote {
    padding-left: 32px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .event_detail .quote {
    line-height: 90%;
  }
}
.event_detail .small_description {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  max-width: 610px;
}
.event_detail .col_right {
  order: 1;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .event_detail .col_right {
    order: 2;
    margin-bottom: 0;
    margin-top: 56px;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .event_detail .col_right {
    margin-top: 0;
    max-width: 510px;
  }
}
.event_detail .event_info h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #156331;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .event_detail .event_info h5 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.event_detail .event_info .date,
.event_detail .event_info .location,
.event_detail .event_info .entry_fee {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #156331;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .event_detail .event_info .date,
  .event_detail .event_info .location,
  .event_detail .event_info .entry_fee {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
.event_detail .event_info .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.event_detail .event_info .button-container {
  margin-top: 32px;
}
.event_detail .event_info .button-container a {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_carousel.theme_dark_blue {
  background: #132644;
}
.image_carousel .image_navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .image_carousel .image_navigation {
    display: flex;
  }
}
.image_carousel .image_navigation-prev,
.image_carousel .image_navigation-next {
  width: 100%;
  max-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #156331;
  margin: 0 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.image_carousel .image_navigation-prev svg,
.image_carousel .image_navigation-next svg {
  max-width: 24px;
}
.image_carousel .image_navigation-prev svg path,
.image_carousel .image_navigation-next svg path {
  fill: #fff;
}
.image_carousel .swiper-button-disabled {
  background: #ded4bb;
}
.image_carousel .image_navigation-prev {
  transform: rotate(180deg);
}
.image_carousel .swiper-slide {
  height: auto;
}
.image_carousel .media_wrapper {
  height: 100%;
  border-radius: 16px;
}

.generic_content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.generic_content.theme_cream {
  color: #156331;
  background: #faf7d9;
}
.generic_content.theme_dark_blue {
  color: #faf7d9;
  background: #132644;
}
.generic_content.font_Large p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .generic_content.font_Large p {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.generic_content .container {
  display: flex;
  flex-direction: column;
}
.generic_content .container.Small {
  max-width: 895px;
}
.generic_content .container.Medium {
  max-width: 950px;
}
.generic_content p {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .generic_content p {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .generic_content p {
    margin-bottom: 24px;
  }
}
.generic_content h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .generic_content h5 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .generic_content h5 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.generic_content blockquote {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #156331;
  padding-left: 24px;
  border-left: 3px solid #156331;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .generic_content blockquote {
    padding-left: 32px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .generic_content blockquote {
    margin-bottom: 80px;
  }
}
.generic_content blockquote p {
  margin-bottom: 0;
}

.image_gallery_parallax .image-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  position: relative;
  gap: 4px;
}
@media (min-width: 768px) {
  .image_gallery_parallax .image-gallery-grid {
    gap: 11px;
  }
}
@media (min-width: 1200px) {
  .image_gallery_parallax .image-gallery-grid {
    gap: 24px;
  }
}
.image_gallery_parallax .media_wrapper {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .image_gallery_parallax .media_wrapper {
    border-radius: 11px;
  }
}
@media (min-width: 1200px) {
  .image_gallery_parallax .media_wrapper {
    border-radius: 24px;
  }
}
.image_gallery_parallax .media_wrapper .parallax-bg {
  border-radius: 4px;
}
.image_gallery_parallax .gallery-item {
  position: relative;
  z-index: 1;
}
.image_gallery_parallax .item-1 {
  grid-column: 1/span 7;
  grid-row: 1/span 2;
}
.image_gallery_parallax .item-2 {
  grid-column: 8/span 4;
  grid-row: 2/span 1;
}
.image_gallery_parallax .item-3 {
  grid-column: 2/span 3;
  grid-row: 3;
}
.image_gallery_parallax .item-4 {
  grid-column: 5/span 4;
  grid-row: 3/span 2;
}
.image_gallery_parallax .item-5 {
  grid-column: 9/span 4;
  grid-row: 3/span 2;
}

.footnote_social {
  color: #156331;
}
.footnote_social .top {
  padding-bottom: 56px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ded4bb;
}
.footnote_social .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footnote_social .title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.footnote_social .title2 {
  font-family: "Smooth Stone", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
.footnote_social .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footnote_social .bottom a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #156331;
  border-radius: 100px;
  margin: 4px;
}
.footnote_social .bottom a svg {
  max-width: 20px;
}
.footnote_social .bottom a svg path {
  fill: #faf7d9;
}

.events_title {
  padding: 124px 0 56px;
}
@media (min-width: 768px) {
  .events_title {
    padding-top: 207px;
  }
}
@media (min-width: 1200px) {
  .events_title {
    padding: 232px 0 97px;
  }
}
.events_title .container {
  max-width: 1045px;
}
.events_title h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
}
@media (min-width: 768px) {
  .events_title h1 {
    font-size: 72px;
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .events_title h1 {
    font-size: 96px;
  }
}
.events_title .event_info {
  display: none;
}
@media (min-width: 768px) {
  .events_title .event_info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.events_title .date,
.events_title .location,
.events_title .entry_fee {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .events_title .date,
  .events_title .location,
  .events_title .entry_fee {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.events_title .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.centered_content_text {
  position: relative;
}
.centered_content_text.condensed_block .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.centered_content_text.condensed_block .content {
  max-width: 900px;
}
.centered_content_text.condensed_block .content p {
  line-height: 100%;
}
.centered_content_text .media_box_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.centered_content_text .media_box_wrapper .media_block_container {
  width: 100%;
  height: 100%;
}
.centered_content_text .container {
  max-width: 1250px;
}
.centered_content_text .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .centered_content_text .icon {
    margin-bottom: 40px;
  }
}
.centered_content_text .content p {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #156331;
  display: inline-block;
}
@media (min-width: 768px) {
  .centered_content_text .content p {
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 150%;
  }
}
.centered_content_text .content p span {
  color: #ff5500;
}
.centered_content_text .content .image {
  pointer-events: none;
}
.centered_content_text .content img {
  display: inline;
  margin: 0 8px -8px;
  max-width: 40px;
}
@media (min-width: 768px) {
  .centered_content_text .content img {
    max-width: 64px;
    margin-bottom: -18px;
  }
}
@media (min-width: 1600px) {
  .centered_content_text .content img {
    max-width: 72px;
  }
}

.scrolling_progress_text_banner {
  background: #132644;
  position: relative;
}
.scrolling_progress_text_banner .media_box_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrolling_progress_text_banner .media_box_wrapper .media_block_container {
  width: 100%;
  height: 100%;
}
.scrolling_progress_text_banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scrolling_progress_text_banner .small_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #faf7d9;
  text-align: center;
  margin-bottom: 24px;
}
.scrolling_progress_text_banner .content {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  max-width: 771px;
}
@media (min-width: 768px) {
  .scrolling_progress_text_banner .content {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .scrolling_progress_text_banner .content {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .scrolling_progress_text_banner .content {
    margin-bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .scrolling_progress_text_banner .content {
    margin-bottom: 102px;
    max-width: 1164px;
  }
}
.scrolling_progress_text_banner .line_outer {
  width: 2px;
  height: 300px;
  background: rgba(250, 247, 217, 0.5);
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .scrolling_progress_text_banner .line_outer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.scrolling_progress_text_banner .line_outer .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.incubator_stories_carousel.theme_Blue {
  background: #132644;
}
.incubator_stories_carousel .incubator_stories_carousel_nav {
  display: none;
}
@media (min-width: 1200px) {
  .incubator_stories_carousel .incubator_stories_carousel_nav {
    display: flex;
    margin-bottom: 40px;
  }
}
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-prev,
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-next {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #faf7d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  cursor: pointer;
}
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-prev svg,
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-next svg {
  max-width: 24px;
}
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-prev svg path,
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-next svg path {
  fill: #132644;
}
.incubator_stories_carousel .incubator_stories_carousel_nav .incubator_stories_carousel_nav-prev {
  transform: rotate(180deg);
}
.incubator_stories_carousel .incubator_stories_item {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
@media (min-width: 768px) {
  .incubator_stories_carousel .incubator_stories_item {
    border-radius: 22px;
  }
}
@media (min-width: 1200px) {
  .incubator_stories_carousel .incubator_stories_item {
    border-radius: 16px;
  }
}
.incubator_stories_carousel .incubator_stories_item:hover {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .incubator_stories_carousel .incubator_stories_item:hover {
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .incubator_stories_carousel .incubator_stories_item:hover {
    border-radius: 48px;
  }
}
.incubator_stories_carousel .swiper-slide {
  height: auto;
}
.incubator_stories_carousel .media_wrapper {
  border-radius: 16px 16px 0 0;
  aspect-ratio: 1/1.234;
}
.incubator_stories_carousel .title_area {
  padding: 29px 16px;
  height: 100%;
}
@media (min-width: 768px) {
  .incubator_stories_carousel .title_area {
    padding: 22px;
  }
}
.incubator_stories_carousel .title_area.background_blue {
  background: #7eb7d2;
}
.incubator_stories_carousel .title_area.background_light-blue {
  background: #c0e0db;
}
.incubator_stories_carousel .title_area.background_pink {
  background: #ff7f6c;
}
.incubator_stories_carousel .title_area.background_light-pink {
  background: #f6ccc0;
}
.incubator_stories_carousel .title_area.background_light-green {
  background: #e9facd;
}
.incubator_stories_carousel .title_area .title {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  color: #132644;
}
@media (min-width: 768px) {
  .incubator_stories_carousel .title_area .title {
    font-size: 32px;
    margin-bottom: 7px;
  }
}
.incubator_stories_carousel .title_area p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #132644;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .incubator_stories_carousel .title_area p {
    -webkit-line-clamp: 2;
  }
}

.programme_structure {
  position: relative;
}
.programme_structure .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .programme_structure .icon {
    margin-bottom: 56px;
  }
}
.programme_structure .icon img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .programme_structure .icon img {
    max-width: 101px;
  }
}
.programme_structure h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #156331;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .programme_structure h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .programme_structure h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .programme_structure h1 {
    font-size: 128px;
  }
}
@media (min-width: 768px) {
  .programme_structure h1 {
    margin-bottom: 40px;
  }
}
.programme_structure .button-container {
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .programme_structure .button-container {
    margin-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .programme_structure .button-container {
    margin-bottom: 80px;
  }
}
.programme_structure .swiper-wrapper {
  display: flex;
  transform: none !important;
}
.programme_structure .swiper-slide {
  width: 100%;
  max-width: calc(33.333% - 24px);
  margin: 0 12px;
}
.programme_structure .programme .image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.programme_structure .programme .small_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #156331;
  margin-bottom: 8px;
}
.programme_structure .programme h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #156331;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .programme_structure .programme h5 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.programme_structure .programme .content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #156331;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .programme_structure .programme .content {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.programme_structure .programme .content p {
  margin-bottom: 8px;
}

.scrolling_progress_rows .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .container {
    flex-direction: row;
  }
}
.scrolling_progress_rows .col {
  width: 100%;
}
.scrolling_progress_rows .col_left {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .col_left {
    margin-bottom: 74px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .col_left {
    max-width: 646px;
    padding-right: 106px;
    margin-bottom: 0;
  }
}
.scrolling_progress_rows .col_left h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .col_left h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .scrolling_progress_rows .col_left h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .scrolling_progress_rows .col_left h2 {
    margin-bottom: 24px;
  }
}
.scrolling_progress_rows .col_left p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .col_left p {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .col_right {
    margin-left: auto;
    max-width: 852px;
  }
}
.scrolling_progress_rows .timeline_wrapper {
  position: relative;
}
.scrolling_progress_rows .timeline-vertical-line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #ded4bb;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .timeline-vertical-line {
    left: 26px;
    top: 1px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .timeline-vertical-line {
    left: 32px;
  }
}
.scrolling_progress_rows .timeline-vertical-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #156331;
}
.scrolling_progress_rows .row {
  position: relative;
  display: flex;
  width: calc(100% + 24px);
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .row {
    width: calc(100% + 72px);
  }
}
.scrolling_progress_rows .row:last-child {
  background: #faf7d9;
}
.scrolling_progress_rows .row_number {
  margin-right: 27px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row_number {
    margin-right: 20px;
  }
}
.scrolling_progress_rows .row_number .number {
  width: 43px;
  height: 43px;
  background: #ff5500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Smooth Stone", cursive;
  font-weight: 400;
  font-size: 23px;
  line-height: 150%;
  color: #faf7d9;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row_number .number {
    width: 57px;
    height: 57px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .row_number .number {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.scrolling_progress_rows .row_content .image {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row_content .image {
    border-radius: 12px 0 0 12px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .scrolling_progress_rows .row_content .image {
    border-radius: 16px 0 0 16px;
  }
}
.scrolling_progress_rows .row_content .image .media_wrapper {
  border-radius: 0;
}
.scrolling_progress_rows .row_content .image .parallax-bg {
  border-radius: 0;
}
.scrolling_progress_rows .row_content .title {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 8px;
  color: #000;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row_content .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.scrolling_progress_rows .row_content p {
  letter-spacing: -0.51px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #000;
}
@media (min-width: 768px) {
  .scrolling_progress_rows .row_content p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.mason_promo_block {
  background: #c0e0db;
}
.mason_promo_block .description {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mason_promo_block .description {
    margin-bottom: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mason_promo_block .description p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-align: center;
  color: #132644;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .mason_promo_block .description p {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.mason_promo_block .button-container {
  justify-content: center;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .mason_promo_block .button-container {
    margin-bottom: 200px;
  }
}
.mason_promo_block .gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media (min-width: 768px) {
  .mason_promo_block .gallery {
    width: calc(100% + 90px);
    margin-left: -45px;
  }
}
@media (min-width: 1200px) {
  .mason_promo_block .gallery {
    width: calc(100% + 170px);
    margin-left: -90px;
  }
}
.mason_promo_block .gallery_row {
  width: 100%;
  max-width: calc(50% - 10px);
  margin: 5px;
}
@media (min-width: 768px) {
  .mason_promo_block .gallery_row {
    margin: 12px;
    max-width: calc(50% - 24px);
  }
}
@media (min-width: 1200px) {
  .mason_promo_block .gallery_row {
    max-width: calc(25% - 24px);
  }
}
.mason_promo_block .gallery_row .media_wrapper {
  height: 100%;
  border-radius: 8px;
}
.mason_promo_block .gallery_row:nth-child(odd) {
  transform: translateY(-40px);
}
@media (min-width: 768px) {
  .mason_promo_block .gallery_row:nth-child(odd) {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .mason_promo_block .gallery_row:nth-child(even) {
    transform: translateY(-80px);
  }
}
@media (min-width: 1200px) {
  .mason_promo_block .gallery_row:nth-child(even) {
    transform: translateY(-60px);
  }
}

.kitchen_spaces_block {
  position: relative;
  min-height: 100vh;
  overflow: visible;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block.bg_dark-blue {
    background: #132644;
  }
}
@media (min-width: 1200px) {
  .kitchen_spaces_block.bg_light-green {
    background: #e9facd;
  }
}
.kitchen_spaces_block > .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block > .container {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
  }
}
.kitchen_spaces_block .col {
  width: 100%;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .col_left {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
    background: inherit;
    will-change: transform;
  }
}
.kitchen_spaces_block .pin-spacer {
  max-width: 50% !important;
}
.kitchen_spaces_block .kitchen_spaces_row_content {
  padding: 80px 0 80px;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .kitchen_spaces_row_content {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .kitchen_spaces_block .kitchen_spaces_row_content.active {
    opacity: 1;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content.bg_dark-blue {
  background: #132644;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .kitchen_spaces_row_content.bg_dark-blue {
    background: none;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content.bg_dark-blue .content,
.kitchen_spaces_block .kitchen_spaces_row_content.bg_dark-blue h4,
.kitchen_spaces_block .kitchen_spaces_row_content.bg_dark-blue p {
  color: #faf7d9;
}
.kitchen_spaces_block .kitchen_spaces_row_content.bg_light-green {
  background: #e9facd;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .kitchen_spaces_row_content.bg_light-green {
    background: none;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content.bg_light-green .content,
.kitchen_spaces_block .kitchen_spaces_row_content.bg_light-green h4,
.kitchen_spaces_block .kitchen_spaces_row_content.bg_light-green p {
  color: #156331;
}
.kitchen_spaces_block .kitchen_spaces_row_content h4 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .kitchen_spaces_block .kitchen_spaces_row_content h4 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .kitchen_spaces_block .kitchen_spaces_row_content h4 {
    font-size: 72px;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content .content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #faf7d9;
}
@media (min-width: 768px) {
  .kitchen_spaces_block .kitchen_spaces_row_content .content {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .kitchen_spaces_row_content .content {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .kitchen_spaces_block .kitchen_spaces_row_content .content {
    font-size: 20px;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content .content p {
  margin-bottom: 24px;
}
.kitchen_spaces_block .kitchen_spaces_row_content .button-container a:first-child {
  margin-right: 16px;
}
.kitchen_spaces_block .kitchen_spaces_row_content .mobile_gallery {
  margin-top: 56px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .kitchen_spaces_row_content .mobile_gallery {
    display: none;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_content .mobile_gallery .image_item {
  width: 100%;
  margin: 0 8px;
}
.kitchen_spaces_block .kitchen_spaces_row_content .mobile_gallery .image_item img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kitchen_spaces_block .kitchen_spaces_row_content .mobile_gallery .image_item:nth-child(2) img {
  margin-top: 60px;
}
.kitchen_spaces_block .col_right {
  display: none;
}
@media (min-width: 1200px) {
  .kitchen_spaces_block .col_right {
    display: block;
    width: 50%;
    position: relative;
    min-height: 100vh;
  }
}
.kitchen_spaces_block .kitchen_spaces_row_gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 100vh;
}
.kitchen_spaces_block .kitchen_spaces_row_gallery.is-last {
  padding-bottom: 50vh;
}
.kitchen_spaces_block .image_item {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
.kitchen_spaces_block .image_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.kitchen_spaces_block .image_item:nth-child(even) img {
  margin-top: 40px;
}

.big_title_scroll_header {
  background: #156331;
}
.big_title_scroll_header .container {
  padding-top: 180px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .big_title_scroll_header .container {
    padding-top: 207px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header .container {
    padding-top: 221px;
    padding-bottom: 200px;
  }
}
.big_title_scroll_header h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-align: center;
  color: #faf7d9;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .big_title_scroll_header h5 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header h5 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (min-width: 768px) {
  .big_title_scroll_header h5 {
    margin-bottom: 40px;
  }
}
.big_title_scroll_header h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #faf7d9;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .big_title_scroll_header h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .big_title_scroll_header h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header h1 {
    font-size: 128px;
  }
}
@media (min-width: 768px) {
  .big_title_scroll_header h1 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .big_title_scroll_header h1 br {
    display: none;
  }
}
.big_title_scroll_header .apply_button {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .big_title_scroll_header .apply_button {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header .apply_button {
    margin-bottom: 40px;
  }
}
.big_title_scroll_header .button-container {
  align-items: center;
  justify-content: center;
}
.big_title_scroll_header .small_description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .big_title_scroll_header .small_description {
    margin-bottom: 48px;
  }
}
.big_title_scroll_header .small_description p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  text-align: center;
  color: #faf7d9;
  margin-bottom: 8px;
}
.big_title_scroll_header .scroll_line {
  margin: 120px auto;
  width: 2px;
  height: 248px;
  border-radius: 100px;
  background: rgba(250, 247, 217, 0.5);
  position: relative;
}
@media (min-width: 768px) {
  .big_title_scroll_header .scroll_line {
    height: 276px;
  }
}
.big_title_scroll_header .scroll_line .line_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.big_title_scroll_header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.big_title_scroll_header .icon img {
  max-width: 204px;
}
@media (min-width: 768px) {
  .big_title_scroll_header .icon img {
    max-width: 297px;
  }
}
.big_title_scroll_header .large_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.big_title_scroll_header .large_description p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-align: center;
  color: #faf7d9;
  max-width: 814px;
}
@media (min-width: 768px) {
  .big_title_scroll_header .large_description p {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .big_title_scroll_header .large_description p {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
.big_title_scroll_header .parallax-element img {
  border-radius: 16px;
}

.blog_title {
  padding: 124px 0 0;
}
@media (min-width: 768px) {
  .blog_title {
    padding: 207px 0 0;
  }
}
@media (min-width: 1200px) {
  .blog_title {
    padding: 223px 0 0;
  }
}
.blog_title .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .blog_title .container {
    flex-direction: row;
  }
}
.blog_title .col {
  width: 100%;
}
.blog_title .col_left {
  order: 2;
}
@media (min-width: 1200px) {
  .blog_title .col_left {
    order: 1;
    max-width: 30%;
  }
}
.blog_title .col_mid {
  order: 1;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .blog_title .col_mid {
    order: 2;
    margin-bottom: 0;
    max-width: 60%;
  }
}
.blog_title .col_right {
  order: 3;
}
@media (min-width: 1200px) {
  .blog_title .col_right {
    width: 0;
  }
}
.blog_title .breadcrumbs_wrapper {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #156331;
  letter-spacing: -0.7px;
  margin-bottom: 40px;
}
.blog_title .desktop_breadcrumb {
  display: none;
}
@media (min-width: 1200px) {
  .blog_title .desktop_breadcrumb {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .blog_title .tablet_down_breadcrumb {
    display: none;
  }
}
.blog_title h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog_title h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .blog_title h2 {
    font-size: 96px;
  }
}
.blog_title .date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
.blog_title .date span {
  font-size: 14px;
  letter-spacing: -0.42px;
  margin-left: 8px;
}
.blog_title .author {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.blog_title .author .avatar {
  width: 100%;
  max-width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .blog_title .author .avatar {
    max-width: 32px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .blog_title .author .avatar {
    max-width: 48px;
    height: 48px;
  }
}
.blog_title .author .name {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #000000;
  margin-left: 8px;
}
.blog_title .author .content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  margin-left: 8px;
  color: #000000;
}
.blog_title .post_share .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  margin-bottom: 16px;
}
.blog_title .post_share .icons {
  display: flex;
  align-items: center;
}
.blog_title .post_share .share_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 8px;
}

.scroll_text_reveal_banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.scroll_text_reveal_banner .reveal_banner_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 24px;
  max-width: 956px;
}
@media (min-width: 768px) {
  .scroll_text_reveal_banner .reveal_banner_inner {
    padding: 0 32px;
  }
}
.scroll_text_reveal_banner .icon {
  margin-bottom: 24px;
}
.scroll_text_reveal_banner h4 {
  font-family: "Smooth Stone", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #faf7d9;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .scroll_text_reveal_banner h4 {
    margin-bottom: 96px;
  }
}
@media (min-width: 1600px) {
  .scroll_text_reveal_banner h4 {
    margin-bottom: 16px;
  }
}
.scroll_text_reveal_banner .reveal_text {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: rgba(250, 247, 217, 0.5);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .scroll_text_reveal_banner .reveal_text {
    font-size: 72px;
    margin-bottom: 96px;
  }
}
@media (min-width: 1600px) {
  .scroll_text_reveal_banner .reveal_text {
    margin-bottom: 64px;
  }
}

.content_title .container {
  max-width: 1110px;
}
.content_title h1,
.content_title h2,
.content_title h3,
.content_title h4,
.content_title h5 {
  color: #156331;
}
.content_title h1 span,
.content_title h2 span,
.content_title h3 span,
.content_title h4 span,
.content_title h5 span {
  color: #ff5500;
}
.content_title h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .content_title h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .content_title h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .content_title h1 {
    font-size: 128px;
  }
}
.content_title h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .content_title h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .content_title h2 {
    font-size: 96px;
  }
}
.content_title h3 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .content_title h3 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .content_title h3 {
    font-size: 80px;
  }
}
.content_title h4 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .content_title h4 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .content_title h4 {
    font-size: 72px;
  }
}
.content_title h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (min-width: 1600px) {
  .content_title h5 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

.content_gallery .container {
  max-width: 1200px;
}
.content_gallery .media_box_wrapper {
  position: relative;
  z-index: 2;
}
.content_gallery .gallery_wrapper {
  position: relative;
  z-index: 1;
}
.content_gallery .gallery_items.mobile_cols_1 {
  -moz-columns: 1;
       columns: 1;
}
.content_gallery .gallery_items.mobile_cols_2 {
  -moz-columns: 2;
       columns: 2;
}
.content_gallery .gallery_items.mobile_cols_3 {
  -moz-columns: 3;
       columns: 3;
}
.content_gallery .gallery_items.mobile_cols_4 {
  -moz-columns: 4;
       columns: 4;
}
@media (min-width: 768px) {
  .content_gallery .gallery_items.tablet_cols_1 {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 768px) {
  .content_gallery .gallery_items.tablet_cols_2 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 768px) {
  .content_gallery .gallery_items.tablet_cols_3 {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 768px) {
  .content_gallery .gallery_items.tablet_cols_4 {
    -moz-columns: 4;
         columns: 4;
  }
}
@media (min-width: 1200px) {
  .content_gallery .gallery_items.desktop_cols_1 {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 1200px) {
  .content_gallery .gallery_items.desktop_cols_2 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1200px) {
  .content_gallery .gallery_items.desktop_cols_3 {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1200px) {
  .content_gallery .gallery_items.desktop_cols_4 {
    -moz-columns: 4;
         columns: 4;
  }
}
.content_gallery .gallery_item {
  margin-bottom: 16px;
  width: 100%;
}
.content_gallery .caption {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: #000000;
  margin-top: 16px;
}

.blog_footnote_social {
  color: #156331;
}
.blog_footnote_social .top {
  padding-bottom: 56px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ded4bb;
}
.blog_footnote_social .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog_footnote_social .title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.blog_footnote_social .title2 {
  font-family: "Smooth Stone", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
.blog_footnote_social .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog_footnote_social .author {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog_footnote_social .author {
    margin-bottom: 56px;
  }
}
.blog_footnote_social .author .avatar {
  width: 100%;
  max-width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog_footnote_social .author .avatar {
    max-width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .blog_footnote_social .author .avatar {
    max-width: 112px;
    height: 112px;
  }
}
.blog_footnote_social .author .avatar img {
  width: 100%;
  height: 100%;
}
.blog_footnote_social .author .name {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog_footnote_social .author .name {
    font-size: 24px;
  }
}
.blog_footnote_social .author .content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog_footnote_social .author .content {
    font-size: 24px;
  }
}
.blog_footnote_social .author .tags {
  display: flex;
}
.blog_footnote_social .author .tag {
  padding: 4px 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.7px;
  color: #000000;
  border-radius: 8px;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .blog_footnote_social .author .tag {
    margin: 0 8px;
  }
}
.blog_footnote_social .author .tag_events {
  background: #ff5500;
}
.blog_footnote_social .author .tag_learning {
  background: #7eb7d2;
}
.blog_footnote_social .author .tag_makers {
  background: #ff7f6c;
}
.blog_footnote_social .author .tag_recipe {
  background: #e9facd;
}
.blog_footnote_social .post_share .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog_footnote_social .post_share .title {
    font-size: 20px;
  }
}
.blog_footnote_social .post_share .icons {
  display: flex;
  align-items: center;
}
.blog_footnote_social .post_share .share_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 8px;
}

/* Blog Grid Layout */
.recent_blog .container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .recent_blog .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media (min-width: 1200px) {
  .recent_blog .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.recent_blog .blog_tile {
  margin: 0;
}
@media (min-width: 768px) {
  .recent_blog .blog_tile:nth-child(1) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.recent_blog .blog_tile:nth-child(1) .tile_image {
  aspect-ratio: unset !important;
}
@media (min-width: 768px) {
  .recent_blog .blog_tile:nth-child(1) .tile_image {
    aspect-ratio: 1.1/1 !important;
  }
}
.recent_blog .blog_tile:nth-child(1) .media_wrapper {
  aspect-ratio: unset !important;
  padding-bottom: 121% !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .recent_blog .blog_tile:nth-child(1) .media_wrapper {
    padding-bottom: 0 !important;
    aspect-ratio: 1/1 !important;
  }
}
.recent_blog .blog_tile:nth-child(1) h5 {
  height: auto;
}
@media (min-width: 768px) {
  .recent_blog .blog_tile:nth-child(1) h5 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(1) h5 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .recent_blog .blog_tile:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}

.blog_archive h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 24px;
  color: #156331;
}
@media (min-width: 768px) {
  .blog_archive h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .blog_archive h2 {
    font-size: 96px;
  }
}
.blog_archive .blog-filters {
  margin-bottom: 56px;
}
.blog_archive .swiper-slide {
  width: auto;
}
.blog_archive .filter-btn {
  padding: 16px 32px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
}
.blog_archive .filter-btn.active {
  background: #156331;
  color: #faf7d9;
}
.blog_archive .filter-btn.active .bg {
  display: none;
}
.blog_archive .blog-posts-container {
  position: relative;
}
.blog_archive .blog-posts-container:before {
  content: "";
  position: absolute;
  top: -180px;
  right: -90px;
  width: 100%;
  max-width: 260px;
  height: 260px;
  display: none;
  background-image: url(../f34354882ab5afb020d3.svg);
  background-position: center;
  background-size: 100%;
  z-index: 6;
}
@media (min-width: 1200px) {
  .blog_archive .blog-posts-container:before {
    display: block;
  }
}
.blog_archive .load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_archive .blog-posts-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog_archive .blog-posts-grid {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.blog_archive .blog_tile {
  width: 100%;
}
@media (min-width: 768px) {
  .blog_archive .blog_tile {
    max-width: calc(50% - 24px);
    margin: 0 12px 56px;
  }
}
@media (min-width: 1200px) {
  .blog_archive .blog_tile {
    max-width: calc(33.333% - 24px);
  }
}

.blog_tile {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.blog_tile .tile_image {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 327/241 !important;
  overflow: hidden;
  flex: 1 1;
}
.blog_tile .tile_image .media_wrapper {
  aspect-ratio: 327/241 !important;
  padding-bottom: 0 !important;
  height: 100%;
}
.blog_tile .category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.7px;
  border-radius: 8px;
  color: #000;
}
.blog_tile .category.theme-dark_blue {
  background: #132644;
}
.blog_tile .category.theme-dark_green {
  background: #156331;
}
.blog_tile .category.theme-light_blue {
  background: #c0e0db;
}
.blog_tile .category.theme-light_green {
  background: #e9facd;
}
.blog_tile .category.theme-light_pink {
  background: #f6ccc0;
}
.blog_tile .category.theme-green {
  background: #879a48;
}
.blog_tile h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  line-height: 100%;
  margin-bottom: 16px;
  /* Limit to 2 lines */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_tile h5 {
    font-size: 32px;
  }
}
.blog_tile .author {
  display: flex;
  align-items: center;
  color: #156331;
}
.blog_tile .avatar {
  width: 100%;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.blog_tile .avatar img {
  border-radius: 100px;
}
.blog_tile .name {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-right: 8px;
}
.blog_tile .date {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
}

@media (min-width: 1200px) {
  .stats_block .column_content {
    display: flex;
    align-items: center;
  }
}
.stats_block .col {
  width: 100%;
}
@media (min-width: 1200px) {
  .stats_block .col {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .stats_block .col_left {
    margin-right: 148px;
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .stats_block .col_left {
    margin-right: 158px;
  }
}
.stats_block .col_right {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .stats_block .col_right {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .stats_block .col_right {
    margin-top: 0;
    max-width: 40%;
    margin-left: auto;
  }
}
.stats_block h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  font-size: 40px;
  color: #156331;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .stats_block h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .stats_block h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .stats_block h2 {
    margin-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .stats_block h2 {
    margin-bottom: 80px;
  }
}
.stats_block .stats_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.stats_block .stat {
  border-top: 1px solid #156331;
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .stats_block .stat {
    max-width: calc(50% - 30px);
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .stats_block .stat:nth-child(odd) {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .stats_block .stat:nth-child(even) {
    margin-left: 30px;
  }
}
.stats_block .number {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .stats_block .number {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .stats_block .number {
    font-size: 96px;
  }
}
.stats_block p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: #156331;
}

.post_card_gallery_progress {
  background: #132644;
  position: relative;
}
.post_card_gallery_progress .post_cards_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post_card_gallery_progress .progress_line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(250, 247, 217, 0.5);
  display: none;
}
@media (min-width: 1200px) {
  .post_card_gallery_progress .progress_line {
    display: flex;
  }
}
.post_card_gallery_progress .card {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .post_card_gallery_progress .card {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .post_card_gallery_progress .card {
    max-width: calc(50% - 80px);
  }
}
@media (min-width: 1200px) {
  .post_card_gallery_progress .card:nth-child(even) {
    margin-top: 25%;
    margin-bottom: -10%;
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .post_card_gallery_progress .card:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.post_card_gallery_progress .card:hover .card_over {
  opacity: 0;
  visibility: hidden;
}
.post_card_gallery_progress .card:hover .card_under {
  visibility: visible;
  opacity: 1;
}
.post_card_gallery_progress .card_under {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.post_card_gallery_progress .card_over {
  transition: all 0.2s ease-in-out;
}

.the_team .title_area {
  max-width: 442px;
}
.the_team .title_area .icon {
  margin-bottom: 24px;
  max-width: 56px;
}
@media (min-width: 768px) {
  .the_team .title_area .icon {
    margin-bottom: 40px;
  }
}
.the_team .title_area h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
}
@media (min-width: 768px) {
  .the_team .title_area h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .the_team .title_area h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .the_team .title_area h2 {
    margin-bottom: 40px;
  }
}
.the_team .title_area p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
.the_team .mobile_title {
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .the_team .mobile_title {
    display: none;
  }
}
.the_team .desktop_title {
  display: none;
}
@media (min-width: 1200px) {
  .the_team .desktop_title {
    display: flex;
  }
}
.the_team .team_slider {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .the_team .team_slider {
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .the_team .team_slider {
    margin-bottom: 0;
  }
}
.the_team .team_card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.the_team .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39.39%);
}
.the_team .body_content {
  margin-top: auto;
  z-index: 5;
  width: 100%;
  padding: 8px;
}
@media (min-width: 768px) {
  .the_team .body_content {
    padding: 32px;
  }
}
.the_team .body_content h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #faf7d9;
  margin-bottom: 5px;
}
@media (min-width: 1600px) {
  .the_team .body_content h6 {
    font-size: 40px;
  }
}
.the_team .body_content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #faf7d9;
}
@media (min-width: 768px) {
  .the_team .body_content p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .the_team .body_content p {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.the_team .join_the_team_card_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .the_team .join_the_team_card_desktop {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .the_team .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .the_team .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: calc(33.333% - 24px);
    margin: 12px;
    height: auto;
  }
}
.the_team .join_the_team_card {
  width: 100%;
  background: #ff5500;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .the_team .join_the_team_card {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .the_team .join_the_team_card {
    padding: 130px 0;
  }
}
.the_team .join_the_team_card .icon {
  max-width: 58px;
  margin-bottom: 64px;
}
.the_team .join_the_team_card .title {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.96px;
  color: #faf7d9;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  .the_team .mobile_button_container {
    display: none;
  }
}

.center_hover_image_text .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.center_hover_image_text h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #156331;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .center_hover_image_text h5 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1600px) {
  .center_hover_image_text h5 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
}
@media (min-width: 1200px) {
  .center_hover_image_text h5 {
    margin-bottom: 40px;
  }
}
.center_hover_image_text .hover_text {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .center_hover_image_text .hover_text {
    max-width: 1146px;
  }
}
.center_hover_image_text .text_item {
  position: relative;
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #156331;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .center_hover_image_text .text_item {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .center_hover_image_text .text_item {
    font-size: 96px;
  }
}
.center_hover_image_text .text_item.with_image {
  color: #ff5500;
}
@media (min-width: 1200px) {
  .center_hover_image_text .text_item.with_image {
    text-decoration: underline;
  }
}
.center_hover_image_text .text_item.with_image:hover {
  color: #ff5500;
}
.center_hover_image_text .image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  border-radius: 24px;
  overflow: hidden;
}
.center_hover_image_text .image img {
  max-width: 300px;
}

.contact_block {
  color: #156331;
}
.contact_block .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .contact_block .container {
    flex-direction: row;
  }
}
.contact_block .col {
  width: 100%;
}
.contact_block .col_left {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact_block .col_left {
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .contact_block .col_left {
    margin-bottom: 0;
    padding-right: 115px;
  }
}
.contact_block .col_left h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact_block .col_left h5 {
    margin-bottom: 24px;
  }
}
.contact_block .col_left h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .contact_block .col_left h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .contact_block .col_left h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .contact_block .col_left h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .contact_block .col_left h2 {
    margin-bottom: 24px;
  }
}
.contact_block .col_left p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .contact_block .col_left p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.contact_block .col_right {
  position: relative;
}
@media (min-width: 1200px) {
  .contact_block .col_right {
    padding-left: 90px;
    margin-top: 50px;
  }
}
.contact_block .col_right:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background: #156331;
  left: 0;
  top: 0;
  display: none;
}
@media (min-width: 1200px) {
  .contact_block .col_right:before {
    display: block;
  }
}
.contact_block .details .detail_row {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contact_block .details .detail_row {
    margin-bottom: 32px;
  }
}
.contact_block .details .h7 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact_block .details .h7 {
    font-size: 32px;
  }
}
.contact_block .details .tel {
  display: flex;
  align-items: center;
}
.contact_block .details .tel .icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.contact_block .details .tel a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
@media (min-width: 768px) {
  .contact_block .details .tel a {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.contact_block .details .content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (min-width: 768px) {
  .contact_block .details .content p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.contact_block .details_desktop {
  display: none;
}
@media (min-width: 1200px) {
  .contact_block .details_desktop {
    display: block;
    margin-top: 42px;
  }
}
.contact_block .details_mobile {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .contact_block .details_mobile {
    margin-top: 56px;
  }
}
@media (min-width: 1200px) {
  .contact_block .details_mobile {
    display: none;
  }
}
.contact_block .frm_forms .frm_form_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contact_block .frm_forms .frm_form_field {
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.contact_block .frm_forms .field_wrap {
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .contact_block .frm_forms .field_wrap .frm_primary_label {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.contact_block .frm_forms .frm_primary_label {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contact_block .frm_forms .frm_primary_label {
    width: auto;
    font-size: 48px;
    letter-spacing: -2.4px;
    margin-bottom: 0;
    margin-right: 48px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .contact_block .frm_forms .frm_primary_label {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .contact_block .frm_forms .frm_primary_label {
    font-size: 48px;
  }
}
.contact_block .frm_forms .frm_primary_label .frm_required {
  display: none;
}
.contact_block .frm_forms input[type=text],
.contact_block .frm_forms input[type=email],
.contact_block .frm_forms textarea {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #156331;
  margin: 0;
  padding: 0 0 12px;
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  .contact_block .frm_forms input[type=text],
  .contact_block .frm_forms input[type=email],
  .contact_block .frm_forms textarea {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .contact_block .frm_forms input[type=text],
  .contact_block .frm_forms input[type=email],
  .contact_block .frm_forms textarea {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .contact_block .frm_forms input[type=text],
  .contact_block .frm_forms input[type=email],
  .contact_block .frm_forms textarea {
    font-size: 20px;
  }
}
.contact_block .frm_forms input[type=text]::-moz-placeholder, .contact_block .frm_forms input[type=email]::-moz-placeholder, .contact_block .frm_forms textarea::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
.contact_block .frm_forms input[type=text]::placeholder,
.contact_block .frm_forms input[type=email]::placeholder,
.contact_block .frm_forms textarea::placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
}
@media (min-width: 768px) {
  .contact_block .frm_forms input[type=text]::-moz-placeholder, .contact_block .frm_forms input[type=email]::-moz-placeholder, .contact_block .frm_forms textarea::-moz-placeholder {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .contact_block .frm_forms input[type=text]::placeholder,
  .contact_block .frm_forms input[type=email]::placeholder,
  .contact_block .frm_forms textarea::placeholder {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .contact_block .frm_forms input[type=text]::-moz-placeholder, .contact_block .frm_forms input[type=email]::-moz-placeholder, .contact_block .frm_forms textarea::-moz-placeholder {
    font-size: 17px;
  }
  .contact_block .frm_forms input[type=text]::placeholder,
  .contact_block .frm_forms input[type=email]::placeholder,
  .contact_block .frm_forms textarea::placeholder {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .contact_block .frm_forms input[type=text]::-moz-placeholder, .contact_block .frm_forms input[type=email]::-moz-placeholder, .contact_block .frm_forms textarea::-moz-placeholder {
    font-size: 20px;
  }
  .contact_block .frm_forms input[type=text]::placeholder,
  .contact_block .frm_forms input[type=email]::placeholder,
  .contact_block .frm_forms textarea::placeholder {
    font-size: 20px;
  }
}
.contact_block .frm_forms .frm_pro_max_limit_desc {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.42px;
  margin-top: 16px;
}
.contact_block .frm_forms .choices {
  width: 100%;
  position: relative;
}
.contact_block .frm_forms .choices .choices__inner {
  height: 100%;
}
.contact_block .frm_forms .choices .choices__list--single {
  height: 100%;
}
.contact_block .frm_forms .choices .choices__item--selectable {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0 0 12px;
  height: 100%;
}
.contact_block .frm_forms .choices .choices__item--selectable:after {
  top: 0;
}
.contact_block .frm_forms .choices .choices__list--dropdown {
  width: 100%;
}
.contact_block .frm_forms .choices .choices__list--dropdown .choices__item--selectable {
  padding-top: 12px;
}
.contact_block .frm_checkbox {
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact_block .frm_checkbox {
    max-width: 200px;
    margin-right: 26px;
  }
}
.contact_block .frm_checkbox input {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.contact_block .frm_checkbox input:checked + .custom-checkbox .checkmark {
  opacity: 1;
}
.contact_block .frm_checkbox label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: #156331;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.contact_block .frm_checkbox a {
  text-decoration: underline;
  margin-left: 4px;
}
.contact_block .frm_checkbox .custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  border: 1px solid #156331;
  border-radius: 2px;
  margin-right: 11px;
}
.contact_block .frm_checkbox .custom-checkbox .checkmark {
  position: absolute;
  width: 5px;
  height: 11px;
  border-right: 2px solid #156331;
  border-bottom: 2px solid #156331;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
  opacity: 0;
}
.contact_block .frm_submit button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.85px;
  background: #156331;
  border: none;
  padding: 16px 32px;
  color: #fff;
  border-radius: 100px;
}
.contact_block .frm_submit button:disabled {
  background: #fff !important;
  color: #cdcdcd;
}
@media (min-width: 768px) {
  .contact_block .form_thank_you {
    margin: 0 auto;
    width: 100%;
  }
}
.contact_block .form_thank_you .chat_soon {
  width: 100%;
  max-width: 102px;
  margin-left: auto;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact_block .form_thank_you .chat_soon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .contact_block .form_thank_you .chat_soon {
    display: block;
    max-width: 182px;
    margin-right: 100px;
  }
}
.contact_block .form_thank_you h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact_block .form_thank_you h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .contact_block .form_thank_you h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .contact_block .form_thank_you h2 {
    margin-bottom: 48px;
  }
}
.contact_block .form_thank_you h2 br {
  display: none;
}
@media (min-width: 768px) {
  .contact_block .form_thank_you h2 br {
    display: block;
  }
}
.contact_block .form_thank_you .description {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact_block .form_thank_you .description {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .contact_block .form_thank_you .description {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.contact_block .form_thank_you .description p {
  margin-bottom: 24px;
}
.contact_block .form_thank_you .description a {
  text-decoration: underline;
}
.contact_block .form_thank_you .button-container {
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.contact_block .block_footer_image {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact_block .block_footer_image {
    margin-top: 80px;
    overflow: unset;
  }
}
.contact_block .block_footer_image .icon {
  display: flex;
  width: 125%;
  margin-left: -20%;
  margin-bottom: -70px;
}
@media (min-width: 768px) {
  .contact_block .block_footer_image .icon {
    max-width: 399px;
    margin-right: auto;
    margin-left: -100px;
    margin-bottom: -40px;
    margin-top: -100px;
  }
}

.form_block {
  color: #156331;
}
.form_block .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .form_block .container {
    flex-direction: row;
  }
}
.form_block .col {
  width: 100%;
}
.form_block .col_left {
  margin-bottom: 54px;
}
@media (min-width: 768px) {
  .form_block .col_left {
    margin-bottom: 96px;
    padding-right: 144px;
  }
}
.form_block .col_left h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}
.form_block .col_left h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form_block .col_left h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .form_block .col_left h2 {
    font-size: 96px;
  }
}
.form_block .col_left h2 span {
  color: #ff5500;
}
.form_block .col_left h2 br {
  display: none;
}
@media (min-width: 768px) {
  .form_block .col_left h2 br {
    display: block;
  }
}
.form_block .col_left .description p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.form_block .col_right nter-app-form h1,
.form_block .col_right nter-app-form h2,
.form_block .col_right nter-app-form h3,
.form_block .col_right nter-app-form h4,
.form_block .col_right nter-app-form h5,
.form_block .col_right nter-app-form h6 {
  font-family: Eczar !important;
}
.form_block .col_right nter-app-form p,
.form_block .col_right nter-app-form li,
.form_block .col_right nter-app-form span,
.form_block .col_right nter-app-form label,
.form_block .col_right nter-app-form input,
.form_block .col_right nter-app-form textarea,
.form_block .col_right nter-app-form select,
.form_block .col_right nter-app-form button,
.form_block .col_right nter-app-form .mat-body-medium,
.form_block .col_right nter-app-form .mat-step-text-label,
.form_block .col_right nter-app-form .ng-star-inserted,
.form_block .col_right nter-app-form .mat-mdc-form-field-error,
.form_block .col_right nter-app-form .mat-label-medium {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.form_block .col_right nter-app-form .mat-body-large {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.51px;
}
.form_block .col_right nter-app-form .mat-stepper-horizontal[_ngcontent-ng-c4193917113] {
  background-color: transparent !important;
}
.form_block .col_right nter-app-form .mat-title-large {
  font-font: Eczar !important;
}
.form_block .col_right nter-app-form .stepper-container,
.form_block .col_right nter-app-form .footer-section {
  background-color: transparent !important;
}
.form_block .col_right nter-app-form input:focus {
  box-shadow: none !important;
}
.form_block .col_right nter-app-form .mat-mdc-form-field-infix input {
  padding: 10px;
}
.form_block .col_right nter-app-form .mat-mdc-list-option-radio-before {
  margin: 0 !important;
}
.form_block .col_right nter-app-form .mdc-radio__background {
  width: 15px !important;
  height: 15px !important;
}
.form_block .col_right nter-app-form .mdc-radio__background .mdc-radio__inner-circle {
  border-width: 7px !important;
}
.form_block .col_right nter-app-form .question-heading {
  margin-bottom: 10px !important;
}
.form_block .col_right nter-app-form .mdc-list {
  padding: 0 !important;
}
.form_block .col_right nter-app-form .mdc-radio {
  padding: 10px 10px 10px 29px !important;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container {
  padding: 0;
}
@media (max-width: 750px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container {
    gap: 32px;
  }
}
@media (min-width: 751px) and (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container {
    gap: 40px;
  }
}
@media (min-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container {
    gap: 44px;
  }
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  max-width: 100%;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header:first-of-type .mat-step-icon .mat-step-icon-content .mat-icon {
  display: none;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon .mat-step-icon-content .mat-icon {
  width: -moz-max-content;
  width: max-content;
  padding: 0 12px;
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon .mat-step-icon-content .mat-icon {
    display: none;
    margin-right: 12px;
  }
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon-state-done .mat-step-icon-content:not(:last-of-type) {
  background: #faf7d9;
  z-index: 1;
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step:first-of-type .mat-vertical-content-container {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step .mat-vertical-content-container {
    margin: 0;
    padding-left: 12px;
  }
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step .mat-vertical-content-container .mat-vertical-stepper-content .mat-vertical-content {
  padding: 0;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step .mat-vertical-content-container .mat-vertical-stepper-content .mat-vertical-content .mat-mdc-button {
  background-color: #474747;
  border-radius: 50px;
  color: #ffffff;
  padding: 16px 24px;
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step .mat-vertical-content-container .mat-vertical-stepper-content .mat-vertical-content .mat-mdc-button {
    margin-bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-step .mat-step-header .mat-step-icon .mat-step-icon-content .mat-icon {
    margin-right: 12px;
    width: -moz-max-content;
    width: max-content;
  }
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-content-container .mat-horizontal-stepper-content .mat-mdc-button {
  background-color: #474747;
  border-radius: 50px;
  color: #ffffff;
  padding: 16px 24px;
}
@media (max-width: 1180px) {
  .form_block .col_right nter-app-form app-form-stepper .stepper-container .fx-col mat-stepper .mat-horizontal-content-container .mat-horizontal-stepper-content .mat-mdc-button {
    margin-bottom: 24px;
  }
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .curate-page-header {
  align-items: flex-start;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .curate-page-header .mat-title-large {
  font-family: Eczar !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .custom-stepper-top-label {
  background-color: transparent !important;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .custom-stepper-top-label .mat-horizontal-stepper-wrapper {
  background-color: transparent !important;
}
.form_block .col_right nter-app-form app-form-stepper .stepper-container .custom-stepper-top-label .mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  max-width: 100%;
  padding: 0;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 mat-form-field input {
  box-shadow: none !important;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 mat-form-field .mat-mdc-form-field-error-wrapper {
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  margin-top: -16px;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 mat-form-field .mat-mdc-form-field-error-wrapper mat-error {
  font-family: "Work Sans", serif;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 .fx-gap-20 button {
  background-color: #c3c3c3;
  color: #000000;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 .marx-10 span:first-of-type {
  font-size: 12px;
}
.form_block .col_right nter-app-form app-form-stepper app-form-auth .fx-gap-10 .marx-10 span {
  max-width: 75%;
}
.form_block .col_right nter-app-form app-form-question form .fx-row .ng-star-inserted .btn-cursor .ng-star-inserted .file-preview .file-preview-content .button-close-small {
  margin-top: 24px;
}
.form_block .col_right nter-app-form app-form-question form .fx-row .ng-star-inserted .btn-cursor .ng-star-inserted .file-preview .file-preview-content .button-close-small:before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
.form_block .col_right nter-app-form app-form-question form .fx-row .ng-star-inserted .btn-cursor .ng-star-inserted .file-preview .file-preview-content .button-close-small .mat-icon {
  display: none;
}
.form_block .col_right nter-app-form app-form-question form .fx-row .ng-star-inserted .btn-cursor .ng-star-inserted .file-preview .file-preview-content .mat-mdc-tooltip-trigger {
  transform: translateY(8px);
}
.form_block .col_right .cdk-overlay-container p,
.form_block .col_right .cdk-overlay-container li,
.form_block .col_right .cdk-overlay-container span,
.form_block .col_right .cdk-overlay-container label,
.form_block .col_right .cdk-overlay-container input,
.form_block .col_right .cdk-overlay-container textarea,
.form_block .col_right .cdk-overlay-container select,
.form_block .col_right .cdk-overlay-container button {
  font-family: Work Sans !important;
}

.legal_content {
  color: #132644;
}
.legal_content .container {
  max-width: 1385px;
}
.legal_content .title_area {
  margin-bottom: 120px;
}
.legal_content .title_area h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .legal_content .title_area h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .legal_content .title_area h2 {
    font-size: 96px;
  }
}
.legal_content .title_area h2 span {
  color: #ff5500;
}
.legal_content .title_area p {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
}
@media (min-width: 768px) {
  .legal_content .title_area p {
    font-size: 32px;
  }
}
.legal_content .content {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.legal_content .content h1 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .legal_content .content h1 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .legal_content .content h1 {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .legal_content .content h1 {
    font-size: 128px;
  }
}
.legal_content .content h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .legal_content .content h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .legal_content .content h2 {
    font-size: 96px;
  }
}
.legal_content .content h3 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .legal_content .content h3 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .legal_content .content h3 {
    font-size: 80px;
  }
}
.legal_content .content h4 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .legal_content .content h4 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .legal_content .content h4 {
    font-size: 72px;
  }
}
.legal_content .content h5 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (min-width: 1600px) {
  .legal_content .content h5 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}
.legal_content .content h6 {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin-top: 96px;
  margin-bottom: 24px;
}
@media (min-width: 1600px) {
  .legal_content .content h6 {
    font-size: 40px;
  }
}
.legal_content .content p {
  margin-bottom: 24px;
}
.legal_content .content strong {
  font-weight: 600;
}
.legal_content .content a {
  color: #ff5500;
  text-decoration: underline;
}
.legal_content .content ul li {
  position: relative;
  list-style: none;
}
.legal_content .content ul li:before {
  content: "•";
  color: #ff5500;
  position: absolute;
  left: -24px;
}
.legal_content .content ol {
  counter-reset: level1;
  list-style: none;
  padding-left: 0;
}
.legal_content .content ol > li {
  counter-increment: level1;
}
.legal_content .content ol > li::before {
  content: counter(level1) ". ";
  color: #ff5500;
  font-weight: 600;
}
.legal_content .content ol > li:has(> h1:first-child)::before, .legal_content .content ol > li:has(> h2:first-child)::before, .legal_content .content ol > li:has(> h3:first-child)::before, .legal_content .content ol > li:has(> h4:first-child)::before, .legal_content .content ol > li:has(> h5:first-child)::before, .legal_content .content ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) ". ";
  color: #ff5500;
  font-family: "Eczar", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 1600px) {
  .legal_content .content ol > li:has(> h1:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h1:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h1:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h1:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h1:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h2:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h2:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h2:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h2:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h2:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h3:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h3:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h3:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h3:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h3:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h4:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h4:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h4:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h4:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h4:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h5:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h5:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h5:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h5:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h5:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol > li:has(> h6:first-child) > h1:first-child::before,
  .legal_content .content ol > li:has(> h6:first-child) > h2:first-child::before,
  .legal_content .content ol > li:has(> h6:first-child) > h3:first-child::before,
  .legal_content .content ol > li:has(> h6:first-child) > h4:first-child::before,
  .legal_content .content ol > li:has(> h6:first-child) > h5:first-child::before,
  .legal_content .content ol > li:has(> h6:first-child) > h6:first-child::before {
    font-size: 40px;
  }
}
.legal_content .content ol > li ol {
  margin-top: 24px;
  margin-bottom: 24px;
}
.legal_content .content ol ol {
  counter-reset: level2;
}
.legal_content .content ol ol > li {
  counter-increment: level2;
  margin-bottom: 0;
}
.legal_content .content ol ol > li::before {
  content: counter(level1) "." counter(level2) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol {
  counter-reset: level3;
}
.legal_content .content ol ol ol > li {
  counter-increment: level3;
  margin-bottom: 0;
}
.legal_content .content ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol {
  counter-reset: level4;
}
.legal_content .content ol ol ol ol > li {
  counter-increment: level4;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol {
  counter-reset: level5;
}
.legal_content .content ol ol ol ol ol > li {
  counter-increment: level5;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol {
  counter-reset: level6;
}
.legal_content .content ol ol ol ol ol ol > li {
  counter-increment: level6;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol {
  counter-reset: level7;
}
.legal_content .content ol ol ol ol ol ol ol > li {
  counter-increment: level7;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol {
  counter-reset: level8;
}
.legal_content .content ol ol ol ol ol ol ol ol > li {
  counter-increment: level8;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol ol {
  counter-reset: level9;
}
.legal_content .content ol ol ol ol ol ol ol ol ol > li {
  counter-increment: level9;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) "." counter(level9) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) "." counter(level9) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol ol ol {
  counter-reset: level10;
}
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li {
  counter-increment: level10;
  margin-bottom: 0;
}
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) "." counter(level9) "." counter(level10) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child)::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child)::before {
  content: none;
}
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h1:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h2:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h3:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h4:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h5:first-child) > h6:first-child::before, .legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h1:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h2:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h3:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h4:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h5:first-child::before,
.legal_content .content ol ol ol ol ol ol ol ol ol ol > li:has(> h6:first-child) > h6:first-child::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." counter(level4) "." counter(level5) "." counter(level6) "." counter(level7) "." counter(level8) "." counter(level9) "." counter(level10) " ";
  color: #ff5500;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}

.error_page {
  padding: 141px 0 96px;
}
@media (min-width: 768px) {
  .error_page {
    padding: 197px 0 96px;
  }
}
@media (min-width: 1440px) {
  .error_page {
    padding: 308px 0 195px;
  }
}
.error_page .bg_image_move {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .error_page .bg_image_move {
    display: block;
  }
}
.error_page .bg_image_move img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.error_page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 856px;
  position: relative;
  z-index: 5;
}
.error_page .small_title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 24px;
  letter-spacing: -0.72px;
  color: #132644;
  text-align: center;
}
@media (min-width: 768px) {
  .error_page .small_title {
    margin-bottom: 40px;
  }
}
.error_page h2 {
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #132644;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .error_page h2 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .error_page h2 {
    font-size: 96px;
  }
}
@media (min-width: 768px) {
  .error_page h2 {
    margin-bottom: 40px;
  }
}
.error_page h2 br {
  display: none;
}
@media (min-width: 768px) {
  .error_page h2 br {
    display: block;
  }
}
.error_page h2 span {
  color: #ff5500;
}
.error_page p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 24px;
  letter-spacing: -0.72px;
  color: #132644;
  text-align: center;
}
@media (min-width: 768px) {
  .error_page p {
    margin-bottom: 40px;
    max-width: 456px;
  }
}
@media (min-width: 1200px) {
  .error_page p {
    max-width: 556px;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

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