@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);
  --paddingLR: clamp(30px, calc(15px + 3.125vw), 60px);
  --paddingfooter: clamp(25px, calc(-106.61859252823632px + 17.115551694178972vw), 222px);
  --swiper-navigation-size: clamp(20px, calc(14.285714285714286px + 1.7857142857142856vw), 40px) !important;
  --black: #000000;
  --black02: 0 0 0;
  --white: #ffffff;
  --white02: 255 255 255;
  --green: #00A499;
  --greenQuizz: #36C84B;
  --redQuizz: #FC5753;
  --bgTickets: #F0FCFB;
  --darkGrey: #1B1B1B;
  --sb-track-color: #9c9c9c;
  --sb-thumb-color: #041615;
  --sb-size: 10px;
  --headline: "Poppins", sans-serif;
  --title: "Poppins", sans-serif;
  --text: "Poppins", 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;
  -webkit-font-smoothing: antialiased;
  background-color: var(--darkGrey);
}

#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: clamp(40px, 35.0704225352px + 1.3145539906vw, 54px);
  line-height: 110%;
  font-weight: 700;
  letter-spacing: clamp(-3px, -2.9154929577px - 0.0225352113vw, -3.24px);
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-wrap: balance;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: var(--title);
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  line-height: 26px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  color: var(--white);
  opacity: 0.5;
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--text);
  font-size: clamp(16px, 14.2394366197px + 0.4694835681vw, 21px);
  line-height: 150%;
  font-weight: 400;
  letter-spacing: clamp(-0.3px, -0.1394366197px - 0.0428169014vw, -0.756px);
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  color: var(--white);
  text-wrap: balance;
  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;
}

.tooltip {
  display: inline-block;
  font-size: 13px;
  font-family: var(--text);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.325px;
  border: 1px solid rgb(var(--white02)/0.2);
  border-radius: 10px;
  padding: 5px 25px;
  margin-bottom: 20px;
}

/* 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;
}

/* ===================================================================
*  header styles
* ------------------------------------------------------------------- */
#header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 9999999;
  padding: 30px 0;
  opacity: 1;
  transition: all 0.5s ease-out;
  transition-delay: 350ms;
}
@starting-style {
  #header {
    opacity: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 30px 0;
    position: fixed;
  }
}
#header.sticky {
  background: var(--darkGrey);
  transition: all 0.5s ease;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #header.sticky {
    padding: 30px 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.sticky.after-hero {
  background: var(--darkGrey);
}
#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);
  display: flex;
  justify-content: flex-start;
  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 {
    justify-content: flex-start;
    align-items: center;
  }
}
#header .container .header-logo {
  width: clamp(192px, 139.5px + 10.9375vw, 297px);
}
#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(--black);
  text-transform: lowercase;
  font-weight: 700;
}
#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 .wrapper-nav p {
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #header .container .wrapper-nav p {
    display: none;
  }
}
#header .container .header-menu-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .container .header-menu-toggle {
    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;
    display: none;
  }
}
#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: none;
    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;
}

.lang-select {
  position: absolute;
  right: var(--paddingLR);
  top: 0;
  border: 1px solid rgb(var(--white02)/0.2);
  border-radius: 5px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
}

/* linha principal */
.lang-selected {
  font-size: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
  font-family: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7px 14px;
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
}

.icon {
  margin-right: -5px;
  transition: transform 0.3s ease;
}

/* opções escondidas */
.lang-options {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  /* opções */
}
.lang-options .lang-option {
  display: block;
  padding: 9px 14px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-size: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
  font-family: var(--text);
}
.lang-options .lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* aberto */
.lang-select.open .lang-options {
  max-height: 200px;
}

.lang-select.open .icon {
  transform: rotate(180deg);
}

/* hover desktop */
@media (hover: hover) {
  .lang-select:hover .lang-options {
    max-height: 200px;
  }
  .lang-select:hover .icon {
    transform: rotate(180deg);
  }
}
/* ===================================================================
*  footer styles
* ------------------------------------------------------------------- */
footer {
  padding: 40px 0;
  background-color: var(--black);
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 90px;
  }
}
footer .container {
  padding: 0 var(--paddingLR);
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 0 var(--paddingLR-m);
  }
}
footer .container .footer-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  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;
    gap: 20px;
  }
}
footer .container .footer-content_contacts {
  display: flex;
  gap: 40%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_contacts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .container .footer-content_contacts .logo_apa {
  width: clamp(90px, 72.3943661972px + 4.6948356808vw, 140px);
}
footer .container .footer-content_contacts .contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 2;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_contacts .contacts {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    gap: 20px;
  }
}
footer .container .footer-content_contacts .contacts .address {
  width: 100%;
}
footer .container .footer-content_contacts .contacts .address .place,
footer .container .footer-content_contacts .contacts .address .phone {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 5px;
}
footer .container .footer-content_contacts .contacts .address .info {
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-weight: 400;
  line-height: 17px;
  color: var(--white);
}
footer .container .footer-content_contacts .contacts .address,
footer .container .footer-content_contacts .contacts .socialmedia {
  flex: 1;
}
footer .container .footer-content_contacts .contacts .socialmedia {
  transform: translateZ(0);
  backface-visibility: hidden;
}
footer .container .footer-content_contacts .contacts .socialmedia .icons_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
  will-change: transform;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  footer .container .footer-content_contacts .contacts .socialmedia .icons_social {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_contacts .contacts .socialmedia .icons_social {
    justify-content: flex-start;
  }
}
footer .container .footer-content_contacts .contacts .socialmedia .icons_social .icon {
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}
footer .container .footer-content_contacts .contacts .socialmedia .icons_social .icon:hover {
  transform: scale(1.1);
}
footer .container .footer-content_contacts .contacts .policies {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  margin-top: 40px;
}
footer .container .footer-content_contacts .contacts .policies a {
  color: var(--white);
  font-size: clamp(10px, 8.5915492958px + 0.3755868545vw, 14px);
  opacity: 0.5;
  font-weight: 300;
  transition: all 0.3s ease;
}
footer .container .footer-content_contacts .contacts .policies a:hover {
  opacity: 1;
}
footer .container .footer-content_contacts .contacts .policies .line {
  width: 1px;
  background-color: var(--white);
  opacity: 0.6;
  height: 10px;
}
footer .container .footer-content_contacts .icon {
  width: clamp(35px, 31.4788732394px + 0.9389671362vw, 45px);
}
footer .container .footer-content_logos_policy {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgb(var(--white02)/0.2);
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
footer .container .footer-content_logos_policy .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 50px;
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  footer .container .footer-content_logos_policy .logos {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_logos_policy .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
  }
}
footer .container .footer-content_logos_policy .logos .logo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .container .footer-content_logos_policy .logos .logo {
    gap: 10px;
  }
}
footer .container .footer-content_logos_policy .logos img {
  width: auto;
  height: auto;
  max-width: clamp(75px, 20vw, 130px);
  max-width: clamp(42px, 11.014084507px + 8.2629107981vw, 130px);
  display: block;
}

/* ===================================================================
*  homepage
* ------------------------------------------------------------------- */
.page-template-page-home {
  background-color: #F9FCF4;
  /* ===================================================================
  *  hero
  * ------------------------------------------------------------------- */
}
.page-template-page-home section#hero {
  margin-top: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-template-page-home section#hero .hero-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  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;
  transform: translateZ(0);
  will-change: background-position;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner {
    background-image: url("../imgs/hero-bg-mob.jpg");
    background-position: center;
  }
}
.page-template-page-home section#hero .hero-inner .number-content {
  position: absolute;
  inset: 0;
  background-color: rgb(var(--black02)/0.85);
  color: var(--white);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(30px, 19.4366px + 2.8169vw, 60px);
}
.page-template-page-home section#hero .hero-inner .number-content .copy {
  font-family: var(--text);
  text-align: center;
  font-size: clamp(16px, 10.3662px + 1.5023vw, 32px);
  line-height: clamp(18px, 10.9577px + 1.8779vw, 38px);
}
.page-template-page-home section#hero .hero-inner .number-content .number {
  font-size: clamp(65px, -17.7464788732px + 22.0657276995vw, 300px);
  font-weight: 400;
  line-height: 1;
}
.page-template-page-home section#hero .hero-inner .container {
  position: relative;
  padding: 0 var(--paddingLR);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner .container {
    padding: 0 var(--paddingLR-m);
  }
}
.page-template-page-home section#hero .hero-inner .container .hero-icon {
  position: absolute;
  width: clamp(50px, 36.5px + 2.8125vw, 77px);
  right: var(--paddingLR);
  bottom: 40px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner .container .hero-icon {
    top: 110px;
  }
}
.page-template-page-home section#hero .hero-inner .container .hero-copy {
  position: absolute;
  left: var(--paddingLR);
  opacity: 1;
}
.page-template-page-home section#hero .hero-inner .container .hero-copy.is-pt {
  width: clamp(170px, 114.3661971831px + 14.8356807512vw, 328px);
  top: clamp(189px, 114.5067064083px + 9.6870342772vw, 254px);
}
.page-template-page-home section#hero .hero-inner .container .hero-copy.is-en {
  width: clamp(170px, 59.9791356185px + 14.3070044709vw, 266px);
  top: clamp(180px, 92.9001490313px + 11.3263785395vw, 256px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner .container .hero-copy {
    max-width: 350px;
  }
  .page-template-page-home section#hero .hero-inner .container .hero-copy.is-pt {
    top: 105px;
    width: 56%;
  }
  .page-template-page-home section#hero .hero-inner .container .hero-copy.is-en {
    top: 105px;
    width: 42%;
  }
}
.page-template-page-home section#hero .hero-inner .container .hero-headline {
  position: absolute;
  opacity: 1;
}
.page-template-page-home section#hero .hero-inner .container .hero-headline.is-pt {
  right: var(--paddingLR);
  width: clamp(276px, 165.4366197183px + 29.4835680751vw, 590px);
  top: clamp(210px, 125.1922503726px + 11.0283159463vw, 284px);
}
.page-template-page-home section#hero .hero-inner .container .hero-headline.is-en {
  right: clamp(-10px, 73.406px - 4.344vw, 40px);
  width: clamp(356px, -3.8599105812px + 46.7958271237vw, 670px);
  top: clamp(210px, 106.8554396423px + 13.4128166915vw, 300px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner .container .hero-headline.is-en, .page-template-page-home section#hero .hero-inner .container .hero-headline.is-pt {
    top: 66%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 80%;
  }
}
.page-template-page-home section#hero .hero-inner .container .hero-logos {
  position: absolute;
  width: 100%;
  max-width: clamp(525px, 307.2503725782px + 28.3159463487vw, 715px);
  left: var(--paddingLR);
  bottom: 40px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#hero .hero-inner .container .hero-logos {
    width: 80%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.page-template-page-home section#hero .hero-inner h1.headline {
  display: none;
}
.page-template-page-home section#media {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: var(--darkGrey);
  overflow: hidden;
  margin-top: -2px;
}
.page-template-page-home section#media .containerFW .container .media-text {
  position: relative;
  padding: 120px var(--paddingLR) 0px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-text {
    padding: 80px var(--paddingLR-m) 0;
    width: 100%;
  }
}
.page-template-page-home section#media .containerFW .container .media-text .text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7%;
}
.page-template-page-home section#media .containerFW .container .media-text .text h2 {
  position: relative;
  display: inline-block;
  color: var(--white);
  flex: 1;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-text .text h2 br {
    display: none;
  }
}
.page-template-page-home section#media .containerFW .container .media-text .text p {
  flex: 1;
  color: var(--white);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-text .text {
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-page-home section#media .containerFW .container .media-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  z-index: 1;
  padding: 80px var(--paddingLR) 0px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-content {
    padding: 50px var(--paddingLR-m) 0;
    width: 100%;
  }
}
.page-template-page-home section#media .containerFW .container .media-content_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-content_wrapper {
    aspect-ratio: 2/3;
  }
}
.page-template-page-home section#media .containerFW .container .media-content_wrapper iframe,
.page-template-page-home section#media .containerFW .container .media-content_wrapper video,
.page-template-page-home 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 section#media .containerFW .container .media-content_wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-content_wrapper .video-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-template-page-home 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;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#media .containerFW .container .media-content_wrapper .play-button {
    font-size: 22px;
  }
}
.page-template-page-home section#media .containerFW .container .media-content_wrapper .video-content {
  width: 100%;
  height: 100%;
}
.page-template-page-home section#challenges {
  position: relative;
  background-color: var(--darkGrey);
}
.page-template-page-home section#challenges .containerFW .container {
  padding: 120px var(--paddingLR) 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#challenges .containerFW .container {
    padding: 80px var(--paddingLR-m) 0;
  }
}
.page-template-page-home section#challenges .containerFW .container .challenges-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#challenges .containerFW .container .challenges-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-template-page-home section#challenges .containerFW .container .challenges-content .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#challenges .containerFW .container .challenges-content .text-box {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    right: initial;
  }
}
.page-template-page-home section#challenges .containerFW .container .challenges-content .text-box h2 {
  color: var(--white);
  max-width: 600px;
}
.page-template-page-home section#challenges .containerFW .container .challenges-content .text-box .description {
  color: var(--white);
  margin: 40px 0;
  padding-right: 20px;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#challenges .containerFW .container .challenges-content .text-box .description {
    margin: 20px 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.page-template-page-home section#challenges .containerFW .container .challenges-content .img-box {
  flex: 1;
  max-width: 500px;
  position: relative;
  align-self: center;
}
.page-template-page-home section#challenges .containerFW .container .images-content {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#challenges .containerFW .container .images-content {
    margin-top: 50px;
    flex-direction: column;
  }
}
.page-template-page-home section#challenges .containerFW .container .images-content .image1,
.page-template-page-home section#challenges .containerFW .container .images-content .image2 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-home section#partners {
  position: relative;
  background-color: var(--darkGrey);
}
.page-template-page-home section#partners .containerFW .container {
  padding: 120px var(--paddingLR);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#partners .containerFW .container {
    padding: 80px var(--paddingLR-m);
  }
}
.page-template-page-home section#partners .containerFW .container .partners-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#partners .containerFW .container .partners-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-template-page-home section#partners .containerFW .container .partners-content .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#partners .containerFW .container .partners-content .text-box {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    right: initial;
  }
}
.page-template-page-home section#partners .containerFW .container .partners-content .text-box h2 {
  color: var(--white);
  max-width: 600px;
}
.page-template-page-home section#partners .containerFW .container .partners-content .text-box .description {
  color: var(--white);
  margin: 40px 0;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#partners .containerFW .container .partners-content .text-box .description {
    margin: 20px 0;
    padding-right: 0;
  }
}
.page-template-page-home section#partners .containerFW .container .images-content {
  display: block;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #3D3D3D;
  border-radius: 10px;
  overflow: hidden;
  /* DESKTOP: 3 colunas */
  /* MOBILE: 2 colunas */
  /* Remove border-bottom da última linha (desktop e mobile) */
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo {
  position: relative;
  background-color: var(--darkGrey);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 126px;
  border-right: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  transition: background-color 0.3s ease;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo .logo {
  max-height: clamp(51px, 46.0704225352px + 1.3145539906vw, 65px);
  max-width: clamp(83px, 61.5211267606px + 5.7276995305vw, 144px);
  transition: opacity 0.3s ease;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo .logo-white {
  opacity: 1;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo .logo-color {
  position: absolute;
  opacity: 0;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:hover {
  background-color: var(--white);
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:hover .logo-white {
  opacity: 0;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:hover .logo-color {
  opacity: 1;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(3n) {
  border-right: none;
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(7),
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(8) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo {
    border-right: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
  }
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(2n) {
    border-right: none;
  }
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(3),
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(9) {
    border-right: 1px solid #3D3D3D;
  }
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(7),
  .page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:nth-child(8) {
    border-bottom: 1px solid #3D3D3D;
  }
}
.page-template-page-home section#partners .containerFW .container .images-content .partners-logos li.partner-logo:last-child {
  border-bottom: none;
}
.page-template-page-home section#tickets_slideshow {
  width: 100%;
  background-color: var(--bgTickets);
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content {
  padding-top: 120px;
  padding-bottom: clamp(70px, -10.2235469449px + 10.4321907601vw, 140px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .container h2 {
  color: var(--yellow);
  padding: 0 var(--paddingLR);
  text-align: right;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .container h2 {
    text-align: left;
    padding: 0 var(--paddingLR-m);
    margin-bottom: 30px;
  }
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
  padding-left: 23%;
  padding-bottom: 40px;
  position: relative;
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container::after {
  position: absolute;
  background-color: #2AD2C9;
  opacity: 0.2;
  width: 90%;
  height: 90%;
  content: "";
  top: 40px;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container::after {
    width: 100%;
    height: clamp(250px, 71.4285714286px + 55.8035714286vw, 500px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container {
    padding: 0;
  }
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow {
  width: 100%;
  max-width: 1640px;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow {
    min-height: auto;
  }
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-wrapper .swiper-slide {
  color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-wrapper .swiper-slide {
    border-radius: 20px;
  }
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-navigation {
  margin-top: 40px;
  width: 120px;
  gap: 10px;
}
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-navigation .swiper-button-next,
.page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#tickets_slideshow .section_tickets_slideshow-content .slider-container .swiper-tickets_slideshow .swiper-navigation {
    margin: 0 20px 100px;
  }
}
.page-template-page-home section#visitUs {
  background-color: var(--darkGrey);
}
.page-template-page-home section#visitUs .containerFW .container {
  padding: 120px var(--paddingLR);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container {
    padding: 80px var(--paddingLR-m) 30px;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 784px);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content {
    gap: 30px;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    width: 100%;
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .headline {
  text-align: left;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .headline {
    text-align: left;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .description {
  color: var(--white);
  text-align: left;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .description {
    text-align: left;
    margin: 20px 0;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .contact {
  color: var(--white);
  transition: color 0.3s ease-out;
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .text-box .contact:hover {
  color: var(--yellow);
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .img-box {
  width: 100%;
  max-width: 753px;
  position: relative;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .img-box {
    width: 100%;
    margin-top: -30px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .img-legend {
  margin-top: 90px;
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .img-legend {
    max-width: 350px;
    margin: 0 auto;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 30px;
  background: rgba(121, 121, 121, 0.05);
  padding: 30px;
  max-width: 433px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box {
    grid-column-end: 3;
    max-width: 100%;
    margin-top: 0;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box h4.headline_date {
  font-family: var(--text);
  color: var(--white);
  font-size: clamp(15px, 12.8873239437px + 0.5633802817vw, 21px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.756px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .date-info {
  font-family: var(--text);
  color: var(--white);
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-style: normal;
  font-weight: 400;
  text-wrap: initial;
  letter-spacing: -0.36px;
  margin-bottom: 9px;
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .date-info br {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .date-info br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .date-info {
    margin-bottom: 5px;
  }
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .time-info {
  font-family: var(--text);
  color: var(--white);
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: -0.36px;
}
.page-template-page-home section#visitUs .containerFW .container .visitUs-content .date-box .line-divider {
  width: 100%;
  height: 1px;
  background-color: rgb(var(--white02)/0.2);
  margin: 15px 0;
}

/* ===================================================================
*  button trigger quizz styles
* -------------------------------------------------------------------*/
.quizz-trigger {
  position: fixed;
  bottom: 95px;
  right: 25px;
  z-index: 99999999999999;
  cursor: pointer;
  transition: opacity 0.3s ease, pointer-events 0.3s ease;
}
.quizz-trigger.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .quizz-trigger {
    bottom: 95px;
  }
}
.quizz-trigger .quizz-fab {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.quizz-trigger .quizz-fab .quizz-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.quizz-trigger .quizz-fab .quizz-icon img {
  max-width: 15px;
}
.quizz-trigger .quizz-fab .quizz-icon p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.quizz-trigger .quizz-fab .quizz-icon p:hover {
  color: var(--white);
}
.quizz-trigger .quizz-fab .quizz-label {
  position: absolute;
  right: 0;
  height: 56px;
  padding: 0 100px 0 20px;
  background: var(--white);
  color: var(--darkGrey);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  width: auto;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
}
.quizz-trigger .quizz-fab .quizz-close-label {
  font-size: 14px;
  opacity: 0.7;
  cursor: pointer;
}
.quizz-trigger .quizz-fab .quizz-close-label:hover {
  opacity: 1;
}
.quizz-trigger .quizz-fab p {
  color: var(--darkGrey);
  font-size: clamp(16px, 0.95rem + 0.2vw, 18px);
  letter-spacing: -0.648px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.quizz-trigger .quizz-fab p:hover {
  color: var(--green);
}

/* ===================================================================
*  quizz styles
* -------------------------------------------------------------------*/
#quizz-modal {
  position: fixed;
  inset: 0;
  z-index: 99999999999999;
  display: none;
}
#quizz-modal.active {
  display: flex;
  justify-content: center;
}
#quizz-modal .quizz-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}
#quizz-modal .quizz-container {
  position: relative;
  width: 100%;
  max-width: 566px;
  height: 100%;
  max-height: 566px;
  margin: auto;
  background: var(--white);
  border-radius: 20px;
  padding: 50px 30px;
  z-index: 2;
  border-radius: 10px;
  border: 1px solid rgba(27, 27, 27, 0.1);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 0 0 24px -1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #quizz-modal .quizz-container {
    padding: var(--paddingLR-m);
  }
}
#quizz-modal .quizz-container .quizz-close {
  position: absolute;
  top: 5px;
  right: 0px;
  background: none;
  border: 0;
  font-size: 25px;
  cursor: pointer;
}
#quizz-modal .quizz-container .quizz-questions {
  width: 100%;
  height: 100%;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro,
#quizz-modal .quizz-container .quizz-questions .quizz-share,
#quizz-modal .quizz-container .quizz-questions .quizz-question {
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro h2,
#quizz-modal .quizz-container .quizz-questions .quizz-intro p,
#quizz-modal .quizz-container .quizz-questions .quizz-share h2,
#quizz-modal .quizz-container .quizz-questions .quizz-share p,
#quizz-modal .quizz-container .quizz-questions .quizz-question h2,
#quizz-modal .quizz-container .quizz-questions .quizz-question p {
  text-align: center;
  color: var(--darkGrey);
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro h2,
#quizz-modal .quizz-container .quizz-questions .quizz-share h2,
#quizz-modal .quizz-container .quizz-questions .quizz-question h2 {
  font-size: clamp(24px, 22.5915px + 0.375vw, 28px);
  letter-spacing: -1.4px;
  margin-bottom: 15px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro p,
#quizz-modal .quizz-container .quizz-questions .quizz-share p,
#quizz-modal .quizz-container .quizz-questions .quizz-question p {
  font-size: clamp(16px, 15.2957px + 0.188vw, 18px);
  letter-spacing: -0.648px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .progress-circle,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .progress-circle,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .progress-circle {
  width: 154px;
  height: 154px;
  position: relative;
  display: grid;
  place-items: center;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .progress-svg,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .progress-svg,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .progress-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result circle,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result circle,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result circle {
  fill: none;
  stroke-width: 8;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .bg,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .bg,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .bg {
  stroke: #dcdcdc;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .progress,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .progress,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .progress {
  stroke: #00DA00;
  stroke-linecap: round;
  stroke-dasharray: 289.0272;
  /* círculo completo */
  stroke-dashoffset: 0;
  /* começa cheio */
  transition: stroke-dashoffset 0.6s ease;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .answers-result,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .answers-result,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .answers-result {
  position: absolute;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  font-family: var(--text);
  color: var(--darkGrey);
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .text-result,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .text-result,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .text-result {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .result,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .result,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .result {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.463px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .divider,
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .total,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .divider,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .total,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .divider,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .total {
  font-size: 22px;
  font-weight: 500;
  color: rgba(27, 27, 27, 0.6);
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-result .legend,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-result .legend,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-result .legend {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: -0.504px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-social,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-social,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 0px 38px;
  height: 60px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  #quizz-modal .quizz-container .quizz-questions .quizz-intro .share-social,
  #quizz-modal .quizz-container .quizz-questions .quizz-share .share-social,
  #quizz-modal .quizz-container .quizz-questions .quizz-question .share-social {
    padding: 0px 28px;
    height: 50px;
  }
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-social .social-icon,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-social .social-icon,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-social .social-icon {
  width: 100%;
  max-width: 35px;
  max-height: 35px;
  transition: all 0.3s ease;
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro .share-social .social-icon:hover,
#quizz-modal .quizz-container .quizz-questions .quizz-share .share-social .social-icon:hover,
#quizz-modal .quizz-container .quizz-questions .quizz-question .share-social .social-icon:hover {
  transform: scale(0.9);
}
#quizz-modal .quizz-container .quizz-questions .quizz-intro.active {
  height: 100%;
  display: flex;
  opacity: 1;
}
#quizz-modal .quizz-container .quizz-questions .icon_logo_quizz {
  width: clamp(40px, 24.1549px + 4.225vw, 85px);
  margin-top: 40px;
  margin-bottom: 15px;
}
#quizz-modal .quizz-container .quizz-questions .start-quizz {
  background-color: var(--darkGrey);
  border-radius: 50px;
  padding: 0px 40px;
  height: 60px;
  cursor: pointer;
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #quizz-modal .quizz-container .quizz-questions .start-quizz {
    height: 50px;
  }
}
#quizz-modal .quizz-container .quizz-questions .start-quizz p {
  color: var(--white);
  margin: 0;
}
#quizz-modal .quizz-container .quizz-questions .start-quizz:hover {
  background-color: var(--green);
}
#quizz-modal .quizz-container .quizz-questions .quizz-share.active {
  height: 100%;
  display: flex;
  opacity: 1;
}
#quizz-modal .quizz-container .quizz-questions .quizz-share.active .start-quizz {
  position: relative;
  bottom: initial;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question {
  display: none;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question .quizz-title {
  font-size: 22px;
  margin-bottom: 24px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question .quizz-answers {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 40px;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question .quizz-answers .quizz-answer {
  font-family: var(--text);
  font-weight: 500;
  line-height: 0;
  background-color: var(--white);
  color: var(--darkGrey);
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  cursor: pointer;
  font-size: clamp(14px, 13.6478873239px + 0.0938967136vw, 15px);
  height: clamp(50px, 46.4788732394px + 0.9389671362vw, 60px);
  width: clamp(151px, 124.2394366197px + 7.1361502347vw, 227px);
  transition: all 0.3s ease;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question .quizz-answers button[data-value=true]:hover {
  background-color: var(--greenQuizz);
  color: var(--white);
  border: 2px solid #27AA35;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question .quizz-answers button[data-value=false]:hover {
  background-color: var(--redQuizz);
  color: var(--white);
  border: 2px solid #DF4744;
}
#quizz-modal .quizz-container .quizz-questions .quizz-question.active {
  display: flex;
  opacity: 1;
}/*# sourceMappingURL=styles.css.map */