@charset "UTF-8";
/* ===================================================================
*  main styles
* ------------------------------------------------------------------- */
:root {
  interpolate-size: allow-keywords;
  --paddingLRTB: clamp(89px, calc(0.14074717636837875px + 11.55516941789748vw), 222px) clamp(25px, calc(-106.61859252823632px + 17.115551694178972vw), 222px);
  --paddingLR-d: clamp(70px, calc(-56.065573770491795px + 16.39344262295082vw), 180px);
  --paddingLR-m: clamp(20px, calc(-15.714285714285715px + 11.160714285714286vw), 70px);
  --paddingfooter: clamp(25px, calc(-106.61859252823632px + 17.115551694178972vw), 222px);
  --swiper-navigation-size: clamp(20px, calc(14.285714285714286px + 1.7857142857142856vw), 40px) !important;
  --black: #000000;
  --white: #ffffff;
  --red: #D32E48;
  --yellow: #C69432;
  --blue: #0082CD;
  --green: #00AD4A;
  --darkGreen: #041615;
  --bgGreen: #052422;
  --bgContact: #002623;
  --bgSponsors: #036F67;
  --grey: #9F9F9F;
  --bgArticles: #03443F;
  --sb-track-color: #9c9c9c;
  --sb-thumb-color: #041615;
  --sb-size: 10px;
  --headline: "Anton", serif;
  --title: "Anton", serif;
  --text: "Plus Jakarta Sans", serif;
}

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

.containerFW {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
}
.container::after, .container::before {
  content: "";
  display: table;
  clear: both;
}

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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  background: linear-gradient(180deg, #026760 0%, #055B54 38.85%, #002623 110.99%);
  -webkit-font-smoothing: antialiased;
}

#page {
  overflow: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

.swiper-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(65px, 24.8882265276px + 5.21609538vw, 100px);
  height: clamp(65px, 24.8882265276px + 5.21609538vw, 100px);
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  background-color: transparent;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--text);
  margin: 0;
  padding: 0;
}

.page {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: var(--title);
  font-size: clamp(18px, 6.642050391px + 1.4769765421vw, 35px);
  line-height: clamp(25px, 8.2971329279px + 2.1720243267vw, 50px);
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: clamp(24px, 1.100591716px + 5.325443787vw, 42px);
    line-height: clamp(33px, 1.1952662722px + 7.3964497041vw, 58px);
  }
}

h2 {
  font-family: var(--title);
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 120%;
  }
}

h3 {
  font-family: var(--text);
  font-size: clamp(16px, 13.7142857143px + 0.7142857143vw, 24px);
  line-height: clamp(16px, 13.7142857143px + 0.7142857143vw, 24px);
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--text);
  font-size: clamp(14px, 12.2857142857px + 0.5357142857vw, 20px);
  line-height: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--white);
  margin: 0;
  padding: 0;
}

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

img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 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;
}

body::-webkit-scrollbar,
details::-webkit-scrollbar,
ul.accordion-content::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track,
details::-webkit-scrollbar-track,
ul.accordion-content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 50px;
}

body::-webkit-scrollbar-thumb,
details::-webkit-scrollbar-thumb,
ul.accordion-content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 50px;
}

@supports not selector(::-webkit-scrollbar) {
  body,
  details,
  ul.accordion-content {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    scrollbar-width: thin;
  }
}
/**
 * Swiper 11.2.2
 * 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: January 31, 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(--darkGreen);
  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;
}

.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/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: 34%;
  left: 0;
  float: left;
  background: url(../imgs/seta-slide1-prev.svg) 10% 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .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: 64%;
  right: 0;
  float: right;
  background: url(../imgs/seta-slide1-next.svg) 90% 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .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(--yellow);
}

.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/icon-close.svg) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .lb-data .lb-close {
    opacity: 1;
  }
}

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

@media screen and (min-width: 769px) {
  .lb-nav {
    width: 100%;
    /* Ocupa a largura total do ecrã */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* Evita que bloqueie cliques na imagem */
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    /* Ajusta o tamanho */
    height: 30px;
    opacity: 1;
    background-size: contain !important;
    background-position: center !important;
    pointer-events: all;
    /* Permite clicar */
  }
  .lb-nav a.lb-prev {
    left: -70px;
    /* Move a seta esquerda para fora da imagem */
  }
  .lb-nav a.lb-next {
    right: -70px;
    /* Move a seta direita para fora da imagem */
  }
}
@media screen and (max-width: 768px) {
  .lightbox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* Fixa a Lightbox no ecrã */
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lb-outerContainer {
    width: 90vw !important;
    /* 80% da largura do viewport */
    height: auto !important;
    /* Altura automática */
    max-width: none !important;
    max-height: 80vh !important;
    /* Evita que a imagem seja maior que 80% do ecrã */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lb-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
    /* Mantém a proporção */
    -o-object-fit: contain;
       object-fit: contain;
    /* Ajusta a imagem dentro da área */
  }
  .lb-nav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    width: 25px;
    /* Ajusta o tamanho das setas */
    height: 25px;
    background-size: contain !important;
    background-position: center !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
/* ===================================================================
*  header styles
* ------------------------------------------------------------------- */
#header {
  width: 100%;
  background: linear-gradient(180deg, #01302D 10%, rgba(2, 16, 15, 0) 100%);
  position: fixed;
  top: 0;
  z-index: 9999999;
  padding: 10px 0;
  opacity: 1;
  transition: all 1s ease-out;
  transition-delay: 350ms;
}
@starting-style {
  #header {
    opacity: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 20px 0;
    position: fixed;
  }
}
#header.sticky {
  background: linear-gradient(180deg, #01302D 10%, rgba(2, 16, 15, 0) 100%);
  transition: all 0.3s ease;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #header.sticky {
    padding: 20px 0;
  }
}
#header.sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(180deg, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}
#header.bg-color {
  background: linear-gradient(180deg, #01302D 60.33%, #082A28 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header.bg-color .header-logo a img {
  filter: brightness(0) invert(1);
}
#header .container {
  padding: 0 var(--paddingLR-d);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  /* ------------------------------------------------------------------- 
  * menu navigation
  * ------------------------------------------------------------------- */
  /* ------------------------------------------------------------------- 
  * menu trigger
  * ------------------------------------------------------------------- */
}
#header .container::after, #header .container::before {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .container {
    padding: 0 var(--paddingLR-m);
    flex-direction: column;
    align-items: flex-start;
  }
}
#header .container .header-logo a {
  font-size: clamp(14px, 7.1236959762px + 0.8941877794vw, 20px);
  line-height: clamp(14px, 7.1236959762px + 0.8941877794vw, 20px);
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}
#header .container .header-logo a span {
  color: var(--yellow);
}
#header .container .wrapper-nav nav#header-nav-wrap {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav nav#header-nav-wrap {
    display: none;
    height: 100vh;
    width: 100%;
    right: auto;
    left: 0;
    padding-top: 90px;
  }
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav nav#header-nav-wrap .header-main-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 20px;
  }
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li {
  padding: clamp(10px, 1.9826238054px + 1.0425716768vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li {
    margin-left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li a {
  display: block;
  text-decoration: none;
  font-family: var(--text) !important;
  font-size: clamp(14px, 7.1236959762px + 0.8941877794vw, 20px);
  line-height: clamp(14px, 7.1236959762px + 0.8941877794vw, 20px);
  font-weight: 400;
  color: var(--white);
  position: relative;
  transition: all 0.3s ease-out;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li a {
    font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
    line-height: 100%;
    padding: 0;
  }
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li a:hover {
  color: var(--yellow);
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li a:hover::after {
  width: 100%;
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--yellow);
  transition: 0.3s ease;
  bottom: 0px;
  left: 0;
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li.current a {
  color: var(--yellow);
}
#header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li.current a::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav nav#header-nav-wrap .header-main-nav li.current a {
    color: var(--yellow);
  }
}
#header .container .header-menu-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .container .header-menu-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: clamp(20px, -15.7142857143px + 11.1607142857vw, 70px);
    height: 21px;
    width: 21px;
    transition: all 0.3s ease-in-out;
    display: block;
  }
}
#header .container .header-menu-toggle:hover, #header .container .header-menu-toggle:focus {
  color: var(--black);
}
#header .container .header-menu-toggle span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#header .container .header-menu-toggle span::before, #header .container .header-menu-toggle span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
}
#header .container .header-menu-toggle span::before {
  top: -20%;
  background-image: url("../imgs/menu-shape-top-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .container .header-menu-toggle span::after {
  bottom: -20%;
  background-image: url("../imgs/menu-shape-bottom-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .container .header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}
#header .container .header-menu-toggle.is-clicked span::before, #header .container .header-menu-toggle.is-clicked span::after {
  background-color: transparent;
}
#header .container .header-menu-toggle.is-clicked span::before {
  top: 0;
  transform: rotate(-45deg);
  z-index: 1;
}
#header .container .header-menu-toggle.is-clicked span::after {
  bottom: 0;
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------- 
* responsive:
* header
* ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
  }
}
/* -------------------------------------------------------------------
* make menu is visible on larger screens
* ------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #header-nav-wrap {
    display: block !important;
  }
}
body.noscroll {
  overflow: hidden;
}

/* ===================================================================
*  footer styles
* ------------------------------------------------------------------- */
footer {
  padding: 10px 0;
  background-color: var(--darkGreen);
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 90px 0;
  }
}
footer .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 0 var(--paddingLR-m);
  }
}
footer .container .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .container .footer-content_logo a {
  font-family: var(--title);
  font-size: clamp(15px, -2.1907600596px + 2.2354694486vw, 30px);
  line-height: 100%;
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: flex-row;
  gap: 5px;
}
footer .container .footer-content_logo a span:first-child {
  color: var(--yellow);
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_logo a {
    font-size: clamp(25px, 7.1428571429px + 5.5803571429vw, 50px);
    line-height: 100%;
  }
}
footer .container .footer-content_nav .footer-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_nav .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 20px;
  }
}
footer .container .footer-content_nav .footer-links li {
  padding: clamp(10px, 1.9826238054px + 1.0425716768vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_nav .footer-links li {
    margin-left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
footer .container .footer-content_nav .footer-links li a {
  display: block;
  text-decoration: none;
  font-family: var(--text) !important;
  font-size: clamp(10px, -1.4605067064px + 1.4903129657vw, 20px);
  line-height: 100%;
  font-weight: 400;
  color: var(--white);
  position: relative;
  transition: all 0.3s ease-out;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_nav .footer-links li a {
    font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
    line-height: 100%;
    padding: 0;
  }
}
footer .container .footer-content_nav .footer-links li a:hover {
  color: var(--yellow);
}
footer .container .footer-content_nav .footer-links li.current a {
  color: var(--yellow);
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_nav .footer-links li.current a {
    color: var(--yellow);
  }
}

/* ===================================================================
*  homepage
* ------------------------------------------------------------------- */
.page-template-page-home {
  /* ===================================================================
  *  hero
  * ------------------------------------------------------------------- */
}
.page-template-page-home section#hero {
  margin-top: 0;
  width: 100%;
  height: clamp(430px, 130.8807749627px + 38.8971684054vw, 691px);
  background: linear-gradient(180deg, #026760 0%, #055B54 38.85%, #002623 110.99%);
  background-image: url("../imgs/hero-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.page-template-page-home section#hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 158px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #02675F 26.21%, rgba(2, 103, 95, 0) 82.57%);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero {
    max-height: initial;
    height: 578px;
  }
}
.page-template-page-home section#hero .container {
  position: relative;
  padding: 0 var(--paddingLR-d);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home section#hero .container .hero-shape {
  position: absolute;
  width: clamp(380px, -44.0387481371px + 55.1415797317vw, 750px);
  max-width: initial;
  left: 39%;
  bottom: -40px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-shape {
    width: clamp(440px, 315.9541984733px + 33.0788804071vw, 570px);
    left: clamp(30px, -227.6335877863px + 68.7022900763vw, 300px);
    bottom: 0;
  }
}
.page-template-page-home section#hero .container .hero-photo {
  position: absolute;
  width: clamp(250px, -66.3099850969px + 41.1326378539vw, 526px);
  left: 47%;
  bottom: clamp(-160px, 127.5260804769px - 17.8837555887vw, -20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-photo {
    width: 325px;
    left: clamp(110px, -166.7175572519px + 73.7913486005vw, 400px);
    bottom: clamp(-10px, 66.3358778626px - 20.3562340967vw, -90px);
  }
}
.page-template-page-home section#hero .container .hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15%;
  padding-left: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-content {
    padding-left: 0;
    padding-top: 0;
  }
}
.page-template-page-home section#hero .container .hero-content h1.headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-content h1.headline {
    padding-top: 100px;
  }
}
.page-template-page-home section#hero .container .hero-content h1.headline span {
  font-size: clamp(53px, -0.8643815201px + 7.0044709389vw, 100px);
  line-height: clamp(38px, -15.8643815201px + 7.0044709389vw, 85px);
  color: var(--white);
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-content h1.headline span {
    font-size: clamp(45px, 9.7058823529px + 9.8039215686vw, 85px);
    line-height: clamp(35px, 10px + 7.8125vw, 70px);
  }
}
.page-template-page-home section#hero .container .hero-content h1.headline span.hashtag_part1 {
  font-size: clamp(15px, -1.044709389px + 2.086438152vw, 29px);
  line-height: 100%;
  color: var(--white);
  font-family: var(--text);
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .container .hero-content h1.headline span.hashtag_part1 {
    font-size: clamp(13px, 1.5496183206px + 3.0534351145vw, 25px);
  }
}
.page-template-page-home section#hero .container .hero-content h1.headline span.hashtag_part1 .hashtag_part2 {
  font-size: inherit;
  line-height: inherit;
  color: var(--yellow);
}
.page-template-page-home section#hero .container .hero-content h1.headline span.line3,
.page-template-page-home section#hero .container .hero-content h1.headline span.line4 {
  color: var(--yellow);
}
.page-template-page-home section#hero .container .hero-content h1.headline span {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-out;
  transition-delay: 200ms;
}
.page-template-page-home section#hero .container .hero-content h1.headline span.animate {
  opacity: 1;
  transform: translateX(0);
}
.page-template-page-home #media_manif_vision {
  width: 100%;
  background: transparent;
  margin: -2px 0;
  background: linear-gradient(180deg, #026760 0%, #055B54 38.85%, #002623 110.99%);
  position: relative;
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding-top: 140px;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#media .containerFW .container .media-content {
    width: 100%;
    padding: 110px var(--paddingLR-m) 0;
  }
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper iframe,
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper video,
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(250, 250, 250, 0.7);
  color: var(--grey);
  font-size: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper .play-button {
    font-size: 22px;
  }
}
.page-template-page-home #media_manif_vision section#media .containerFW .container .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content {
  padding: 114px var(--paddingLR-d) 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content {
    padding: 90px var(--paddingLR-m) 150px;
    justify-content: flex-start;
  }
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content .shape-manif {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content .shape-manif {
    padding: 0;
    max-width: initial;
    margin: 0;
    left: initial;
    right: 0;
    width: clamp(460px, 173.7404580153px + 76.3358778626vw, 760px);
  }
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text {
  width: 477px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text {
    padding: 0;
    width: 100%;
  }
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text h2 {
  position: relative;
  display: inline-block;
  color: var(--yellow);
  margin-bottom: 40px;
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text p {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text .name {
  font-family: var(--text);
  font-size: clamp(16px, 14.2857142857px + 0.5357142857vw, 22px);
  font-weight: 700;
  color: var(--yellow);
  position: relative;
  z-index: 2;
}
.page-template-page-home #media_manif_vision section#manif .containerFW .container .manif-content_text .signature {
  position: absolute;
  bottom: -110px;
  width: 50%;
  z-index: 1;
}
.page-template-page-home #media_manif_vision section#vision .vision-content {
  padding-bottom: clamp(70px, -10.2235469449px + 10.4321907601vw, 140px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .container h2 {
  color: var(--yellow);
  padding: 0 var(--paddingLR-d);
  text-align: right;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .container h2 {
    text-align: left;
    padding: 0 var(--paddingLR-m);
    margin-bottom: 30px;
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
  padding-left: 30%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision {
  width: 100%;
  max-width: 1180px;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision {
    min-height: auto;
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide {
    padding: 10px 0;
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide .title {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide .description {
  font-size: clamp(10px, 8.2857142857px + 0.5357142857vw, 16px);
  font-weight: 300;
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 0px;
  }
}
.page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-navigation {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home #media_manif_vision section#vision .vision-content .slider-container .swiper-vision .swiper-navigation {
    margin: 0 0 90px;
  }
}
.page-template-page-home section#sponsors {
  width: 100%;
  background: var(--bgSponsors);
  position: relative;
  padding: 90px 0;
}
.page-template-page-home section#sponsors .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .text-box {
    max-width: 100%;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .text-box h2 {
  color: var(--yellow);
  margin-bottom: 40px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .text-box h2 {
    max-width: 100%;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .text-box p {
  max-width: 530px;
  color: var(--white);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .text-box p {
    max-width: 100%;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors {
    margin: 0 auto;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide {
  width: auto;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .slide-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .slide-shape {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .caption {
  position: absolute;
  bottom: clamp(5px, -0.7302533532px + 0.7451564829vw, 10px);
  left: clamp(10px, -1.4605067064px + 1.4903129657vw, 20px);
  color: var(--white);
  font-size: clamp(12px, 5.1236959762px + 0.8941877794vw, 18px);
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .caption {
    bottom: clamp(5px, -0.7302533532px + 0.7451564829vw, 10px);
    left: clamp(10px, -1.4605067064px + 1.4903129657vw, 20px);
    font-size: clamp(12px, 7.7142857143px + 1.3392857143vw, 18px);
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-wrapper .swiper-slide .slide-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-pagination {
  position: relative;
  text-align: left;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: var(--yellow);
  padding: 30px 0;
  font-size: clamp(14px, 8.8571428571px + 1.6071428571vw, 32px);
  font-family: var(--title);
  font-weight: 400;
  transform: translateY(50);
  opacity: 0;
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation {
  position: relative;
  bottom: 10%;
  left: 0;
  color: var(--yellow);
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation .swiper-button-prev,
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation .swiper-button-next {
  color: currentColor;
}
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation .swiper-button-prev path,
.page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation .swiper-button-next path {
  fill: none;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#sponsors .containerFW .container .sponsors-content .slider-container .swiper-sponsors .swiper-navigation {
    right: 0;
    margin: 0 auto;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals {
  width: 100%;
  background-color: transparent;
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals {
    padding: 90px 0;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles {
    margin-bottom: 90px;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(40px, -86.0655737705px + 16.393442623vw, 150px);
  padding: clamp(45px, -6.5722801788px + 6.7064083458vw, 90px) clamp(45px, -75.3353204173px + 15.6482861401vw, 150px);
  background-color: var(--bgArticles);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content {
    flex-direction: column;
    padding: var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .shape-articles {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .img-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 268px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .img-box {
    width: 100%;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .img-box .caption-wrapper {
  color: var(--white);
  font-family: var(--text);
  font-size: clamp(10px, 5.4157973174px + 0.5961251863vw, 14px);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .img-box .caption-wrapper {
    font-size: clamp(10px, 6.1832061069px + 1.0178117048vw, 14px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .img-box .caption-wrapper .name {
  text-transform: uppercase;
  font-weight: 500;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box {
  flex: 2;
  width: 382px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box {
    width: 100%;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .headline {
  color: var(--yellow);
  font-size: clamp(48px, 45.7078986587px + 0.2980625931vw, 50px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .headline {
    font-size: clamp(48px, 46.0916030534px + 0.5089058524vw, 50px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .title {
  color: var(--white);
  font-family: var(--text);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(14px, 9.4157973174px + 0.5961251863vw, 18px);
  margin: 30px 0 15px;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .title {
    font-size: clamp(14px, 10.1832061069px + 1.0178117048vw, 18px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .description {
  color: var(--white);
  font-family: var(--text);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(12px, 7.4157973174px + 0.5961251863vw, 16px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .description {
    font-size: clamp(12px, 8.1832061069px + 1.0178117048vw, 16px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .btn_articles {
  font-size: clamp(12px, 9.7078986587px + 0.2980625931vw, 14px);
  color: var(--yellow);
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50px;
  max-width: 130px;
  position: relative;
  border: 1px solid var(--yellow);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease-out;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#articles .containerFW .container .articles-content .text-box .btn_articles:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule {
  position: relative;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box {
  flex: 2;
  max-width: 738px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan {
  position: absolute;
  left: 10%;
  font-family: var(--headline);
  font-size: clamp(24px, -1.1428571429px + 7.8571428571vw, 112px);
  line-height: clamp(24px, -1.1428571429px + 7.8571428571vw, 112px);
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan {
    font-size: clamp(24px, 1.100591716px + 5.325443787vw, 42px);
    line-height: clamp(33px, 1.1952662722px + 7.3964497041vw, 58px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span {
  font-size: clamp(40px, 5.6184798808px + 4.4709388972vw, 70px);
  line-height: clamp(38px, 3.6184798808px + 4.4709388972vw, 68px);
  color: var(--white);
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span {
    font-size: clamp(25px, 0px + 7.8125vw, 60px);
    line-height: 100%;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span.line2 {
  margin: 8px 0;
  font-size: clamp(22px, -0.9210134128px + 2.9806259314vw, 42px);
  line-height: clamp(20px, -2.9210134128px + 2.9806259314vw, 40px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span.line2 {
    font-size: clamp(22px, 2.9160305344px + 5.0890585242vw, 42px);
    line-height: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span.hashtag_part1 {
  font-size: clamp(12px, 0.5394932936px + 1.4903129657vw, 22px);
  line-height: 100%;
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--text);
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span.hashtag_part1 {
    margin-bottom: 2px;
    font-size: clamp(12px, 2.4580152672px + 2.5445292621vw, 22px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span.hashtag_part1 .hashtag_part2 {
  font-size: inherit;
  line-height: inherit;
  color: var(--yellow);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .img-box .slogan span:nth-child(2) {
  color: var(--yellow);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 400px;
  margin-left: -80px;
  z-index: 1;
  position: relative;
  right: clamp(40px, -74.6050670641px + 14.9031296572vw, 140px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    right: initial;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box h2 {
  text-align: right;
  color: var(--yellow);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box h2 {
    text-align: left;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box .description {
  color: var(--white);
  text-align: right;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box .description {
    text-align: left;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box .btn_schedule {
  text-align: right;
  font-size: clamp(12px, 9.7078986587px + 0.2980625931vw, 14px);
  color: var(--yellow);
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-flex;
  background-color: transparent;
  border-radius: 50px;
  max-width: 130px;
  position: relative;
  border: 1px solid var(--yellow);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease-out;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#schedule .containerFW .container .schedule-content .text-box .btn_schedule:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers {
    margin-top: 90px;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content {
  position: relative;
  background-color: var(--bgArticles);
  border-radius: 20px;
  padding: 65px 55px 115px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content {
    flex-direction: column;
    padding: var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .shape-articles {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .headline {
  color: var(--yellow);
  font-size: clamp(48px, 45.7078986587px + 0.2980625931vw, 50px);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .headline {
    font-size: clamp(48px, 46.0916030534px + 0.5089058524vw, 50px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .title {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--title);
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations {
  position: relative;
  z-index: 2;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion {
  margin: 0 0 35px;
  overflow: hidden;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion input {
  display: none;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion label.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--white);
  font-family: var(--text);
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #22867F, #49C8BE) 1;
     border-image: linear-gradient(to right, #22867F, #49C8BE) 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion label.accordion-header {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion label.accordion-header .fed_name {
  flex: 1;
  font-weight: 250;
  text-transform: uppercase;
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion label.accordion-header .name {
  color: var(--white);
  font-weight: 700;
  margin-right: clamp(50px, 9.8882265276px + 5.21609538vw, 85px);
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion label.accordion-header::after {
  content: "";
  width: clamp(14px, 11.1428571429px + 0.8928571429vw, 24px);
  height: clamp(14px, 11.1428571429px + 0.8928571429vw, 24px);
  background-image: url("../imgs/accordion-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion ul.accordion-content {
  padding-top: 35px;
  overflow-y: auto;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion ul.accordion-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion ul.accordion-content li {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion ul.accordion-content li .fed_name {
  flex: 1;
  font-weight: 250;
  text-transform: uppercase;
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion ul.accordion-content li .name {
  color: var(--white);
  font-weight: 700;
  margin-right: clamp(40px, -0.1117734724px + 5.21609538vw, 75px);
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion input:checked + .accordion-header + .accordion-content {
  max-height: 450px;
  opacity: 1;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion input:checked + .accordion-header::after {
  transform: rotate(45deg);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#subscribers .containerFW .container .subscribers-content .accordion_federations .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list {
    margin-top: 90px;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content {
  position: relative;
  background-color: #03534D;
  border-radius: 20px;
  padding: 65px 55px 115px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content {
    flex-direction: column;
    padding: var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .shape-articles {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .headline {
  color: var(--yellow);
  font-size: clamp(48px, 45.7078986587px + 0.2980625931vw, 50px);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .headline {
    font-size: clamp(48px, 46.0916030534px + 0.5089058524vw, 50px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list {
  position: relative;
  z-index: 2;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion {
  margin: 0 0 35px;
  overflow: hidden;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion input {
  display: none;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header {
  display: block;
  cursor: pointer;
  color: var(--white);
  font-family: var(--text);
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #22867F, #49C8BE) 1;
     border-image: linear-gradient(to right, #22867F, #49C8BE) 1;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header .department {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--title);
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header .info {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header .info .job {
  flex: 1;
  font-weight: 250;
  text-transform: uppercase;
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion label.accordion-header .info .name {
  color: var(--white);
  font-weight: 700;
  margin-right: clamp(50px, 9.8882265276px + 5.21609538vw, 85px);
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion .info::after {
  content: "";
  width: clamp(14px, 11.1428571429px + 0.8928571429vw, 24px);
  height: clamp(14px, 11.1428571429px + 0.8928571429vw, 24px);
  background-image: url("../imgs/accordion-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion ul.accordion-content {
  padding-top: 35px;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion ul.accordion-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion ul.accordion-content li {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion ul.accordion-content li .job {
  flex: 1;
  font-weight: 250;
  text-transform: uppercase;
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion ul.accordion-content li .name {
  color: var(--white);
  font-weight: 700;
  margin-right: clamp(50px, 9.8882265276px + 5.21609538vw, 85px);
  font-size: clamp(13px, 7.2697466468px + 0.7451564829vw, 18px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion input:checked + .accordion-header + .accordion-content {
  max-height: 650px;
  opacity: 1;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion input:checked + .accordion-header .info::after {
  transform: rotate(45deg);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#official_list .containerFW .container .official_list-content .accordions_list .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos {
    margin-top: 90px;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content {
  position: relative;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content h2 {
  text-align: left;
  color: var(--yellow);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content h2 {
    text-align: left;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .description {
  color: var(--white);
  text-align: left;
  margin: 40px 0;
  max-width: 524px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .description {
    text-align: left;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery .gallery-item {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery .gallery-item:nth-child(n+3) {
    display: none;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  will-change: transform;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery .gallery-item:hover img {
  transform: scale(1.08);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .photos_gallery .hidegal {
  display: none;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .btn_photos {
  text-align: left;
  font-size: clamp(12px, 9.7078986587px + 0.2980625931vw, 14px);
  color: var(--yellow);
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50px;
  max-width: 130px;
  position: relative;
  border: 1px solid var(--yellow);
  opacity: 0;
  margin-top: 50px;
  transform: translateY(50px);
  transition: all 0.3s ease-out;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#photos .containerFW .container .photos-content .btn_photos:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content {
  margin-top: clamp(70px, 12.8571428571px + 17.8571428571vw, 150px);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content h2 {
  color: var(--yellow);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule {
  margin-top: 40px;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .date {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .date {
    flex: 1;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .date span {
  font-size: clamp(16px, 5.6855439642px + 1.3412816692vw, 25px);
  color: var(--white);
  font-family: var(--title);
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .date span {
    font-size: clamp(16px, 5.6855439642px + 1.3412816692vw, 25px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link {
  flex: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link {
    flex: 1;
    flex-direction: column;
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .local {
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-weight: 200;
  font-family: var(--text);
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .local .title {
  text-transform: uppercase;
  color: inherit;
  font-size: clamp(13px, 4.9776453055px + 1.043219076vw, 20px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .local .title {
    font-size: clamp(13px, 4.9776453055px + 1.043219076vw, 20px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .local .description {
  color: inherit;
  font-size: clamp(9px, 3.2697466468px + 0.7451564829vw, 14px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .local .description {
    font-size: clamp(9px, 3.2697466468px + 0.7451564829vw, 14px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .link a {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--text);
  font-size: clamp(9px, 3.2697466468px + 0.7451564829vw, 14px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .link a {
    font-size: clamp(9px, 3.2697466468px + 0.7451564829vw, 14px);
  }
}
.page-template-page-home .articles_schedule_subscribers_photos_locals section#locals .containerFW .container .locals-content_schedule li .local_link .link a:after {
  content: ">";
  color: inherit;
}
.page-template-page-home section#contact {
  background-color: var(--bgContact);
  padding: 90px 0;
}
.page-template-page-home section#contact .containerFW .container {
  padding: 0 var(--paddingLR-d);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: clamp(85px, -0.9538002981px + 11.1773472429vw, 160px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .text-box {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .text-box .headline {
  text-align: left;
  color: var(--yellow);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .text-box .headline {
    text-align: left;
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .text-box .description {
  color: var(--white);
  text-align: left;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .text-box .description {
    text-align: left;
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .text-box .contact {
  color: var(--white);
  transition: color 0.3s ease-out;
}
.page-template-page-home section#contact .containerFW .container .contact-content .text-box .contact:hover {
  color: var(--yellow);
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box {
    width: 100%;
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form {
  position: relative;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group label {
  font-size: clamp(10px, 6.6594265856px + 0.4344048653vw, 15px);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--text);
  letter-spacing: 2.25px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group label {
    font-size: clamp(12px, 9.1374045802px + 0.7633587786vw, 15px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input:not([type=checkbox]) {
  font-family: var(--text);
  width: 100%;
  font-size: clamp(10px, 6.6594265856px + 0.4344048653vw, 15px);
  color: var(--white);
  background: none;
  border: none;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input:not([type=checkbox]) {
    font-size: clamp(12px, 9.1374045802px + 0.7633587786vw, 15px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input:not([type=checkbox])::-moz-placeholder {
  font-family: var(--text);
  color: var(--grey);
  font-size: clamp(10px, 6.6594265856px + 0.4344048653vw, 12px);
  letter-spacing: 1.8px;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input:not([type=checkbox])::placeholder {
  font-family: var(--text);
  color: var(--grey);
  font-size: clamp(10px, 6.6594265856px + 0.4344048653vw, 12px);
  letter-spacing: 1.8px;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input[type=checkbox] {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid var(--white);
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input[type=checkbox]:checked {
  background-color: transparent;
  border-color: var(--green);
  position: relative;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input[type=checkbox]:checked::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--green);
  color: var(--green);
  position: absolute;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input[type=checkbox]:checked::after {
    top: clamp(0px, 7.6335877863px - 2.0356234097vw, -8px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group input[type=checkbox]:focus {
  outline: 2px solid var(--white);
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group span.wpcf7-not-valid-tip {
  color: var(--yellow);
  font-size: clamp(8px, 4.6594265856px + 0.4344048653vw, 10px);
  line-height: clamp(11px, 7.6594265856px + 0.4344048653vw, 16px);
  margin-top: 5px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group span.wpcf7-not-valid-tip {
    font-size: clamp(8px, 4.6594265856px + 0.4344048653vw, 10px);
    line-height: clamp(11px, 7.6594265856px + 0.4344048653vw, 16px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group span.errormsg {
  color: var(--yellow);
  font-size: clamp(8px, 4.6594265856px + 0.4344048653vw, 10px);
  line-height: clamp(11px, 7.6594265856px + 0.4344048653vw, 16px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group span.errormsg {
    font-size: clamp(8px, 4.6594265856px + 0.4344048653vw, 10px);
    line-height: clamp(11px, 7.6594265856px + 0.4344048653vw, 16px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.aceito-termos label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: initial;
  font-size: clamp(10px, 6.6594265856px + 0.4344048653vw, 12px);
  font-weight: 200;
  cursor: pointer;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.aceito-termos label input {
  margin-right: 10px;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.aceito-termos label .wpcf7-list-item {
  margin: 0;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.aceito-termos label .link_termos {
  font-weight: 600;
  color: var(--yellow);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.aceito-termos label .link_termos:hover {
  color: var(--green);
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit {
  width: 100%;
  margin: 0;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit p {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit p button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: var(--text);
  font-size: clamp(12px, 7.3231972198px + 0.6081668115vw, 19px);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  background-color: none;
  background: none;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit p button {
    font-size: clamp(12px, 9.1374045802px + 0.7633587786vw, 15px);
  }
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit p button.submit-btn {
  text-align: right;
  font-size: clamp(12px, 9.7078986587px + 0.2980625931vw, 14px);
  color: var(--yellow);
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-flex;
  background-color: transparent;
  border-radius: 50px;
  max-width: 130px;
  position: relative;
  border: 1px solid var(--yellow);
  transition: all 0.3s ease-out;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group.submit p button.submit-btn:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group p br {
  display: none !important;
}
.page-template-page-home section#contact .containerFW .container .contact-content .form-box form .form-group p button br {
  display: none !important;
}

.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(8px, 6.6594265856px + 0.4344048653vw, 10px);
  color: var(--yellow);
  width: clamp(150px, 81.2369597615px + 8.9418777943vw, 210px);
  background-color: var(--bgContact);
  border: 1px solid var(--yellow) !important;
  border-color: var(--yellow) !important;
  padding: 15px;
  margin: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: clamp(8px, 4.6594265856px + 0.4344048653vw, 10px);
    line-height: clamp(11px, 7.6594265856px + 0.4344048653vw, 16px);
  }
}

@keyframes slideIn {
  0% {
    bottom: -20px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: -20px;
    opacity: 0;
  }
}
.visible {
  animation: slideIn 0.5s forwards;
}

.hidden {
  animation: slideOut 0.5s forwards;
}

.success {
  color: var(--green);
}

.error {
  color: var(--yellow);
}/*# sourceMappingURL=styles.css.map */