:root {
  /* ======================== Primitive Variables ======================= */
  /*----- font variables ------*/
  --font-primary: "Freigeist";
  --font-secondary: "BR Sonoma";
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-heavy: 900;
  /*----- font variables ------*/
  --color-primary: #016341ff;
  --color-secondary: #e2d9c5ff;
  --color-gdf-primary: #00283eff;
  --color-gdf-90: #003c71ff;
  --color-gdf-70: #2f6ba6ff;
  --color-gdf-60: #4484b8ff;
  --color-gdf-50: #6a94c6ff;
  --color-gdf-15: #d7f0fcff;
  --color-gdf-10: #e9f5fbff;
  --color-neutral-black: #000000ff;
  --color-neutral-grey-80: #3e4447ff;
  --color-neutral-grey-70: #5f686dff;
  --color-neutral-grey-40: #a6aeb2ff;
  --color-neutral-grey-20: #dcdfe0ff;
  --color-neutral-grey-10: #e9ebecff;
  --color-neutral-grey-05: #f4f5f6ff;
  --color-neutral-white: #ffffffff;
  --color-secondary-15: #ece6daff;
  --color-secondary-10: #f3efe7ff;
  --color-primary-90: #00754cff;
  --color-primary-70: #1e8560ff;
  --color-primary-50: #64a083ff;
  --color-primary-30: #9bc1adff;
  --color-primary-15: #c7dbcfff;
  --color-primary-10: #dae7dfff;
  --color-primary-05: #eff5f2ff;
  --s-2: 2px;
  --s-4: 4px;
  --s-6: 6px;
  --s-8: 8px;
  --s-10: 10px;
  --s-12: 12px;
  --s-14: 14px;
  --s-16: 16px;
  --s-18: 18px;
  --s-20: 20px;
  --s-22: 22px;
  --s-24: 24px;
  --s-26: 26px;
  --s-28: 28px;
  --s-30: 30px;
  --s-32: 32px;
  --s-34: 34px;
  --s-36: 36px;
  --s-38: 38px;
  --s-40: 40px;
  --s-42: 42px;
  --s-44: 44px;
  --s-46: 46px;
  --s-48: 48px;
  --s-50: 50px;
  --s-52: 52px;
  --s-54: 54px;
  --s-56: 56px;
  --s-58: 58px;
  --s-60: 60px;
  --s-62: 62px;
  --s-64: 64px;
  --s-66: 66px;
  --s-68: 68px;
  --s-70: 70px;
  --s-72: 72px;
  --s-74: 74px;
  --s-76: 76px;
  --s-78: 78px;
  --s-80: 80px;
  --s-82: 82px;
  --s-84: 84px;
  --s-86: 86px;
  --s-88: 88px;
  --s-90: 90px;
  --s-92: 92px;
  --s-94: 94px;
  --s-96: 96px;
  --s-98: 98px;
  --s-100: 100px;
  --s-102: 102px;
  --s-104: 104px;
  --s-106: 106px;
  --s-108: 108px;
  --s-110: 110px;
  --s-112: 112px;
  --s-114: 114px;
  --s-116: 116px;
  --s-118: 118px;
  --s-120: 120px;
  --s-130: 130px;
  --s-140: 140px;
  --s-150: 150px;
  --s-160: 160px;
  --s-170: 170px;
  --s-180: 180px;
  --s-190: 190px;
  --s-200: 200px;
  --s-210: 210px;
  --s-220: 220px;
  --s-230: 230px;
  --s-240: 240px;
  --s-250: 250px;
  --s-260: 260px;
  --s-270: 270px;
  --s-280: 280px;
  --s-290: 290px;
  --s-300: 300px;
  /* ======================== Symantic Variables ======================= */
  --color-grey-surface: var(--color-neutral-grey-10);
  --color-border-grey: var(--color-neutral-grey-20);
  --color-border-grey-light: var(--color-neutral-grey-10);
  --color-border-green: var(--color-primary-15);
  --color-border-beige: var(--color-secondary-15);
  --color-border-gdf: var(--color-gdf-15);
  --color-light-grey-surface: var(--color-neutral-grey-05);
  --color-dark-green-surface-01: var(--color-primary);
  --color-dark-green-surface-02: var(--color-primary-90);
  --color-light-green-surface-01: var(--color-primary-10);
  --color-light-green-surface-02: var(--color-primary-05);
  --color-dark-gdf-surface-01: var(--color-gdf-90);
  --color-dark-gdf-surface-02: var(--color-gdf-70);
  --color-light-gdf-surface-01: var(--color-gdf-15);
  --color-light-gdf-surface-02: var(--color-gdf-10);
  --color-beige-surface: var(--color-secondary-15);
  --color-light-beige-surface: var(--color-secondary-10);
  --color-text-heading-color: var(--color-neutral-black);
  --color-text-content-color: var(--color-neutral-grey-80);
  --color-text-light-content: var(--color-neutral-grey-70);
  --color-text-italic-heading-wi: var(--color-primary-70);
  --color-text-italic-heading-gdf: var(--color-gdf-70);
  --color-text-link-color-wi: var(--color-primary-90);
  --color-text-link-color-gdf: var(--color-gdf-90);
  /*font size */
  --headings-displayt-h1: var(--s-100);
  --headings-h1: var(--s-60);
  --headings-h2: var(--s-48);
  --headings-h3: var(--s-36);
  --headings-h4: var(--s-28);
  --headings-h5: var(--s-24);
  --headings-h6: var(--s-22);
  --body-font-body-lg: var(--s-24);
  --body-font-body-md: var(--s-20);
  --body-font-body: var(--s-18);
  --body-font-body-sm: var(--s-16);
  --body-font-body-xs: var(--s-14);
  /*font size */
  /*line height*/
  --lh-xs-1: var(--s-16);
  --lh-xs-2: var(--s-18);
  --lh-xs-3: var(--s-20);
  --lh-xs-4: var(--s-22);
  --lh-sm-1: var(--s-24);
  --lh-sm-2: var(--s-26);
  --lh-sm-3: var(--s-28);
  --lh-sm-4: var(--s-30);
  --lh-md-1: var(--s-32);
  --lh-md-2: var(--s-34);
  --lh-md-3: var(--s-36);
  --lh-md-4: var(--s-38);
  --lh-lg-1: var(--s-40);
  --lh-lg-2: var(--s-44);
  --lh-lg-3: var(--s-48);
  --lh-lg-4: var(--s-58);
  --lh-xl-1: var(--s-66);
  --lh-xl-2: var(--s-74);
  --lh-xl-3: var(--s-84);
  --lh-xl-4: var(--s-102);
  /*line height*/
  /*paragraph spacing*/
  --ps-xs: var(--s-24);
  --ps-sm: var(--s-28);
  --ps-md: var(--s-30);
  --ps: var(--s-32);
  --ps-lg: var(--s-36);
  --ps-xl: var(--s-40);
  /*paragraph spacing*/
  /*border-radius*/
  --responsive-border-radius-rounded: var(--s-100);
  /*container width*/
  --container-lg: 1720px;
  --container: 1320px;
  /*container width*/
  /*container spacing*/
  --sp-0: 0px;
  --container-xs-1: var(--s-20);
  --container-xs-2: var(--s-22);
  --container-xs-3: var(--s-24);
  --container-xs-4: var(--s-28);
  --container-sm-1: var(--s-30);
  --container-sm-2: var(--s-32);
  --container-sm-3: var(--s-34);
  --container-sm-4: var(--s-36);
  --container-md-1: var(--s-40);
  --container-md-2: var(--s-48);
  --container-md-3: var(--s-60);
  --container-md-4: var(--s-62);
  --container-lg-1: var(--s-64);
  --container-lg-2: var(--s-68);
  --container-lg-3: var(--s-72);
  --container-lg-4: var(--s-80);
  --container-xl-1: var(--s-100);
  --container-xl-2: var(--s-120);
  --container-xl-3: var(--s-140);
  --container-xl-4: var(--s-160);
  /*container spacing*/
  /*element spacing*/
  --elem-xs-1: var(--s-2);
  --elem-xs-2: var(--s-4);
  --elem-xs-3: var(--s-6);
  --elem-xs-4: var(--s-8);
  --elem-sm-1: var(--s-10);
  --elem-sm-2: var(--s-12);
  --elem-sm-3: var(--s-14);
  --elem-sm-4: var(--s-16);
  --elem-md-1: var(--s-18);
  --elem-md-2: var(--s-20);
  --elem-md-3: var(--s-22);
  --elem-md-4: var(--s-24);
  --elem-lg-1: var(--s-28);
  --elem-lg-2: var(--s-32);
  --elem-lg-3: var(--s-36);
  --elem-lg-4: var(--s-40);
  --elem-xl-1: var(--s-44);
  --elem-xl-2: var(--s-48);
  --elem-xl-3: var(--s-60);
  /*element spacing*/
  /*----- Resposive variables ------*/
  /*=================== Resposive variables =====================*/
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  :root {
    --headings-displayt-h1: var(--s-76);
    --headings-h1: var(--s-54);
    --headings-h2: var(--s-44);
    --body-font-body-lg: var(--s-20);
    --body-font-body-md: var(--s-18);
    --lh-lg-1: var(--s-36);
    --lh-lg-2: var(--s-40);
    --container-xl-4: var(--s-100);
    --container-xl-2: var(--s-60);
    --container-xl-1: var(--s-60);
    --container-lg-4: var(--s-60);
    --container-lg-3: var(--s-60);
    --container-lg-2: var(--s-48);
    --container-md-3: var(--s-48);
    --container-md-2: var(--s-40);
    --container-md-1: var(--s-36);
    --elem-xl-3: var(--s-48);
    --elem-xl-2: var(--s-40);
    --elem-lg-4: var(--s-36);
  }
}
@media all and (min-width: 1201px) and (max-width: 1440px) {
  :root {
    --headings-displayt-h1: var(--s-76);
    --headings-h1: var(--s-54);
    --headings-h2: var(--s-44);
    --body-font-body-lg: var(--s-20);
    --body-font-body-md: var(--s-18);
    --lh-lg-1: var(--s-36);
    --lh-lg-2: var(--s-40);
    --container-xl-4: var(--s-100);
    --container-xl-2: var(--s-60);
    --container-xl-1: var(--s-60);
    --container-lg-4: var(--s-60);
    --container-lg-3: var(--s-60);
    --container-lg-2: var(--s-48);
    --container-md-3: var(--s-48);
    --container-md-2: var(--s-40);
    --container-md-1: var(--s-36);
    --elem-xl-3: var(--s-48);
    --elem-xl-2: var(--s-40);
    --elem-lg-4: var(--s-36);
  }
}
@media all and (max-width: 1200px) {
  :root {
    --headings-displayt-h1: var(--s-68);
    --headings-h1: var(--s-48);
    --headings-h2: var(--s-40);
    --headings-h3: var(--s-32);
    --headings-h4: var(--s-24);
    --body-font-body-lg: var(--s-20);
    --body-font-body-md: var(--s-16);
    --body-font-body: var(--s-16);
    --body-font-body-sm: var(--s-14);
    --lh-lg-1: var(--s-36);
    --lh-lg-2: var(--s-40);
    --container-xl-4: var(--s-80);
    --container-xl-2: var(--s-60);
    --container-xl-1: var(--s-60);
    --container-lg-4: var(--s-48);
    --container-lg-3: var(--s-48);
    --container-lg-2: var(--s-40);
    --container-md-3: var(--s-40);
    --container-md-2: var(--s-36);
    --container-md-1: var(--s-36);
    --container-md-1: var(--s-32);
    --container-sm-2: var(--s-24);
    --elem-xl-3: var(--s-40);
    --elem-xl-2: var(--s-36);
    --elem-lg-4: var(--s-36);
  }
}
@media all and (max-width: 991px) {
  :root {
    --container-lg-4: var(--s-40);
    --container-lg-3: var(--s-40);
    --container-lg-2: var(--s-36);
    --container-md-3: var(--s-36);
    --container-md-2: var(--s-32);
    --container-sm-4: var(--s-32);
    --elem-xl-3: var(--s-34);
    --elem-xl-2: var(--s-32);
    --elem-lg-4: var(--s-32);
    --elem-lg-3: var(--s-32);
  }
}
@media all and (max-width: 767px) {
  :root {
    --body-font-body-lg: var(--s-18);
    --lh-lg-1: var(--s-28);
    --lh-lg-2: var(--s-32);
    --container-xl-2: var(--s-40);
    --container-lg-4: var(--s-36);
    --container-lg-3: var(--s-36);
  }
}
@media all and (max-width: 575px) {
  :root {
    --headings-displayt-h1: var(--s-48);
    --headings-h1: var(--s-40);
    --headings-h2: var(--s-36);
    --headings-h3: var(--s-28);
    --headings-h4: var(--s-22);
    --headings-h5: var(--s-20);
    --headings-h6: var(--s-20);
    --body-font-body-md: var(--s-16);
    --container-xl-4: var(--s-60);
    --container-xl-2: var(--s-32);
    --container-lg-4: var(--s-32);
    --container-lg-3: var(--s-28);
    --container-lg-2: var(--s-28);
    --container-md-3: var(--s-26);
    --container-md-2: var(--s-24);
    --container-md-1: var(--s-20);
    --container-sm-4: var(--s-18);
    --container-sm-2: var(--s-16);
    --container-sm-1: var(--s-16);
    --container-xs-4: var(--s-16);
    --container-xs-3: var(--s-16);
    --container-xs-2: var(--s-16);
    --container-xs-1: var(--s-16);
    --elem-xl-3: var(--s-28);
    --elem-xl-2: var(--s-24);
    --elem-lg-4: var(--s-20);
    --elem-lg-3: var(--s-16);
    --elem-lg-2: var(--s-16);
    --elem-lg-1: var(--s-16);
    --elem-md-4: var(--s-16);
    --elem-md-3: var(--s-16);
    --elem-md-2: var(--s-16);
    --elem-sm-1: var(--s-8);
    --elem-sm-2: var(--s-10);
    --elem-sm-3: var(--s-12);
    --elem-sm-4: var(--s-14);
    --elem-md-1: var(--s-16);
  }
}

::placeholder {
  color: var(--color-text-heading-color);
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: var(--color-text-heading-color);
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: var(--color-text-heading-color);
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sollicitudin vivamus neque leo risus nulla tristique nec eu. Amet dolor condimentum nisl amet pellentesque. Sollicitudin ut morbi nunc pellentesque velit et commodo. Tellus nisl bibendum mattis ipsum diam auctor dictum massa nunc. Duis vitae leo molestie erat viverra nec tortor etiam dolor. */
body {
  overflow-x: hidden;
  width: 100%;
  background: white;
  position: relative;
  font-size: var(--body-font-body-md);
  line-height: var(--lh-md-2);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0em;
  font-family: var(--font-secondary);
  color: var(--color-text-content-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  body {
    line-height: var(--lh-sm-4);
  }
}

::selection {
  color: #ffffff;
  background: var(--color-dark-green-surface-01);
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  color: var(--color-dark-green-surface-01);
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin-bottom: var(--ps-md);
}
ul li,
ol li {
  margin-bottom: var(--elem-xs-3);
  position: relative;
}
ul li::marker,
ol li::marker {
  color: var(--color-text-content-color);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: var(--color-text-content-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-medium);
  font-family: var(--font-primary);
  font-style: normal;
  letter-spacing: -0.01em;
  color: var(--color-text-heading-color);
  margin: 0 0 var(--elem-sm-4) 0;
  padding: 0;
  position: relative;
}

h1,
.h1 {
  font-size: var(--headings-h1);
  line-height: var(--lh-xl-1);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-primary);
  color: var(--color-text-heading-color);
  letter-spacing: -0.01em;
  margin-top: calc(var(--elem-sm-1) * -1);
  margin-bottom: var(--elem-sm-4);
}
@media all and (max-width: 1200px) {
  h1,
.h1 {
    line-height: var(--lh-lg-4);
  }
}
@media all and (max-width: 575px) {
  h1,
.h1 {
    line-height: var(--s-50);
  }
}

.h1-lg {
  font-size: var(--headings-displayt-h1);
  line-height: var(--lh-xl-4);
  color: var(--color-text-heading-color);
  letter-spacing: -0.02em;
  margin-top: calc(var(--elem-sm-1) * -1);
  margin-bottom: var(--ps-xs);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .h1-lg {
    line-height: var(--lh-xl-3);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .h1-lg {
    line-height: var(--lh-xl-3);
  }
}
@media all and (max-width: 1200px) {
  .h1-lg {
    line-height: var(--lh-xl-2);
  }
}
@media all and (max-width: 575px) {
  .h1-lg {
    line-height: var(--lh-lg-4);
  }
}

h2,
.h2 {
  font-size: var(--headings-h2);
  line-height: var(--lh-lg-4);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-heading-color);
  margin-bottom: var(--elem-sm-4);
}
@media all and (max-width: 1200px) {
  h2,
.h2 {
    line-height: var(--lh-lg-3);
  }
}
@media all and (max-width: 575px) {
  h2,
.h2 {
    line-height: var(--lh-lg-2);
  }
}

.content-font-h2 {
  letter-spacing: -0.02em;
  font-family: var(--font-secondary);
}

h3,
.h3 {
  font-size: var(--headings-h3);
  line-height: var(--lh-lg-3);
  color: var(--color-text-heading-color);
}
@media all and (max-width: 1200px) {
  h3,
.h3 {
    line-height: var(--lh-lg-1);
  }
}
@media all and (max-width: 575px) {
  h3,
.h3 {
    line-height: var(--lh-md-3);
  }
}

h4,
.h4 {
  font-size: var(--headings-h4);
  line-height: var(--lh-md-4);
  color: var(--color-text-heading-color);
}
@media all and (max-width: 1200px) {
  h4,
.h4 {
    line-height: var(--lh-md-1);
  }
}
@media all and (max-width: 575px) {
  h4,
.h4 {
    line-height: var(--lh-sm-4);
  }
}

h5,
.h5 {
  font-size: var(--headings-h5);
  line-height: var(--lh-md-2);
  color: var(--color-text-heading-color);
}
@media all and (max-width: 575px) {
  h5,
.h5 {
    line-height: var(--lh-sm-3);
  }
}

h6,
.h6 {
  font-size: var(--headings-h6);
  line-height: var(--lh-sm-4);
  color: var(--color-text-heading-color);
}
@media all and (max-width: 575px) {
  h6,
.h6 {
    line-height: var(--lh-sm-3);
  }
}

p {
  margin-bottom: var(--ps-sm);
}
p a {
  color: var(--color-text-heading-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
p a:hover {
  color: var(--color-dark-green-surface-01);
  text-decoration: none;
}
p strong {
  font-weight: 600 !important;
  color: var(--color-text-heading-color);
}
p:last-child {
  margin-bottom: 0;
}

.body-font-lg {
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-2);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .body-font-lg {
    line-height: var(--lh-md-2);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .body-font-lg {
    line-height: var(--lh-md-2);
  }
}
@media all and (max-width: 1200px) {
  .body-font-lg {
    line-height: var(--lh-md-1);
  }
}
@media all and (max-width: 575px) {
  .body-font-lg {
    line-height: var(--lh-sm-4);
  }
}

.body-font-md {
  font-size: var(--body-font-body-md);
  line-height: var(--lh-md-3);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .body-font-md {
    line-height: var(--lh-md-2);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .body-font-md {
    line-height: var(--lh-md-2);
  }
}
@media all and (max-width: 1200px) {
  .body-font-md {
    line-height: var(--lh-md-1);
  }
}
@media all and (max-width: 575px) {
  .body-font-md {
    line-height: var(--lh-sm-4);
  }
}

blockquote {
  position: relative;
  max-width: 100%;
  background: var(--color-light-green-surface-02);
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-md-3);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--sp-0);
  font-family: var(--font-primary);
  font-style: italic;
  color: var(--color-dark-green-surface-01);
  border-radius: var(--sp-0);
  border: var(--sp-0);
  padding: var(--container-lg-4) var(--container-sm-1) var(--container-md-2);
  margin-bottom: var(--elem-xl-2);
  overflow: hidden;
}
blockquote::before {
  content: "";
  position: absolute;
  top: calc(var(--elem-md-2) * -1);
  left: calc(var(--elem-sm-2) * -1);
  height: var(--container-xl-1);
  width: var(--container-xl-1);
  background: url(../images/quote-up-solid.svg) no-repeat center/contain;
}
blockquote::after {
  content: "";
  position: absolute;
  bottom: calc(var(--elem-md-1) * -1);
  right: calc(var(--elem-md-2) * -1);
  height: var(--container-xl-1);
  width: var(--container-xl-1);
  background: url(../images/quote-down-solid.svg) no-repeat center/contain;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

.container-lg {
  width: 92%;
  max-width: var(--container-lg);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--s-20);
  padding-right: var(--s-20);
}
@media all and (max-width: 575px) {
  .container-lg {
    width: 100%;
    padding-left: var(--s-20);
    padding-right: var(--s-20);
  }
}

.container {
  max-width: var(--container);
  padding-left: var(--s-20);
  padding-right: var(--s-20);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    max-width: 100%;
    padding-left: var(--s-60);
    padding-right: var(--s-60);
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: var(--s-60);
    padding-right: var(--s-60);
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: var(--s-40);
    padding-right: var(--s-40);
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: var(--s-20);
    padding-right: var(--s-20);
  }
}

.row {
  margin-left: calc(var(--s-20) * -1);
  margin-right: calc(var(--s-20) * -1);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row > [class*=col] {
  padding-left: var(--s-20);
  padding-right: var(--s-20);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.btn, input[type=submit] {
  display: inline-block;
  height: var(--s-60);
  line-height: var(--s-60);
  font-size: var(--body-font-body);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
  letter-spacing: -0.01em;
  color: var(--color-neutral-white);
  background: var(--color-dark-green-surface-01);
  padding: 0px var(--s-30);
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: var(--s-50);
  -webkit-border-radius: var(--s-50);
  -moz-border-radius: var(--s-50);
  -khtml-border-radius: var(--s-50);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .btn, input[type=submit] {
    height: var(--s-52);
    line-height: var(--s-52);
    font-size: var(--body-font-body-sm);
    padding: 0px var(--s-24);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn, input[type=submit] {
    height: var(--s-52);
    line-height: var(--s-52);
    font-size: var(--body-font-body-sm);
    padding: 0px var(--s-24);
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    height: var(--s-52);
    line-height: var(--s-52);
    font-size: var(--body-font-body-sm);
    padding: 0px var(--s-24);
  }
}
.btn::before, input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: var(--s-50);
  -webkit-border-radius: var(--s-50);
  -moz-border-radius: var(--s-50);
  -khtml-border-radius: var(--s-50);
  background: var(--color-primary-50);
  z-index: -1;
  transition: 0.4s all;
}
.btn::after, input[type=submit]::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  margin-left: var(--s-18);
  background-image: url(../images/btn-arrow-sprite-white.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  top: 1px;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .btn::after, input[type=submit]::after {
    top: 3px;
  }
}
@media all and (max-width: 575px) {
  .btn::after, input[type=submit]::after {
    margin-left: var(--s-16);
  }
}
.btn:hover, input[type=submit]:hover, .btn:focus, input[type=submit]:focus, .btn:active, input[type=submit]:active, .btn:active:focus {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
}
.btn:hover::before, input[type=submit]:hover::before, .btn:focus::before, input[type=submit]:focus::before, .btn:active::before, input[type=submit]:active::before, .btn:active:focus::before {
  width: 100%;
}
.btn:hover::after, input[type=submit]:hover::after, .btn:focus::after, input[type=submit]:focus::after, .btn:active::after, input[type=submit]:active::after, .btn:active:focus::after {
  background-position: center left 1px;
}
.btn:disabled, input[type=submit]:disabled {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
  cursor: not-allowed;
}
.btn-white {
  background: var(--color-neutral-white);
  color: var(--color-dark-green-surface-01);
}
.btn-white::before {
  background: var(--color-light-green-surface-01);
}
.btn-white::after {
  background-image: url(../images/btn-arrow-sprite-green.svg);
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:focus {
  background: var(--color-neutral-white);
  color: var(--color-dark-green-surface-01);
}
.btn-white-hover-black {
  background: var(--color-neutral-white);
  color: var(--color-neutral-black);
}
.btn-white-hover-black::before {
  background: var(--color-neutral-black);
}
.btn-white-hover-black::after {
  background-image: url(../images/btn-arrow-sprite-black-white.svg);
}
.btn-white-hover-black:hover, .btn-white-hover-black:focus, .btn-white-hover-black:active, .btn-white-hover-black:active:focus {
  background: var(--color-neutral-black);
  color: var(--color-neutral-white);
}
.btn-black {
  background: var(--color-neutral-black);
  color: var(--color-neutral-white);
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:active:focus {
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
}
.btn-outline {
  line-height: var(--s-58);
  background: transparent;
  color: var(--color-dark-green-surface-01);
  border: 1px solid var(--color-dark-green-surface-01);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .btn-outline {
    line-height: var(--s-52);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-outline {
    line-height: var(--s-52);
  }
}
@media all and (max-width: 1200px) {
  .btn-outline {
    line-height: var(--s-52);
  }
}
.btn-outline::before {
  background: var(--color-dark-green-surface-01);
}
.btn-outline::after {
  background-image: url(../images/btn-arrow-sprite-green-white.svg);
}
.btn-outline.btn-md {
  line-height: var(--s-46);
}
@media all and (max-width: 575px) {
  .btn-outline.btn-md {
    line-height: var(--s-38);
  }
}
.btn-outline.btn-sm {
  line-height: var(--s-38);
}
.btn-outline-blue {
  line-height: var(--s-58);
  background: transparent !important;
  color: var(--color-dark-gdf-surface-01);
  border: 1px solid var(--color-dark-gdf-surface-01);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .btn-outline-blue {
    line-height: var(--s-52);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-outline-blue {
    line-height: var(--s-52);
  }
}
@media all and (max-width: 1200px) {
  .btn-outline-blue {
    line-height: var(--s-52);
  }
}
.btn-outline-blue::before {
  background: var(--color-dark-gdf-surface-01) !important;
}
.btn-outline-blue::after {
  background-image: url(../images/btn-arrow-sprite-blue-white.svg);
}
.btn-outline-blue.btn-md {
  line-height: var(--s-46);
}
@media all and (max-width: 575px) {
  .btn-outline-blue.btn-md {
    line-height: var(--s-38);
  }
}
.btn-outline-blue.btn-sm {
  line-height: var(--s-38);
}
.btn-outline-white {
  line-height: var(--s-58);
  background: transparent;
  color: var(--color-neutral-white);
  border: 1px solid var(--color-neutral-white);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .btn-outline-white {
    line-height: var(--s-52);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-outline-white {
    line-height: var(--s-52);
  }
}
@media all and (max-width: 1200px) {
  .btn-outline-white {
    line-height: var(--s-52);
  }
}
.btn-outline-white::before {
  background: var(--color-neutral-white);
}
.btn-outline-white::after {
  background-image: url(../images/btn-arrow-sprite-white-green.svg);
}
.btn-outline-white.btn-md {
  line-height: var(--s-46);
}
@media all and (max-width: 575px) {
  .btn-outline-white.btn-md {
    line-height: var(--s-38);
  }
}
.btn-outline-white.btn-sm {
  line-height: var(--s-38);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus {
  background: transparent;
  color: var(--color-dark-green-surface-01);
}
.btn-news-card {
  height: var(--s-44);
  line-height: var(--s-44);
  background: transparent;
  color: var(--color-dark-green-surface-01);
  overflow: initial;
  padding: 0;
}
@media all and (max-width: 575px) {
  .btn-news-card {
    height: var(--s-40);
    line-height: var(--s-40);
  }
}
.btn-news-card::before {
  content: "";
  display: inline-block;
  position: initial;
  width: var(--s-44);
  height: var(--s-44);
  background: url(../images/news-card-btn-icon-green.svg) no-repeat center/18px;
  border: 1px solid var(--color-primary-30);
  margin-right: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .btn-news-card::before {
    height: var(--s-40);
    width: var(--s-40);
  }
}
.btn-news-card::after {
  content: "";
  display: inline-block;
  position: initial;
  height: var(--s-44);
  width: 0;
  opacity: 0;
  margin-left: 0;
  background: url(../images/news-card-btn-icon-green.svg) no-repeat center/18px;
  border: 1px solid var(--color-primary-30);
  margin-left: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .btn-news-card::after {
    height: var(--s-40);
  }
}
.btn-news-card:hover, .btn-news-card:focus, .btn-news-card:active, .btn-news-card:active:focus {
  background: transparent;
  color: var(--color-dark-green-surface-01);
}
.btn-news-card:hover::before, .btn-news-card:focus::before, .btn-news-card:active::before, .btn-news-card:active:focus::before {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-news-card:hover::after, .btn-news-card:focus::after, .btn-news-card:active::after, .btn-news-card:active:focus::after {
  opacity: 1;
  width: var(--s-44);
  margin-left: var(--elem-md-4);
  background-position: center;
}
@media all and (max-width: 575px) {
  .btn-news-card:hover::after, .btn-news-card:focus::after, .btn-news-card:active::after, .btn-news-card:active:focus::after {
    width: var(--s-40);
  }
}
.btn-news-card-blue {
  height: var(--elem-xl-1);
  line-height: var(--elem-xl-1);
  background: transparent !important;
  color: var(--color-dark-gdf-surface-01);
  overflow: initial;
  padding: 0;
}
.btn-news-card-blue::before {
  content: "";
  display: inline-block;
  position: initial;
  width: var(--elem-xl-1);
  height: var(--elem-xl-1);
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px !important;
  border: 1px solid var(--color-gdf-90);
  margin-right: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
.btn-news-card-blue::after {
  content: "";
  display: inline-block;
  position: initial;
  height: var(--elem-xl-1);
  width: 0;
  opacity: 0;
  margin-left: 0;
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px;
  border: 1px solid var(--color-gdf-90);
  margin-left: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
.btn-news-card-blue:hover, .btn-news-card-blue:focus, .btn-news-card-blue:active, .btn-news-card-blue:active:focus {
  background: transparent;
  color: var(--color-dark-gdf-surface-01);
}
.btn-news-card-blue:hover::before, .btn-news-card-blue:focus::before, .btn-news-card-blue:active::before, .btn-news-card-blue:active:focus::before {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-news-card-blue:hover::after, .btn-news-card-blue:focus::after, .btn-news-card-blue:active::after, .btn-news-card-blue:active:focus::after {
  opacity: 1;
  width: var(--elem-xl-1);
  margin-left: var(--elem-md-4);
  background-position: center;
}
.btn-link-with-arrow {
  height: auto;
  line-height: var(--lh-sm-2);
  background: transparent !important;
  color: var(--color-dark-green-surface-01);
  padding: 0;
  border-radius: 0;
  overflow: initial;
  white-space: nowrap;
}
.btn-link-with-arrow::before {
  content: "";
  position: absolute;
  top: auto;
  height: 1px;
  width: 100%;
  background: var(--color-dark-green-surface-01);
  transition: 0.28s all;
}
.btn-link-with-arrow::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  margin-left: var(--s-8);
  background-image: url(../images/btn-arrow-sprite-green.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  top: 1px;
  transition: 0.3s all;
}
.btn-link-with-arrow:hover, .btn-link-with-arrow:focus, .btn-link-with-arrow:active, .btn-link-with-arrow:active:focus {
  background: transparent;
  color: var(--color-dark-green-surface-01);
}
.btn-link-with-arrow:hover::before, .btn-link-with-arrow:focus::before, .btn-link-with-arrow:active::before, .btn-link-with-arrow:active:focus::before {
  width: 0%;
}
.btn-link-with-arrow-blue {
  color: var(--color-dark-gdf-surface-01);
  height: auto;
  line-height: var(--lh-sm-2);
  background: transparent !important;
  padding: 0;
  border-radius: 0;
  overflow: initial;
  white-space: nowrap;
}
.btn-link-with-arrow-blue::before {
  content: "";
  position: absolute;
  top: auto;
  height: 1px;
  width: 100%;
  background: var(--color-dark-gdf-surface-01);
  transition: 0.28s all;
}
.btn-link-with-arrow-blue::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  margin-left: var(--s-8);
  background-image: url(../images/btn-arrow-sprite-blue.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  top: 1px;
  transition: 0.3s all;
}
.btn-link-with-arrow-blue:hover, .btn-link-with-arrow-blue:focus, .btn-link-with-arrow-blue:active, .btn-link-with-arrow-blue:active:focus {
  background: transparent;
  color: var(--color-dark-gdf-surface-01);
}
.btn-link-with-arrow-blue:hover::before, .btn-link-with-arrow-blue:focus::before, .btn-link-with-arrow-blue:active::before, .btn-link-with-arrow-blue:active:focus::before {
  width: 0%;
}
.btn-load-more::after {
  width: 19px;
  height: 11px;
  background: url(../images/btn-arrow-down-white.svg) no-repeat center/contain;
  top: -1px;
}
.btn-load-more:hover::after, .btn-load-more:focus::after, .btn-load-more:active::after, .btn-load-more:active:focus::after {
  background: url(../images/btn-arrow-down-white.svg) no-repeat center/contain;
}
@media all and (min-width: 1701px) {
  .btn-xl {
    height: var(--s-72);
    line-height: var(--s-72);
    font-size: var(--body-font-body-md);
    padding: 0px var(--s-36);
  }
}
.btn-lg {
  height: var(--s-52);
  line-height: var(--s-52);
  font-size: var(--body-font-body-sm);
}
.btn-lg::after {
  top: 2px;
}
.btn-md {
  height: var(--s-48);
  line-height: var(--s-48);
  font-size: var(--body-font-body-sm);
}
@media all and (max-width: 575px) {
  .btn-md {
    height: var(--s-40);
    line-height: var(--s-40);
  }
}
.btn-sm {
  height: var(--s-40);
  line-height: var(--s-40);
  font-size: var(--body-font-body);
}

.bg-blue .btn-outline-white::after {
  background-image: url(../images/btn-arrow-sprite-white-blue.svg);
}
.bg-blue .btn-outline-white:hover, .bg-blue .btn-outline-white:focus, .bg-blue .btn-outline-white:active:focus {
  color: var(--color-dark-gdf-surface-01);
}

label {
  color: var(--color-text-heading-color);
  font-family: var(--font-secondary);
  font-size: var(--body-font-sm);
  line-height: var(--lh-xs-4);
  font-weight: var(--font-weight-regular);
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: var(--elem-xl-2);
  background-color: var(--color-neutral-white);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border: 1px solid var(--color-border-grey) !important;
  padding: 0 var(--elem-md-1) !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: var(--font-weight-regular);
  font-size: var(--body-font-body-sm) !important;
  line-height: var(--lh-xs-4);
  letter-spacing: 0.01em;
  color: var(--color-text-heading-color);
  font-family: var(--font-secondary);
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
@media all and (max-width: 575px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: var(--elem-xl-1);
  }
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: var(--color-text-heading-color) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right var(--elem-md-2) center;
  background-size: var(--elem-sm-2);
  border: 1px solid var(--color-border-grey) !important;
}
textarea {
  height: var(--s-180) !important;
  resize: none;
  padding: var(--elem-sm-4) var(--elem-md-2) !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-color: var(--color-border-grey) !important;
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 var(--s-30) !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px var(--elem-sm-1) 0 0 !important;
  font-size: var(--body-font) !important;
  line-height: var(--lh-sm-2) !important;
  color: var(--color-text-content-color) !important;
  font-weight: var(--font-weight-regular) !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: var(--elem-md-2);
  height: var(--elem-md-2);
  border: 0;
  background: var(--color-light-green-surface-02);
  left: 0;
  top: 3px;
  border-radius: var(--elem-xs-2);
  -webkit-border-radius: var(--elem-xs-2);
  -moz-border-radius: var(--elem-xs-2);
  -khtml-border-radius: var(--elem-xs-2);
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: var(--elem-xs-4);
  top: var(--elem-xs-4);
  width: 5px;
  height: 9px;
  border: solid var(--color-dark-green-surface-01);
  border-width: 0 var(--elem-xs-1) var(--elem-xs-1) 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: var(--color-border-grey);
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 var(--s-30) !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px var(--elem-sm-1) 0 0 !important;
  font-size: var(--body-font) !important;
  line-height: var(--lh-sm-2) !important;
  color: var(--color-text-content-color) !important;
  font-weight: var(--font-weight-regular) !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: var(--elem-md-2);
  height: var(--elem-md-2);
  border: var(--elem-xs-1) solid var(--color-light-green-surface-01);
  background: transparent;
  left: 0;
  top: var(--elem-xs-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: var(--elem-xs-4);
  height: var(--elem-xs-4);
  background: var(--color-light-green-surface-01);
  left: var(--elem-xs-3);
  top: var(--elem-sm-1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  user-select: none;
}
input[type=radio]:checked + label:after {
  display: block;
}

section,
.section {
  background: var(--color-neutral-white);
  padding-top: var(--container-xl-4);
  padding-bottom: var(--container-xl-4);
}

.section-space-sm {
  padding-top: var(--container-lg-4);
  padding-bottom: var(--container-lg-4);
}

.header-scroll-ad-wrapper img {
  width: 100%;
}

header {
  transition: 0.3s all;
  position: sticky;
  top: 0;
  z-index: 999;
  pointer-events: none;
}

header:has(.hamburger-mega-menu.show) {
  z-index: 1002;
}

.admin-bar header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px !important;
  }
}

.header-top {
  position: relative;
  background: #ffffff;
  z-index: 4;
  border-bottom: 1px solid var(--color-border-grey);
  display: flex;
  align-items: center;
  pointer-events: auto;
  height: 96px;
  padding-left: 24px;
  padding-right: 36px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-top {
    height: 80px;
  }
}
@media all and (max-width: 1200px) {
  .header-top {
    height: 80px;
  }
}
@media all and (max-width: 767px) {
  .header-top {
    padding-left: 10px;
  }
}
@media all and (max-width: 575px) {
  .header-top {
    padding-right: 16px;
    height: 70px;
  }
}

.header-middle {
  background: #ffffff;
  position: relative;
  z-index: 3;
  height: 55px;
  align-content: center;
  pointer-events: auto;
  overflow: hidden;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-middle {
    height: 50px;
  }
}
@media all and (max-width: 575px) {
  .header-middle {
    height: 45px;
  }
}

.header-bottom {
  background: #006039;
  position: relative;
  z-index: 2;
  transition: 0.3s all;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-bottom {
    height: 80px;
  }
}
@media all and (max-width: 575px) {
  .header-bottom {
    height: 80px;
  }
}

.header-main-menu {
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  height: 70px;
  background: #ffffff;
  pointer-events: auto;
  border-top: 1px solid var(--color-border-grey);
  border-bottom: 1px solid var(--color-border-grey);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-main-menu {
    height: 55px;
  }
}
@media all and (max-width: 1200px) {
  .header-main-menu {
    height: auto;
    border: 0;
  }
}

/*----- On Scroll Header Link Carousel + Rolex Bar Hide Style  ------*/
@media (min-width: 1601px) {
  header.shrink .header-middle {
    transform: translateY(-55px);
  }
  header.shrink .header-bottom, header.shrink .header-main-menu {
    transform: translateY(-156px);
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  header.shrink .header-middle {
    transform: translateY(-50px);
  }
  header.shrink .header-bottom, header.shrink .header-main-menu {
    transform: translateY(-131px);
  }
}
@media (max-width: 1200px) {
  header.shrink .header-middle {
    transform: translateY(-55px);
  }
  header.shrink .header-bottom, header.shrink .header-main-menu {
    transform: translateY(-155px);
  }
}
@media (max-width: 575px) {
  header.shrink .header-middle {
    transform: translateY(-45px);
  }
  header.shrink .header-bottom {
    transform: translateY(-125px);
  }
}
.navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 44px;
  padding: 0;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .navbar-brand {
    margin-right: 36px;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand {
    margin-right: auto;
  }
}
.navbar-brand video {
  width: var(--s-100);
  height: auto;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .navbar-brand video {
    width: var(--s-88);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .navbar-brand video {
    width: var(--s-88);
  }
}
@media all and (max-width: 1200px) {
  .navbar-brand video {
    width: var(--s-88);
  }
}
@media all and (max-width: 575px) {
  .navbar-brand video {
    width: var(--s-64);
    margin-left: -5px;
  }
}
.navbar-brand .navbar-brand-text {
  width: 160px;
  height: auto;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .navbar-brand .navbar-brand-text {
    width: 150px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .navbar-brand .navbar-brand-text {
    width: 150px;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand .navbar-brand-text {
    width: 105px;
  }
}

.lang-dropdown {
  position: relative;
}
.lang-dropdown select {
  width: 140px;
  height: 34px;
  border: 1px solid var(--color-text-content-color);
  font-size: 12px !important;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #000000;
  padding-left: 37px !important;
  padding-right: 35px !important;
  border-radius: 50px;
  background: #ffffff url(../images/select-down-arrow.svg) no-repeat center right 16px/11px !important;
}
.lang-dropdown .gt_switcher {
  width: auto !important;
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .lang-dropdown .gt_switcher {
    margin-right: 0;
  }
}
.lang-dropdown .gt_selected {
  background: transparent !important;
  z-index: 10 !important;
}
.lang-dropdown .gt_selected a {
  height: 34px !important;
  border: 1px solid var(--color-text-content-color) !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #000000 !important;
  font-family: var(--font-secondary) !important;
  padding: 0 34px 0 12px !important;
  border-radius: 50px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
}
@media all and (max-width: 575px) {
  .lang-dropdown .gt_selected a {
    height: 30px !important;
    padding: 1px 30px 0 10px !important;
    gap: 8px;
  }
}
.lang-dropdown .gt_selected a img {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  object-fit: cover;
  opacity: 1 !important;
}
@media all and (max-width: 575px) {
  .lang-dropdown .gt_selected a img {
    display: none !important;
  }
}
.lang-dropdown .gt_selected a::after {
  width: 12px !important;
  height: 8px !important;
  right: 15px !important;
  top: 15px;
  background: url(../images/select-down-arrow-black.svg) no-repeat center/contain !important;
}
@media all and (max-width: 575px) {
  .lang-dropdown .gt_selected a::after {
    width: 11px !important;
    height: 6px !important;
    right: 11px !important;
    top: 14px;
  }
}
.lang-dropdown .gt_selected a.open::after {
  transform: none !important;
}
.lang-dropdown .gt_option {
  position: absolute !important;
  transition: 0s all !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  padding: 5px 16px !important;
  border-radius: 8px !important;
  margin-top: 4px;
}
.lang-dropdown .gt_option a {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #000000 !important;
  font-family: var(--font-secondary) !important;
  gap: 10px;
  padding: 5px 0px !important;
}
.lang-dropdown .gt_option a.gt_current {
  display: none !important;
}
.lang-dropdown .gt_option a img {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  object-fit: cover;
  opacity: 1 !important;
}
.lang-dropdown .gt_option a:hover {
  background: transparent !important;
}

.header-rolex-clock {
  display: flex;
  align-items: center;
  position: relative;
}
.header-rolex-clock iframe {
  width: 303px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-rolex-clock iframe {
    transform: scale(0.8);
  }
}
@media all and (max-width: 575px) {
  .header-rolex-clock iframe {
    transform: scale(0.8);
  }
}

.header-weather {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .header-weather {
    display: none;
  }
}

.weather-forecast {
  display: flex;
  align-items: center;
  gap: 10px;
}

.weather-result-img {
  height: 40px;
  flex: none;
}
.weather-result-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transform: scale(1.5);
}

.weather-type-and-location {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.weather-type-and-location .weather-type {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-xs-3);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .weather-type-and-location .weather-type {
    font-size: 15px;
    line-height: 18px;
  }
}
.weather-type-and-location .location-name {
  font-size: 13px;
  line-height: var(--lh-xs-1);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .weather-type-and-location .location-name {
    font-size: 12px;
    line-height: 14px;
  }
}

.weather-forecast-temperature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.weather-forecast-temperature p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 0;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .weather-forecast-temperature p {
    font-size: 14px;
    line-height: 14px;
  }
}

.navbar-search-icon {
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 44px;
}
@media all and (max-width: 1200px) {
  .navbar-search-icon {
    margin-left: 30px;
  }
}
@media all and (max-width: 991px) {
  .navbar-search-icon {
    margin-left: auto;
  }
}
@media all and (max-width: 575px) {
  .navbar-search-icon {
    margin-left: 12px;
  }
}
.navbar-search-icon img {
  width: 22px;
  height: auto;
}
@media all and (max-width: 991px) {
  .navbar-search-icon img {
    width: 18px;
  }
}

.header-search-panel {
  position: absolute;
  top: 0;
  left: auto;
  right: 0px;
  height: 0;
  opacity: 0;
  display: flex;
  background: var(--color-neutral-white);
  z-index: 11;
  width: calc(100% - 450px);
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 14px;
  pointer-events: none;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .header-search-panel {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 767px) {
  .header-search-panel {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 575px) {
  .header-search-panel {
    width: calc(100% - 10px);
  }
}
.header-search-panel.header-search-open {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.header-search-panel .search-panel-close {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  cursor: pointer;
  z-index: 1033;
}

.modal-search {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.modal-search #search {
  width: 100%;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.modal-search input[type=submit] {
  flex: none;
  width: 22px;
  height: 44px;
  border: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  background: url(../images/header-search-icon.svg) no-repeat center/18px !important;
}

.primary-nav {
  height: 100%;
}
.primary-nav .navbar-nav {
  flex-direction: row;
  height: 100%;
  justify-content: space-around;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav {
    flex-direction: column !important;
    padding-bottom: var(--s-20);
    align-items: start;
    padding: 30px 24px 30px;
  }
}
.primary-nav .navbar-nav li {
  position: relative;
  padding: 0;
  margin-bottom: 0px;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.primary-nav .navbar-nav li > a {
  height: auto !important;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  font-weight: 550;
  letter-spacing: -0.01em;
  color: #000000;
  padding: 0 20px;
  transition: 0.3s all;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .primary-nav .navbar-nav li > a {
    font-size: 16px;
    font-weight: 500;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav .navbar-nav li > a {
    font-size: 15px;
    font-weight: 500;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li > a {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .primary-nav .navbar-nav li > a {
    font-size: 16px;
    line-height: 18px;
  }
}
.primary-nav .navbar-nav li > a:hover {
  color: var(--color-dark-green-surface-01);
}
.primary-nav .navbar-nav li:first-child {
  margin-left: 0;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
.menu-item-has-children > a {
  position: relative;
  padding: 0;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../images/select-down-arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  display: inline-block;
  margin-left: 12px;
  filter: brightness(0);
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children > a::after {
    width: 14px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children > a::after {
    margin-left: auto;
  }
}
.menu-item-has-children > a:hover::after {
  filter: none;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  background: white;
  border: 1px solid transparent;
  padding: 18px 22px 22px;
  width: 320px;
  top: 100%;
  left: 0px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
  z-index: 10;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: 0.25s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu {
    width: 260px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    top: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    transform: none;
    transform: none;
    box-shadow: none;
    padding: 12px 16px;
    background: #dcdfe04a;
    display: none;
    transition: 0s all;
  }
}
@media all and (max-width: 575px) {
  .menu-item-has-children .sub-menu {
    gap: 10px;
  }
}
.menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0 0 14px 0;
  display: block;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li {
    pointer-events: none !important;
  }
}
.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-item-has-children .sub-menu li > a {
  padding: 0;
  display: block;
  pointer-events: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--color-text-heading-color);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu-item-has-children .sub-menu li > a::after {
  display: none;
}
.menu-item-has-children .sub-menu li > a:hover {
  color: var(--color-dark-green-surface-01);
}
.menu-item-has-children .sub-menu li > a:not([href]) {
  cursor: default;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-text-heading-color);
  font-family: var(--font-primary);
  font-weight: 550;
  opacity: 0.9;
  margin-bottom: 14px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
  }
}
.menu-item-has-children .sub-menu li > a:not([href]):hover {
  color: var(--color-text-heading-color);
}
.menu-item-has-children .sub-menu li .sub-menu {
  position: initial;
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  box-shadow: none;
  z-index: inherit;
  transform: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-item-has-children .sub-menu li .sub-menu li {
  line-height: initial;
  margin: 0;
}
.menu-item-has-children .sub-menu li .sub-menu li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--color-text-heading-color);
  display: block;
  opacity: 0.7;
  transition: 0.3s all;
  padding-left: 22px;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li .sub-menu li a {
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li .sub-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu-item-has-children .sub-menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  top: 4px;
  left: 0;
  width: 12px;
  height: 15px;
  background: url(../images/menu-arrow-icon.svg) no-repeat center/contain;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li .sub-menu li a::before {
    top: 2px;
    width: 10px;
    height: 13px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li .sub-menu li a::before {
    height: 13px;
  }
}
.menu-item-has-children .sub-menu li .sub-menu li a:hover {
  color: var(--color-dark-green-surface-01);
  opacity: 1;
}
.menu-item-has-children:last-child .sub-menu {
  left: auto;
  right: 0;
}
@media (min-width: 1201px) {
  .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  }
}
.menu-item-has-children:hover::after {
  background: url(../images/menu-down-arrow-green.svg) no-repeat center/contain;
}
.menu-item-has-children:has(.sub-menu.show)::after {
  transform: rotate(180deg);
}

.hamburger-menu {
  flex: none;
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  width: 24px;
  padding: 4px 2px;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    display: flex;
    margin-left: 22px;
  }
}
@media all and (max-width: 575px) {
  .hamburger-menu {
    margin-left: 14px;
  }
}
.hamburger-menu span {
  height: 1px;
  width: 100%;
  background: #000000;
  transition: 0.3s all;
}
.hamburger-menu.icon-animation span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger-menu.icon-animation span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.icon-animation span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media all and (max-width: 1200px) {
  .hamburger-mega-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 300px;
    background: #ffffff;
    transform: translateX(-100%);
    transition: 0.3s all;
  }
}
.hamburger-mega-menu.show {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}
.hamburger-mega-menu.show .hamburger-close {
  transform: translateX(0);
}

@media all and (max-width: 1200px) {
  .admin-bar .hamburger-mega-menu {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .hamburger-mega-menu {
    top: 46px;
  }
}

.hamburger-close {
  position: absolute;
  top: 20px;
  right: -50px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateX(-100px);
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .hamburger-close {
    display: flex;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .overlay.show-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

#header-links-carousel .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: var(--color-border-grey);
}
@media all and (max-width: 575px) {
  #header-links-carousel .swiper-slide::after {
    display: none;
  }
}
#header-links-carousel .swiper-slide:last-child::after {
  display: none;
}

.header-slide-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header-slide-card i {
  flex: none;
  width: 20px;
  height: 20px;
  line-height: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .header-slide-card i {
    width: 18px;
    height: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-slide-card i {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 1200px) {
  .header-slide-card i {
    width: 18px;
    height: 18px;
  }
}
.header-slide-card i img {
  max-width: 100%;
  max-width: 100%;
}
.header-slide-card p {
  font-size: 17px;
  line-height: 17px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .header-slide-card p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-slide-card p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
}
@media all and (max-width: 1200px) {
  .header-slide-card p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
}

.flyout-menu-logo {
  display: none;
  height: 110px;
  display: none;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid var(--color-border-grey);
}
@media all and (max-width: 1200px) {
  .flyout-menu-logo {
    display: flex;
  }
}
@media all and (max-width: 575px) {
  .flyout-menu-logo {
    height: 90px;
    padding-left: 24px;
  }
}
.flyout-menu-logo img {
  width: 76px;
}
@media all and (max-width: 575px) {
  .flyout-menu-logo img {
    width: 66px;
  }
}

.header-address {
  margin-top: auto;
  padding: 14px 20px 20px;
  border-block: 1px solid var(--color-border-grey);
  display: none;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .header-address {
    display: flex;
  }
}
.header-address h6 {
  line-height: 24px;
  margin-bottom: 6px;
}
.header-address address {
  margin-bottom: 10px;
}
.header-address .btn, .header-address input[type=submit] {
  width: max-content;
  padding: 0;
  height: auto;
  line-height: var(--lh-sm-2);
  background: transparent;
  color: var(--color-dark-green-surface-01);
  border-radius: 0;
}
.header-address .btn::before, .header-address input[type=submit]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 1px;
  background: var(--color-dark-green-surface-01);
}
.header-address .btn::after, .header-address input[type=submit]::after {
  display: none;
}
.header-address .btn:hover::before, .header-address input[type=submit]:hover::before, .header-address .btn:focus::before, .header-address input[type=submit]:focus::before, .header-address .btn:active:focus::before {
  width: 0%;
}

.header-socials {
  padding: 20px;
  display: none;
}
@media all and (max-width: 1200px) {
  .header-socials {
    display: block;
  }
}
.header-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--s-8);
}
.header-socials ul li {
  margin: 0;
}
.header-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-dark-green-surface-01);
  font-size: var(--body-font-body);
  background: var(--color-light-green-surface-01);
  height: var(--s-36);
  width: var(--s-36);
  font-size: var(--body-font-body-sm);
  position: relative;
  transition: 0.3s all;
}

@media all and (max-width: 1200px) {
  .mega-menu-scroll {
    height: calc(100% - 110px);
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}

.shop-merch-wrapper {
  position: fixed;
  right: -1px;
  top: 470px;
  z-index: 2;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .shop-merch-wrapper {
    top: 430px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .shop-merch-wrapper {
    top: 430px;
  }
}
@media all and (max-width: 575px) {
  .shop-merch-wrapper {
    top: 320px;
    right: 4px;
  }
}
.shop-merch-wrapper .shop-merch {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--body-font-body);
  line-height: var(--lh-sm-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.01em;
  color: var(--color-dark-green-surface-01);
  background: var(--color-light-green-surface-01);
  border-radius: 16px 16px 0 0;
  text-transform: uppercase;
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  transform: rotate(-90deg) translateY(66px);
}
@media all and (max-width: 575px) {
  .shop-merch-wrapper .shop-merch {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    border-radius: 12px 12px 0 0;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    transform: rotate(-90deg) translateY(58px);
  }
}
.shop-merch-wrapper .shop-merch::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  background: url(../images/shop-merchandise-icon.svg) no-repeat center/contain;
}

html[lang=pt] .shop-merch-wrapper {
  right: -31px;
}
@media all and (max-width: 575px) {
  html[lang=pt] .shop-merch-wrapper {
    right: -20px;
  }
}

html[lang=es] .shop-merch-wrapper {
  right: -58px;
}
@media all and (max-width: 575px) {
  html[lang=es] .shop-merch-wrapper {
    right: -39px;
  }
}

.footer-logo-carousel-section {
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .footer-logo-carousel-section .container-lg {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.footer-logo-carousel-section .footer-slider-row h2 {
  margin-bottom: var(--elem-xl-2);
}

@media all and (max-width: 575px) {
  .footer-logo-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.footer-logo-carousel::before, .footer-logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 165px;
  background: linear-gradient(270deg, rgba(236, 230, 218, 0) -27.43%, #ffffff 78.97%);
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .footer-logo-carousel::before, .footer-logo-carousel::after {
    width: 80px;
  }
}
@media all and (max-width: 575px) {
  .footer-logo-carousel::before, .footer-logo-carousel::after {
    width: 70px;
  }
}
.footer-logo-carousel::after {
  left: auto;
  right: 0;
  transform: rotate(-180deg);
}
.footer-logo-carousel .swiper-slide {
  width: auto !important;
  height: 120px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-logo-carousel .swiper-slide {
    height: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-logo-carousel .swiper-slide {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .footer-logo-carousel .swiper-slide {
    height: 100px;
  }
}
@media all and (max-width: 575px) {
  .footer-logo-carousel .swiper-slide {
    height: 70px;
  }
}
.footer-logo-carousel .swiper-slide div, .footer-logo-carousel .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-logo-carousel .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  filter: grayscale(1);
}

.footer {
  overflow: hidden;
  background: var(--color-dark-green-surface-01);
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  row-gap: 140px;
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .footer-main {
    row-gap: 120px;
  }
}
@media all and (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 30px;
  }
}
.footer-main h4[aria-expanded=false]:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 6px;
  background: url(../images/white-plus-icon.svg) no-repeat;
  display: none;
}
@media all and (max-width: 991px) {
  .footer-main h4[aria-expanded=false]:after {
    display: block;
  }
}
.footer-main h4[aria-expanded=true]:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 12px;
  background: url(../images/white-minus-icon.svg) no-repeat;
  display: none;
}
@media all and (max-width: 991px) {
  .footer-main h4[aria-expanded=true]:after {
    display: block;
  }
}
.footer-main .footer-col {
  width: 20%;
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col {
    width: 25%;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col {
    width: 100% !important;
  }
}
.footer-main .footer-col h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
  pointer-events: none;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col:has(.footer-menu-list) h4 {
    pointer-events: auto;
    margin-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  .footer-main .footer-col:has(.footer-menu-list) h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-5 {
    order: -8;
    width: 36%;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col-5 {
    order: inherit;
    padding-block: 30px;
    border-block: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.footer-main .footer-col-5 h4 {
  margin-bottom: 20px !important;
}
.footer-main .footer-col-6 {
  width: 37%;
  padding-right: 30px;
  position: relative;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-main .footer-col-6 {
    width: 35%;
    padding-right: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-main .footer-col-6 {
    width: 36%;
    padding-right: 10px;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-6 {
    order: -9;
    width: 64%;
    padding-right: 30px;
  }
}
.footer-main .footer-col-6::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 2000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-6::before {
    top: auto;
    bottom: -60px;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col-6::before {
    display: none;
  }
}
.footer-main .footer-col-7 {
  position: relative;
  padding-inline: 48px;
  border-inline: 1px solid rgba(255, 255, 255, 0.16);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-main .footer-col-7 {
    width: 23%;
    padding-inline: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-main .footer-col-7 {
    width: 22%;
    padding-inline: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-7 {
    padding-inline: 0 30px;
    border: 0;
    width: 33%;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-7::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 2000px;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col-7::before {
    display: none;
  }
}
.footer-main .footer-col-8 {
  padding-inline: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-main .footer-col-8 {
    width: 21%;
    padding-inline: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-main .footer-col-8 {
    width: 17%;
    padding-inline: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-8 {
    border-inline: 1px solid rgba(255, 255, 255, 0.16);
    width: 27%;
    padding-inline: 30px;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col-8 {
    padding-inline: 0;
    padding-block: 30px;
    border-inline: 0;
    border-block: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.footer-main .footer-col-9 {
  width: 23%;
  padding-left: 48px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-main .footer-col-9 {
    width: 21%;
    padding-left: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-main .footer-col-9 {
    width: 25%;
    padding-left: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-main .footer-col-9 {
    padding-left: 30px;
    width: 40%;
  }
}
@media all and (max-width: 991px) {
  .footer-main .footer-col-9 {
    padding: 0;
  }
}

.footer-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-menu-list ul li {
  margin: 0;
}
@media all and (max-width: 991px) {
  .footer-menu-list ul {
    gap: 12px;
  }
}
@media all and (max-width: 991px) {
  .footer-menu-list ul::before {
    content: "";
    display: block;
    height: 0px;
    width: 1px;
  }
}
.footer-menu-list ul li {
  margin: 0;
  line-height: 0;
}
.footer-menu-list ul li a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: var(--color-neutral-white);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-menu-list ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-menu-list ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .footer-menu-list ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media all and (max-width: 991px) {
  .footer-company-info {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.footer-brand {
  display: block;
  width: 358px;
  margin-bottom: 28px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-brand {
    width: 260px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-brand {
    width: 260px;
  }
}
@media all and (max-width: 1200px) {
  .footer-brand {
    width: 260px;
  }
}
.footer-brand img {
  width: 100%;
}

.footer-sub-brands h4 {
  margin-bottom: 28px !important;
}
.footer-sub-brands ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-sub-brands ul li {
  margin: 0;
}
@media only screen and (max-width: 1800px) {
  .footer-sub-brands ul {
    gap: 30px;
  }
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-sub-brands ul {
    gap: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-sub-brands ul {
    gap: 22px;
  }
}
@media all and (max-width: 1200px) {
  .footer-sub-brands ul {
    gap: 30px;
  }
}
.footer-sub-brands ul li img {
  width: auto;
  height: 60px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-sub-brands ul li img {
    height: 46px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-sub-brands ul li img {
    height: 44px;
  }
}
@media (max-width: 1340px) {
  .footer-sub-brands ul li img {
    height: 42px;
  }
}
@media all and (max-width: 1200px) {
  .footer-sub-brands ul li img {
    height: 50px;
  }
}

.footer-tripadvisor p {
  color: var(--color-neutral-white);
}

.tripadvisor-brand {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin-bottom: var(--elem-md-3);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .tripadvisor-brand {
    width: 200px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .tripadvisor-brand {
    width: 200px;
  }
}
@media all and (max-width: 1200px) {
  .tripadvisor-brand {
    width: 200px;
  }
}
.tripadvisor-brand img {
  width: 100%;
}
.tripadvisor-brand + p {
  line-height: var(--lh-md-3);
  margin-bottom: var(--elem-xs-3);
}

.tripadvisor-rating {
  display: flex;
  align-items: center;
  gap: var(--elem-sm-1);
}
.tripadvisor-rating i {
  width: var(--s-112);
  flex: none;
}
.tripadvisor-rating i img {
  width: 100%;
}
.tripadvisor-rating p {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-xs-3);
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer-cta-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer-cta-link p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-neutral-white);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-cta-link p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-cta-link p {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-cta-link .btn, .footer-cta-link input[type=submit] {
  margin-top: auto;
  width: max-content;
}

.footer-address-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer-address-link address {
  font-size: var(--body-font-body);
  line-height: var(--lh-sm-4);
  letter-spacing: -0.015em;
  color: var(--color-neutral-white);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-address-link address {
    font-size: 16px;
    line-height: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-address-link address {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-address-link address {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-address-link .btn, .footer-address-link input[type=submit] {
  margin-top: auto;
  width: max-content;
  padding: 0;
  height: auto;
  line-height: var(--lh-sm-2);
  color: var(--color-neutral-white);
  border-radius: 0;
  margin-bottom: 30px;
}
.footer-address-link .btn:last-child, .footer-address-link input[type=submit]:last-child {
  margin-bottom: 0;
}
.footer-address-link .btn::before, .footer-address-link input[type=submit]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 1px;
  background: var(--color-neutral-white);
}
.footer-address-link .btn::after, .footer-address-link input[type=submit]::after {
  display: none;
}
.footer-address-link .btn:hover::before, .footer-address-link input[type=submit]:hover::before, .footer-address-link .btn:focus::before, .footer-address-link input[type=submit]:focus::before, .footer-address-link .btn:active:focus::before {
  width: 0%;
}

.footer-contact {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer-contact p {
  font-size: var(--body-font-body);
  line-height: var(--lh-sm-3);
  letter-spacing: -0.015em;
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-sm-1);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-contact p {
    font-size: var(--body-font-body-sm);
    line-height: var(--lh-sm-3);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-contact p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 1200px) {
  .footer-contact p {
    font-size: var(--body-font-body-sm);
    line-height: var(--lh-sm-3);
  }
}
.footer-contact p a {
  color: var(--color-neutral-white);
}
.footer-contact .footer-socials {
  margin-top: auto;
}
.footer-contact .footer-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-14);
}
.footer-contact .footer-socials ul li {
  margin: 0;
}
@media only screen and (max-width: 1800px) {
  .footer-contact .footer-socials ul {
    gap: var(--s-10);
  }
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-contact .footer-socials ul {
    gap: var(--s-8);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-contact .footer-socials ul {
    gap: var(--s-8);
  }
}
@media all and (max-width: 1200px) {
  .footer-contact .footer-socials ul {
    gap: var(--s-10);
  }
}
@media all and (max-width: 991px) {
  .footer-contact .footer-socials ul {
    gap: var(--s-14);
    margin-top: var(--s-20);
  }
}
.footer-contact .footer-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: var(--body-font-body);
  color: var(--color-neutral-white);
  background: rgba(255, 255, 255, 0.16);
  height: var(--s-44);
  width: var(--s-44);
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-contact .footer-socials ul li a {
    height: var(--s-34);
    width: var(--s-34);
    font-size: var(--body-font-body-sm);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-contact .footer-socials ul li a {
    height: var(--s-34);
    width: var(--s-34);
    font-size: var(--body-font-body-sm);
  }
}
@media all and (max-width: 1200px) {
  .footer-contact .footer-socials ul li a {
    height: var(--s-40);
    width: var(--s-40);
    font-size: var(--body-font-body-sm);
  }
}
@media all and (max-width: 991px) {
  .footer-contact .footer-socials ul li a {
    height: var(--s-44);
    width: var(--s-44);
  }
}
.footer-contact .footer-socials ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 50%;
  background: var(--color-neutral-white);
  transition: 0.3s all;
}
.footer-contact .footer-socials ul li a i {
  position: relative;
}
.footer-contact .footer-socials ul li a:hover {
  color: var(--color-dark-green-surface-01) !important;
}
.footer-contact .footer-socials ul li a:hover::before {
  width: 100%;
}

.footer-copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-copyright-row {
    padding: 24px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-copyright-row {
    padding: 24px 0;
  }
}
@media all and (max-width: 1200px) {
  .footer-copyright-row {
    padding: 24px 0;
  }
}
@media all and (max-width: 991px) {
  .footer-copyright-row {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .footer-copyright-row {
    gap: 10px;
  }
}

.footer-copyright {
  margin: 0;
}
.footer-copyright a {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s all;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-copyright a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-copyright a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  .footer-copyright a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-copyright a:hover {
  color: #ffffff;
}

.footer-important-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer-important-links ul li {
  margin: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-important-links ul {
    gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-important-links ul {
    gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .footer-important-links ul {
    gap: 40px;
  }
}
.footer-important-links ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s all;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .footer-important-links ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-important-links ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  .footer-important-links ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-important-links ul li a:hover {
  color: #ffffff;
}

#scroll-top-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: var(--color-light-green-surface-01);
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0;
  transform: translateY(100px);
}
@media all and (max-width: 575px) {
  #scroll-top-btn {
    right: 20px;
    bottom: 20px;
  }
}
#scroll-top-btn::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 15px;
  width: var(--s-16);
  height: var(--s-20);
  background-image: url(../images/btn-arrow-sprite-green-vertical.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  transition: 0.3s all;
}
#scroll-top-btn.show {
  opacity: 1;
  transform: translateY(0px);
}
#scroll-top-btn:hover::after, #scroll-top-btn:focus::after, #scroll-top-btn:active::after, #scroll-top-btn:active:focus::after {
  background-position: 0 -30px;
}

.bg-green {
  background-color: var(--color-dark-green-surface-01) !important;
}
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6 {
  color: var(--color-neutral-white);
}
.bg-green h1 a,
.bg-green h2 a,
.bg-green h3 a,
.bg-green h4 a,
.bg-green h5 a,
.bg-green h6 a {
  color: inherit;
}
.bg-green h1 strong,
.bg-green h2 strong,
.bg-green h3 strong,
.bg-green h4 strong,
.bg-green h5 strong,
.bg-green h6 strong {
  color: inherit;
}
.bg-green ul li,
.bg-green ol li,
.bg-green p {
  color: rgba(255, 255, 255, 0.6);
}
.bg-green ul li strong,
.bg-green ul li a,
.bg-green ol li strong,
.bg-green ol li a,
.bg-green p strong,
.bg-green p a {
  color: var(--color-neutral-white) !important;
}
.bg-green h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.bg-green .entrance-location-card, .bg-green .img-content-block-cta {
  background: var(--color-dark-green-surface-02) !important;
}
.bg-green .location-direction {
  background: var(--color-dark-green-surface-02) !important;
}
.bg-green .location-direction p {
  color: var(--color-neutral-white);
}
.bg-green .location-overview-card {
  background: var(--color-dark-green-surface-02) !important;
}
.bg-green .location-overview-card h4, .bg-green .location-overview-card .view-map-link {
  color: var(--color-neutral-white);
}
.bg-green .location-overview-card address {
  color: rgba(255, 255, 255, 0.7);
}

.bg-blue {
  background-color: var(--color-dark-gdf-surface-01) !important;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6 {
  color: var(--color-neutral-white);
}
.bg-blue ul li,
.bg-blue ol li,
.bg-blue p {
  color: rgba(255, 255, 255, 0.6);
}
.bg-blue ul li strong,
.bg-blue ul li a,
.bg-blue ol li strong,
.bg-blue ol li a,
.bg-blue p strong,
.bg-blue p a {
  color: var(--color-neutral-white) !important;
}
.bg-blue h2 span {
  color: rgba(var(--color-neutral-white), 0.6);
}
.bg-blue .entrance-location-card, .bg-blue .img-content-block-cta {
  background: var(--color-gdf-70) !important;
}
.bg-blue .entrance-location-card, .bg-blue .img-content-block-cta {
  background: var(--color-dark-gdf-surface-02) !important;
}
.bg-blue .location-direction {
  background: var(--color-dark-gdf-surface-02) !important;
}
.bg-blue .location-direction p {
  color: var(--color-neutral-white);
}
.bg-blue .location-overview-card {
  background: var(--color-dark-gdf-surface-02) !important;
}
.bg-blue .location-overview-card h4, .bg-blue .location-overview-card .view-map-link {
  color: var(--color-neutral-white);
}
.bg-blue .location-overview-card address {
  color: rgba(255, 255, 255, 0.7);
}

.bg-light-green {
  background-color: var(--color-light-green-surface-02) !important;
}

.bg-light-blue {
  background-color: #ebf7fd !important;
}

.bg-beige {
  background-color: var(--color-light-beige-surface) !important;
}

.bg-dark-beige {
  background-color: var(--color-beige-surface) !important;
}

.bg-light-grey {
  background-color: var(--color-light-grey-surface) !important;
}

.bg-pattern {
  background-image: url(../images/section-pattern-transparent.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}

.section-heading {
  margin-bottom: var(--elem-xl-2);
}
.section-heading.mb-small {
  margin-bottom: var(--lh-sm-4);
}

.section-heading-with-btn {
  margin-bottom: var(--elem-xl-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--elem-lg-4);
}
@media all and (max-width: 991px) {
  .section-heading-with-btn {
    flex-direction: column;
    align-items: start;
  }
}
.section-heading-with-btn div {
  display: flex;
  flex-direction: column;
}
.section-heading-with-btn div h2:last-child {
  margin-bottom: 0;
}
.section-heading-with-btn .btn, .section-heading-with-btn input[type=submit] {
  white-space: nowrap;
}

h1 span {
  font-style: italic;
  font-weight: var(--font-weight-regular);
  color: var(--color-text-italic-heading-wi);
}

h2 span {
  font-style: italic;
  font-weight: var(--font-weight-regular);
  color: var(--color-text-italic-heading-wi);
}

.hero-home {
  position: relative;
  overflow: hidden;
  height: 830px;
  padding-top: var(--container-xl-1);
  padding-bottom: var(--container-xl-1);
  padding-left: var(--s-40);
  padding-right: var(--s-40);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-home {
    height: 600px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-home {
    height: 600px;
  }
}
@media all and (max-width: 1200px) {
  .hero-home {
    height: 640px;
  }
}
@media all and (max-width: 991px) {
  .hero-home {
    height: 620px;
    padding-left: var(--s-20);
  }
}
@media all and (max-width: 575px) {
  .hero-home {
    height: 500px;
    padding-left: var(--s-16);
    padding-right: var(--s-16);
  }
}
.hero-home .container-lg {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.hero-home .hero-bg {
  position: absolute;
  inset: 0;
}
.hero-home .hero-bg img,
.hero-home .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.45%, rgba(0, 0, 0, 0.6) 71.45%);
}
.hero-home .hero-info {
  display: flex;
  flex-direction: column;
  max-width: 920px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-home .hero-info {
    max-width: 700px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-home .hero-info {
    max-width: 700px;
  }
}
@media all and (max-width: 1200px) {
  .hero-home .hero-info {
    max-width: 700px;
  }
}
.hero-home .hero-info h1 {
  color: var(--color-neutral-white);
}
.hero-home .hero-info p {
  position: relative;
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-1);
  color: var(--color-neutral-white);
  margin: 0;
}
.hero-home .hero-info .btn, .hero-home .hero-info input[type=submit] {
  position: absolute;
  right: var(--elem-md-2);
  bottom: 0;
  z-index: 2;
  width: max-content;
}
@media all and (max-width: 991px) {
  .hero-home .hero-info .btn, .hero-home .hero-info input[type=submit] {
    position: initial;
    margin-top: var(--s-36);
  }
}

.hero-inner {
  position: relative;
  overflow: hidden;
  height: 600px;
  padding-top: var(--container-xl-1);
  padding-bottom: var(--container-xl-1);
  padding-left: var(--s-40);
  padding-right: var(--s-40);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-inner {
    height: 500px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-inner {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner {
    height: 600px;
  }
}
@media all and (max-width: 991px) {
  .hero-inner {
    padding-left: var(--s-20);
  }
}
@media all and (max-width: 575px) {
  .hero-inner {
    height: auto;
    padding-left: var(--s-16);
    padding-right: var(--s-16);
  }
}
.hero-inner .container-lg {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.hero-inner .hero-bg {
  position: absolute;
  inset: 0;
}
.hero-inner .hero-bg img,
.hero-inner .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.252) -8.8%, rgba(0, 0, 0, 0.42) 13.97%, rgba(0, 0, 0, 0.672) 66.69%, rgba(0, 0, 0, 0.84) 92.95%);
}
.hero-inner .hero-info {
  width: 75%;
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-info {
    width: 100%;
  }
}
.hero-inner .hero-info h1 {
  color: var(--color-neutral-white);
}
.hero-inner .hero-info p {
  max-width: 85%;
  position: relative;
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-1);
  color: var(--color-neutral-white);
  margin: 0 0 var(--ps-lg) 0;
}
@media all and (max-width: 991px) {
  .hero-inner .hero-info p {
    min-width: 100%;
  }
}
.hero-inner .hero-info p:last-child {
  margin-bottom: 0;
}
.hero-inner .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--elem-xl-2);
}
.hero-inner .hero-brand-logo {
  position: absolute;
  bottom: 0;
  right: var(--elem-md-2);
  height: 170px;
  width: auto;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-inner .hero-brand-logo {
    height: 120px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-inner .hero-brand-logo {
    height: 120px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner .hero-brand-logo {
    display: none;
    height: 76px;
  }
}
@media all and (max-width: 991px) {
  .hero-inner .hero-brand-logo {
    display: none;
    top: calc(var(--elem-md-2) * -1);
  }
}
.hero-inner .hero-brand-logo img {
  height: 100%;
  width: auto;
}

.hero-inner-center-content {
  z-index: 3;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding-top: var(--container-xl-1);
  padding-bottom: var(--container-xl-1);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-inner-center-content {
    height: 500px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-inner-center-content {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner-center-content {
    height: 600px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner-center-content {
    height: 500px;
  }
}
.hero-inner-center-content .hero-image {
  position: absolute;
  inset: 0;
}
.hero-inner-center-content .hero-image img, .hero-inner-center-content .hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner-center-content .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -23.5%, rgba(0, 0, 0, 0.8) 91.33%);
}
.hero-inner-center-content .breadcrumb {
  justify-content: center;
}
.hero-inner-center-content .hero-info {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-inner-center-content .hero-info h1 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-xl-2);
}
.hero-inner-center-content .hero-info p {
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-1);
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-xl-2);
}
.hero-inner-center-content .hero-info p:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: var(--elem-md-2) !important;
}
.breadcrumb li {
  list-style: none;
  color: var(--color-neutral-black) !important;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0;
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-3);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .breadcrumb li {
    font-size: 15px;
    line-height: 22px;
  }
}
.breadcrumb li a {
  color: inherit;
}
.breadcrumb li.active {
  color: var(--color-dark-green-surface-01) !important;
}
.breadcrumb li::before {
  content: "" !important;
  width: var(--elem-sm-2);
  height: var(--elem-sm-2);
  background: url(../images/breadcrumb-arrow.svg) no-repeat center/contain;
  margin-left: var(--elem-sm-1);
  margin-right: var(--elem-sm-1);
}
@media all and (max-width: 575px) {
  .breadcrumb li::before {
    height: var(--elem-sm-1);
    margin-left: var(--elem-xs-3);
    margin-right: var(--elem-xs-3);
  }
}
.breadcrumb li:first-child::before {
  display: none;
}

.hero-info .breadcrumb li {
  color: var(--color-neutral-white) !important;
}
.hero-info .breadcrumb li.active {
  color: var(--color-neutral-white) !important;
}
.hero-info .breadcrumb li::before {
  background: url(../images/breadcrumb-arrow-white.svg) no-repeat center/contain;
}

.hero-intro-without-bg {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--elem-lg-4);
  margin-bottom: var(--elem-lg-3);
}
.hero-intro-without-bg h1 span,
.hero-intro-without-bg h2 span {
  font-style: italic;
  font-weight: var(--font-weight-regular);
  color: var(--color-text-italic-heading-wi);
}
.hero-intro-without-bg h1:last-child,
.hero-intro-without-bg h2:last-child {
  margin-bottom: 0;
}
.hero-intro-without-bg .brand-logo {
  flex: none;
  width: 258px;
}
@media all and (max-width: 991px) {
  .hero-intro-without-bg .brand-logo {
    display: none;
  }
}
.hero-intro-without-bg .brand-logo img {
  width: 100%;
}
.hero-intro-without-bg .brand-logo-wrapper {
  display: flex;
  align-items: center;
  gap: var(--container-md-3);
}
@media all and (max-width: 991px) {
  .hero-intro-without-bg .brand-logo-wrapper {
    display: none;
  }
}
.hero-intro-without-bg .brand-logo-wrapper .brand-logo {
  height: 95px;
  width: auto;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .hero-intro-without-bg .brand-logo-wrapper .brand-logo {
    height: 90px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-intro-without-bg .brand-logo-wrapper .brand-logo {
    height: 90px;
  }
}
@media all and (max-width: 1200px) {
  .hero-intro-without-bg .brand-logo-wrapper .brand-logo {
    height: 70px;
  }
}
.hero-intro-without-bg .brand-logo-wrapper .brand-logo img {
  width: auto;
  height: 100%;
}

.single-post .breadcrumb li.active {
  display: none;
}

.img-content-block-section {
  background-color: var(--color-neutral-white);
}

.img-content-block {
  margin-left: calc(var(--elem-lg-3) * -1);
  margin-right: calc(var(--elem-lg-3) * -1);
  row-gap: var(--elem-xl-3);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .img-content-block {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .img-content-block {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media all and (max-width: 1200px) {
  .img-content-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.img-content-block > [class*=col] {
  padding-left: var(--elem-lg-3);
  padding-right: var(--elem-lg-3);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .img-content-block > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .img-content-block > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 1200px) {
  .img-content-block > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-block-full {
  margin-bottom: var(--container-lg-4);
}
.content-block-full h2 {
  margin-bottom: var(--container-sm-1);
}

.img-content-block-info {
  position: relative;
}
.img-content-block-info .hammerhead {
  font-size: var(--headings-h6);
  line-height: var(--lh-sm-4);
  color: var(--color-text-heading-color);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-primary);
  color: var(--color-text-heading-color);
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: var(--ps-md);
}
@media all and (max-width: 575px) {
  .img-content-block-info .hammerhead {
    line-height: var(--lh-sm-3);
  }
}
.img-content-block-info h2 {
  margin-bottom: var(--ps-lg);
}
.img-content-block-info h2:last-child {
  margin-bottom: 0 !important;
}
.img-content-block-info h6 {
  margin-bottom: var(--ps-md);
}
.img-content-block-info .btn, .img-content-block-info input[type=submit] {
  margin-top: var(--ps);
}
@media all and (max-width: 575px) {
  .img-content-block-info .btn, .img-content-block-info input[type=submit] {
    margin-top: var(--s-10);
  }
}
.img-content-block-info .entrance-location-card-list {
  display: flex;
  gap: var(--elem-lg-1);
  margin-bottom: var(--ps-sm);
}
@media all and (max-width: 575px) {
  .img-content-block-info .entrance-location-card-list {
    flex-direction: column;
  }
}
.img-content-block-info .entrance-location-card-list .entrance-location-card {
  width: 100%;
  background: var(--color-light-green-surface-02);
  padding: var(--elem-lg-1);
}
.img-content-block-info .entrance-location-card-list .entrance-location-card h5 {
  margin-bottom: var(--elem-xs-4);
}
.img-content-block-info .entrance-location-card-list .entrance-location-card p {
  line-height: var(--lh-md-3);
}
.img-content-block-info .entrance-location-card-list + .btn, .img-content-block-info .entrance-location-card-list + input[type=submit] {
  margin-top: var(--ps);
}
.img-content-block-info .img-content-block-cta {
  background: var(--color-light-green-surface-02);
  padding: var(--elem-sm-3) var(--elem-md-4);
  margin-bottom: var(--elem-md-4);
}
.img-content-block-info .img-content-block-cta a {
  color: var(--color-text-link-color-wi);
  text-decoration: underline;
}

.container .img-content-block {
  margin-left: calc(var(--elem-lg-4) * -1);
  margin-right: calc(var(--elem-lg-4) * -1);
  row-gap: var(--elem-xl-3);
  align-items: center;
}
.container .img-content-block > [class*=col] {
  padding-left: var(--elem-lg-4);
  padding-right: var(--elem-lg-4);
}
.container .img-content-block > [class*=col]:nth-child(1) h2 {
  margin-bottom: var(--s-54);
}

.img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn h2 {
  width: 80%;
  margin-bottom: var(--elem-md-1) !important;
}
.img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn p:last-child {
  margin-bottom: 0;
}
.img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn .btn, .img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn input[type=submit] {
  position: absolute;
  top: 0;
  right: var(--elem-md-2);
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn .btn, .img-content-block-full-section .img-content-block .img-content-block-info.has-floating-btn input[type=submit] {
    position: initial;
  }
}

.img-content-block-fluid-section .fluid-width-thumbnail {
  margin-bottom: var(--container-lg-4);
}
.img-content-block-fluid-section .fluid-width-thumbnail:last-child {
  margin-bottom: 0;
}

.two-col-cta-card-row {
  margin-left: calc(var(--s-60) * -1);
  margin-right: calc(var(--s-60) * -1);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .two-col-cta-card-row {
    margin-left: calc(var(--s-30) * -1);
    margin-right: calc(var(--s-30) * -1);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-col-cta-card-row {
    margin-left: calc(var(--s-30) * -1);
    margin-right: calc(var(--s-30) * -1);
  }
}
@media all and (max-width: 1200px) {
  .two-col-cta-card-row {
    margin-left: calc(var(--s-20) * -1);
    margin-right: calc(var(--s-20) * -1);
  }
}
@media all and (max-width: 991px) {
  .two-col-cta-card-row {
    row-gap: var(--s-40);
  }
}
@media all and (max-width: 575px) {
  .two-col-cta-card-row {
    row-gap: var(--s-20);
  }
}
.two-col-cta-card-row > [class*=col] {
  padding-left: var(--s-60);
  padding-right: var(--s-60);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .two-col-cta-card-row > [class*=col] {
    padding-left: var(--s-30);
    padding-right: var(--s-30);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-col-cta-card-row > [class*=col] {
    padding-left: var(--s-30);
    padding-right: var(--s-30);
  }
}
@media all and (max-width: 1200px) {
  .two-col-cta-card-row > [class*=col] {
    padding-left: var(--s-20);
    padding-right: var(--s-20);
  }
}

.two-col-cta-card {
  position: relative;
  background: var(--color-neutral-black);
}
.two-col-cta-card .two-col-cta-bg {
  position: absolute;
  inset: 0;
  opacity: 0.36;
}
.two-col-cta-card .two-col-cta-bg img {
  height: 100%;
  object-fit: cover;
}
.two-col-cta-card .two-col-cta-info {
  position: relative;
  z-index: 2;
  padding: var(--container-lg-2);
  display: flex;
  flex-direction: column;
  min-height: 630px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .two-col-cta-card .two-col-cta-info {
    min-height: 520px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-col-cta-card .two-col-cta-info {
    min-height: 520px;
  }
}
@media all and (max-width: 1200px) {
  .two-col-cta-card .two-col-cta-info {
    min-height: 480px;
  }
}
@media all and (max-width: 991px) {
  .two-col-cta-card .two-col-cta-info {
    min-height: 420px;
  }
}
@media all and (max-width: 575px) {
  .two-col-cta-card .two-col-cta-info {
    min-height: 435px;
    padding: var(--s-24);
  }
}
.two-col-cta-card .two-col-cta-info .hammerhead {
  font-size: var(--headings-h4);
  line-height: var(--lh-md-3);
  letter-spacing: -0.01em;
  color: var(--color-neutral-white);
  font-style: italic;
  font-weight: var(--font-weight-regular);
  opacity: 0.6;
  margin-bottom: var(--elem-sm-2);
}
.two-col-cta-card .two-col-cta-info .h1 {
  color: var(--color-neutral-white) !important;
  margin-bottom: var(--s-24);
}
.two-col-cta-card .two-col-cta-info p {
  color: var(--color-neutral-white);
  margin-top: auto;
  margin-bottom: var(--elem-lg-3);
}
.two-col-cta-card .two-col-cta-info .btn, .two-col-cta-card .two-col-cta-info input[type=submit] {
  width: max-content;
  margin-top: auto;
}

.full-width-video-modal {
  position: relative;
}
.full-width-video-modal .full-width-video-thumbnail {
  position: relative;
}
@media all and (max-width: 575px) {
  .full-width-video-modal .full-width-video-thumbnail img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
.full-width-video-modal .full-width-video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.full-width-video-modal .video-play-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
}
@media all and (max-width: 1200px) {
  .full-width-video-modal .video-play-icon {
    width: 90px;
  }
}
@media all and (max-width: 991px) {
  .full-width-video-modal .video-play-icon {
    width: 70px;
  }
}
.full-width-video-modal .video-play-icon img {
  width: 100%;
  height: auto;
}

.video-open-modal {
  max-width: 1200px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .video-open-modal {
    max-width: 1000px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .video-open-modal {
    max-width: 1000px;
  }
}
@media all and (max-width: 1200px) {
  .video-open-modal {
    max-width: 82%;
  }
}
@media all and (max-width: 575px) {
  .video-open-modal {
    max-width: 95%;
    margin: 0 auto;
  }
}
.video-open-modal .modal-content {
  border: 0;
  background: var(--color-neutral-white);
  padding: var(--container-md-1);
  border-radius: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .video-open-modal .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .video-open-modal .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (max-width: 1200px) {
  .video-open-modal .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (max-width: 575px) {
  .video-open-modal .modal-content {
    padding: var(--elem-sm-4);
  }
}
.video-open-modal .ratio {
  overflow: hidden;
}
.video-open-modal .modal-close {
  position: absolute;
  top: calc(var(--s-10) * -1);
  right: calc(var(--s-70) * -1);
  outline: 0;
  border: 0;
  height: var(--s-40);
  width: var(--s-40);
  border-radius: 50%;
  opacity: 1;
  background: var(--color-neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991px) {
  .video-open-modal .modal-close {
    right: calc(var(--s-50) * -1);
  }
}
@media all and (max-width: 575px) {
  .video-open-modal .modal-close {
    right: 50%;
    top: 110%;
    transform: translateX(50%);
  }
}
.video-open-modal .modal-close img {
  width: var(--elem-md-1);
  height: var(--elem-md-1);
}

.welcome-intro h2:last-child {
  margin-bottom: 0;
}

.livestream-card {
  height: 100%;
  padding: var(--container-lg-2);
}
.livestream-card-blue {
  background-color: var(--color-light-gdf-surface-01);
}
.livestream-card-green {
  background-color: var(--color-border-green);
}
.livestream-card .livestream-card-logo {
  height: 170px;
  width: 400px;
  margin-bottom: var(--container-lg-4);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .livestream-card .livestream-card-logo {
    height: 120px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .livestream-card .livestream-card-logo {
    height: 120px;
  }
}
@media all and (max-width: 1200px) {
  .livestream-card .livestream-card-logo {
    height: 120px;
  }
}
@media all and (max-width: 575px) {
  .livestream-card .livestream-card-logo {
    height: 90px;
  }
}
.livestream-card .livestream-card-logo img {
  width: auto;
  height: 100%;
}
.livestream-card h2 {
  margin-bottom: var(--elem-sm-4);
}
.livestream-card h2::before {
  content: "";
  display: inline-block;
  width: var(--elem-sm-1);
  height: var(--elem-sm-1);
  border-radius: 50%;
  background: #ff0000;
  margin-right: var(--elem-sm-4);
  position: relative;
  top: calc(var(--elem-sm-1) * -1);
}
.livestream-card p {
  margin-bottom: var(--elem-xl-1);
}
.livestream-card .btn, .livestream-card input[type=submit] {
  height: auto;
  line-height: var(--lh-sm-2);
  background: transparent;
  color: var(--color-neutral-black);
  padding: 0;
  border-radius: 0;
  overflow: initial;
}
.livestream-card .btn::before, .livestream-card input[type=submit]::before {
  content: "";
  position: absolute;
  top: auto;
  height: 1px;
  width: calc(100% - var(--s-40));
  background: var(--color-neutral-black);
  transition: 0.28s all;
}
.livestream-card .btn::after, .livestream-card input[type=submit]::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  margin-left: var(--s-18);
  background-image: url(../images/btn-arrow-sprite-black.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  top: 1px;
  transition: 0.3s all;
}
.livestream-card .btn:hover, .livestream-card input[type=submit]:hover, .livestream-card .btn:focus, .livestream-card input[type=submit]:focus, .livestream-card .btn:active:focus {
  background: transparent;
  color: var(--color-neutral-black);
}
.livestream-card .btn:hover::before, .livestream-card input[type=submit]:hover::before, .livestream-card .btn:focus::before, .livestream-card input[type=submit]:focus::before, .livestream-card .btn:active:focus::before {
  width: 0%;
}
.livestream-card .btn:hover::after, .livestream-card input[type=submit]:hover::after, .livestream-card .btn:focus::after, .livestream-card input[type=submit]:focus::after, .livestream-card .btn:active:focus::after {
  background-position: center left 1px;
}

.news-card-row {
  row-gap: var(--elem-lg-4);
}

.news-card {
  border: 1px solid var(--color-border-grey);
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .news-card {
    padding: 22px;
  }
}
@media all and (max-width: 1200px) {
  .news-card {
    padding: 22px;
  }
}
@media all and (max-width: 575px) {
  .news-card {
    padding: 20px;
  }
}
.news-card .news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--elem-md-4);
}
.news-card .news-card-meta * {
  font-weight: var(--font-weight-semibold);
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-xs-1);
  letter-spacing: 0;
  color: var(--color-neutral-black);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .news-card .news-card-meta * {
    font-size: 14px;
  }
}
.news-card .news-card-category {
  color: var(--color-dark-green-surface-01);
}
.news-card .news-card-img {
  overflow: hidden;
  margin-bottom: var(--elem-lg-1);
}
.news-card .news-card-img img {
  transform: scale(1.15);
  transition: 0.3s all;
}
.news-card .news-card-img:hover img {
  transform: scale(1);
}
.news-card h3 {
  margin-bottom: var(--elem-sm-4);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .news-card h3 {
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.news-card h3 a {
  color: inherit;
  transition: 0.3s all;
}
.news-card h3 a:hover {
  color: var(--color-dark-green-surface-01);
}
.news-card p {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-4);
  margin-bottom: var(--elem-md-3);
}
.news-card .btn, .news-card input[type=submit] {
  margin-top: auto;
}
.news-card-gdf .news-card-category {
  color: var(--color-text-link-color-gdf);
}
.news-card-gdf h3 a:hover {
  color: var(--color-text-link-color-gdf);
}
.news-card-gdf .btn-news-card {
  height: var(--elem-xl-1);
  line-height: var(--elem-xl-1);
  background: transparent;
  color: var(--color-dark-gdf-surface-01);
  overflow: initial;
  padding: 0;
}
.news-card-gdf .btn-news-card::before {
  content: "";
  display: inline-block;
  position: initial;
  width: var(--elem-xl-1);
  height: var(--elem-xl-1);
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px;
  border: 1px solid var(--color-gdf-90);
  margin-right: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
.news-card-gdf .btn-news-card::after {
  content: "";
  display: inline-block;
  position: initial;
  height: var(--elem-xl-1);
  width: 0;
  opacity: 0;
  margin-left: 0;
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px;
  border: 1px solid var(--color-gdf-90);
  margin-left: var(--elem-md-4);
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s all;
}
.news-card-gdf .btn-news-card:hover, .news-card-gdf .btn-news-card:focus, .news-card-gdf .btn-news-card:active:focus {
  background: transparent;
  color: var(--color-dark-gdf-surface-01);
}
.news-card-gdf .btn-news-card:hover::before, .news-card-gdf .btn-news-card:focus::before, .news-card-gdf .btn-news-card:active:focus::before {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.news-card-gdf .btn-news-card:hover::after, .news-card-gdf .btn-news-card:focus::after, .news-card-gdf .btn-news-card:active:focus::after {
  opacity: 1;
  width: var(--elem-xl-1);
  margin-left: var(--elem-md-4);
  background-position: center;
}

.more-news-link {
  padding-top: var(--elem-md-2);
}

.pagination-wrapper {
  margin-top: var(--elem-xl-2);
  width: 100%;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--elem-sm-4);
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination {
    gap: 10px;
  }
}
.pagination-wrapper .pagination li {
  margin: 0;
}
.pagination-wrapper .pagination a,
.pagination-wrapper .pagination span {
  border: 1px solid var(--color-border-grey);
  font-size: var(--body-font-body-md);
  padding: 0px;
  height: var(--elem-xl-3);
  width: var(--elem-xl-3);
  border-radius: var(--elem-xl-3) !important;
  color: var(--color-dark-green-surface-01);
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination a,
.pagination-wrapper .pagination span {
    width: 40px;
    height: 40px;
  }
}
.pagination-wrapper .pagination a:hover,
.pagination-wrapper .pagination span:hover {
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
  box-shadow: none;
}
.pagination-wrapper .pagination a:focus,
.pagination-wrapper .pagination span:focus {
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
  box-shadow: none;
}
.pagination-wrapper .pagination a.disabled,
.pagination-wrapper .pagination span.disabled {
  background: #f1f1f194;
  color: #00000096;
  cursor: not-allowed;
}
.pagination-wrapper .pagination a.disabled:hover,
.pagination-wrapper .pagination span.disabled:hover {
  background: #f1f1f194;
  color: #00000096;
}
.pagination-wrapper .pagination a img,
.pagination-wrapper .pagination span img {
  width: 22px;
  display: none;
}
.pagination-wrapper .pagination .page-item.previous span.disabled {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--color-light-green-surface-01);
  color: var(--color-dark-green-surface-01);
  border: 0;
}
@media all and (max-width: 1200px) {
  .pagination-wrapper .pagination .page-item.previous span.disabled {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.previous span.disabled {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.previous span.disabled img {
    width: 20px;
    display: initial;
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6834%) hue-rotate(167deg) brightness(84%) contrast(99%);
  }
}
.pagination-wrapper .pagination .page-item.previous a {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  gap: 18px;
  color: var(--color-neutral-white);
  background: var(--color-dark-green-surface-01);
  border: 0;
  flex-direction: row-reverse;
}
@media all and (max-width: 1200px) {
  .pagination-wrapper .pagination .page-item.previous a {
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.previous a {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
}
.pagination-wrapper .pagination .page-item.previous a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: var(--s-50);
  -webkit-border-radius: var(--s-50);
  -moz-border-radius: var(--s-50);
  -khtml-border-radius: var(--s-50);
  background: var(--color-primary-50);
  z-index: -1;
  transition: 0.4s all;
}
.pagination-wrapper .pagination .page-item.previous a::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  background-image: url(../images/btn-arrow-sprite-white.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  transform: rotate(180deg);
  transition: 0.3s all;
}
.pagination-wrapper .pagination .page-item.previous a:hover, .pagination-wrapper .pagination .page-item.previous a:focus, .pagination-wrapper .pagination .page-item.previous a:active, .pagination-wrapper .pagination .page-item.previous a:active:focus {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
}
.pagination-wrapper .pagination .page-item.previous a:hover::before, .pagination-wrapper .pagination .page-item.previous a:focus::before, .pagination-wrapper .pagination .page-item.previous a:active::before, .pagination-wrapper .pagination .page-item.previous a:active:focus::before {
  width: 100%;
}
.pagination-wrapper .pagination .page-item.previous a:hover::after, .pagination-wrapper .pagination .page-item.previous a:focus::after, .pagination-wrapper .pagination .page-item.previous a:active::after, .pagination-wrapper .pagination .page-item.previous a:active:focus::after {
  background-position: center left 1px;
}
.pagination-wrapper .pagination .page-item.previous a:disabled {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
  cursor: not-allowed;
}
.pagination-wrapper .pagination .page-item.next a {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  gap: 18px;
  color: var(--color-neutral-white);
  background: var(--color-dark-green-surface-01);
  border: 0;
}
@media all and (max-width: 1200px) {
  .pagination-wrapper .pagination .page-item.next a {
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.next a {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
}
.pagination-wrapper .pagination .page-item.next a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: var(--s-50);
  -webkit-border-radius: var(--s-50);
  -moz-border-radius: var(--s-50);
  -khtml-border-radius: var(--s-50);
  background: var(--color-primary-50);
  z-index: -1;
  transition: 0.4s all;
}
.pagination-wrapper .pagination .page-item.next a::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  background-image: url(../images/btn-arrow-sprite-white.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  transition: 0.3s all;
}
.pagination-wrapper .pagination .page-item.next a:hover, .pagination-wrapper .pagination .page-item.next a:focus, .pagination-wrapper .pagination .page-item.next a:active, .pagination-wrapper .pagination .page-item.next a:active:focus {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
}
.pagination-wrapper .pagination .page-item.next a:hover::before, .pagination-wrapper .pagination .page-item.next a:focus::before, .pagination-wrapper .pagination .page-item.next a:active::before, .pagination-wrapper .pagination .page-item.next a:active:focus::before {
  width: 100%;
}
.pagination-wrapper .pagination .page-item.next a:hover::after, .pagination-wrapper .pagination .page-item.next a:focus::after, .pagination-wrapper .pagination .page-item.next a:active::after, .pagination-wrapper .pagination .page-item.next a:active:focus::after {
  background-position: center left 1px;
}
.pagination-wrapper .pagination .page-item.next a:disabled {
  box-shadow: none;
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
  cursor: not-allowed;
}
.pagination-wrapper .pagination .page-item.next span.disabled {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--color-light-green-surface-01);
  color: var(--color-dark-green-surface-01);
  border: 0;
}
@media all and (max-width: 1200px) {
  .pagination-wrapper .pagination .page-item.next span.disabled {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.next span.disabled {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}
@media all and (max-width: 575px) {
  .pagination-wrapper .pagination .page-item.next span.disabled img {
    width: 20px;
    display: initial;
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6834%) hue-rotate(167deg) brightness(84%) contrast(99%);
  }
}
.pagination-wrapper .pagination .active a {
  background: var(--color-dark-green-surface-01);
  color: var(--color-neutral-white);
}

.partner-logo-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--elem-xl-2);
}
.partner-logo-list-wrapper .heading {
  width: 100%;
  flex-shrink: 0;
}
.partner-logo-list-wrapper .heading h2 {
  margin: 0;
}
.partner-logo-list-wrapper .partner-logo-list {
  width: 100%;
}
.partner-logo-list-wrapper .partner-logo-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-28);
}
.partner-logo-list-wrapper .partner-logo-list ul li {
  margin: 0;
}
@media all and (max-width: 1200px) {
  .partner-logo-list-wrapper .partner-logo-list ul {
    gap: var(--s-20);
  }
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul {
    gap: var(--s-16);
  }
}
.partner-logo-list-wrapper .partner-logo-list ul li {
  width: calc(33.3% - 19px);
}
@media all and (max-width: 1200px) {
  .partner-logo-list-wrapper .partner-logo-list ul li {
    width: calc(33.3% - 14px) !important;
  }
}
@media all and (max-width: 767px) {
  .partner-logo-list-wrapper .partner-logo-list ul li {
    width: calc(50% - 10px) !important;
  }
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul li {
    width: calc(50% - 8px) !important;
  }
}
.partner-logo-list-wrapper .partner-logo-list ul li div {
  border: 1px solid var(--color-border-green);
  background: var(--color-neutral-white);
  padding: var(--container-sm-2);
  display: flex;
  flex-direction: column;
  height: 246px;
}
@media all and (max-width: 1200px) {
  .partner-logo-list-wrapper .partner-logo-list ul li div {
    height: 250px;
  }
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul li div {
    height: auto;
    height: 190px;
  }
}
.partner-logo-list-wrapper .partner-logo-list ul li div figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul li div figure {
    height: 80px;
    margin-bottom: var(--container-xs-1);
  }
}
.partner-logo-list-wrapper .partner-logo-list ul li div figure img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner-logo-list-wrapper .partner-logo-list ul li div .title {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-xs-3);
  letter-spacing: -0.01em;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-primary);
  color: var(--color-text-heading-color);
  text-align: center;
  position: relative;
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul li div .title {
    height: calc(100% - 80px);
    padding-top: var(--elem-sm-4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.partner-logo-list-wrapper .partner-logo-list ul li div .title::before {
  content: "";
  display: block;
  margin: 0 auto var(--elem-md-4);
  width: 143px;
  height: 1px;
  background: var(--color-border-green);
}
@media all and (max-width: 575px) {
  .partner-logo-list-wrapper .partner-logo-list ul li div .title::before {
    width: 128px;
    position: absolute;
    top: 0;
  }
}
.partner-logo-list-wrapper .partner-logo-list.four-column-list ul li {
  width: calc(25% - 21px);
}
.partner-logo-list-wrapper.left-align-text {
  flex-direction: row;
}
@media all and (max-width: 1200px) {
  .partner-logo-list-wrapper.left-align-text {
    flex-direction: column;
  }
}
.partner-logo-list-wrapper.left-align-text .heading {
  width: 38.3%;
}
@media all and (max-width: 1200px) {
  .partner-logo-list-wrapper.left-align-text .heading {
    width: 100%;
  }
}

.competitors-cta-card {
  background: var(--color-grey-surface);
  position: relative;
  overflow: hidden;
  padding: var(--container-lg-4);
  margin-bottom: var(--elem-lg-4);
}
.competitors-cta-card::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 423px;
  left: -170px;
  bottom: -225px;
  background: url(../images/competitor-cta-bg-vector.svg) no-repeat center/contain;
  transform: rotate(10deg);
  filter: brightness(0.7);
}
.competitors-cta-card .competitors-cta-card-info {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.competitors-cta-card .competitors-cta-card-info h2 {
  margin-bottom: var(--elem-sm-1);
}
.competitors-cta-card .competitors-cta-card-info p {
  margin-bottom: var(--elem-lg-4);
}

.bg-blue .competitors-cta-card::before,
.bg-green .competitors-cta-card::before {
  filter: none;
}

.newsletter-cta-card {
  padding: var(--container-md-3);
  display: flex;
  align-items: center;
  gap: 60px;
}
@media all and (max-width: 991px) {
  .newsletter-cta-card {
    flex-direction: column;
    align-items: start;
    gap: var(--elem-lg-1);
  }
}
.newsletter-cta-card h1,
.newsletter-cta-card h2,
.newsletter-cta-card h3,
.newsletter-cta-card h4,
.newsletter-cta-card h5,
.newsletter-cta-card h6 {
  color: var(--color-text-heading-color);
  margin: calc(var(--elem-xs-3) * -1) 0 0 0;
}
.newsletter-cta-card h1 span,
.newsletter-cta-card h2 span,
.newsletter-cta-card h3 span,
.newsletter-cta-card h4 span,
.newsletter-cta-card h5 span,
.newsletter-cta-card h6 span {
  color: var(--color-dark-green-surface-01);
}
.newsletter-cta-card p {
  color: var(--color-neutral-grey-80);
}
.newsletter-cta-card p a:not(.btn):not(input[type=submit]) {
  color: inherit;
  text-decoration-line: underline;
  text-underline-position: under;
  text-underline-offset: 0px;
}
.newsletter-cta-card div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--elem-xs-4);
}
.newsletter-cta-card div + .btn, .newsletter-cta-card div + input[type=submit] {
  white-space: nowrap;
  flex: none;
}
.newsletter-cta-card.bg-green {
  background-color: var(--color-dark-green-surface-01);
}
.newsletter-cta-card.bg-green h1,
.newsletter-cta-card.bg-green h2,
.newsletter-cta-card.bg-green h3,
.newsletter-cta-card.bg-green h4,
.newsletter-cta-card.bg-green h5,
.newsletter-cta-card.bg-green h6 {
  color: var(--color-neutral-white);
}
.newsletter-cta-card.bg-green h1 span,
.newsletter-cta-card.bg-green h2 span,
.newsletter-cta-card.bg-green h3 span,
.newsletter-cta-card.bg-green h4 span,
.newsletter-cta-card.bg-green h5 span,
.newsletter-cta-card.bg-green h6 span {
  color: var(--color-neutral-white);
  opacity: 0.6;
}
.newsletter-cta-card.bg-green p {
  color: var(--color-neutral-white);
}
.newsletter-cta-card.bg-green p a:not(.btn):not(input[type=submit]) {
  color: inherit;
}
.newsletter-cta-card.bg-green p strong {
  color: inherit;
}
.newsletter-cta-card.bg-blue h1,
.newsletter-cta-card.bg-blue h2,
.newsletter-cta-card.bg-blue h3,
.newsletter-cta-card.bg-blue h4,
.newsletter-cta-card.bg-blue h5,
.newsletter-cta-card.bg-blue h6 {
  color: var(--color-neutral-white);
  margin: calc(var(--elem-xs-3) * -1) 0 0 0;
}
.newsletter-cta-card.bg-blue h1 span,
.newsletter-cta-card.bg-blue h2 span,
.newsletter-cta-card.bg-blue h3 span,
.newsletter-cta-card.bg-blue h4 span,
.newsletter-cta-card.bg-blue h5 span,
.newsletter-cta-card.bg-blue h6 span {
  color: var(--color-neutral-white);
  opacity: 0.6;
}
.newsletter-cta-card.bg-blue p {
  color: var(--color-neutral-white);
}
.newsletter-cta-card.bg-blue p a:not(.btn):not(input[type=submit]) {
  color: inherit;
}
.newsletter-cta-card.bg-blue p strong {
  color: inherit;
}

.media-intro {
  display: flex;
  align-items: flex-start;
  gap: var(--container-md-3);
  margin-bottom: var(--container-sm-2);
}
@media all and (max-width: 991px) {
  .media-intro {
    flex-direction: column;
  }
}
.media-intro:last-child {
  margin-bottom: 0;
}

.media-intro-img {
  width: 460px;
  flex-shrink: 0;
}
@media all and (max-width: 1200px) {
  .media-intro-img {
    width: 360px;
  }
}
@media all and (max-width: 991px) {
  .media-intro-img {
    width: 100%;
  }
}

.media-info h5 {
  line-height: var(--lh-md-1);
  margin-bottom: var(--ps);
}
.media-info ul {
  display: flex;
  flex-direction: column;
  gap: var(--elem-sm-3);
  padding: 0;
}
.media-info ul li {
  position: relative;
  list-style: none;
  padding-left: 32px;
}
.media-info ul li::before {
  content: "";
  position: absolute;
  top: var(--elem-sm-1);
  left: 0;
  width: var(--elem-sm-4);
  height: var(--elem-sm-3);
  background: url(../images/list-arrow-icon.svg) no-repeat center/contain;
}

.media-info-full-width {
  margin-bottom: var(--container-md-3);
}

.press-release-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--container-sm-4);
}

.press-release-card {
  width: calc(50% - var(--elem-md-1));
  border: 1px solid var(--color-border-grey);
  padding: var(--container-xs-2) var(--container-xs-3) var(--container-xs-3);
  display: flex;
  align-items: center;
  gap: var(--elem-md-4);
}
@media all and (max-width: 991px) {
  .press-release-card {
    width: 100%;
  }
}
.press-release-card div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--elem-xs-4);
}
.press-release-card div h6 {
  color: var(--color-text-content-color);
  margin: 0;
}
.press-release-card div h6 a {
  display: block;
  color: inherit;
  transition: 0.3s all;
}
.press-release-card div h6 a:hover {
  color: var(--color-dark-green-surface-01);
}
.press-release-card div p {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-4);
}
.press-release-card .press-release-card-link {
  flex-shrink: 0;
  width: var(--s-58);
  height: var(--s-58);
  border-radius: 50%;
  background: var(--color-light-green-surface-02);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .press-release-card .press-release-card-link {
    width: var(--s-48);
    height: var(--s-48);
  }
}
.press-release-card .press-release-card-link img {
  width: var(--s-28);
  height: var(--s-28);
  transition: 0.3s all;
}
.press-release-card .press-release-card-link:hover {
  background: var(--color-dark-green-surface-01);
}
.press-release-card .press-release-card-link:hover img {
  filter: brightness(0) invert(1);
  transform: rotate(45deg);
}

.advertising-intro {
  margin-bottom: var(--container-lg-4);
}
.advertising-intro h2:last-child {
  margin-bottom: 0;
}

.advertising-cta-row {
  margin-left: calc(var(--container-xs-1) * -1);
  margin-right: calc(var(--container-xs-1) * -1);
  row-gap: var(--s-30);
}
.advertising-cta-row > [class*=col] {
  padding-left: var(--container-xs-1);
  padding-right: var(--container-xs-1);
}

.advertising-cta-card {
  display: flex;
  flex-direction: column;
  padding: var(--container-md-2);
  background: var(--color-light-beige-surface);
  height: 100%;
}
.advertising-cta-card h3 {
  margin-bottom: var(--elem-sm-4);
  margin-top: calc(var(--elem-xs-4) * -1);
}
.advertising-cta-card p {
  margin-bottom: var(--elem-xl-2);
}
.advertising-cta-card .btn, .advertising-cta-card input[type=submit] {
  width: max-content;
  margin-top: auto;
}

.event-grid-card-row {
  row-gap: var(--container-md-1);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .event-grid-card-row > [class*=col] {
    padding-left: var(--s-18);
    padding-right: var(--s-18);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .event-grid-card-row > [class*=col] {
    padding-left: var(--s-18);
    padding-right: var(--s-18);
  }
}
@media all and (max-width: 1200px) {
  .event-grid-card-row > [class*=col] {
    padding-left: var(--s-16);
    padding-right: var(--s-16);
  }
}

.event-grid-card {
  position: relative;
  overflow: hidden;
  display: flex;
}
.event-grid-card .event-grid-card-img {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .event-grid-card .event-grid-card-img {
    height: 335px;
  }
}
@media all and (max-width: 767px) {
  .event-grid-card .event-grid-card-img {
    height: 405px;
  }
}
@media all and (max-width: 575px) {
  .event-grid-card .event-grid-card-img {
    height: 350px;
  }
}
.event-grid-card .event-grid-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 92.7%);
}
.event-grid-card .event-grid-card-img img {
  transform: scale(1.15);
  transition: 0.3s all;
}
.event-grid-card:hover .event-grid-card-img img {
  transform: scale(1);
}

.event-grid-card-info {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--s-36) var(--s-110) var(--s-30) var(--s-36);
}
@media all and (max-width: 1200px) {
  .event-grid-card-info {
    padding: var(--s-30) var(--s-110) var(--s-28) var(--s-30);
  }
}
@media all and (max-width: 991px) {
  .event-grid-card-info {
    padding: var(--s-36) var(--s-110) var(--s-32) var(--s-36);
  }
}
@media all and (max-width: 767px) {
  .event-grid-card-info {
    padding: var(--s-32) var(--s-110) var(--s-30) var(--s-32);
  }
}
@media all and (max-width: 575px) {
  .event-grid-card-info {
    padding: var(--s-20);
  }
}
.event-grid-card-info .date {
  margin-bottom: auto;
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-4);
  letter-spacing: 0;
  font-weight: var(--font-weight-regular);
  color: var(--color-neutral-black);
  padding: 0 var(--elem-sm-4);
  height: var(--s-46);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: var(--elem-xs-4);
  background: var(--color-neutral-white);
  backdrop-filter: blur(var(--elem-md-2));
  width: max-content;
}
@media all and (max-width: 1200px) {
  .event-grid-card-info .date {
    height: var(--s-42);
  }
}
@media all and (max-width: 991px) {
  .event-grid-card-info .date {
    height: var(--s-46);
  }
}
@media all and (max-width: 767px) {
  .event-grid-card-info .date {
    height: var(--s-34);
  }
}
.event-grid-card-info .date::before {
  content: "";
  height: var(--s-22);
  width: var(--s-22);
  flex-shrink: 0;
  background: url(../images/icon-calendar-black.svg) no-repeat center/contain;
}
@media all and (max-width: 767px) {
  .event-grid-card-info .date::before {
    height: var(--s-18);
    width: var(--s-18);
  }
}
.event-grid-card-info h3 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-xs-2);
}
.event-grid-card-info h3:last-child {
  margin-bottom: 0;
}
.event-grid-card-info h3 a {
  color: inherit;
}
.event-grid-card-info .sponsored-by {
  font-size: var(--body-font-body-md);
  line-height: var(--lh-sm-2);
  letter-spacing: 0;
  color: var(--color-neutral-white);
}

.event-grid-card-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(95px);
  position: absolute;
  right: var(--s-36);
  bottom: var(--s-30);
  z-index: 3;
  width: var(--s-42);
  height: var(--s-42);
  padding: 0;
}
@media all and (max-width: 1200px) {
  .event-grid-card-btn {
    right: var(--s-30);
  }
}
@media all and (max-width: 991px) {
  .event-grid-card-btn {
    right: var(--s-36);
  }
}
@media all and (max-width: 767px) {
  .event-grid-card-btn {
    right: var(--s-32);
  }
}
@media all and (max-width: 575px) {
  .event-grid-card-btn {
    display: none;
  }
}
.event-grid-card-btn::after {
  top: -8px;
  position: relative;
  margin: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .event-grid-card-btn::after {
    top: -3px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .event-grid-card-btn::after {
    top: -4px;
  }
}
@media all and (max-width: 1200px) {
  .event-grid-card-btn::after {
    top: -2px;
  }
}

.alm-layouts {
  margin-left: calc(var(--s-20) * -1);
  margin-right: calc(var(--s-20) * -1);
}
.alm-layouts .alm-btn-wrap {
  padding-top: var(--container-md-2);
  text-align: center;
}

.visitor-info-row {
  row-gap: var(--container-md-1);
  margin-bottom: var(--elem-xl-2);
}

.location-direction {
  background: #ffffff;
  padding: var(--container-xs-3) var(--container-sm-2);
  margin-bottom: var(--elem-lg-4);
}
.location-direction p {
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-1);
  color: var(--color-text-heading-color);
}
.location-direction p a {
  color: var(--color-dark-green-surface-01);
  text-decoration: underline;
}
.location-direction.bg-green p {
  color: rgba(255, 255, 255, 0.7);
}
.location-direction.bg-green p a {
  color: inherit;
}
.location-direction.bg-green p a:hover {
  color: var(--color-neutral-white);
}
.location-direction.bg-blue p {
  color: rgba(255, 255, 255, 0.7);
}
.location-direction.bg-blue p a {
  color: inherit;
}
.location-direction.bg-blue p a:hover {
  color: var(--color-neutral-white);
}

.location-overview-row {
  margin-bottom: var(--container-lg-3);
}

.location-overview-card {
  background: #ffffff;
  padding: var(--container-md-2);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location-overview-card h4 {
  margin-bottom: var(--elem-sm-4);
  color: var(--color-text-heading-color);
}
.location-overview-card address {
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-lg-2);
  color: var(--color-text-content-color);
  margin-bottom: 0;
}
.location-overview-card .view-map-link {
  display: inline-block;
  margin-top: auto;
  color: var(--color-neutral-black);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: var(--body-font-body);
  line-height: var(--lh-sm-2);
  font-weight: var(--font-weight-medium);
}
.location-overview-card.bg-green h4, .location-overview-card.bg-green .h4 {
  color: var(--color-neutral-white);
}
.location-overview-card.bg-green address {
  color: rgba(255, 255, 255, 0.7);
}
.location-overview-card.bg-green .view-map-link {
  color: var(--color-neutral-white);
}
.location-overview-card.bg-blue h4, .location-overview-card.bg-blue .h4 {
  color: var(--color-neutral-white);
}
.location-overview-card.bg-blue address {
  color: rgba(255, 255, 255, 0.7);
}
.location-overview-card.bg-blue .view-map-link {
  color: var(--color-neutral-white);
}

.facility-card-row {
  row-gap: var(--s-40);
}

.facility-card {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.facility-card .facility-card-img {
  overflow: hidden;
  margin-bottom: var(--elem-md-2);
}
.facility-card .facility-card-img img {
  transform: scale(1.1);
  transition: 0.3s all;
}
.facility-card .facility-card-img:hover img {
  transform: scale(1);
}
.facility-card h4 {
  margin-bottom: var(--elem-md-4);
}
.facility-card h4 a {
  color: inherit;
}
.facility-card p {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-4);
  margin-bottom: var(--elem-lg-1);
}
.facility-card .btn, .facility-card input[type=submit] {
  margin-top: auto;
}

.prize-card-row {
  row-gap: var(--container-md-1);
}
@media all and (max-width: 1200px) {
  .prize-card-row {
    margin-left: calc(var(--s-16) * -1);
    margin-right: calc(var(--s-16) * -1);
  }
}
@media all and (max-width: 1200px) {
  .prize-card-row > [class*=col] {
    padding-left: var(--s-16);
    padding-right: var(--s-16);
  }
}

.prize-card {
  background: var(--color-neutral-white);
}
.prize-card .prize-card-info {
  padding: var(--elem-lg-4) var(--elem-lg-1) var(--elem-lg-3);
  text-align: center;
}
.prize-card .prize-card-info h4 {
  margin-bottom: var(--elem-md-4);
}

.row-course-map-card-row {
  row-gap: var(--container-md-1);
}

.course-map-card {
  height: 100%;
  border: 1px solid var(--color-border-grey);
  padding: var(--elem-md-4) var(--elem-lg-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-map-card div {
  display: flex;
  flex-direction: column;
}
.course-map-card h4 {
  margin-bottom: var(--elem-xs-4);
}
.course-map-card p {
  line-height: var(--lh-md-3);
  margin: 0;
}
.course-map-card .course-map-card-link {
  flex-shrink: 0;
  width: var(--s-58);
  height: var(--s-58);
  border-radius: 50%;
  background: var(--color-light-green-surface-02);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .course-map-card .course-map-card-link {
    width: var(--s-48);
    height: var(--s-48);
  }
}
.course-map-card .course-map-card-link img {
  width: var(--s-16);
  height: var(--s-22);
  transition: 0.3s all;
}
.course-map-card .course-map-card-link:hover {
  background: var(--color-dark-green-surface-01);
}
.course-map-card .course-map-card-link:hover img {
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

@media all and (max-width: 991px) {
  .video-carousel-wrapper {
    margin-right: calc(var(--s-70) * -1);
  }
}
@media all and (max-width: 767px) {
  .video-carousel-wrapper {
    margin-right: calc(var(--s-60) * -1);
  }
}
@media all and (max-width: 575px) {
  .video-carousel-wrapper {
    margin-right: calc(var(--s-20) * -1);
  }
}
@media all and (max-width: 991px) {
  .video-carousel-wrapper .video-carousel {
    padding-right: var(--s-70);
  }
}
@media all and (max-width: 767px) {
  .video-carousel-wrapper .video-carousel {
    padding-right: var(--s-60);
  }
}
@media all and (max-width: 575px) {
  .video-carousel-wrapper .video-carousel {
    padding-right: var(--s-20);
  }
}

.video-card-row {
  row-gap: var(--container-md-1);
}

.youtube-video-card .ratio {
  margin-bottom: var(--elem-md-2);
}
.youtube-video-card .youtube-video-thumbnail {
  position: relative;
  margin-bottom: var(--elem-md-2);
}
.youtube-video-card .youtube-video-thumbnail .video-modal-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.youtube-video-card h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: var(--elem-sm-2);
}

.video-modal-view .modal-dialog {
  max-width: 1200px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .video-modal-view .modal-dialog {
    max-width: 1000px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .video-modal-view .modal-dialog {
    max-width: 1000px;
  }
}
@media all and (max-width: 1200px) {
  .video-modal-view .modal-dialog {
    max-width: 82%;
  }
}
@media all and (max-width: 575px) {
  .video-modal-view .modal-dialog {
    max-width: 95%;
    margin: 0 auto;
  }
}
.video-modal-view .modal-dialog .modal-content {
  border: 0;
  background: var(--color-neutral-white);
  padding: var(--container-md-1);
  border-radius: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .video-modal-view .modal-dialog .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .video-modal-view .modal-dialog .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (max-width: 1200px) {
  .video-modal-view .modal-dialog .modal-content {
    padding: var(--container-sm-1);
  }
}
@media all and (max-width: 575px) {
  .video-modal-view .modal-dialog .modal-content {
    padding: var(--elem-sm-4);
  }
}
.video-modal-view .modal-dialog .ratio {
  overflow: hidden;
}
.video-modal-view .modal-dialog .btn-close {
  position: absolute;
  top: calc(var(--s-10) * -1);
  right: calc(var(--s-70) * -1);
  outline: 0;
  border: 0;
  height: var(--s-40);
  width: var(--s-40);
  border-radius: 50%;
  opacity: 1;
  background: var(--color-neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991px) {
  .video-modal-view .modal-dialog .btn-close {
    right: calc(var(--s-50) * -1);
  }
}
@media all and (max-width: 575px) {
  .video-modal-view .modal-dialog .btn-close {
    right: 50%;
    top: 110%;
    transform: translateX(50%);
  }
}
.video-modal-view .modal-dialog .btn-close img {
  width: var(--elem-md-1);
  height: var(--elem-md-1);
}
.video-modal-view .modal-dialog .btn-close:focus {
  box-shadow: none;
}

.food-vendor-row {
  margin-left: calc(var(--s-18) * -1);
  margin-right: calc(var(--s-18) * -1);
  row-gap: var(--container-sm-4);
}
.food-vendor-row > [class*=col] {
  padding-left: var(--s-18);
  padding-right: var(--s-18);
}

.food-vendor-card .food-vendor-thumbnail img {
  transform: scale(1.1);
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .food-vendor-card .food-vendor-thumbnail img {
    object-fit: cover;
    aspect-ratio: 1/0.7;
  }
}
.food-vendor-card .overflow-hidden:hover img {
  transform: scale(1);
}

.food-vendor-thumbnail-info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.12%, rgba(0, 0, 0, 0.65) 77.55%);
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: var(--container-xs-4);
}
.food-vendor-thumbnail-info h3 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-sm-2);
}
.food-vendor-thumbnail-info h4 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-xs-4);
}

.food-vendor-meta {
  display: flex;
  flex-direction: column;
  gap: var(--elem-xs-4);
  opacity: 0.7;
}
.food-vendor-meta div {
  display: flex;
  align-items: center;
  gap: var(--elem-sm-1);
  font-size: var(--body-font-body);
  line-height: var(--elem-md-3);
  color: var(--color-neutral-white);
}
.food-vendor-meta div::before {
  content: "";
  flex-shrink: 0;
  width: var(--elem-md-3);
  height: var(--elem-md-3);
  background: url(../images/icon-calendar-food-vendor-card.svg) no-repeat center/contain;
}
.food-vendor-meta .location::before {
  background: url(../images/icon-location-food-vendor-card.svg) no-repeat center/contain;
}

.food-vendor-tags {
  padding: var(--container-xs-4) 0;
}
.food-vendor-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--elem-sm-4);
}
.food-vendor-tags ul li {
  margin: 0;
}
.food-vendor-tags ul li {
  height: var(--s-36);
  padding: 0 var(--elem-sm-3);
  background: var(--color-light-grey-surface);
  border-radius: var(--s-50);
  font-size: var(--body-font-body-xs);
  line-height: var(--lh-sm-3);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-heading-color);
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.bg-light-grey .food-vendor-tags ul li,
.bg-light-blue .food-vendor-tags ul li,
.bg-light-green .food-vendor-tags ul li,
.bg-green .food-vendor-tags ul li,
.bg-blue .food-vendor-tags ul li,
.bg-beige .food-vendor-tags ul li {
  background: var(--color-neutral-white);
}

.show-form-card-row {
  margin-left: calc(var(--s-18) * -1);
  margin-right: calc(var(--s-18) * -1);
  margin-bottom: var(--container-md-1);
  row-gap: var(--s-36);
}
@media all and (max-width: 1200px) {
  .show-form-card-row {
    margin-left: calc(var(--s-10) * -1);
    margin-right: calc(var(--s-10) * -1);
    row-gap: var(--s-20);
  }
}
@media all and (max-width: 991px) {
  .show-form-card-row {
    row-gap: var(--s-36);
  }
}
@media all and (max-width: 575px) {
  .show-form-card-row {
    row-gap: var(--s-20);
  }
}
.show-form-card-row > [class*=col] {
  padding-left: var(--s-18);
  padding-right: var(--s-18);
}
@media all and (max-width: 1200px) {
  .show-form-card-row > [class*=col] {
    padding-left: var(--s-10);
    padding-right: var(--s-10);
  }
}

.show-form-card {
  border: 1px solid var(--color-border-grey);
  padding: var(--container-sm-2);
  display: flex;
  align-items: center;
  gap: var(--elem-lg-1);
  height: 100%;
  position: relative;
}
@media all and (max-width: 575px) {
  .show-form-card {
    padding-bottom: var(--s-76);
  }
}
.show-form-card i {
  flex: none;
  width: var(--s-160);
  height: var(--s-160);
  background: var(--color-light-green-surface-02);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .show-form-card i {
    width: var(--s-110);
    height: var(--s-110);
  }
}
@media all and (max-width: 575px) {
  .show-form-card i {
    width: 60px;
    height: 60px;
  }
}
.show-form-card i img {
  width: 68.25%;
}
.show-form-card div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.show-form-card h4 {
  width: 95%;
  margin-bottom: var(--elem-md-4);
}
@media all and (max-width: 1200px) {
  .show-form-card h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .show-form-card h4 {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 0;
  }
}
.show-form-card .btn, .show-form-card input[type=submit] {
  width: max-content;
}
@media all and (max-width: 575px) {
  .show-form-card .btn, .show-form-card input[type=submit] {
    position: absolute;
    bottom: var(--s-16);
    left: var(--s-16);
  }
}

.show-form-card-sm-row {
  margin-left: calc(var(--s-16) * -1);
  margin-right: calc(var(--s-16) * -1);
  margin-bottom: var(--container-md-1);
  row-gap: var(--elem-lg-2);
}
@media all and (max-width: 575px) {
  .show-form-card-sm-row {
    row-gap: var(--s-20);
  }
}
.show-form-card-sm-row > [class*=col] {
  padding-left: var(--s-16);
  padding-right: var(--s-16);
}

.show-form-card-sm {
  border: 1px solid var(--color-border-grey);
  padding: var(--elem-lg-2);
  display: flex;
  align-items: center;
  gap: var(--elem-md-2);
}
@media all and (max-width: 575px) {
  .show-form-card-sm {
    padding: var(--elem-md-1);
    gap: var(--elem-md-1);
  }
}
.show-form-card-sm i {
  flex: none;
  width: var(--s-84);
  height: var(--s-84);
  background: var(--color-light-green-surface-02);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .show-form-card-sm i {
    width: var(--s-70);
    height: var(--s-70);
  }
}
.show-form-card-sm i img {
  width: 68%;
}
.show-form-card-sm h5 {
  margin-bottom: var(--elem-xs-4);
}
@media all and (max-width: 575px) {
  .show-form-card-sm h5 {
    font-size: var(--body-font-body);
    line-height: var(--lh-sm-3);
  }
}

.img-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: var(--elem-md-4);
}
@media all and (max-width: 991px) {
  .img-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(16, 1fr);
  }
}

.grid-item {
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.5s all;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.grid-item.grid-item-video-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.grid-item .gallery-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .grid-item .gallery-video-play {
    width: 60px;
  }
}
.grid-item .gallery-video-play img {
  width: 100%;
  backdrop-filter: blur(101.5px);
  border-radius: 50%;
}
.grid-item-one {
  grid-row: span 2/span 2;
}
@media all and (max-width: 991px) {
  .grid-item-one {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3;
  }
}
.grid-item-two {
  grid-row: span 6/span 6;
}
@media all and (max-width: 991px) {
  .grid-item-two {
    grid-column: span 2/span 2;
    grid-row: span 6/span 6;
    grid-column-start: 3;
  }
}
.grid-item-three {
  grid-row: span 4/span 4;
}
@media all and (max-width: 991px) {
  .grid-item-three {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
    grid-row-start: 4;
  }
}
.grid-item-four {
  grid-row: span 3/span 3;
}
@media all and (max-width: 991px) {
  .grid-item-four {
    grid-column: span 2/span 2;
    grid-row: span 5/span 5;
    grid-column-start: 1;
    grid-row-start: 8;
  }
}
.grid-item-five {
  grid-row: span 4/span 4;
  grid-row-start: 3;
}
@media all and (max-width: 991px) {
  .grid-item-five {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
    grid-column-start: 3;
    grid-row-start: 7;
  }
}
.grid-item-six {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}
@media all and (max-width: 991px) {
  .grid-item-six {
    grid-column: span 2/span 2;
    grid-row: span 5/span 5;
    grid-column-start: 3;
    grid-row-start: 11;
  }
}
.grid-item-seven {
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}
@media all and (max-width: 991px) {
  .grid-item-seven {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3;
    grid-row-start: 13;
  }
}

.shop-section.bg-green .btn, .shop-section.bg-green input[type=submit] {
  background: var(--color-neutral-white);
  color: var(--color-dark-green-surface-01);
}
.shop-section.bg-green .btn::before, .shop-section.bg-green input[type=submit]::before {
  background: var(--color-light-green-surface-01);
}
.shop-section.bg-green .btn::after, .shop-section.bg-green input[type=submit]::after {
  background-image: url(../images/btn-arrow-sprite-green.svg);
}
.shop-section.bg-green .btn:hover, .shop-section.bg-green input[type=submit]:hover, .shop-section.bg-green .btn:focus, .shop-section.bg-green input[type=submit]:focus, .shop-section.bg-green .btn:active, .shop-section.bg-green input[type=submit]:active, .shop-section.bg-green .btn:active:focus {
  background: var(--color-neutral-white);
  color: var(--color-dark-green-surface-01);
}

.shop-section.bg-blue .btn, .shop-section.bg-blue input[type=submit] {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}
.shop-section.bg-blue .btn::before, .shop-section.bg-blue input[type=submit]::before {
  background: var(--color-light-gdf-surface-02);
}
.shop-section.bg-blue .btn::after, .shop-section.bg-blue input[type=submit]::after {
  background-image: url(../images/btn-arrow-sprite-blue.svg);
}
.shop-section.bg-blue .btn:hover, .shop-section.bg-blue input[type=submit]:hover, .shop-section.bg-blue .btn:focus, .shop-section.bg-blue input[type=submit]:focus, .shop-section.bg-blue .btn:active, .shop-section.bg-blue input[type=submit]:active, .shop-section.bg-blue .btn:active:focus {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}

.shop-card-wrapper {
  margin-bottom: var(--elem-xl-3);
}
.shop-card-wrapper:last-child {
  margin-bottom: 0;
}
.shop-card-wrapper > section {
  padding: 0;
  background: transparent;
}
.shop-card-wrapper > section .swp-items-wrapper {
  background: transparent;
  max-width: 100%;
  padding: 0 !important;
}
.shop-card-wrapper .swp-items {
  display: flex !important;
  justify-content: center;
  gap: 34px !important;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .shop-card-wrapper .swp-items {
    gap: 30px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .shop-card-wrapper .swp-items {
    gap: 30px !important;
  }
}
@media all and (max-width: 1200px) {
  .shop-card-wrapper .swp-items {
    gap: 30px !important;
  }
}
@media all and (max-width: 1200px) {
  .shop-card-wrapper .swp-items {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  .shop-card-wrapper .swp-items {
    gap: 24px 20px !important;
  }
}

@media all and (max-width: 1200px) {
  .swp-item {
    max-width: 100%;
    width: calc(50% - 15px) !important;
  }
}
@media all and (max-width: 575px) {
  .swp-item {
    width: calc(50% - 10px) !important;
  }
}
.swp-item .swp-component-products-images {
  margin-bottom: var(--elem-md-3);
}
.swp-item .swp-component-products-images .wps-products-link {
  overflow: hidden;
}
.swp-item .swp-component-products-images .wps-products-link img {
  transform: scale(1.12);
  transition: 0.3s all;
}
.swp-item .swp-component-products-images .wps-products-link:hover img {
  transform: scale(1);
}
.swp-item .wps-component-products-title {
  margin-bottom: var(--elem-md-2);
}
.swp-item .wps-component-products-title h2 {
  text-align: left;
  font-size: var(--headings-h5);
  line-height: var(--lh-md-1);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.01em;
  color: var(--color-text-heading-color);
  margin: 0;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .swp-item .wps-component-products-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .swp-item .wps-component-products-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .swp-item .wps-component-products-title h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.swp-item .swp-product-pricing {
  margin-bottom: var(--elem-lg-1);
}
.swp-item .swp-product-pricing .swp-product-price {
  font-size: var(--body-font-body-lg);
  line-height: var(--lh-sm-4);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-secondary);
  letter-spacing: 0;
  color: var(--color-text-heading-color);
}
@media all and (max-width: 575px) {
  .swp-item .swp-product-pricing .swp-product-price {
    font-size: 16px;
    line-height: 16px;
  }
}
.swp-item .swp-buy-button-wrapper {
  margin: 0;
}
.swp-item .swp-buy-button-wrapper .swp-add-to-cart-wrapper {
  margin: 0;
}
.swp-item .swp-buy-button-wrapper .swp-link {
  width: max-content !important;
  line-height: 0;
}
.swp-item .swp-buy-button-wrapper .swp-btn {
  display: inline-block;
  height: auto;
  min-height: auto !important;
  line-height: var(--lh-sm-2);
  font-size: var(--body-font-body);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-secondary);
  letter-spacing: -0.01em;
  color: var(--color-dark-green-surface-01);
  background: transparent;
  padding: 0;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  transition: 0.3s all;
  overflow: initial;
  white-space: nowrap;
  width: max-content !important;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .swp-item .swp-buy-button-wrapper .swp-btn {
    font-size: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .swp-item .swp-buy-button-wrapper .swp-btn {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  .swp-item .swp-buy-button-wrapper .swp-btn {
    font-size: var(--body-font-body-sm);
    line-height: var(--lh-sm-2);
  }
}
.swp-item .swp-buy-button-wrapper .swp-btn::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--color-dark-green-surface-01);
  transition: 0.28s all;
}
.swp-item .swp-buy-button-wrapper .swp-btn::after {
  content: "";
  display: inline-block;
  width: var(--s-20);
  height: var(--s-16);
  margin-left: var(--s-8);
  background-image: url(../images/btn-arrow-sprite-green.svg);
  background-repeat: no-repeat;
  background-size: var(--s-44);
  background-position: center left calc(var(--s-24) * -1);
  position: relative;
  top: 1px;
  transition: 0.3s all;
}
.swp-item .swp-buy-button-wrapper .swp-btn .swp-add-to-cart-text {
  color: inherit !important;
  display: inline-block !important;
  width: auto !important;
}
.swp-item .swp-buy-button-wrapper .swp-btn:hover::before {
  width: 0%;
}
.swp-item .swp-buy-button-wrapper .swp-btn:hover .swp-add-to-cart-text {
  opacity: 1;
}
.swp-item .swp-buy-button-wrapper .swp-btn:hover::after {
  background-position: center left 1px;
}

.bg-green .swp-item .wps-component-products-title h2 {
  color: var(--color-neutral-white);
}
.bg-green .swp-item .swp-product-pricing .swp-product-price {
  color: var(--color-neutral-white);
}
.bg-green .swp-item .swp-buy-button-wrapper .swp-btn {
  color: var(--color-neutral-white);
}
.bg-green .swp-item .swp-buy-button-wrapper .swp-btn::before {
  background: var(--color-neutral-white);
}
.bg-green .swp-item .swp-buy-button-wrapper .swp-btn::after {
  background-image: url(../images/btn-arrow-sprite-white.svg);
}

.chatgpt-doc-section .section-heading {
  margin-left: 260px;
  margin-top: 80px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .chatgpt-doc-section .section-heading {
    margin-left: 230px;
    margin-top: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .chatgpt-doc-section .section-heading {
    margin-left: 220px;
    margin-top: 80px;
  }
}
@media all and (max-width: 1200px) {
  .chatgpt-doc-section .section-heading {
    margin-left: 180px;
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .chatgpt-doc-section .section-heading {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .chatgpt-doc-section .section-heading {
    margin-left: 170px;
  }
}
@media all and (max-width: 575px) {
  .chatgpt-doc-section .section-heading {
    margin-left: 0;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .chatgpt-doc-section .section-heading h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .chatgpt-doc-section .section-heading h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.chatgpt-search-block {
  position: relative;
}
.chatgpt-search-block::before {
  content: "";
  position: absolute;
  top: -238px;
  left: 0;
  width: 252px;
  height: 386px;
  background: url(../images/live-chat-section-funky-img.png) no-repeat center/contain;
  mix-blend-mode: darken;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .chatgpt-search-block::before {
    width: 230px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .chatgpt-search-block::before {
    width: 220px;
  }
}
@media all and (max-width: 1200px) {
  .chatgpt-search-block::before {
    width: 180px;
  }
}
@media all and (max-width: 575px) {
  .chatgpt-search-block::before {
    width: 110px;
    height: 200px;
    top: -130px;
    display: none;
  }
}

.chatgpt-question-wrapper {
  line-height: 0;
  margin-bottom: var(--elem-xl-2);
}

#chatgpt-question {
  height: 168px !important;
  border: 0 !important;
  background: var(--color-light-grey-surface);
  color: var(--color-text-content-color);
  margin-bottom: var(--elem-xl-2);
}

.chatgpt-answer:not(:empty) {
  background: var(--color-light-grey-surface);
  padding: var(--elem-lg-1);
  font-size: var(--body-font-body);
  line-height: var(--lh-md-2);
}
.chatgpt-answer:not(:empty) > strong {
  font-size: var(--headings-h6);
  line-height: var(--lh-sm-4);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-primary);
  letter-spacing: -0.01em;
  color: var(--color-dark-green-surface-01);
  margin-bottom: var(--elem-sm-2);
}

.bg-light-grey #chatgpt-question {
  background: var(--color-neutral-white);
}
.bg-light-grey #chatgpt-answer:not(:empty) {
  background: var(--color-neutral-white);
}

.weekly-wire-card-row {
  row-gap: 40px;
}
@media all and (max-width: 1200px) {
  .weekly-wire-card-row {
    row-gap: 30px;
  }
}

.weekly-wire-card {
  background: var(--color-light-grey-surface);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 30px;
  align-items: center;
}
@media all and (max-width: 575px) {
  .weekly-wire-card {
    padding: 20px;
  }
}
.weekly-wire-card h4 {
  margin: 0;
}

.mid-scroll-ad-section {
  position: relative;
  overflow: visible !important;
}
.mid-scroll-ad-section .container-fluid {
  padding: 0;
  overflow: hidden !important;
}
.mid-scroll-ad-section + header {
  scroll-margin-top: 0;
}

.mid-scroll-ad-section + section {
  scroll-margin-top: 150px;
}

.mid-scroll-ad-wrapper img {
  width: 100%;
  object-fit: cover;
}

.ad-scroll-to-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 120px;
  bottom: -19px;
  height: 38px;
  width: 65px;
  background: white;
  border-radius: 50px;
  z-index: 4;
}
@media all and (max-width: 1200px) {
  .ad-scroll-to-btn {
    left: 60px;
  }
}
@media all and (max-width: 767px) {
  .ad-scroll-to-btn {
    left: 40px;
  }
}
@media all and (max-width: 575px) {
  .ad-scroll-to-btn {
    left: 30px;
  }
}
.ad-scroll-to-btn.middle-allign-btn {
  left: 50%;
  transform: translateX(-50%);
}

.calendar-links-dropdown .calendar-options {
  padding: 8px 14px !important;
}
.calendar-links-dropdown .calendar-options a {
  display: block;
  font-size: 17px;
}

.z-index-1000 {
  z-index: 1000;
}

.day-sheets-section .section-heading {
  margin-bottom: var(--elem-lg-1);
}
.day-sheets-section .section-heading h3:last-child {
  margin-bottom: 0;
}

.day-sheets-card-row {
  row-gap: var(--elem-lg-4);
  margin-bottom: var(--container-sm-1);
}
@media all and (max-width: 575px) {
  .day-sheets-card-row {
    margin-left: calc(var(--s-10) * -1);
    margin-right: calc(var(--s-10) * -1);
  }
}
@media all and (max-width: 575px) {
  .day-sheets-card-row > [class*=col] {
    padding-left: var(--s-10);
    padding-right: var(--s-10);
  }
}
.day-sheets-card-row:last-child {
  margin-bottom: 0;
}

.day-sheets-card {
  text-align: center;
  padding: var(--container-sm-1);
  border: 1px solid var(--color-border-grey);
}
.day-sheets-card .day-sheets-card-thumbnail {
  margin-bottom: var(--elem-sm-1);
}
.day-sheets-card h4 {
  margin-bottom: var(--elem-md-4);
}

#sb_instagram {
  padding: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  margin: 0 !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(6, 1fr) !important;
  gap: var(--elem-md-4) !important;
  height: 800px !important;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  #sb_instagram #sbi_images {
    height: 650px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  #sb_instagram #sbi_images {
    height: 620px !important;
  }
}
@media all and (max-width: 1200px) {
  #sb_instagram #sbi_images {
    height: 480px !important;
  }
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images {
    height: 1820px !important;
  }
}
@media all and (max-width: 767px) {
  #sb_instagram #sbi_images {
    height: 1400px !important;
  }
}
@media all and (max-width: 575px) {
  #sb_instagram #sbi_images {
    height: 800px !important;
  }
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0px !important;
  position: initial !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
  display: grid !important;
  place-items: center;
  position: relative;
}
#sb_instagram #sbi_images .sbi_item:nth-child(1) {
  grid-row: span 2/span 2;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(1) {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(2) {
  grid-row: span 6/span 6;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    grid-column: span 2/span 2;
    grid-row: span 6/span 6;
    grid-column-start: 3;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(3) {
  grid-row: span 4/span 4;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(3) {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
    grid-row-start: 4;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(4) {
  grid-row: span 3/span 3;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(4) {
    grid-column: span 2/span 2;
    grid-row: span 5/span 5;
    grid-column-start: 1;
    grid-row-start: 8;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(5) {
  grid-row: span 4/span 4;
  grid-row-start: 3;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    grid-column: span 2/span 2;
    grid-row: span 4/span 4;
    grid-column-start: 3;
    grid-row-start: 7;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(6) {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(6) {
    grid-column: span 2/span 2;
    grid-row: span 5/span 5;
    grid-column-start: 3;
    grid-row-start: 11;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(7) {
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}
@media all and (max-width: 991px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(7) {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3;
    grid-row-start: 13;
  }
}
#sb_instagram #sbi_images .sbi_item:nth-child(8) {
  display: none !important;
}
#sb_instagram #sbi_images .sbi_inner_wrap {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#sb_instagram #sbi_images .sbi_inner_wrap .sbi_photo_wrap {
  height: 100%;
}
#sb_instagram #sbi_images .sbi_inner_wrap .sbi_photo {
  height: 100% !important;
}

.single-event-hero-section {
  padding-top: 110px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .single-event-hero-section {
    padding-top: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-event-hero-section {
    padding-top: 80px;
  }
}
@media all and (max-width: 1200px) {
  .single-event-hero-section {
    padding-top: 80px;
  }
}

.event-details-banner {
  position: relative;
  border: 1px solid var(--color-border-grey);
  overflow: hidden;
}
.event-details-banner .event-logo {
  position: absolute;
  top: -1px;
  left: var(--sp-0);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .event-details-banner .event-logo {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 575px) {
  .event-details-banner .event-logo {
    width: 80px;
    height: 80px;
  }
}
.event-details-banner .event-logo img {
  max-width: 65%;
  max-height: 75%;
}
.event-details-banner .event-banner {
  position: relative;
}
.event-details-banner .event-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.95%, rgba(0, 0, 0, 0.95) 89.73%);
}
.event-details-banner .event-banner-card-info {
  position: absolute;
  bottom: 0;
  padding: 40px;
}
@media all and (max-width: 575px) {
  .event-details-banner .event-banner-card-info {
    padding: 20px;
  }
}
.event-details-banner .event-banner-card-info h3 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-sm-1);
}
@media all and (max-width: 767px) {
  .event-details-banner .event-banner-card-info h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 575px) {
  .event-details-banner .event-banner-card-info h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.event-details-banner .event-banner-card-info h3 a {
  color: inherit;
}
.event-details-banner .event-banner-card-info .sponsored-by {
  font-size: var(--body-font-body-md);
  line-height: var(--lh-sm-2);
  letter-spacing: 0;
  color: var(--color-neutral-white);
}
@media all and (max-width: 575px) {
  .event-details-banner .event-banner-card-info .sponsored-by {
    font-size: 14px;
    line-height: 20px;
  }
}

.event-info-wrapper {
  padding-left: var(--elem-md-2);
  margin-top: -15px;
}
@media all and (max-width: 1200px) {
  .event-info-wrapper {
    padding-left: var(--sp-0);
    margin-top: var(--elem-lg-2);
  }
}
.event-info-wrapper h3 {
  margin-bottom: var(--elem-lg-2);
}
.event-info-wrapper .event-timing {
  display: flex;
  gap: var(--elem-md-2);
  margin-bottom: var(--elem-lg-2);
}
@media all and (max-width: 575px) {
  .event-info-wrapper .event-timing {
    flex-direction: column;
  }
}
.event-info-wrapper .event-info {
  width: 50%;
}
@media all and (max-width: 575px) {
  .event-info-wrapper .event-info {
    width: 100%;
  }
}
.event-info-wrapper .event-info span {
  display: block;
  font-size: var(--body-font-body-xs);
  line-height: var(--lh-xs-2);
  color: var(--color-text-light-content);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: var(--elem-sm-1);
}
.event-info-wrapper .event-info p {
  line-height: var(--lh-sm-2);
  color: var(--color-text-heading-color);
}
.event-info-wrapper .event-info-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--elem-md-2);
  padding-top: var(--elem-lg-2);
  padding-bottom: var(--elem-lg-2);
  border-top: 1px solid var(--color-border-grey);
}
@media all and (max-width: 575px) {
  .event-info-wrapper .event-info-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.event-info-wrapper .event-info-card:last-of-type {
  border-bottom: 1px solid var(--color-border-grey);
  margin-bottom: var(--elem-lg-2);
}
.event-info-wrapper .event-info-card .event-info {
  width: initial;
  max-width: 420px;
}

.event-button-tab {
  display: flex;
  justify-content: center;
  gap: var(--elem-sm-4);
  margin-bottom: var(--elem-xl-2);
}
.event-button-tab ul {
  border: 0 !important;
}
.event-button-tab ul li.nav-item {
  margin-bottom: var(--sp-0);
}
.event-button-tab ul li.nav-item .btn, .event-button-tab ul li.nav-item input[type=submit] {
  padding: var(--sp-0) var(--elem-md-4);
}
.event-button-tab ul li.nav-item .btn::after, .event-button-tab ul li.nav-item input[type=submit]::after {
  display: none;
}
.event-button-tab ul li.nav-item .btn.active, .event-button-tab ul li.nav-item input.active[type=submit] {
  color: white;
  background: var(--color-dark-green-surface-01);
  border-color: var(--color-dark-green-surface-01);
}

.event-list-card-row {
  display: flex;
  flex-direction: column;
  gap: var(--container-xs-1);
  margin-bottom: var(--container-md-3);
}

.event-list-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--elem-md-2);
  background: var(--color-neutral-white);
  padding: var(--elem-md-2);
  border-bottom: 1px solid var(--color-border-green);
}
@media all and (max-width: 1200px) {
  .event-list-card {
    padding-left: 160px;
    flex-wrap: wrap;
    gap: var(--elem-sm-2);
  }
}
@media all and (max-width: 767px) {
  .event-list-card {
    padding: var(--s-20);
    padding-right: var(--s-90);
  }
}
@media all and (max-width: 575px) {
  .event-list-card {
    padding: var(--s-16);
  }
}
.event-list-card .event-logo {
  display: flex;
  align-items: center;
  flex: none;
  width: 58px;
  height: 55px;
  padding-right: var(--elem-md-2);
  border-right: 1px solid var(--color-border-grey);
}
@media all and (max-width: 1200px) {
  .event-list-card .event-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 108px;
    height: 90px;
    padding-right: var(--sp-0);
  }
}
@media all and (max-width: 767px) {
  .event-list-card .event-logo {
    transform: none;
    top: var(--s-20);
    left: auto;
    right: var(--s-20);
    width: var(--s-50);
    border: 0;
    align-items: start;
  }
}
@media all and (max-width: 575px) {
  .event-list-card .event-logo {
    width: var(--s-20);
    top: auto;
    bottom: var(--s-16);
    right: var(--s-16);
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .event-list-card .event-logo img {
    max-width: 80px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media all and (max-width: 767px) {
  .event-list-card .event-logo img {
    max-width: 100%;
    max-height: var(--s-68);
    height: auto;
  }
}
.event-list-card .event-img-info {
  display: flex;
  align-items: center;
  gap: var(--elem-md-2);
  width: 100%;
}
@media all and (max-width: 575px) {
  .event-list-card .event-img-info {
    margin-bottom: var(--s-2);
  }
}
.event-list-card .event-img-info figure {
  width: 66px;
  height: 59px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .event-list-card .event-img-info figure {
    width: 62px;
    height: 55px;
  }
}
.event-list-card .event-img-info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list-card .event-img-info div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.event-list-card .event-img-info div h6 {
  line-height: var(--lh-sm-2);
  margin: var(--sp-0);
  letter-spacing: -0.01em;
}
@media all and (max-width: 1200px) {
  .event-list-card .event-img-info div h6 {
    margin-bottom: 3px;
  }
}
@media all and (max-width: 767px) {
  .event-list-card .event-img-info div h6 {
    font-size: var(--s-20);
  }
}
@media all and (max-width: 575px) {
  .event-list-card .event-img-info div h6 {
    font-size: var(--s-18);
    line-height: var(--s-22);
  }
}
.event-list-card .event-img-info div p {
  font-size: var(--body-font-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-md-2);
  color: var(--color-text-light-content);
}
@media all and (max-width: 1200px) {
  .event-list-card .event-img-info div p {
    font-size: var(--body-font-body-xs);
    line-height: var(--lh-xs-2);
  }
}
.event-list-card .event-meta {
  font-size: var(--body-font-body-md);
  line-height: var(--lh-md-3);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--sp-0);
  flex: none;
  width: 330px;
  padding-left: var(--elem-md-2);
}
@media all and (max-width: 1200px) {
  .event-list-card .event-meta {
    line-height: var(--lh-xs-3);
    width: 100%;
    padding-left: var(--sp-0);
  }
}
@media all and (max-width: 1200px) {
  .event-list-card .event-meta {
    font-size: var(--body-font-body-xs);
    line-height: var(--lh-xs-2);
  }
}
.event-list-card .event-meta span {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semibold);
  color: #000000;
}
@media (min-width: 1700px) {
  .event-list-card .event-meta span {
    font-size: var(--body-font-body);
  }
}
.event-list-card .event-type {
  width: 270px;
  padding-left: var(--elem-sm-1);
}
@media all and (max-width: 1200px) {
  .event-list-card .event-type {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .event-list-card .event-type {
    padding-left: var(--sp-0);
  }
}
.event-list-card.event-gdf .event-img-info div h6 {
  color: var(--color-dark-gdf-surface-01);
}
.event-list-card.event-gdf .event-img-info div h6 a {
  color: inherit;
}
.event-list-card.event-gdf .event-img-info div h6 a:hover {
  color: inherit;
}

.event-list-row-border {
  border-top: 1px solid var(--color-border-grey);
  margin-bottom: var(--container-md-3);
}

.single-event .img-content-block-section .img-content-block-thumbnail {
  position: sticky;
  top: 200px;
}
.single-event .img-content-block-section.bg-green .img-content-block-info p {
  color: white;
}
.single-event .img-content-block-section.bg-green .img-content-block-info ul li {
  color: white;
}
.single-event .img-content-block-section.bg-green .img-content-block-info ul li::marker {
  color: white;
}

.ad-wrapper {
  padding-block: var(--container-md-3);
}

.ad-container-small {
  margin: 0 auto;
}
.ad-container-small p {
  color: var(--color-neutral-grey-40);
  line-height: 80px;
  text-align: center;
  background: var(--color-text-light-content);
}
.ad-container-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-container-small.banner-ad-468-60 {
  align-content: center;
}
.ad-container-small.banner-ad-728-90 {
  align-content: center;
}

.border-green {
  border: 1px solid var(--color-border-green);
}

.border-blue {
  border: 1px solid var(--color-dark-gdf-surface-01);
}

.standard-content .meta {
  margin-bottom: var(--elem-md-2);
}
.standard-content .meta .date {
  font-size: var(--body-font-body-lg);
  font-family: var(--font-primary);
  font-style: italic;
  color: var(--color-text-italic-heading-wi);
  letter-spacing: -0.01em;
  text-decoration: underline;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .standard-content .meta .date {
    font-size: 18px;
    line-height: 24px;
  }
}
.standard-content h1 {
  line-height: var(--lh-xl-2);
  margin-bottom: var(--elem-lg-3);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .standard-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  .standard-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .standard-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .standard-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.standard-content h2 {
  margin-bottom: var(--elem-md-2);
}
.standard-content h2 strong {
  font-weight: 600 !important;
}
@media all and (max-width: 575px) {
  .standard-content h2 {
    line-height: 34px;
    font-size: 26px;
  }
}
.standard-content h3,
.standard-content h4 {
  margin-bottom: var(--elem-md-2);
}
.standard-content h3 strong,
.standard-content h4 strong {
  font-weight: 600 !important;
}
.standard-content p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.standard-content p img:last-child {
  margin-bottom: 0;
}
.standard-content figure {
  margin-bottom: var(--elem-md-2);
}
.standard-content .wp-caption {
  margin-bottom: var(--elem-md-2);
  width: 100% !important;
}
.standard-content .wp-caption img {
  width: 100%;
}
.standard-content .wp-caption .wp-caption-text {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-1);
  font-style: italic;
  margin-top: 10px;
  font-weight: 500;
}
.standard-content figure {
  position: relative;
}
.standard-content figure.wef-green::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--s-2) * 128);
  height: calc(var(--s-2) * 64);
  background: url(../images/WEF-Logo_White_Horizontal.svg) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .standard-content figure.wef-green::before {
    width: 150px;
    height: 70px;
  }
}
.standard-content figure.gdf-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--s-2) * 128);
  height: calc(var(--s-2) * 64);
  background: url(../images/GDF-Logo_White_Horizontal.svg) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .standard-content figure.gdf-blue::before {
    width: 150px;
    height: 70px;
  }
}

.article-container {
  display: flex;
  gap: var(--container-sm-1);
  max-width: 930px;
  margin-top: var(--container-md-3);
  margin-left: auto;
  margin-right: auto;
}

.single-article-share-btn {
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: var(--color-dark-green-surface-01);
  border-radius: 50px;
  box-shadow: -1px 6px 12.15px 0 rgba(0, 0, 0, 0.2588235294);
  display: none;
}
.single-article-share-btn i {
  display: inline-block;
  height: 20px;
}
.single-article-share-btn i img {
  vertical-align: baseline;
}

@media all and (max-width: 767px) {
  .single-article-social {
    transition: 0.3s all;
    transform: scale(0);
    transform-origin: bottom;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 21px;
  }
}
.single-article-social.single-article-social-open {
  transform: scale(1);
}
.single-article-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--elem-sm-4);
  position: sticky;
  top: 180px;
}
.single-article-social ul li {
  margin: 0;
}
.single-article-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: var(--elem-md-1);
  background: var(--color-text-content-color);
  height: var(--s-48);
  width: var(--s-48);
  transition: 0.3s all;
}
@media all and (max-width: 767px) {
  .single-article-social ul li a {
    font-size: var(--body-font-body-sm);
    height: var(--s-40);
    width: var(--s-40);
    box-shadow: 0px 5px 24px 0px #00000029;
  }
}
.single-article-social ul li a:hover {
  background: var(--color-dark-green-surface-01);
}

.single-article-sidebar {
  width: 300px;
  height: max-content;
  flex: none;
  position: sticky;
  top: 200px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .single-article-sidebar {
    width: 280px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-article-sidebar {
    width: 280px;
  }
}
@media all and (max-width: 1200px) {
  .single-article-sidebar {
    width: 260px;
  }
}
@media all and (max-width: 991px) {
  .single-article-sidebar {
    width: 240px;
  }
}
@media all and (max-width: 767px) {
  .single-article-sidebar {
    display: none;
  }
}
.single-article-sidebar .ad-container-small img {
  width: 100%;
}

.admin-bar .single-article-sidebar {
  top: 230px;
}

.ad-container-sidebar {
  margin-bottom: 30px;
}
.ad-container-sidebar:last-child {
  margin-bottom: 0;
}

.standard-content .article-container-section .container {
  padding: 0 !important;
}

.article-container-section {
  padding: 0;
  background: initial;
}

.article-flexible-container {
  display: flex;
  gap: var(--container-sm-1);
  margin-top: var(--container-md-3);
  margin-bottom: var(--container-md-3);
  margin-left: auto;
  margin-right: auto;
}

.article-content h2 {
  margin-bottom: var(--elem-md-2);
}
.article-content h2 strong {
  font-weight: 600 !important;
}
@media all and (max-width: 575px) {
  .article-content h2 {
    line-height: 34px;
    font-size: 26px;
  }
}
.article-content h3,
.article-content h4 {
  margin-bottom: var(--elem-md-2);
}
.article-content h3 strong,
.article-content h4 strong {
  font-weight: 600 !important;
}
.article-content figure {
  margin-bottom: var(--elem-md-2);
}
.article-content .wp-caption {
  margin-bottom: var(--elem-md-2);
  width: 100% !important;
}
.article-content .wp-caption img {
  width: 100%;
}
.article-content .wp-caption .wp-caption-text {
  font-size: var(--body-font-body-sm);
  line-height: var(--lh-sm-1);
  font-style: italic;
  margin-top: 10px;
  font-weight: 500;
}
.article-content p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.article-content p img:last-child {
  margin-bottom: 0;
}
.article-content figure {
  position: relative;
}
.article-content figure.wef-green::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--s-2) * 128);
  height: calc(var(--s-2) * 64);
  background: url(../images/WEF-Logo_White_Horizontal.svg) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .article-content figure.wef-green::before {
    width: 150px;
    height: 70px;
  }
}
.article-content figure.gdf-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--s-2) * 128);
  height: calc(var(--s-2) * 64);
  background: url(../images/GDF-Logo_White_Horizontal.svg) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .article-content figure.gdf-blue::before {
    width: 150px;
    height: 70px;
  }
}

.contact-details-wrapper {
  display: flex;
  gap: var(--container-md-1);
  padding: var(--container-sm-3) var(--container-sm-1);
  background: var(--color-light-green-surface-02) url(../images/contact-us/contact-details-bg.png) no-repeat center/cover;
}
@media all and (max-width: 991px) {
  .contact-details-wrapper {
    flex-direction: column;
  }
}

.contact-newsletter {
  max-width: 600px;
  padding: var(--container-md-3);
  background: var(--color-dark-green-surface-01);
}
@media all and (max-width: 991px) {
  .contact-newsletter {
    max-width: 100%;
  }
}
.contact-newsletter h2 {
  color: white;
  letter-spacing: -0.02em;
  margin-bottom: var(--elem-lg-4);
}
.contact-newsletter h2 span {
  color: var(--color-primary-30);
}

.contact-details {
  padding: var(--container-xs-3);
}
@media all and (max-width: 767px) {
  .contact-details {
    padding: var(--s-20) 0 0;
  }
}
.contact-details h3 {
  margin-bottom: var(--elem-sm-1);
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: var(--elem-md-4);
  padding-top: var(--elem-md-1);
  padding-bottom: var(--elem-sm-3);
  margin-bottom: var(--elem-sm-1);
}
.contact-info-card:last-child {
  margin-bottom: var(--sp-0);
}
.contact-info-card figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  flex: none;
  background: white;
}
@media all and (max-width: 575px) {
  .contact-info-card figure {
    height: 44px;
    width: 44px;
  }
}
.contact-info-card figure img {
  display: inline-block;
  height: var(--elem-md-4);
  width: var(--elem-md-4);
}
.contact-info-card p {
  font-family: var(--font-primary);
  font-size: var(--headings-h6);
  margin-bottom: var(--elem-xs-2);
  letter-spacing: -0.01em;
}
.contact-info-card a {
  color: var(--color-text-content-color);
}
.contact-info-card a:hover {
  color: var(--color-dark-green-surface-01);
}

.contact-social p {
  font-family: var(--font-primary);
  font-size: var(--headings-h6);
  margin-bottom: var(--elem-md-2);
  letter-spacing: -0.01em;
}
.contact-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.contact-social ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .contact-social ul {
    gap: 10px;
  }
}
.contact-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: var(--elem-md-1);
  background: var(--color-text-heading-color);
  height: var(--elem-xl-1);
  width: var(--elem-xl-1);
}
@media all and (max-width: 575px) {
  .contact-social ul li a {
    height: var(--s-40);
    width: var(--s-40);
  }
}

.contact-location-card {
  background: var(--color-light-grey-surface);
  padding: var(--container-sm-1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-location-card figure {
  margin-bottom: var(--elem-lg-4);
}
.contact-location-card h3 {
  margin-bottom: var(--elem-sm-1);
}
.contact-location-card p {
  margin-bottom: var(--elem-sm-4);
}
.contact-location-card .btn, .contact-location-card input[type=submit] {
  margin-top: auto;
  width: max-content;
}

.contact-location-name-card {
  background: white;
  padding: var(--container-md-1);
  margin-top: var(--elem-lg-4);
}
.contact-location-name-card h3 {
  margin-bottom: var(--elem-sm-3);
}
.contact-location-name-card p {
  margin-bottom: var(--sp-0);
}

.email-contact-row {
  margin-left: calc(var(--s-12) * -1);
  margin-right: calc(var(--s-12) * -1);
  margin-bottom: var(--container-lg-4);
  row-gap: 24px;
}
.email-contact-row > [class*=col] {
  padding-left: var(--s-12);
  padding-right: var(--s-12);
}
.email-contact-row:last-child {
  margin-bottom: 0;
}

.email-contact-card {
  height: 100%;
  background: var(--color-dark-green-surface-02);
  padding: var(--elem-md-3) var(--elem-md-4);
}
.email-contact-card h3 {
  color: var(--color-neutral-white);
  margin-bottom: var(--elem-sm-3);
}
.email-contact-card p {
  color: var(--color-neutral-white);
  opacity: 0.7;
  margin-bottom: var(--sp-0);
}
.email-contact-card a {
  font-size: var(--body-font-body);
  color: var(--color-neutral-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.email-contact-card a:hover {
  text-decoration: none;
}

.contact-cta-section {
  position: relative;
  overflow: hidden;
}
.contact-cta-section::after {
  content: "";
  position: absolute;
  inset: var(--sp-0);
  background: url(../images/contact-us/pattern-bg.png) no-repeat center/cover;
  z-index: 1;
  pointer-events: none;
}

.contact-cta-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--color-neutral-white);
  padding: var(--container-md-1);
  min-height: 284px;
}
.contact-cta-card h3 span {
  font-style: italic;
  font-weight: var(--font-weight-regular);
  color: var(--color-text-italic-heading-wi);
}
.contact-cta-card p {
  line-height: var(--lh-md-3);
  margin-bottom: var(--elem-md-2);
}
.contact-cta-card .btn, .contact-cta-card input[type=submit] {
  margin-top: auto;
}

.bg-light-grey .contact-location-card, .bg-light-green .contact-location-card, .bg-light-blue .contact-location-card, .bg-green .contact-location-card, .bg-blue .contact-location-card {
  background: white;
}

.bg-green .contact-location-card h4, .bg-blue .contact-location-card h4 {
  color: var(--color-text-heading-color);
}
.bg-green .contact-location-card p, .bg-green .contact-location-card p strong, .bg-green .contact-location-card a:not(.btn):not(input[type=submit]), .bg-green .contact-location-card p a, .bg-blue .contact-location-card p, .bg-blue .contact-location-card p strong, .bg-blue .contact-location-card a:not(.btn):not(input[type=submit]), .bg-blue .contact-location-card p a {
  color: var(--color-text-content-color) !important;
}

.bg-blue .email-contact-card {
  background: var(--color-gdf-60);
}

.accordion.default-accordion .accordion-item {
  border: var(--sp-0);
  border-radius: var(--sp-0) !important;
  margin-bottom: 0px;
  background: transparent;
}
.accordion.default-accordion .accordion-item .accordion-header .accordion-button {
  font: inherit !important;
  color: var(--color-text-heading-color);
  border-radius: var(--sp-0) !important;
  box-shadow: none;
  padding: var(--elem-md-3) 0;
  border-bottom: 1px solid var(--color-border-grey);
}
.accordion.default-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  width: 20px;
  height: 22px;
  background: url(../images/accordion-down-arrow.svg) no-repeat center/contain;
}
.accordion.default-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-dark-green-surface-01);
  border-color: var(--color-border-grey);
}
.accordion.default-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/accordion-down-arrow-active.svg) no-repeat center/contain;
}
.accordion.default-accordion .accordion-item .accordion-body {
  padding: var(--elem-md-4) var(--sp-0) var(--elem-md-4);
}
.accordion.default-accordion .accordion-item:last-child {
  margin-bottom: var(--sp-0);
}

.scroll-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-40);
  padding-inline: var(--container-md-1);
  position: relative;
  height: 840px;
  overflow: hidden;
  padding-top: var(--sp-0);
  padding-bottom: var(--sp-0);
}
@media all and (max-width: 1200px) {
  .scroll-section {
    height: auto;
    flex-direction: column;
    padding: var(--container-xl-4) var(--container-md-1);
  }
}
@media all and (max-width: 1200px) {
  .scroll-section {
    gap: var(--s-20);
  }
}
.scroll-section .position-relative {
  margin-top: auto;
}
@media all and (max-width: 1200px) {
  .scroll-section .position-relative {
    order: 1;
  }
}
.scroll-section .images.left-images {
  transform: translateY(-300px);
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .scroll-section .images.left-images {
    transform: translateY(-90px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .scroll-section .images.left-images {
    transform: translateY(-90px);
  }
}
@media all and (max-width: 1200px) {
  .scroll-section .images.left-images {
    transform: none;
  }
}

.images {
  display: flex;
  flex-direction: column;
  gap: var(--container-xl-1);
  width: 510px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .images {
    width: 380px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .images {
    width: 350px;
  }
}
@media all and (max-width: 1200px) {
  .images {
    width: auto;
    flex-direction: row;
    gap: var(--s-40);
  }
}
@media all and (max-width: 575px) {
  .images {
    gap: var(--s-20);
  }
}
.images figure {
  position: relative;
  max-width: 430px;
}
.images figure:nth-child(even) {
  margin-left: auto;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .images figure:nth-child(even) {
    left: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .images figure:nth-child(even) {
    left: 30px;
  }
}
.images figure:last-child {
  margin-bottom: 0;
}

.scroll-content {
  max-width: 680px;
}
@media all and (min-width: 1441px) and (max-width: 1760px) {
  .scroll-content {
    max-width: 580px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .scroll-content {
    max-width: 580px;
  }
}
.scroll-content .h5 {
  display: block;
  letter-spacing: -0.01em;
  margin-bottom: var(--elem-md-4);
}

.theme-gdf p a {
  color: var(--color-text-heading-color);
}
.theme-gdf p a:hover {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn, .theme-gdf input[type=submit] {
  background-color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn::before, .theme-gdf input[type=submit]::before {
  background: var(--color-dark-gdf-surface-02);
}
.theme-gdf .btn-outline-white::before {
  background: var(--color-neutral-white);
}
.theme-gdf .hero-intro-without-bg h1 span,
.theme-gdf .hero-intro-without-bg h2 span {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf h2 span {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .breadcrumb li.active {
  color: var(--color-dark-gdf-surface-01) !important;
}
.theme-gdf.bg-blue .breadcrumb li.active {
  color: var(--color-neutral-white) !important;
}
.theme-gdf.bg-blue .breadcrumb li::before {
  filter: brightness(0) invert(1);
}
.theme-gdf .newsletter-cta-card.bg-white p a {
  color: var(--color-neutral-grey-80) !important;
}
.theme-gdf .hero-info .breadcrumb li.active {
  color: var(--color-neutral-white) !important;
}
.theme-gdf .standard-content .meta .date {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .accordion.default-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .accordion.default-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/accordion-down-arrow-gdf-active.svg) no-repeat center/contain;
}
.theme-gdf .show-form-card-sm i {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .btn-link-with-arrow {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-link-with-arrow::before {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-link-with-arrow::after {
  background-image: url(../images/btn-arrow-sprite-blue.svg);
}
.theme-gdf .btn-link-with-arrow:hover, .theme-gdf .btn-link-with-arrow:focus, .theme-gdf .btn-link-with-arrow:active, .theme-gdf .btn-link-with-arrow:active:focus {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-link-with-arrow:hover::before, .theme-gdf .btn-link-with-arrow:focus::before, .theme-gdf .btn-link-with-arrow:active::before, .theme-gdf .btn-link-with-arrow:active:focus::before {
  width: 0%;
}
.theme-gdf .btn-white-hover-black {
  background: var(--color-neutral-white);
  color: var(--color-neutral-black);
}
.theme-gdf .btn-white-hover-black::before {
  background: var(--color-neutral-black);
}
.theme-gdf .btn-white-hover-black::after {
  background-image: url(../images/btn-arrow-sprite-black-white.svg);
}
.theme-gdf .btn-white-hover-black:hover, .theme-gdf .btn-white-hover-black:focus, .theme-gdf .btn-white-hover-black:active, .theme-gdf .btn-white-hover-black:active:focus {
  background: var(--color-neutral-black);
  color: var(--color-neutral-white);
}
.theme-gdf .btn-outline {
  background: transparent;
  color: var(--color-dark-gdf-surface-01);
  border: 1px solid var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-outline::before {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-outline::after {
  background-image: url(../images/btn-arrow-sprite-blue-white.svg);
}
.theme-gdf .btn-outline:hover, .theme-gdf .btn-outline:focus, .theme-gdf .btn-outline:active, .theme-gdf .btn-outline:active:focus {
  color: var(--color-neutral-white);
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-white {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-white::before {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .btn-white::after {
  background-image: url(../images/btn-arrow-sprite-blue.svg);
}
.theme-gdf .btn-white:hover, .theme-gdf .btn-white:focus, .theme-gdf .btn-white:active, .theme-gdf .btn-white:active:focus {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-news-card {
  background: transparent !important;
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .btn-news-card::before {
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px !important;
  border: 1px solid var(--color-gdf-90);
}
.theme-gdf .btn-news-card::after {
  background: url(../images/news-card-btn-icon-blue.svg) no-repeat center/18px;
  border: 1px solid var(--color-gdf-90);
}
.theme-gdf .btn-news-card:hover, .theme-gdf .btn-news-card:focus, .theme-gdf .btn-news-card:active, .theme-gdf .btn-news-card:active:focus {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .swp-item .swp-buy-button-wrapper .swp-btn {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .swp-item .swp-buy-button-wrapper .swp-btn::before {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .swp-item .swp-buy-button-wrapper .swp-btn::after {
  background-image: url(../images/btn-arrow-sprite-blue.svg);
}
.theme-gdf .news-card .news-card-category {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .news-card h3 a:hover {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .pagination-wrapper .pagination a,
.theme-gdf .pagination-wrapper .pagination span {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .pagination-wrapper .pagination a:hover,
.theme-gdf .pagination-wrapper .pagination span:hover {
  background: var(--color-dark-gdf-surface-01);
  color: #ffffff;
}
.theme-gdf .pagination-wrapper .pagination .active a {
  background: var(--color-dark-gdf-surface-01);
  color: #ffffff;
}
.theme-gdf .pagination-wrapper .pagination .page-item.previous a,
.theme-gdf .pagination-wrapper .pagination .page-item.next a {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .pagination-wrapper .pagination .page-item.previous a::before,
.theme-gdf .pagination-wrapper .pagination .page-item.next a::before {
  background: var(--color-dark-gdf-surface-02);
}
.theme-gdf .pagination-wrapper .pagination .page-item.previous span.disabled,
.theme-gdf .pagination-wrapper .pagination .page-item.next span.disabled {
  background: var(--color-light-gdf-surface-01);
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .contact-details-wrapper {
  background-color: var(--color-light-gdf-surface-02);
}
.theme-gdf .contact-newsletter {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .contact-newsletter h2 {
  color: white;
}
.theme-gdf .contact-newsletter h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.theme-gdf .contact-newsletter .btn, .theme-gdf .contact-newsletter input[type=submit] {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .contact-newsletter .btn::before, .theme-gdf .contact-newsletter input[type=submit]::before {
  background: var(--color-light-gdf-surface-01);
}
.theme-gdf .contact-newsletter .btn::after, .theme-gdf .contact-newsletter input[type=submit]::after {
  background-image: url(../images/btn-arrow-sprite-blue.svg);
}
.theme-gdf .contact-newsletter .btn:hover, .theme-gdf .contact-newsletter input[type=submit]:hover, .theme-gdf .contact-newsletter .btn:focus, .theme-gdf .contact-newsletter input[type=submit]:focus, .theme-gdf .contact-newsletter .btn:active, .theme-gdf .contact-newsletter input[type=submit]:active, .theme-gdf .contact-newsletter .btn:active:focus {
  background: var(--color-neutral-white);
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .email-contact-card {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .img-content-block-info .entrance-location-card-list .entrance-location-card {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .course-map-card .course-map-card-link {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .course-map-card .course-map-card-link img {
  filter: invert(17%) sepia(91%) saturate(1348%) hue-rotate(186deg) brightness(50%) contrast(103%);
}
.theme-gdf .course-map-card .course-map-card-link:hover {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .course-map-card .course-map-card-link:hover img {
  filter: brightness(0) invert(1);
}
.theme-gdf.bg-blue h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.theme-gdf.bg-blue .swp-item .wps-component-products-title h2 {
  color: var(--color-neutral-white);
}
.theme-gdf.bg-blue .swp-item .swp-product-pricing .swp-product-price {
  color: var(--color-neutral-white);
}
.theme-gdf.bg-blue .swp-item .swp-buy-button-wrapper .swp-btn {
  color: var(--color-neutral-white);
}
.theme-gdf.bg-blue .swp-item .swp-buy-button-wrapper .swp-btn::before {
  background: var(--color-neutral-white);
}
.theme-gdf.bg-blue .swp-item .swp-buy-button-wrapper .swp-btn::after {
  background-image: url(../images/btn-arrow-sprite-white.svg);
}
.theme-gdf + .footer-logo-carousel-section h2 span {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .img-content-block-info .img-content-block-cta {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .img-content-block-info .img-content-block-cta a {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .livestream-card .btn, .theme-gdf .livestream-card input[type=submit] {
  background-color: transparent;
}
.theme-gdf .livestream-card .btn::before, .theme-gdf .livestream-card input[type=submit]::before {
  background: var(--color-neutral-black);
}
.theme-gdf .event-list-card .event-img-info a {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .event-button-tab ul li.nav-item .btn.active, .theme-gdf .event-button-tab ul li.nav-item input.active[type=submit] {
  background: var(--color-dark-gdf-surface-01);
  border-color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .press-release-card div h6 a:hover {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .press-release-card .press-release-card-link {
  background: #ebf7fd;
}
.theme-gdf .press-release-card .press-release-card-link:hover {
  background: var(--color-dark-gdf-surface-01);
}
.theme-gdf .show-form-card i {
  background: var(--color-light-gdf-surface-02);
}
.theme-gdf .calendar-links-dropdown .calendar-options a {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .media-info li a {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf .media-info li a:hover {
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf blockquote {
  background: #ebf7fd;
  color: var(--color-dark-gdf-surface-01);
}
.theme-gdf blockquote::before {
  background: url(../images/quote-up-solid-blue.svg) no-repeat center/contain;
}
.theme-gdf blockquote::after {
  background: url(../images/quote-down-solid-blue.svg) no-repeat center/contain;
}
.theme-gdf .event-list-card {
  border-color: var(--color-border-gdf);
}
.theme-gdf .press-release-card .press-release-card-link img {
  filter: invert(0%) sepia(100%) saturate(1266%) hue-rotate(186deg) brightness(90%) contrast(105%);
}
.theme-gdf .press-release-card .press-release-card-link:hover img {
  filter: brightness(0) invert(1);
}
.theme-gdf .email-contact-card p a {
  color: var(--color-neutral-white);
}

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