/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/cookie-consent/CookieConsent.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ── Overlay ─────────────────────────────────────── */
.CookieConsent_overlay__BxZOr {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .CookieConsent_overlay__BxZOr {
    align-items: center;
  }
}

/* ── Modal ────────────────────────────────────────── */
.CookieConsent_modal__XYqYG {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 56.6875rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.5rem 1.25rem;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .CookieConsent_modal__XYqYG {
    padding: 3rem 3.5rem;
  }
}

.CookieConsent_closeBtn__veBoU {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.CookieConsent_closeBtn__veBoU:hover {
  opacity: 0.7;
}

/* ── Header ──────────────────────────────────────── */
.CookieConsent_header__9tYop {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.CookieConsent_title__lO_Ki {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #404041;
  margin: 0;
}

.CookieConsent_description__R8wLm {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #404041;
  margin: 0;
}

.CookieConsent_link__n5Qk7 {
  color: #beb18b;
  text-decoration: none;
}
.CookieConsent_link__n5Qk7:hover {
  text-decoration: underline;
}

/* ── Category List ───────────────────────────────── */
.CookieConsent_categoryList__c1d6n {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.CookieConsent_categoryBlock__TkSiS {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.CookieConsent_category__VGQsv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
}

.CookieConsent_categoryContent__RB5fM {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
  flex: 1 1;
}

.CookieConsent_categoryHeader__iwGvP {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}

.CookieConsent_categoryTitle__W_oP7 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #404041;
}

.CookieConsent_alwaysRequired__rPSJU {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.2);
}

.CookieConsent_categoryDescription__wLdEx {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #404041;
  margin: 0;
}

.CookieConsent_purposes__T2xSu {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #818285;
}

/* ── Divider ─────────────────────────────────────── */
.CookieConsent_divider__ftEiC {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid rgba(231, 231, 232, 0.5);
  margin: 0;
}

/* ── Footer ──────────────────────────────────────── */
.CookieConsent_footer__3M1N1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.CookieConsent_footerButtons__xHl51 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .CookieConsent_footerButtons__xHl51 {
    flex-direction: row;
  }
}

.CookieConsent_secondaryButton___bga5, .CookieConsent_saveButton__4lqNF {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.625rem;
  width: 100%;
  height: 3.25rem;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
@media (min-width: 768px) {
  .CookieConsent_secondaryButton___bga5, .CookieConsent_saveButton__4lqNF {
    flex: 1 1;
    width: auto;
  }
}
.CookieConsent_secondaryButton___bga5 span, .CookieConsent_saveButton__4lqNF span {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  text-transform: uppercase;
}

.CookieConsent_saveButton__4lqNF {
  background: #beb18b;
  border: 1px solid #beb18b;
}
.CookieConsent_saveButton__4lqNF span {
  color: #fff;
}
.CookieConsent_saveButton__4lqNF:hover {
  background: rgb(180.8425414365, 166.0110497238, 122.6574585635);
}

.CookieConsent_secondaryButton___bga5 {
  background: #fff;
  border: 1px solid #d3d3d4;
}
.CookieConsent_secondaryButton___bga5 span {
  color: #404041;
}
.CookieConsent_secondaryButton___bga5:hover {
  border-color: #404041;
}

.CookieConsent_operatedBy__C_Kgu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  width: 100%;
}
.CookieConsent_operatedBy__C_Kgu span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-transform: uppercase;
  color: #818285;
}

/* ── Toggle Switch ───────────────────────────────── */
.CookieConsent_toggle__JmFI7 {
  position: relative;
  width: 3.225rem;
  height: 2.25rem;
  padding: 0.225rem 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.CookieConsent_toggle__JmFI7::before {
  content: "";
  position: absolute;
  top: 0.225rem;
  left: 0;
  width: 3.225rem;
  height: 1.796875rem;
  background: #efefef;
  box-shadow: inset 0 0 0.3225rem rgba(0, 0, 0, 0.05);
  border-radius: 1.565625rem;
  transition: background-color 0.2s ease;
}

.CookieConsent_toggleOn__trdgE::before {
  background: #beb18b;
}

.CookieConsent_toggleThumb__0bHys {
  position: absolute;
  top: 0.45rem;
  left: 0.3rem;
  width: 1.33625rem;
  height: 1.33625rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.091875rem 0.230625rem rgba(0, 0, 0, 0.05);
  transition: left 0.2s ease, background-color 0.2s ease;
}

.CookieConsent_toggleOn__trdgE .CookieConsent_toggleThumb__0bHys {
  left: 1.58875rem;
  background: #fffcf0;
}

.CookieConsent_toggleDisabled__zAqVh {
  cursor: default;
  opacity: 0.7;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/cookie-consent/CookieConsentBanner.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Below the modal overlay (z-index 1000) so the detailed modal covers it. */
.CookieConsentBanner_banner__kxkG_ {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.12);
}

.CookieConsentBanner_inner__o8HAF {
  width: calc(100% - 3rem);
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .CookieConsentBanner_inner__o8HAF {
    width: calc(100% - 4rem);
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 1.5rem 0;
  }
}

.CookieConsentBanner_text__9eJn5 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1;
}

.CookieConsentBanner_title__AwIBi {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #404041;
  margin: 0;
}

.CookieConsentBanner_description__VHcT_ {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #404041;
  margin: 0;
}

.CookieConsentBanner_moreInfo__Q5ebj {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #beb18b;
  margin: 0;
}

.CookieConsentBanner_link__pDXSE {
  color: #beb18b;
  text-decoration: underline;
}
.CookieConsentBanner_link__pDXSE:hover {
  text-decoration: none;
}

.CookieConsentBanner_actions__6tXGC {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .CookieConsentBanner_actions__6tXGC {
    width: 20rem;
    flex-shrink: 0;
  }
}

.CookieConsentBanner_secondaryButton__TwFAX, .CookieConsentBanner_primaryButton__zreCh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.CookieConsentBanner_primaryButton__zreCh {
  background: #beb18b;
  border: 1px solid #beb18b;
  color: #fff;
}
.CookieConsentBanner_primaryButton__zreCh:hover {
  background: rgb(180.8425414365, 166.0110497238, 122.6574585635);
}

.CookieConsentBanner_secondaryButton__TwFAX {
  background: #fff;
  border: 1px solid #d3d3d4;
  color: #404041;
}
.CookieConsentBanner_secondaryButton__TwFAX:hover {
  border-color: #404041;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/PrivatePreviewBanner/PrivatePreviewBanner.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PrivatePreviewBanner_banner__uWzA_ {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  background: rgba(20, 20, 20, 0.92);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  font-size: 0.85rem;
  line-height: 1.2;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  max-width: calc(100vw - 2rem);
}

.PrivatePreviewBanner_label__2oiz7 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PrivatePreviewBanner_email__XUU_H {
  opacity: 0.7;
  margin-left: 0.25rem;
}

.PrivatePreviewBanner_button__yJ3Dr {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.PrivatePreviewBanner_button__yJ3Dr:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
}
.PrivatePreviewBanner_button__yJ3Dr:disabled {
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 600px) {
  .PrivatePreviewBanner_banner__uWzA_ {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    max-width: none;
    border-radius: 12px;
    font-size: 0.8rem;
  }
  .PrivatePreviewBanner_email__XUU_H {
    display: none;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/styles/globals.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ── Legacy fonts (bundled from public/fonts/) ─────────────────────── */
@font-face {
  font-family: "Oakes";
  src: url("/fonts/Oakes/OakesBold.woff2") format("woff2"), url("/fonts/Oakes/OakesBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "TypoldRegular";
  src: url("/fonts/Typold/TypoldRegular.woff2") format("woff2"), url("/fonts/Typold/TypoldRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TypoldMedium";
  src: url("/fonts/Typold/TypoldMedium.woff2") format("woff2"), url("/fonts/Typold/TypoldMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TypoldBold";
  src: url("/fonts/Typold/TypoldBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "RubikRegular";
  src: url("/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Fallback stacks until the real fonts are bundled. Once the .woff2 files
   land, the @font-face declarations above start matching and the original
   typefaces win without touching this list. */
/* Inline SVG assets — gold dash for ul bullets, gold chevron for sliders. */
.static-page {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  .static-page {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .static-page {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .static-page {
    max-width: 100%;
  }
}
.static-page .text-body {
  padding: 0 0 70px 0;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .static-page .text-body {
    max-width: 66.6667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.static-page .text-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
}
.static-page .text-body p:has(> img:only-child) {
  margin: 40px auto;
  text-align: center;
}
.static-page .text-body h1,
.static-page .text-body .h1,
.static-page .text-body h2,
.static-page .text-body .h2,
.static-page .text-body h3,
.static-page .text-body .h3 {
  font-weight: bold;
}
.static-page .text-body h2 {
  overflow-wrap: normal;
}
.static-page .text-body h1,
.static-page .text-body .h1,
.static-page .text-body h2,
.static-page .text-body .h2 {
  font-family: Oakes, Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #2a2626;
  text-align: center;
  margin: 70px auto 30px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .static-page .text-body h1,
  .static-page .text-body .h1,
  .static-page .text-body h2,
  .static-page .text-body .h2 {
    font-size: 24px;
    margin: 50px 0 30px;
    text-align: left;
  }
}
.static-page .text-body h1::after,
.static-page .text-body .h1::after,
.static-page .text-body h2::after,
.static-page .text-body .h2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 1px;
  width: 1135px;
  background: rgba(37, 37, 38, 0.2);
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .static-page .text-body h1::after,
  .static-page .text-body .h1::after,
  .static-page .text-body h2::after,
  .static-page .text-body .h2::after {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .text-body h1::after,
  .static-page .text-body .h1::after,
  .static-page .text-body h2::after,
  .static-page .text-body .h2::after {
    display: none;
  }
}
.static-page .text-body h1::before,
.static-page .text-body .h1::before,
.static-page .text-body h2::before,
.static-page .text-body .h2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  background: #f8fafc;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .static-page .text-body h1::before,
  .static-page .text-body .h1::before,
  .static-page .text-body h2::before,
  .static-page .text-body .h2::before {
    display: none;
  }
}
.static-page .text-body h3,
.static-page .text-body .h3 {
  font-size: 22px;
}
.static-page .text-body h4,
.static-page .text-body .h4 {
  font-family: TypoldMedium, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2a2626;
  font-weight: 100;
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .static-page .text-body h4,
  .static-page .text-body .h4 {
    font-size: 16px;
  }
}
.static-page .text-body p,
.static-page .text-body .p-trix {
  font-family: TypoldRegular, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2a2626;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .static-page .text-body p,
  .static-page .text-body .p-trix {
    font-size: 16px;
    margin: 20px 0;
  }
}
.static-page .text-body a,
.static-page .text-body p a,
.static-page .text-body .p-trix a,
.static-page .text-body h2 a,
.static-page .text-body .h2 a {
  color: #beaf87;
  text-decoration: none;
}
.static-page .text-body a:visited,
.static-page .text-body p a:visited,
.static-page .text-body .p-trix a:visited,
.static-page .text-body h2 a:visited,
.static-page .text-body .h2 a:visited {
  color: #beaf87;
}
.static-page .text-body a:hover,
.static-page .text-body p a:hover,
.static-page .text-body .p-trix a:hover,
.static-page .text-body h2 a:hover,
.static-page .text-body .h2 a:hover {
  color: #a1916f;
}
.static-page .text-body a:active,
.static-page .text-body p a:active,
.static-page .text-body .p-trix a:active,
.static-page .text-body h2 a:active,
.static-page .text-body .h2 a:active {
  color: #857859;
}
.static-page .text-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.static-page .text-body ul li {
  font-family: TypoldRegular, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #808285;
  margin: 20px 0;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .static-page .text-body ul li {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .text-body ul li {
    padding-left: 60px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .static-page .text-body ul li {
    padding-left: 30px;
    margin: 15px 0;
  }
}
.static-page .text-body ul li::before {
  position: absolute;
  left: 60px;
  top: 4px;
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  line-height: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 15" fill="none"><rect y="6" width="12" height="3" fill="%23beaf87"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 15px;
}
@media screen and (max-width: 767px) {
  .static-page .text-body ul li::before {
    left: 0;
  }
}
.static-page .text-body .button {
  background: #beaf87;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  font-family: TypoldRegular, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s ease;
  cursor: pointer;
  min-width: 195px;
  width: auto;
  padding: 11px 30px;
  margin: 20px 0 30px;
  display: inline-block;
}
.static-page .text-body .button:hover {
  background: #a1916f;
}
.static-page .text-body .button:active {
  background: #857859;
}
.static-page .text-body .button.disabled, .static-page .text-body .button:disabled {
  background: #e6e7e8;
  border: 1px solid #e6e7e8;
  color: rgba(128, 130, 133, 0.5);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .static-page .text-body .button {
    margin: 30px 0 40px;
  }
}
.static-page .text-body .img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.static-page .text-body .img-list .img-holder {
  margin: 3px;
  width: calc(14.2857142857% - 6px);
  height: 95px;
}
@media screen and (max-width: 1199px) {
  .static-page .text-body .img-list .img-holder {
    height: 81px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .text-body .img-list .img-holder {
    width: calc(20% - 6px);
    height: 96px;
  }
  .static-page .text-body .img-list .img-holder:nth-child(14), .static-page .text-body .img-list .img-holder:nth-child(13), .static-page .text-body .img-list .img-holder:nth-child(12), .static-page .text-body .img-list .img-holder:nth-child(11) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .static-page .text-body .img-list .img-holder {
    height: 60px;
  }
}
.static-page .text-body .img-list .img-holder img {
  object-fit: cover;
}
.static-page .text-body .full-width-image {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .static-page .text-body .full-width-image {
    height: 125px;
  }
}
.static-page .text-body .full-width-image .img-holder {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .static-page .text-body .full-width-image .img-holder img {
    object-fit: cover;
  }
}
.static-page .text-body .inner-wrapper {
  position: relative;
  margin: 20px 0 30px;
}
.static-page .text-body .inner-wrapper .image-slider {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 575px) {
  .static-page .text-body .inner-wrapper .image-slider {
    height: 125px;
  }
}
.static-page .text-body .inner-wrapper .image-slider .img-holder {
  height: 250px;
}
@media screen and (max-width: 575px) {
  .static-page .text-body .inner-wrapper .image-slider .img-holder {
    height: 125px;
  }
}
.static-page .text-body .inner-wrapper .arr {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e7e8;
  background: #beaf87;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.static-page .text-body .inner-wrapper .arr::after {
  content: "";
  width: 18px;
  height: 7px;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 7" fill="none"><path d="M0 3.5h16M11 0l5 3.5L11 7" stroke="white" stroke-width="1.5" fill="none"/></svg>');
  background-size: 18px 7px;
  background-repeat: no-repeat;
}
.static-page .text-body .inner-wrapper .arr:hover {
  background: #a1916f;
}
.static-page .text-body .inner-wrapper .arr:active {
  background: #857859;
}
.static-page .text-body .inner-wrapper .arr.disabled {
  background: #e6e7e8;
  cursor: default;
  pointer-events: none;
}
.static-page .text-body .inner-wrapper .arr.nxt {
  right: -70px;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 991px) {
  .static-page .text-body .inner-wrapper .arr.nxt {
    right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .static-page .text-body .inner-wrapper .arr.nxt {
    right: 15px;
  }
}
.static-page .text-body .inner-wrapper .arr.prv {
  left: -70px;
}
@media screen and (max-width: 991px) {
  .static-page .text-body .inner-wrapper .arr.prv {
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .static-page .text-body .inner-wrapper .arr.prv {
    left: 15px;
  }
}
.static-page .text-body .navigate {
  margin-top: 30px;
}
.static-page .text-body .navigate h1,
.static-page .text-body .navigate .h1 {
  margin: 20px auto 30px;
}
.static-page .text-body .navigate h1::before,
.static-page .text-body .navigate .h1::before {
  width: calc(100% + 20px);
}
.static-page .text-body .navigate h1::after,
.static-page .text-body .navigate .h1::after {
  width: calc(100% + 60px);
}
.static-page .text-body .navigate ul li {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .static-page .text-body .navigate ul li {
    text-align: center;
  }
}
.static-page .text-body .navigate ul li a {
  cursor: pointer;
  font-family: TypoldRegular, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  line-height: 145%;
  transition: color 0.3s;
  color: #252526;
  overflow: hidden;
  max-height: 57px;
  max-width: calc(100% - 20px);
}
.static-page .text-body .navigate ul li a.current {
  color: #beaf87;
}
.static-page .text-body .navigate ul li::before {
  display: none;
}
.static-page .two-in-line-desktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.static-page .two-in-line-desktop > div {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .static-page .two-in-line-desktop > div {
    width: auto;
    max-width: 100%;
  }
}
.static-page .two-in-line-desktop > div img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .static-page .two-in-line-desktop > div img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .two-in-line-desktop {
    justify-content: center;
  }
}

/* ── Global form helpers ─────────────────────────── */
.fieldLabel {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #404041;
  margin-bottom: 0.25rem;
}

.requiredStar {
  color: #e53535;
  margin-left: 0.125rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  /* 16px at 1920px → ~14px at 1440px — all rem values scale proportionally */
  font-size: clamp(14px, 0.833vw, 16px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.6;
}

a {
  color: #c8102e;
  text-decoration: none;
}

[id] {
  scroll-margin-top: 5rem;
}

/* ── reCAPTCHA badge ─────────────────────────────────
   Force the floating Google reCAPTCHA badge to the maximum integer z-index.
   The badge defaults to z-index: 2000000000 via Google's inline styles, but
   it was visually appearing behind the AgentsSection content. !important on
   external CSS overrides inline styles, ensuring the badge always renders on
   top of every element on the page.
*/
.grecaptcha-badge {
  visibility: hidden !important;
}

/* ── iOS Safari zoom-on-focus prevention ─────────────
   Mobile Safari auto-zooms when a focused input has computed font-size
   below 16px. Project root font is clamp(14px, 0.833vw, 16px), so on
   phones rem(16) resolves to ~14px — under the iOS threshold. !important
   needed to beat CSS Modules class selectors (specificity 0,1,0).
*/
@media (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
