/* ===================================================================
*  main styles
* ------------------------------------------------------------------- */
:root {
  --pdLR-large-screen: clamp(16px, 6.5%, 94px);
  --pdLR-tab-mob: 8%;
  --pdLR-HF: 30px;
  --space-section: clamp(100px, calc(31.42857142857143px + 8.928571428571429vw), 160px);
  --black: #000000;
  --white: #ffffff;
  --green: #5F7847;
  --light-green: #33eea1;
  --blue: #302878;
  --softGrey: #f0f0f0;
  --grey: #E2E2E2;
  --hardGrey: #777777;
  --pageBGColor: #ffffff;
  --tableTH: #595959;
  --tableth: #595959;
  --title: "Lora", serif;
  --text: "Gotham Book", sans-serif;
}

.container-FW {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 var(--pdLR-large-screen);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .container {
    max-width: 768px;
    padding: 0 var(--pdLR-tab-mob);
  }
}
@media only screen and (max-width: 480px) {
  .container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 var(--pdLR-tab-mob);
  }
}
.container::after, .container::before {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title);
  position: relative;
}

h1 {
  font-family: var(--title);
  font-size: clamp(44px, 28.5px + 3.2291666667vw, 75px);
  line-height: clamp(53px, 37.5px + 3.2291666667vw, 84px);
  font-weight: 500;
  color: var(--white);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: var(--title);
  font-size: clamp(32px, 25px + 1.4583333333vw, 46px);
  line-height: clamp(41px, 34px + 1.4583333333vw, 55px);
  font-weight: 500;
  color: var(--black);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

h2.home-hero-title {
  font-family: var(--title);
  font-size: clamp(44px, 28.5px + 3.2291666667vw, 75px);
  line-height: clamp(53px, 37.5px + 3.2291666667vw, 84px);
  font-weight: 500;
  color: var(--white);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 300;
  color: var(--white);
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-family: var(--title);
  font-size: clamp(12px, 10px + 0.4166666667vw, 16px);
  line-height: clamp(21px, 17.5px + 0.7291666667vw, 28px);
  color: var(--green);
  font-weight: 600;
  letter-spacing: 3px;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

h5 {
  font-family: var(--text);
  font-size: clamp(14px, 13px + 0.2083333333vw, 16px);
  line-height: clamp(23px, 20.5px + 0.5208333333vw, 28px);
  color: var(--green);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: var(--text);
  font-size: clamp(16px, 15px + 0.2083333333vw, 18px);
  line-height: clamp(25px, 23.5px + 0.3125vw, 28px);
  color: var(--black);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border-style: none;
}

.text_img_logo_green {
  display: inline-block;
  max-width: 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
a:focus, a:active {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

select,
select option,
video,
iframe {
  cursor: pointer;
}

button {
  background-color: none;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
button:focus, button:active {
  outline: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}

.section_identifier {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.section_identifier .icon {
  width: clamp(20px, 15px + 1.0416666667vw, 30px);
}
.section_identifier h4.name {
  color: var(--green);
  text-transform: uppercase;
}

.section_link_cta,
.related-news-card_info_cta,
.news-card_info_cta,
.news-destak_info_cta {
  display: flex;
  gap: clamp(15px, 7.5px + 1.5625vw, 30px);
  background-color: none;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.section_link_cta .icon,
.related-news-card_info_cta .icon,
.news-card_info_cta .icon,
.news-destak_info_cta .icon {
  width: clamp(40px, 20px + 4.1666666667vw, 80px);
  transition: all 0.3s ease;
}
.section_link_cta span.text,
.related-news-card_info_cta span.text,
.news-card_info_cta span.text,
.news-destak_info_cta span.text {
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--text);
  font-size: clamp(14px, 13px + 0.2083333333vw, 16px);
  line-height: clamp(23px, 20.5px + 0.5208333333vw, 28px);
  color: var(--green);
  font-weight: 300;
  letter-spacing: 2px;
  font-style: normal;
  font-display: swap;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
}
.section_link_cta:hover .icon,
.related-news-card_info_cta:hover .icon,
.news-card_info_cta:hover .icon,
.news-destak_info_cta:hover .icon {
  transform: translate3d(15px, 0, 0);
}

.news-destak {
  padding: 10px;
}
.news-destak .news-destak_info_title {
  font-family: var(--title);
  font-size: clamp(32px, 25px + 1.4583333333vw, 46px);
  line-height: clamp(41px, 34px + 1.4583333333vw, 55px);
  font-weight: 500;
  color: var(--white);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  margin: clamp(10px, 5px + 1.0416666667vw, 20px) 0;
  font-style: normal;
}
.news-destak .news-destak_info_title a {
  color: inherit;
}
.news-destak .news-destak_info_excerpt {
  margin-bottom: clamp(10px, 5px + 1.0416666667vw, 20px);
}

.news-card {
  padding: 10px;
  transition: all 0.3s ease;
}
.news-card:hover {
  background-color: var(--white);
  transition: all 0.3s ease;
}
.news-card_info_title {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  margin: clamp(10px, 5px + 1.0416666667vw, 20px) 0;
  font-style: normal;
}
.news-card_info_title a {
  color: inherit;
}
.news-card_info_excerpt {
  margin-bottom: clamp(10px, 5px + 1.0416666667vw, 20px);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .news-card_info {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news-card_info {
    padding: 0 30px;
  }
}

.line-divider,
.page-divider {
  margin: 30px 0;
  border: 1px solid var(--grey);
}

.field-lines-top {
  position: absolute;
  top: -500px;
  right: -50px;
  max-width: 690px;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .field-lines-top {
    top: clamp(-350px, 3.0534351145px - 94.1475826972vw, -720px);
  }
}
@media only screen and (max-width: 480px) {
  .field-lines-top {
    top: clamp(-350px, 3.0534351145px - 94.1475826972vw, -720px);
  }
}

.field-lines-bottom {
  position: absolute;
  bottom: 320px;
  left: -50px;
  max-width: 1100px;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .field-lines-bottom {
    top: clamp(-350px, 3.0534351145px - 94.1475826972vw, -720px);
  }
}
@media only screen and (max-width: 480px) {
  .field-lines-bottom {
    top: clamp(-350px, 3.0534351145px - 94.1475826972vw, -720px);
  }
}

.field-lines-full-width {
  position: absolute;
  top: 90vh;
  left: 0;
  pointer-events: none;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: none;
  padding: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .field-lines-full-width {
    width: 1440px;
    top: initial;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .field-lines-full-width {
    width: 1440px;
    top: initial;
    bottom: 0;
  }
}

.section_full_width {
  width: 100vw;
  height: auto;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: none;
  padding: 0;
  position: relative;
}

.image_full_width {
  width: 100vw;
  height: 70vh;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
.image_full_width .image-reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  pointer-events: none;
  z-index: 2;
}
.image_full_width figure {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .image_full_width {
    height: 50vh;
  }
}
@media only screen and (max-width: 480px) {
  .image_full_width {
    height: 50vh;
  }
}
.image_full_width img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform-origin: center center;
}

.description-wrapper p.description {
  margin-bottom: 30px;
}

.text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}

@media screen and (min-width: 1441px) {
  .hide-els {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1281px) {
  .hide-ls {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .hide-ms {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-ss {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .hide-t {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .hide-m {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-all-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .hide-all-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .hide-all-sm {
    display: none !important;
  }
}

/* swiper slides 
* ----------------------------------------------- */
.swiper-controls {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
.swiper-controls .swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-controls .swiper-navigation .swiper-button-next,
.swiper-controls .swiper-navigation .swiper-button-prev {
  width: 100%;
  background-color: transparent;
}
.swiper-controls .swiper-navigation .swiper-next {
  position: absolute;
  bottom: 60px;
  right: -40px;
  width: 100%;
  max-width: 80px;
}
.swiper-controls .swiper-navigation .swiper-next .swiper-button-next {
  width: 100%;
  max-width: 100%;
  right: initial;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-controls .swiper-navigation .swiper-next .swiper-button-next:hover {
  transform: translate3d(15px, 0, 0);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .swiper-controls .swiper-navigation .swiper-next .swiper-button-next:hover {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 480px) {
  .swiper-controls .swiper-navigation .swiper-next .swiper-button-next:hover {
    transform: translate3d(0, 0, 0);
  }
}

/* dictionary definition style 
* ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

body.popup-open {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden !important;
  height: 100%;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

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

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

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

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

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

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

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

#page.lb-disable-scrolling {
  overflow: hidden !important;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: var(--softGrey);
  filter: alpha(Opacity=90);
  opacity: 0.9;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 9999999;
  font-weight: 400;
  outline: 0;
  display: flex;
  flex-direction: column-reverse;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 1px solid var(--lightRed);
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: transparent;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../imgs/icons/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  background: url(../imgs/icons/prev.png) 10% 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 480px) {
  .lb-nav a.lb-prev {
    opacity: 1;
  }
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: url(../imgs/icons/next.png) 90% 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 480px) {
  .lb-nav a.lb-next {
    opacity: 1;
  }
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: clamp(12px, 6.6550825369px + 0.6950477845vw, 20px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  color: var(--darkRed);
}

.lb-data .lb-caption a {
  color: inherit;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../imgs/icons/close-black.svg) top right no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  text-align: right;
  outline: 0;
  opacity: 0.7;
  transition: all 0.2s;
}
.lb-data .lb-close:hover {
  transform: rotate(90deg) scale(0.9);
}
@media only screen and (max-width: 480px) {
  .lb-data .lb-close {
    opacity: 1;
  }
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 99999;
}
.popup .popup-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: -webkit-backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
.popup .popup-content {
  padding: 0 60px 30px;
  width: 100%;
  max-width: clamp(700px, 328.6795827124px + 48.2861400894vw, 1024px);
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  z-index: 100000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .popup .popup-content {
    max-width: 90%;
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .popup .popup-content {
    max-width: 95%;
    padding: 0 30px 30px;
  }
}
.popup .popup-content .popup-header {
  position: sticky;
  top: 0;
  padding: 30px 0 10px;
}
.popup .popup-content .popup-header .close-popup {
  position: sticky;
  top: 0px;
  right: 0px;
  transform: translate3d(40px, -10px, 0px);
  float: right;
  width: clamp(20px, 10px + 2.0833333333vw, 40px);
  background: none;
  border: none;
  cursor: pointer;
  transform-origin: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .popup .popup-content .popup-header .close-popup {
    transform: translate3d(30px, -20px, 0px);
  }
}
@media only screen and (max-width: 480px) {
  .popup .popup-content .popup-header .close-popup {
    transform: translate3d(20px, -20px, 0px);
  }
}
.popup .popup-content .popup-header .close-popup img {
  transition: all 0.3s ease;
}
.popup .popup-content .popup-header .close-popup:hover img {
  transform: rotate(90deg) scale(0.9);
}

.popup-presiCap .popup-content {
  background-color: var(--white);
}
.popup-presiCap .popup-content .popup-header {
  background-color: var(--white);
}
.popup-presiCap .popup-content .popup-table table {
  width: 100%;
  border-collapse: collapse;
}
.popup-presiCap .popup-content .popup-table table thead {
  background-color: var(--hardGrey);
  position: sticky;
  top: clamp(95px, 86.9776453055px + 1.043219076vw, 102px);
  border-collapse: collapse;
  border: none;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .popup-presiCap .popup-content .popup-table table thead {
    top: clamp(91px, 84.2961672474px + 1.393728223vw, 95px);
  }
}
@media only screen and (max-width: 480px) {
  .popup-presiCap .popup-content .popup-table table thead {
    top: clamp(91px, 84.2961672474px + 1.393728223vw, 95px);
  }
}
.popup-presiCap .popup-content .popup-table table thead tr th {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
  color: var(--white);
  font-family: var(--text);
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .popup-presiCap .popup-content .popup-table table thead tr th {
    padding: 10px;
  }
  .popup-presiCap .popup-content .popup-table table thead tr th:nth-child(3), .popup-presiCap .popup-content .popup-table table thead tr th:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .popup-presiCap .popup-content .popup-table table thead tr th {
    padding: 10px;
  }
  .popup-presiCap .popup-content .popup-table table thead tr th:nth-child(3), .popup-presiCap .popup-content .popup-table table thead tr th:nth-child(4) {
    display: none;
  }
}
.popup-presiCap .popup-content .popup-table table tbody tr td {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
  color: var(--black);
  font-family: var(--text);
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .popup-presiCap .popup-content .popup-table table tbody tr td {
    padding: 10px;
  }
  .popup-presiCap .popup-content .popup-table table tbody tr td:nth-child(3), .popup-presiCap .popup-content .popup-table table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .popup-presiCap .popup-content .popup-table table tbody tr td {
    padding: 10px;
  }
  .popup-presiCap .popup-content .popup-table table tbody tr td:nth-child(3), .popup-presiCap .popup-content .popup-table table tbody tr td:nth-child(4) {
    display: none;
  }
}

.popup-vid .popup-content .popup-header {
  background-color: transparent;
}
.popup-vid .popup-content .media_content {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  align-content: center;
}
.popup-vid .popup-content .media_content iframe,
.popup-vid .popup-content .media_content video,
.popup-vid .popup-content .media_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-specialties .popup-content {
  background-color: var(--white);
}
.popup-specialties .popup-content .popup-header {
  background-color: var(--white);
  z-index: 1;
}
.popup-specialties .popup-content .specialties_content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}
.popup-specialties .popup-content .specialties_content .line-divider {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  border: 1px solid var(--black);
}
.popup-specialties .popup-content .specialties_content .title {
  color: var(--green);
}
.popup-specialties .popup-content .specialties_content .option_item {
  font-family: var(--title);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.popup-specialties .popup-content .specialties_content .footer {
  color: var(--green);
  font-family: var(--title);
  font-weight: 500;
  letter-spacing: 0.2px;
}

.popup[hidden] {
  display: none !important;
}

.popup-mobile {
  display: none;
}

@media (max-width: 768px) {
  .popup-desktop {
    display: none;
  }
  .popup-mobile {
    display: block;
  }
}
/* ===================================================================
*  template part - tabs-section
* ------------------------------------------------------------------- */
.tabs-wrapper .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-nav {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-nav {
    display: none;
  }
}
.tabs-wrapper .tabs-nav .tab-nav-item button {
  font-family: var(--text);
  font-size: clamp(12px, 11px + 0.2083333333vw, 14px);
  line-height: clamp(18px, 14px + 0.8333333333vw, 26px);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  color: var(--hardGrey);
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-nav .tab-nav-item button::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--hardGrey);
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-nav .tab-nav-item button:hover {
  color: var(--black);
}
.tabs-wrapper .tabs-nav .tab-nav-item button:hover::after {
  width: 100%;
  background-color: var(--black);
}
.tabs-wrapper .tabs-nav .tab-nav-item.active button {
  color: var(--black);
}
.tabs-wrapper .tabs-nav .tab-nav-item.active button::after {
  width: 100%;
  background-color: var(--black);
}
.tabs-wrapper .tabs-content {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-content {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-content {
    padding: 0;
  }
}
.tabs-wrapper .tabs-content .tab-panel {
  display: none;
}
.tabs-wrapper .tabs-content .tab-panel.active {
  display: block;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-content .tab-panel.active h3.accordion-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-content .tab-panel.active h3.accordion-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
.tabs-wrapper .tabs-content .tab-panel.active h3.accordion-toggle .icon {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-content .tab-panel {
    display: block;
  }
  .tabs-wrapper .tabs-content .tab-panel > :not(.accordion-toggle) {
    display: none;
  }
  .tabs-wrapper .tabs-content .tab-panel.active > :not(.accordion-toggle) {
    display: block;
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier .icon {
    width: clamp(20px, 15px + 1.0416666667vw, 30px);
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier h4.name {
    color: var(--green);
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-content .tab-panel {
    display: block;
  }
  .tabs-wrapper .tabs-content .tab-panel > :not(.accordion-toggle) {
    display: none;
  }
  .tabs-wrapper .tabs-content .tab-panel.active > :not(.accordion-toggle) {
    display: block;
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier .icon {
    width: clamp(20px, 15px + 1.0416666667vw, 30px);
  }
  .tabs-wrapper .tabs-content .tab-panel.active .tab_identifier h4.name {
    color: var(--green);
    text-transform: uppercase;
  }
}
.tabs-wrapper .tabs-content .tab-panel .accordion-toggle {
  display: none;
  font-family: var(--text);
  font-size: clamp(14px, 7.3333333333px + 1.3888888889vw, 18px);
  line-height: clamp(24px, 17.3333333333px + 1.3888888889vw, 28px);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  color: var(--hardGrey);
  text-transform: uppercase;
  padding: 10px 0px;
  position: relative;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .accordion-toggle::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--hardGrey);
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .accordion-toggle .icon {
  display: none;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-content .tab-panel .accordion-toggle .icon {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-content .tab-panel .accordion-toggle .icon {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .tabs-wrapper .tabs-content .tab-panel .accordion-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper .tabs-content .tab-panel .accordion-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
.tabs-wrapper .tabs-content .tab-panel .tab-text h1,
.tabs-wrapper .tabs-content .tab-panel .tab-text h2,
.tabs-wrapper .tabs-content .tab-panel .tab-text h3,
.tabs-wrapper .tabs-content .tab-panel .tab-text h4,
.tabs-wrapper .tabs-content .tab-panel .tab-text h5,
.tabs-wrapper .tabs-content .tab-panel .tab-text h6 {
  margin: 40px 0;
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p {
  margin-bottom: 20px;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a {
  color: var(--black);
  transition: all 0.3s ease;
  text-decoration: underline;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a:hover {
  color: var(--green);
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p span {
  display: block;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_arrow {
  color: var(--black);
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_arrow img {
  display: inline-block;
  max-width: 50px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_arrow:hover {
  color: var(--green);
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_arrow:hover img {
  transform: translate3d(15px, 0, 0);
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_logo_green {
  color: var(--black);
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p a.text_img_logo_green img {
  display: inline-block;
  max-width: 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text p .text_img_logo_green {
  display: inline-block;
  max-width: 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text ul li {
  list-style: initial;
  list-style-position: inside;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text ol li {
  list-style: auto;
  list-style-position: inside;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text li {
  font-family: var(--text);
  font-size: clamp(16px, 15px + 0.2083333333vw, 18px);
  line-height: clamp(25px, 23.5px + 0.3125vw, 28px);
  color: var(--black);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-title {
  margin: 40px;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-title h5 {
  text-align: center;
  font-family: var(--text);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 600;
  color: var(--green);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-style: italic;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper .table-custom {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 1px solid var(--tableTH);
  table-layout: auto;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper .table-custom th,
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper .table-custom td {
  border: 1px solid var(--grey);
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  text-wrap: balance;
  word-wrap: break-word;
}
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper .table-custom th p,
.tabs-wrapper .tabs-content .tab-panel .tab-table .table-wrapper .table-custom td p {
  font-size: clamp(12px, 1.5vw, 14px);
  color: inherit;
}
.tabs-wrapper .tabs-content .tab-panel .tab-iframe {
  position: relative;
  min-height: 500px;
}
.tabs-wrapper .tabs-content .tab-panel .tab-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}
.tabs-wrapper .tabs-content .tab-panel .tab-text,
.tabs-wrapper .tabs-content .tab-panel .tab-table,
.tabs-wrapper .tabs-content .tab-panel .tab-iframe,
.tabs-wrapper .tabs-content .tab-panel .tab_identifier {
  margin: 60px 0;
  opacity: 0;
  visibility: hidden;
}

header.site-header {
  position: fixed;
  display: block;
  top: 0;
  z-index: 6;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
header.site-header section.site-menu {
  width: 100%;
  z-index: 10;
  height: 110px;
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s ease-out;
}
header.site-header section.site-menu .container-FW {
  height: 100%;
}
header.site-header section.site-menu .container-FW .container {
  padding: 0 var(--pdLR-HF);
  height: 100%;
}
header.site-header section.site-menu .container-FW .container .site-menu_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content {
    justify-content: center;
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content .site-branding {
  position: relative;
}
header.site-header section.site-menu .container-FW .container .site-menu_content .site-branding a {
  display: flex;
  align-items: flex-end;
}
header.site-header section.site-menu .container-FW .container .site-menu_content .site-branding a img {
  width: 90px;
  height: auto;
  filter: none;
  transition: all 0.3s ease;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav {
  opacity: 1;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header {
  font-family: var(--text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header .home {
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header .home {
    display: block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header .home {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header .home {
    display: block;
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve {
  text-transform: uppercase;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve {
    display: none;
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve a {
  padding: 10px 35px;
  background-color: var(--white);
  color: var(--blue);
  border-radius: 2px;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li.link_reserve a:hover {
  background-color: var(--blue);
  color: var(--white);
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--blue);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve)::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve)::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve)::before {
    display: none;
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve) a {
  padding: 10px 13px;
  color: var(--white);
  position: relative;
  font-size: clamp(13px, 12px + 0.2083333333vw, 15px);
  transition: all 0.3s ease-out;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  color: var(--white);
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve) .submenu-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: inherit;
  padding-right: 13px;
  transition: transform 0.3s ease;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover a,
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:not(.link_reserve):hover::before {
  width: 100%;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  background-color: white;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li a {
  display: block;
  color: var(--blue);
  padding: 10px 13px;
  white-space: nowrap;
  font-size: clamp(10px, 9px + 0.2083333333vw, 12px);
  transition: all 0.3s ease;
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li:hover {
  background-color: var(--softGrey);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 40px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li a {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 40px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li a {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding-left: 40px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li .sub-menu li a {
    color: var(--white);
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav nav#site-nav #menu-header li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav {
    position: absolute;
    display: none;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    padding: 10% 0;
    background-color: var(--black);
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav {
    padding-left: 10%;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items {
    display: block;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: block;
    margin-top: 30px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link {
    width: 100%;
    padding-left: calc(10% + 10px);
    color: var(--green);
    font-family: var(--text);
    text-transform: uppercase;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link img {
    margin: 0 auto;
    max-width: 106px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link {
    padding-left: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link img {
    max-width: 63px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media i {
    font-size: 20px;
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav {
    position: absolute;
    display: none;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    padding: 10% 0;
    background-color: var(--black);
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav {
    padding-left: 10%;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items {
    display: block;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: block;
    margin-top: 30px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link {
    width: 100%;
    padding-left: calc(10% + 10px);
    color: var(--green);
    font-family: var(--text);
    text-transform: uppercase;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link img {
    margin: 0 auto;
    max-width: 106px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link {
    padding-left: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link img {
    max-width: 63px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media i {
    font-size: 20px;
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav {
    position: absolute;
    display: none;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    padding: 10% 0;
    background-color: var(--black);
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav {
    padding-left: 10%;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items {
    display: block;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link,
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: block;
    margin-top: 30px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .page-link {
    width: 100%;
    padding-left: calc(10% + 10px);
    color: var(--green);
    font-family: var(--text);
    text-transform: uppercase;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .logo-link img {
    margin: 0 auto;
    max-width: 106px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link {
    padding-left: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .reserve-link img {
    max-width: 63px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .menu-mobile-items .social-media i {
    font-size: 20px;
    color: var(--white);
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .btn_close {
  display: none;
  opacity: 0;
  color: var(--white);
  font-size: 35px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .btn_close {
    display: block;
    position: fixed;
    top: 53px;
    right: 47px;
    max-width: 35px;
    transform: translate3d(30px, 0, 0);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .btn_close {
    display: block;
    position: fixed;
    top: 53px;
    right: 47px;
    max-width: 35px;
    transform: translate3d(30px, 0, 0);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content #wrapper-nav .btn_close {
    display: block;
    position: fixed;
    top: 53px;
    right: 47px;
    max-width: 35px;
    transform: translate3d(30px, 0, 0);
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu {
  position: relative;
  background-color: transparent;
  width: 50px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu {
    display: flex;
    position: absolute;
    right: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu {
    display: flex;
    position: absolute;
    right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu {
    display: flex;
    position: absolute;
    right: 40px;
  }
}
header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu .btn_menu_hamburguer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
header.site-header section.site-menu .container-FW .container .site-menu_content .btn_menu .btn_menu_hamburguer span {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  display: block;
  transition: all 0.3s ease-out;
}
header.site-header section.site-menu.sticky {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  height: 90px;
  background-color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content .site-branding a img {
  filter: invert(78%) sepia(38%) saturate(506%) hue-rotate(62deg) brightness(99%) contrast(88%);
  width: 80px;
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li.link_reserve a {
  background-color: var(--blue);
  color: var(--white);
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li.link_reserve a:hover {
  background-color: var(--green);
  color: var(--white);
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover::before {
  width: 100%;
}
header.site-header section.site-menu.sticky .container-FW .container .site-menu_content .btn_menu .btn_menu_hamburguer span {
  background-color: var(--green);
}

/* Custom Header */
header.site-header.custom_header {
  background-color: var(--white);
  background-image: none;
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content .site-branding a img {
  filter: invert(78%) sepia(38%) saturate(506%) hue-rotate(62deg) brightness(99%) contrast(88%);
  width: 90px;
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li.link_reserve a {
  background-color: var(--blue);
  color: var(--white);
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li.link_reserve a:hover {
  background-color: var(--green);
  color: var(--white);
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) a {
    color: var(--white);
  }
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve) .submenu-toggle {
    color: var(--white);
  }
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
  color: var(--blue);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
@media only screen and (max-width: 480px) {
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover a,
  header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover .submenu-toggle {
    color: var(--white);
  }
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content #wrapper-nav #site-nav #menu-header li:not(.link_reserve):hover::before {
  width: 100%;
}
header.site-header.custom_header section.site-menu .container-FW .container .site-menu_content .btn_menu .btn_menu_hamburguer span {
  background-color: var(--green);
}

header.site-header.custom_header section.site-menu.sticky .container-FW .container .site-menu_content .site-branding a img {
  width: 80px;
}

/* ===================================================================
*  footer styles
* ------------------------------------------------------------------- */
footer {
  background-color: var(--black);
  position: relative;
  z-index: 5;
}
footer .container {
  padding: 70px var(--pdLR-HF);
}
footer .container .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--white);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
footer .container .footer-content > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
}
footer .container .footer-content > div a i,
footer .container .footer-content > div a p {
  color: var(--white);
  line-height: normal;
  font-size: clamp(13px, 11.5px + 0.3125vw, 16px);
  transition: all 0.3s ease;
}
footer .container .footer-content > div a i:hover,
footer .container .footer-content > div a p:hover {
  color: var(--green);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content > div {
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content > div {
    align-items: center;
  }
}
footer .container .footer-content p.title {
  font-family: var(--title);
  font-size: clamp(12px, 11px + 0.2083333333vw, 14px);
  color: var(--white);
  margin-bottom: 10px;
}
footer .container .footer-content_location .address {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
footer .container .footer-content_location .address .icon {
  margin-top: 4px;
}
footer .container .footer-content_location .address p {
  display: flex;
  flex-direction: column;
  text-decoration: underline;
  gap: 10px;
  line-height: initial;
  color: var(--white);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content_location .address p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content_location .address p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content_location .address {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content_location .address {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
footer .container .footer-content .logo_imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .container .footer-content .logo_imgs img {
  max-width: 90px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content .logo_imgs {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content .logo_imgs {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  footer .container .footer-content_opinion, footer .container .footer-content_social {
    width: 100%;
    align-items: center !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-content_opinion, footer .container .footer-content_social {
    width: 100%;
    align-items: center !important;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-content_opinion, footer .container .footer-content_social {
    width: 100%;
    align-items: center !important;
  }
}
footer .container .footer-rights {
  margin-top: 70px;
}
footer .container .footer-rights p {
  color: var(--white);
  text-align: center;
  font-size: clamp(13px, 11.5px + 0.3125vw, 16px);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  footer .container .footer-rights {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-rights {
    margin-top: 30px;
  }
}

/* ===================================================================
*  homepage
* ------------------------------------------------------------------- */
.page-template-page-home {
  background-color: var(--pageBGColor);
}
.page-template-page-home section#homeHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide {
  position: relative;
  align-content: center;
  width: 100%;
  height: 100%;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .background_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .background_content .imgBg,
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .background_content .video-thumbnail,
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .background_content iframe,
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .background_content video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content {
  position: relative;
  z-index: 2;
  align-content: center;
  text-align: center;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .logotipo {
  max-width: 216px;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .logotipo {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .logotipo {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .logotipo {
    display: none;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .title {
  display: block;
  text-align: center;
  margin: 50px;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .title {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .title {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .title {
    margin: 0 0 50px;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link {
  display: inline-flex;
  gap: 30px;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease-out;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link .arrow {
  display: inline-block;
  max-width: 63px;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link p {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link p::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 0.5s ease-out;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link:hover {
  transform: translate3d(0, -5px, 0);
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link:hover p::after {
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content .slide-link {
    display: none;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content a.slide-link_reserve {
  display: none;
  text-decoration: none;
  opacity: 0.7;
  background-color: #302878;
  padding: 10px 40px;
  color: var(--white);
  font-family: var(--text);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content a.slide-link_reserve {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content a.slide-link_reserve {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide .container .slide-content a.slide-link_reserve {
    display: inline-block;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls {
  height: 100px;
  padding: 0 var(--pdLR-large-screen);
  max-width: 1440px;
  justify-content: flex-start;
  gap: 1rem;
  z-index: 2;
  opacity: 0;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-counter {
  font-family: var(--title);
  font-size: clamp(13px, 11.5px + 0.3125vw, 16px);
  color: var(--white);
  padding: 10px;
  width: 70px;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-counter {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-counter {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-counter {
    display: none;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-navigation {
  max-width: 63px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-navigation {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-navigation {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-navigation {
    display: none;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-navigation .swiper-next {
  bottom: 50px;
  right: 0px;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination {
    width: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    left: 40px;
    top: -15px;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span {
    background: var(--white);
    width: 5px;
    height: 5px;
    transition: all 0.3s ease;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination {
    width: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    left: 40px;
    top: -15px;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span {
    background: var(--white);
    width: 5px;
    height: 5px;
    transition: all 0.3s ease;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination {
    width: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    left: 40px;
    top: -15px;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span {
    background: var(--white);
    width: 5px;
    height: 5px;
    transition: all 0.3s ease;
  }
  .page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .swiper-controls .swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .come-see {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .come-see .play_vid {
  max-width: 40px;
  margin: 0 auto 10px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .come-see .play_vid:hover {
  transform: scale(0.9);
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .come-see p {
  font-family: var(--title);
  color: var(--white);
  font-size: clamp(11px, 10px + 0.2083333333vw, 13px);
  letter-spacing: 1.75px;
  margin-bottom: 50px;
}
.page-template-page-home section#homeHero .containerFW .hero_content .swiper-home-hero .come-see .line-scroll {
  width: 1px;
  height: 0px;
  background-color: var(--white);
  position: absolute;
  top: 90px;
  animation: anime-scroll-line 3s ease-in-out infinite alternate;
}
@keyframes anime-scroll-line {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
.page-template-page-home section#homeHistory {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-template-page-home section#homeHistory .containerFW .container .history_content {
  padding-top: var(--space-section);
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeHistory .containerFW .container .history_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHistory .containerFW .container .history_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHistory .containerFW .container .history_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeHistory .containerFW .container .history_content .col_img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeHistory .containerFW .container .history_content .col_img {
    max-width: 90%;
  }
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_img .swiper-home-history {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_img .swiper-home-history .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-home section#homeHistory .containerFW .container .history_content .col_img .swiper-home-history .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-home section#homeLastNews {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content {
  padding: 200px 0;
  position: relative;
  z-index: 1;
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .link-page-blog {
  font-family: var(--text);
  font-size: clamp(14px, 13px + 0.2083333333vw, 16px);
  line-height: clamp(23px, 20.5px + 0.5208333333vw, 28px);
  color: var(--black);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .link-page-blog {
    bottom: 100px;
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .link-page-blog {
    bottom: 100px;
    left: 0;
    text-align: center;
  }
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid {
  display: grid;
  align-items: stretch;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid {
    grid-template-columns: 1fr;
  }
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid {
    grid-template-columns: 1fr;
  }
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card:nth-child(n+3) {
    display: none;
  }
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card:hover img:not(.icon) {
  transform: scale(1.05);
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card_image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card_cta .icon {
  max-width: 74px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeLastNews .containerFW .container .news_content .news-grid .news-card {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-home section#homeFieldMap {
  width: 100%;
  position: relative;
  background-color: var(--black);
}
.page-template-page-home section#homeFieldMap .containerFW .container .field-map_content {
  padding: 160px 0;
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#homeFieldMap .containerFW .container .field-map_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeFieldMap .containerFW .container .field-map_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeFieldMap .containerFW .container .field-map_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 6%;
}
.page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_text .title {
  color: var(--white);
  margin-bottom: 30px;
}
.page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_text p.description {
  color: var(--white);
}
.page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_img {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 690px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeFieldMap .containerFW .container .field-map_content .col_img {
    max-width: 90%;
  }
}
.page-template-page-home section#homeFieldMap .containerFW .page-divider {
  margin: 0 auto;
  border: 1px solid var(--white);
  max-width: 1420px;
}
@media (max-width: 1440px) {
  .page-template-page-home section#homeFieldMap .containerFW .page-divider {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-home section#homeFieldMap .containerFW .page-divider {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-home section#homeFieldMap .containerFW .page-divider {
    max-width: 50%;
  }
}

/* ===================================================================
*  page-history
* ------------------------------------------------------------------- */
.page-template-page-history {
  background-color: var(--pageBGColor);
}
.page-template-page-history section#historyHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-history section#historyHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-history section#historyHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-history section#historyHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-history section#historyHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-history section#historyHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-history section#historyHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-history section#historyHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-history section#historyFoundation {
  width: 100%;
  position: relative;
  z-index: 1;
  z-index: 1;
}
.page-template-page-history section#historyFoundation .containerFW .container .foundation_content {
  padding-top: var(--space-section);
  position: relative;
}
.page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 30%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container .foundation_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup {
  width: 100%;
  position: relative;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content {
  padding: clamp(50px, -7.1428571429px + 7.4404761905vw, 100px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_text {
  align-content: center;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--black);
  border-left: none;
  border-right: none;
  margin-left: -6.5%;
  text-align: left;
  max-width: 500px;
  opacity: 0;
  transform: translateX(-50px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_text .text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 860px;
  align-content: center;
  margin-right: -6.5%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(40px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper .video-content iframe,
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper .video-content video,
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports_content .col_media .media-content_wrapper .video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports-description {
  max-width: 64%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports-description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySportsGroup .sports-description {
    max-width: 100%;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup {
  width: 100%;
  position: relative;
  padding: var(--space-section) 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content {
  padding: clamp(50px, -7.1428571429px + 7.4404761905vw, 100px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_text {
  align-content: center;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--black);
  border-left: none;
  border-right: none;
  margin-left: -6.5%;
  text-align: left;
  max-width: 500px;
  opacity: 0;
  transform: translateX(-50px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_text .text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 860px;
  align-content: center;
  margin-right: -6.5%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(40px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper .video-content iframe,
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper .video-content video,
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf_content .col_media .media-content_wrapper .video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf-description {
  max-width: 64%;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf-description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyGolfGroup .golf-description {
    max-width: 100%;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup {
  position: relative;
  padding: var(--space-section) 0;
  background-color: var(--black);
  z-index: 2;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content {
  align-content: center;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content .line-divider {
  margin: 0 auto;
  max-width: 190px;
  border: 1px solid var(--white);
}
.page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content .text_highlight {
  color: var(--white);
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content .presiCap-popups {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content .presiCap-popups {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historyPresiCapGroup .presiCap-content .presiCap-popups {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup {
  position: relative;
  background-color: var(--green);
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top {
  align-content: center;
  position: relative;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: none;
  padding: var(--space-section) 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top .soccer-lines-top {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top .soccer-circles-top {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  pointer-events: none;
  max-width: clamp(300px, -89.6572280179px + 50.6706408346vw, 640px);
  z-index: 1;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top .soccer-top_content .line-divider {
  margin: 0 auto;
  max-width: 190px;
  border: 1px solid var(--white);
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top .soccer-top_content .title {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-top .soccer-top_content .text_highlight {
  color: var(--white);
  text-align: center;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup #image_full_width_soccer {
  z-index: 2;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup #image_full_width_soccer figcaption {
  position: absolute;
  bottom: -100px;
  left: 15%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup #image_full_width_soccer figcaption {
    bottom: -80px;
    left: var(--pdLR-tab-mob);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup #image_full_width_soccer figcaption {
    bottom: -80px;
    left: var(--pdLR-tab-mob);
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup #image_full_width_soccer figcaption p {
  font-size: clamp(10px, 8.5px + 0.3125vw, 13px);
  line-height: 180%;
  max-width: 400px;
  color: var(--white);
  padding: 0 40px 0 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom {
  align-content: center;
  position: relative;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: none;
  padding: var(--space-section) 0 0 0;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-lines-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  pointer-events: none;
  z-index: 1;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-circles-bottom {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0%, -30%);
  pointer-events: none;
  max-width: clamp(300px, 185.3949329359px + 14.9031296572vw, 400px);
  z-index: 1;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content {
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text .soccer-description {
  margin-top: 40px;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text .soccer-description p {
  color: var(--white);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text .soccer-description {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text .soccer-description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_text .soccer-description {
    max-width: 100%;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img {
    max-width: 90%;
  }
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img .swiper-history-soccer {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img .swiper-history-soccer .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-history section#historyFoundation .containerFW .container #historySoccerGroup .soccer-bottom .soccer-bottom_content .col_img .swiper-history-soccer .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-history section#historyTrophies {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 0;
}
.page-template-page-history section#historyTrophies .containerFW .container .trophies_content {
  padding-top: var(--space-section);
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content {
    margin-top: var(--space-section);
  }
}
.page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 30%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container .trophies_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup {
  width: 100%;
  position: relative;
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content {
  padding: clamp(50px, -7.1428571429px + 7.4404761905vw, 100px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_text {
  align-content: center;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--black);
  border-left: none;
  border-right: none;
  margin-right: -6.5%;
  text-align: left;
  max-width: 500px;
  opacity: 0;
  transform: translateX(50px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_text .text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 860px;
  align-content: center;
  margin-left: -6.5%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper .video-content iframe,
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper .video-content video,
.page-template-page-history section#historyTrophies .containerFW .container #historyTrophiesGroup .trophies_media_content .col_media .media-content_wrapper .video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===================================================================
*  page-club
* ------------------------------------------------------------------- */
.page-template-page-club {
  background-color: var(--pageBGColor);
}
.page-template-page-club section#clubHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-club section#clubHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-club section#clubHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-club section#clubHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-club section#clubHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-club section#clubHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-club section#clubHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-club section#clubHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-club section#clubSportsClub {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-club section#clubSportsClub .field-lines-bottom {
  bottom: -240px;
  left: -770px;
  max-width: 1300px;
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content {
  padding-top: var(--space-section);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img {
    max-width: 90%;
  }
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img .swiper-club-sportsClub {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img .swiper-club-sportsClub .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-club section#clubSportsClub .containerFW .container .sp_content .col_img .swiper-club-sportsClub .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-club section#clubSportsClub .containerFW .container .description2 {
  margin: var(--space-section) 0;
  max-width: 890px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .description2 {
    margin: 0;
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .description2 {
    margin: 0;
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .description2 {
    margin: 0;
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubSportsClub .containerFW .container .description2 {
    padding-top: 60px;
    padding-right: 0;
  }
}
.page-template-page-club section#clubFacilities {
  width: 100%;
  position: relative;
  background-color: var(--softGrey);
  padding-bottom: var(--space-section);
  z-index: 1;
}
.page-template-page-club section#clubFacilities .col_text-pattern {
  position: absolute;
  top: -15vh;
  right: 0;
  z-index: -1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 30%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubFacilities .col_text-pattern {
    max-width: 90%;
    top: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubFacilities .col_text-pattern {
    max-width: 90%;
    top: -90px;
  }
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content {
  padding-top: var(--space-section);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-left: 10%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text {
    padding-left: 0;
  }
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_text .description {
  font-size: clamp(12px, 10px + 0.4166666667vw, 16px);
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img {
    max-width: 90%;
    max-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img {
    max-width: 90%;
    max-height: auto;
  }
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img .swiper-club-facilities {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img .swiper-club-facilities .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-club section#clubFacilities .containerFW .container .facilities_content .col_img .swiper-club-facilities .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-club section#clubConduct {
  width: 100%;
  position: relative;
  background-color: var(--softGrey);
  padding-bottom: var(--space-section);
  z-index: 1;
}
.page-template-page-club section#clubConduct .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubConduct .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubConduct .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content {
  padding-top: var(--space-section);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 10%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_text .description {
  font-size: clamp(12px, 10px + 0.4166666667vw, 16px);
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img {
    max-width: 90%;
    max-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img {
    max-width: 90%;
    max-height: auto;
  }
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img .swiper-club-conduct {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img .swiper-club-conduct .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-club section#clubConduct .containerFW .container .conduct_content .col_img .swiper-club-conduct .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-club section#clubCorporate {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content {
  padding: var(--space-section) 0;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text-pattern {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text-pattern {
    max-width: 90%;
    top: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text-pattern {
    max-width: 90%;
    top: 90px;
  }
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content {
  display: flex;
  gap: 60px;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .section_date {
  position: relative;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .section_date span {
  display: block;
  transform: translate3d(-50px, 50px, 0) rotate(270deg);
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  color: var(--green);
  position: absolute;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-toggle {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: var(--green);
  font-weight: 600;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-toggle.open .icon {
  transform: rotate(180deg);
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-toggle .icon {
  float: right;
  transition: transform 0.3s ease;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-members {
  overflow: hidden;
  margin-top: 30px;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-members .members-list .member {
  margin-bottom: 10px;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-members .members-list .member .member-info {
  display: flex;
  flex-direction: column;
}
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-members .members-list .member .member-info .name,
.page-template-page-club section#clubCorporate .containerFW .container .corporate_content .col_text .departments_content .departments .department-members .members-list .member .member-info .role {
  font-family: var(--text);
  font-size: clamp(16px, 15px + 0.2083333333vw, 18px);
  line-height: clamp(25px, 23.5px + 0.3125vw, 28px);
  color: var(--black);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-club section#clubVidPopup {
  cursor: pointer;
}
.page-template-page-club section#clubVidPopup .image_full_width .play_vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: clamp(60px, 32.5px + 5.7291666667vw, 115px);
  height: clamp(60px, 32.5px + 5.7291666667vw, 115px);
  margin: 0 auto 10px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-template-page-club section#clubVidPopup .image_full_width .play_vid:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.page-template-page-club section#clubVidPopup .image_full_width .play_vid img {
  position: absolute;
  top: 0;
}
.page-template-page-club section#clubDocs {
  position: relative;
  padding: var(--space-section) 0;
  background-color: var(--black);
  z-index: 2;
}
.page-template-page-club section#clubDocs .docs-content {
  align-content: center;
}
.page-template-page-club section#clubDocs .docs-content .line-divider {
  margin: 0 auto;
  max-width: 190px;
  border: 1px solid var(--white);
}
.page-template-page-club section#clubDocs .docs-content .text_highlight {
  color: var(--white);
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-club section#clubDocs .docs-content .docs_links {
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
.page-template-page-club section#clubDocs .docs-content .docs_links .text {
  color: var(--white);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubDocs .docs-content .docs_links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubDocs .docs-content .docs_links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.page-template-page-club section#clubOpening {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-club section#clubOpening .containerFW .container .opening_content {
  padding: var(--space-section) 0;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-club section#clubOpening .containerFW .container .opening_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubOpening .containerFW .container .opening_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubOpening .containerFW .container .opening_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-template-page-club section#clubOpening .containerFW .container .opening_content .col_text .departments_content .departments {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-club section#clubOpening .containerFW .container .opening_content .col_text .departments_content .departments {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-club section#clubOpening .containerFW .container .opening_content .col_text .departments_content .departments {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-template-page-club section#clubOpening .containerFW .container .opening_content .col_text .departments_content .departments .department .department-name {
  display: block;
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 30px;
}
.page-template-page-club section#clubOpening .containerFW .container .opening_content .col_text .departments_content .departments .department .description {
  margin-bottom: 15px;
}

/* ===================================================================
*  page-course
* ------------------------------------------------------------------- */
.page-template-page-course {
  background-color: var(--pageBGColor);
}
.page-template-page-course section#courseHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-course section#courseHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-course section#courseHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-course section#courseHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-course section#courseHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-course section#courseHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-course section#courseHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-course section#courseHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-course section#courseLayout {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content {
  padding-top: var(--space-section);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img {
    width: 100%;
    max-width: 90%;
  }
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img .swiper-club-sportsClub {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img .swiper-club-sportsClub .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-course section#courseLayout .containerFW .container .layout_content .col_img .swiper-club-sportsClub .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-course section#courseLayout .containerFW .container .description2 {
  margin: var(--space-section) 0;
  max-width: 890px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container .description2 {
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container .description2 {
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .description2 {
    max-width: 100%;
    padding-right: 17%;
    padding-top: 90px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container .description2 {
    padding-top: 60px;
    padding-right: 0;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup {
  width: 100%;
  position: relative;
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content {
  padding: clamp(50px, -7.1428571429px + 7.4404761905vw, 100px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_text {
  align-content: center;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--black);
  border-left: none;
  border-right: none;
  margin-left: -6.5%;
  text-align: left;
  max-width: 500px;
  opacity: 0;
  transform: translateX(-50px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_text .text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 860px;
  align-content: center;
  margin-right: -6.5%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(40px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper .video-content iframe,
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper .video-content video,
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes_content .col_media .media-content_wrapper .video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes-description {
  max-width: 64%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes-description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseHolesGroup .holes-description {
    max-width: 100%;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup {
  width: 100%;
  position: relative;
  padding: var(--space-section) 0;
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content {
  padding: clamp(50px, -7.1428571429px + 7.4404761905vw, 100px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_text {
  align-content: center;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--black);
  border-left: none;
  border-right: none;
  margin-right: -6.5%;
  text-align: left;
  max-width: 500px;
  opacity: 0;
  transform: translateX(50px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_text .text_highlight {
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 40px 0;
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media {
  position: relative;
  flex: 2;
  min-width: 0;
  max-width: 860px;
  align-content: center;
  margin-left: -6.5%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper .video-content iframe,
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper .video-content video,
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature_content .col_media .media-content_wrapper .video-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature-description {
  max-width: 64%;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature-description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseLayout .containerFW .container #courseNatureGroup .nature-description {
    max-width: 100%;
  }
}
.page-template-page-course section#courseInfo {
  width: 100%;
  position: relative;
  background-color: var(--softGrey);
  padding-bottom: var(--space-section);
  z-index: 1;
}
.page-template-page-course section#courseInfo .col_text-pattern {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseInfo .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseInfo .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-course section#courseInfo .containerFW .container .info_content {
  padding-top: var(--space-section);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 10%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_text .info-items-wrapper {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_text .info-items-wrapper {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_text .info-items-wrapper .info-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_text .info-items-wrapper .info-item .info-title {
  font-family: var(--text);
  font-size: clamp(12px, 11px + 0.2083333333vw, 14px);
  line-height: clamp(18px, 14px + 0.8333333333vw, 26px);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  text-transform: uppercase;
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_text .info-items-wrapper .info-item .info-text p {
  font-size: clamp(14px, 13px + 0.2083333333vw, 16px);
  line-height: clamp(23px, 20.5px + 0.5208333333vw, 28px);
  margin-bottom: 0;
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_img {
    width: 100%;
    max-width: 90%;
    max-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-course section#courseInfo .containerFW .container .info_content .col_img {
    width: 100%;
    max-width: 90%;
    max-height: auto;
  }
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_img .swiper-course-info {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_img .swiper-course-info .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-course section#courseInfo .containerFW .container .info_content .col_img .swiper-course-info .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===================================================================
*  page-with_tabs 
* ------------------------------------------------------------------- */
.page-template-page-with_tabs {
  background-color: var(--pageBGColor);
}
.page-template-page-with_tabs section#pageTabs {
  width: 100%;
  position: relative;
  padding-bottom: var(--space-section);
}
.page-template-page-with_tabs section#pageTabs .containerFW .container .hero_content {
  padding: 200px 0 0;
}
.page-template-page-with_tabs section#pageTabs .containerFW .container .hero_content .page-divider {
  margin: 30px 0;
  border: 1px solid var(--grey);
}
.page-template-page-with_tabs section#pageTabs .containerFW .container .main_content {
  display: block;
  position: relative;
}

/* ===================================================================
*  page-galeria
* ------------------------------------------------------------------- */
.page-template-page-gallery {
  background-color: var(--pageBGColor);
}
.page-template-page-gallery section#galleryHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-gallery section#galleryHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-gallery section#galleryHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-gallery section#galleryHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-gallery section#galleryHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-gallery section#galleryHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-gallery section#galleryHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-gallery section#galleryHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-gallery section#galleryStart {
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content {
  display: flex;
  position: relative;
  padding: var(--space-section) 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img {
    width: 100%;
    max-width: 90%;
  }
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img .swiper-gallery-start {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img .swiper-gallery-start .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-gallery section#galleryStart .containerFW .container .start_content .col_img .swiper-gallery-start .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group {
    margin-top: var(--space-section);
  }
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .img_pattern {
  position: absolute;
  max-width: 700px;
  bottom: -10%;
  left: -10%;
  right: 0;
  margin: 0 auto;
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(453px, 850px) minmax(293px, 550px);
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content {
    grid-template-columns: 1fr;
  }
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image1 {
  max-width: clamp(453px, -1.9821162444px + 59.1654247392vw, 850px);
  justify-self: end;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image1 {
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image2 {
  max-width: clamp(293px, -1.5350223547px + 38.3010432191vw, 550px);
  justify-self: start;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image2 {
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image3 {
  grid-column: 1/3;
  max-width: clamp(453px, -1.9821162444px + 59.1654247392vw, 850px);
  justify-self: right;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image3 {
    grid-column: initial;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image3 {
    grid-column: initial;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content a.image3 {
    grid-column: initial;
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content .bunker5-description {
  grid-row-start: 2;
  grid-row-end: 3;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content .bunker5-description {
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content .bunker5-description {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryBunker5Group .imgs_content .bunker5-description {
    position: relative;
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup {
    margin-top: var(--space-section);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup {
    margin-top: var(--space-section);
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(453px, 850px) minmax(293px, 550px);
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image4 {
  max-width: clamp(453px, -1.9821162444px + 59.1654247392vw, 850px);
  justify-self: end;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image4 {
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image5 {
  max-width: clamp(293px, -1.5350223547px + 38.3010432191vw, 550px);
  justify-self: start;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image5 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image5 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image5 {
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image6 {
  grid-column: 1/3;
  max-width: clamp(453px, -1.9821162444px + 59.1654247392vw, 850px);
  justify-self: right;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image6 {
    grid-column: initial;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image6 {
    grid-column: initial;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a.image6 {
    grid-column: initial;
    max-width: 100%;
  }
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content a {
  display: block;
}
.page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content .nature-description {
  grid-row-start: 2;
  grid-row-end: 3;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content .nature-description {
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content .nature-description {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryNatureGroup .imgs_content .nature-description {
    position: relative;
  }
}
.page-template-page-gallery section#galleryStart #galleryHole17Group {
  margin: var(--space-section) 0;
}
.page-template-page-gallery section#galleryStart #galleryClubhouseGroup .description-wrapper,
.page-template-page-gallery section#galleryStart #galleryHole17Group .description-wrapper,
.page-template-page-gallery section#galleryStart #galleryHole18Group .description-wrapper {
  margin-top: 40px;
}
.page-template-page-gallery section#galleryStart #galleryClubhouseGroup {
  width: 100%;
  position: relative;
  margin-top: var(--space-section);
  padding: var(--space-section) 0;
  background-color: var(--softGrey);
}
.page-template-page-gallery section#galleryStart #galleryClubhouseGroup .imgs_content {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-gallery section#galleryStart #galleryClubhouseGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-gallery section#galleryStart #galleryClubhouseGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-gallery section#galleryStart #galleryClubhouseGroup .imgs_content {
    grid-template-columns: 1fr;
  }
}
.page-template-page-gallery section#galleryStart #galleryHole18Group {
  background-color: var(--softGrey);
  padding-bottom: var(--space-section);
}

/* ===================================================================
*  page-restaurant
* ------------------------------------------------------------------- */
.page-template-page-restaurant {
  background-color: var(--pageBGColor);
}
.page-template-page-restaurant section#restaurantHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-restaurant section#restaurantHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-restaurant section#restaurantHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-restaurant section#restaurantHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-restaurant section#restaurantHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-restaurant section#restaurantIntro {
  width: 100%;
  position: relative;
  z-index: 1;
  z-index: 1;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content {
  padding-top: var(--space-section);
  position: relative;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text-pattern {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  max-width: 40%;
  padding: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text-pattern {
    max-width: 90%;
    top: 15%;
  }
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 30%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text {
    padding-right: 0;
  }
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_imgs {
  width: 100%;
  position: relative;
  padding: var(--space-section) 0;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_imgs .imgs_content {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_imgs .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_imgs .imgs_content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container .intro_content .col_imgs .imgs_content {
    grid-template-columns: 1fr;
  }
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup {
  position: relative;
  padding: var(--space-section) 0;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .field-lines-top {
  top: 0px;
  left: -25px;
  max-width: 800px;
  z-index: -1;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content {
  align-content: center;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content .line-divider {
  margin: 0 auto;
  max-width: 190px;
  border: 1px solid var(--black);
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content .text_highlight {
  color: var(--black);
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content .specialties-popup {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content .specialties-popup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-restaurant section#restaurantIntro .containerFW .container #restaurantSpecialtiesGroup .specialties-content .specialties-popup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

/* ===================================================================
*  page-padel
* ------------------------------------------------------------------- */
.page-template-page-padel {
  background-color: var(--pageBGColor);
}
.page-template-page-padel section#padelHero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.page-template-page-padel section#padelHero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
  opacity: 0.9;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.page-template-page-padel section#padelHero .heroImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-padel section#padelHero .hero-pattern {
  position: absolute;
  width: 100%;
  max-width: 32%;
  padding: 0;
  top: 45%;
  z-index: 1;
}
.page-template-page-padel section#padelHero .containerFW .container .hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  align-content: center;
  z-index: 2;
}
.page-template-page-padel section#padelHero .containerFW .container .hero_content .subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-padel section#padelHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-padel section#padelHero .containerFW .container .hero_content .subtitle {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-padel section#padelHero .containerFW .container .hero_content .subtitle .line {
  width: 100%;
  max-width: 190px;
  background-color: var(--white);
  height: 2px;
  flex: 1;
  min-width: 0;
}
.page-template-page-padel section#padelHero .containerFW .container .hero_content .subtitle .description {
  flex: 2;
}
.page-template-page-padel section#padelIntro {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content {
  padding: var(--space-section) 0;
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-padel section#padelIntro .containerFW .container .intro_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-padel section#padelIntro .containerFW .container .intro_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-padel section#padelIntro .containerFW .container .intro_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  padding-right: 17%;
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_text .title {
  margin-bottom: 30px;
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 490px;
  min-width: 0;
  max-height: 590px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img {
    max-width: 90%;
  }
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img .swiper-padel-intro {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img .swiper-padel-intro .swiper-wrapper li.swiper-slide {
  position: relative;
}
.page-template-page-padel section#padelIntro .containerFW .container .intro_content .col_img .swiper-padel-intro .swiper-wrapper li.swiper-slide .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-padel section#padelReserve {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: var(--space-section);
}
.page-template-page-padel section#padelReserve .field-lines-top {
  top: -400px;
  left: -25px;
  max-width: 800px;
}
.page-template-page-padel section#padelReserve .containerFW .container .reserve_content {
  text-align: center;
}
.page-template-page-padel section#padelReserve .containerFW .container .reserve_content .line-divider {
  margin: 40px auto;
  max-width: 190px;
  border: 1px solid var(--black);
}
.page-template-page-padel section#padelReserve .containerFW .container .reserve_content .section_link_cta {
  justify-content: center;
}
.page-template-page-padel section#padelReserve .containerFW .container .reserve_content .section_link_cta p {
  font-family: var(--title);
  font-weight: 500;
  color: var(--black);
  font-size: clamp(17px, 6.5px + 2.1875vw, 38px);
}
.page-template-page-padel section#padelReserve .containerFW .container .reserve_content .section_link_cta p span {
  color: inherit;
  text-decoration: underline;
  font-family: var(--title);
  font-weight: 500;
  color: var(--black);
}
.page-template-page-padel section#padelPricesTables {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content {
  padding: var(--space-section) 0;
  position: relative;
  z-index: 1;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h1,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h2,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h3,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h4,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h5,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text h6 {
  margin: 40px 0;
  font-family: var(--title);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 500;
  color: var(--black);
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p {
  margin-bottom: 20px;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a {
  color: var(--black);
  transition: all 0.3s ease;
  text-decoration: underline;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a:hover {
  color: var(--green);
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p span {
  display: block;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_arrow {
  color: var(--black);
  transition: all 0.3s ease;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_arrow img {
  display: inline-block;
  max-width: 50px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_arrow:hover {
  color: var(--green);
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_arrow:hover img {
  transform: translate3d(15px, 0, 0);
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_logo_green {
  color: var(--black);
  transition: all 0.3s ease;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p a.text_img_logo_green img {
  display: inline-block;
  max-width: 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text p .text_img_logo_green {
  display: inline-block;
  max-width: 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text ul li {
  list-style: initial;
  list-style-position: inside;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text ol li {
  list-style: auto;
  list-style-position: inside;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text li {
  font-family: var(--text);
  font-size: clamp(16px, 15px + 0.2083333333vw, 18px);
  line-height: clamp(25px, 23.5px + 0.3125vw, 28px);
  color: var(--black);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-title {
  margin: 40px;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-title h5 {
  text-align: center;
  font-family: var(--text);
  font-size: clamp(22px, 20.5px + 0.3125vw, 25px);
  line-height: clamp(31px, 29.5px + 0.3125vw, 34px);
  font-weight: 600;
  color: var(--green);
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-style: italic;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper .table-custom {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 1px solid var(--tableTH);
  table-layout: auto;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper .table-custom th,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper .table-custom td {
  border: 1px solid var(--grey);
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  text-wrap: balance;
  word-wrap: break-word;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper .table-custom th p,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table .table-wrapper .table-custom td p {
  font-size: clamp(12px, 1.5vw, 14px);
  color: inherit;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-iframe {
  position: relative;
  min-height: 500px;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-text,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-table,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab-iframe,
.page-template-page-padel section#padelPricesTables .containerFW .container .prices_tables_content .tab_identifier {
  margin: 60px 0;
  opacity: 1;
  visibility: visible;
}

/* ===================================================================
*  blog
* ------------------------------------------------------------------- */
.blog {
  background-color: var(--pageBGColor);
}
.blog section#blogNews {
  width: 100%;
  position: relative;
}
.blog section#blogNews .containerFW .container .news_content {
  padding: 200px 0;
}
.blog section#blogNews .containerFW .container .news_content .page-divider {
  margin: 30px 0;
  border: 1px solid var(--grey);
}
.blog section#blogNews .containerFW .container .news_content .all-news {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .blog section#blogNews .containerFW .container .news_content .all-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news {
    grid-template-columns: 1fr;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-destak-bgimg {
  position: absolute;
  left: -5%;
  top: -10px;
  max-width: 70%;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak {
  display: grid;
  align-items: stretch;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak:hover img:not(.icon) {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak {
    grid-column-start: 1;
    grid-column-end: 2;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak {
    grid-column-start: 1;
    grid-column-end: 2;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak_image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak_cta .icon {
  max-width: 74px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info {
  position: absolute;
  top: 0;
  left: 5%;
  width: 50%;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info h2,
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info p,
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info .text {
  color: var(--white);
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak .news-destak_info {
    width: 70%;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak > a {
  position: relative;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak > a {
    aspect-ratio: 3/4;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak > a {
    aspect-ratio: 3/4;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid-destak .news-destak > a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid {
  display: grid;
  align-items: stretch;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid {
    grid-template-columns: 1fr;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card:hover img:not(.icon) {
  transform: scale(1.05);
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card_image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card_cta .icon {
  max-width: 74px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .news-grid .news-card {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .load-more {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}
.blog section#blogNews .containerFW .container .news_content .all-news .load-more button {
  border: none;
  outline: none;
  background-color: none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--title);
  font-size: clamp(12px, 10px + 0.4166666667vw, 16px);
  line-height: clamp(21px, 17.5px + 0.7291666667vw, 28px);
  color: var(--green);
  font-weight: 600;
  letter-spacing: 3px;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
  position: relative;
  transition: all 0.3s ease-out;
}
.blog section#blogNews .containerFW .container .news_content .all-news .load-more button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--green);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button::before {
    display: none;
  }
}
.blog section#blogNews .containerFW .container .news_content .all-news .load-more button:hover {
  opacity: 1;
}
.blog section#blogNews .containerFW .container .news_content .all-news .load-more button:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button {
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .blog section#blogNews .containerFW .container .news_content .all-news .load-more button {
    opacity: 1;
  }
}

/* ===================================================================
*  single post
* ------------------------------------------------------------------- */
.single-post article .entry-header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  align-content: center;
}
.single-post article .entry-header .post-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post article .entry-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post article .entry-header .post-thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.single-post article .entry-header .article-title {
  position: relative;
  top: -20vh;
}
.single-post article .entry-header .article-title img.news-hero-pattern {
  position: absolute;
  max-width: 35%;
  top: 50px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post article .entry-header .article-title img.news-hero-pattern {
    max-width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .single-post article .entry-header .article-title img.news-hero-pattern {
    max-width: 75%;
  }
}
.single-post article .entry-header .article-title .container {
  padding: 0 8%;
}
.single-post article .entry-content {
  position: relative;
  margin: 160px 0;
}
.single-post article .entry-content img.news-content-pattern {
  position: absolute;
  max-width: 35%;
  top: 90px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post article .entry-content img.news-content-pattern {
    max-width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .single-post article .entry-content img.news-content-pattern {
    max-width: 75%;
  }
}
.single-post article .entry-content .container h1:first-child,
.single-post article .entry-content .container h2:first-child,
.single-post article .entry-content .container h3:first-child,
.single-post article .entry-content .container h4:first-child,
.single-post article .entry-content .container h5:first-child,
.single-post article .entry-content .container h6:first-child {
  display: none;
}
.single-post article .entry-content .container p:first-of-type {
  display: inline-block;
  position: relative;
  width: clamp(20px, 15px + 1.0416666667vw, 30px);
}
.single-post article .entry-content .container img.icon-5circles {
  position: absolute;
  left: 0;
  width: clamp(20px, 15px + 1.0416666667vw, 30px);
}
.single-post article .entry-content .container img[src*="static.xx.fbcdn.net/images/emoji.php"] {
  max-width: 16px;
  height: auto;
  display: inline-block;
}
.single-post article .entry-content .container h4 {
  margin-left: clamp(40px, 30px + 2.0833333333vw, 60px);
  margin-bottom: 50px;
}
.single-post article .entry-content .container p:not(:first-of-type) {
  margin: clamp(15px, 7.5px + 1.5625vw, 30px) 0;
}
.single-post article .entry-content .container a {
  color: var(--green);
  transition: all 0.3s ease;
}
.single-post article .entry-content .container a:hover {
  color: var(--blue);
}
.single-post section#related-news .containerFW .container .related-news-list {
  margin: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post section#related-news .containerFW .container .related-news-list {
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .single-post section#related-news .containerFW .container .related-news-list {
    flex-direction: column;
    gap: 60px;
  }
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card {
  display: flex;
  gap: 30px;
  border-right: 2px solid var(--grey);
  padding-right: 30px;
  flex: 1;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type .related-news-card_info {
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card:last-child {
  border-right: none;
  padding-right: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card:last-child .related-news-card_info {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type .related-news-card_info {
    text-align: right;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:last-child {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none;
    padding: 0;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type .related-news-card_info {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: none;
    padding: 0;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card:first-of-type .related-news-card_info {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
  width: 100%;
  max-width: 190px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 480px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-post section#related-news .containerFW .container .related-news-list .related-news-card_image {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
    padding: 0;
  }
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_title {
  color: var(--green);
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_title a {
  color: inherit;
  font-weight: 500;
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_excerpt {
  color: var(--hardGrey);
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_cta {
  gap: clamp(10px, -39.3975903614px + 4.8192771084vw, 30px);
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_cta .icon {
  width: clamp(40px, -58.7951807229px + 9.6385542169vw, 80px);
}
.single-post section#related-news .containerFW .container .related-news-list .related-news-card_info_cta .text {
  font-size: clamp(12px, 2.1204819277px + 0.9638554217vw, 16px);
}/*# sourceMappingURL=styles.css.map */