@tailwind base;
@tailwind components;
@tailwind utilities;

@import url(./assets/geometria/style.css);
/* Swear Text
@import url("https://use.typekit.net/csk5yux.css");
*/
#cc-main {
  --cc-font-family: var(--geometria);
}

.cc--dark-turquoise {
  color-scheme: dark;
  
  --cc-bg: #161a1c;
  --cc-primary-color: rgb(239, 244, 246);
  --cc-secondary-color: #b1bdc3;

  --cc-btn-primary-bg: #60fed2;
  --cc-btn-primary-color: #000;
  --cc-btn-primary-hover-bg: #4dd4ae;
  --cc-btn-primary-hover-color: #000;

  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;

  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: #1e2428;
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #242c31;
  --cc-cookie-category-expanded-block-hover-bg: #242c31;
  --cc-cookie-category-expanded-block-bg: #1e2428;
  --cc-toggle-readonly-bg: #343e45;
  --cc-overlay-bg: rgba(4, 6, 8, .85)!important;

  --cc-toggle-on-knob-bg: var(--cc-bg);
  --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

  --cc-separator-border-color: #222a30;

  --cc-footer-border-color: #212529;
  --cc-footer-bg: #0f1112;
} 


:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;

    --geometriaL: 'Geometria-Light';
    --geometria: 'Geometria';
    --geometriaM: 'Geometria-Medium', sans-serif;
    --geometriaB: 'Geometria-Bold', sans-serif;

    --swear: 'swear-text', serif;

    --white: #ffffff;
    --branco: #ffffff;
    /*--preto: #231F20;*/

    --gold: #997f49;
    --darkgold: #543c24;
    --lightgray: #e6e8ea;


    --violet: #420044;
    --pink: #ff76bb;
    --lightpink: #ffbaff;
    --gray: #414042;

    --black: #1e1414;
    --gray25: #c7c4c4;
    --gray75: #564f4f;
    --mediumblack: #342b2c;
    --lightblack: #403737;
    --sand: #faf3e9;
    
    --cinzaclaro: #E9E9EF;
    --cinza: #71717D;
    --cinza2: #414141;
    --cinzaescuro: #4d4d4d;
    --laranja: #ea983e;
    --roxo: #4c3c7e;
    --amarelo: #ffe123;
    --pretofosco: #262626;
}

*,html,body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

/*
.cursor {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 3px solid var(--lightpink);
  background-color: var(--lightpink);
  opacity: 0.6;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
  mix-blend-mode:hard-light;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--violet);
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9999;
  mix-blend-mode: hard-light;
}

.hover {
  width: 25px;
  height: 25px;
  background-color: transparent;
  opacity: 0.8;
}

.cursorinnerhover {
  width: 20px;
  height: 20px;
  opacity: .3;
}
*/

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-smooth iframe {
    pointer-events: none;
   }

/* prevent drag */
.user-drag-none {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--cinzaclaro);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--darkgold);
}

/* Fonts */
.geometriaL {
    font-family: var(--geometriaL);
    font-weight: 300;
}
.geometria {
    font-family: var(--geometria);
    font-weight: 400;
}
.geometriaM {
  font-family: var(--geometriaM);
  font-weight: 500;
}
.geometriaB {
    font-family: var(--geometriaB);
    font-weight: normal;
}

.swear {
  font-family: var(--swear);
  font-weight: 500;
  font-style: normal;
}

strong {
    font-family: var(--geometriaB);
    font-weight: normal;
}

.animate-box{
  animation: updown 12s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation-direction: normal;
}
/*
@keyframes updown {

  0%, 100% {
    transform: translateY(-58px);
  }
  20%, 80% {
    transform: translateY(-116px);
  }
  40%, 60% {
    transform: translateY(-174px);
  }
  60% {
    transform: translateY(-232px);
  }
  80% {
    transform: translateY(-274px);
  }
}
*/
@keyframes updown {

  0%, 100% {
    transform: translateY(0px);
  }
  10%, 90% {
    transform: translateY(-58px);
  }
  20%, 80% {
    transform: translateY(-116px);
  }
  30%, 70% {
    transform: translateY(-174px);
  }
  40%, 60% {
    transform: translateY(-232px);
  }
  
}

/* Sections */

/*
.video-insta {
  min-height: 100vh !important; 
}

.video-insta video {
  min-height: 100vh !important;
}

video.bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    pointer-events: none;
}
*/

.clock{
	border-radius: 70px;
	border: 1px solid #fff;
	position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 120px;
  height: 120px;
}

.clock:after{
	content: "";
	position: absolute;
	background-color: #fff;
	top: 13px;
	left: 48%;
	height: 50px;
	width: 3px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 97%;
			transform-origin: 50% 97%;
	-webkit-animation: grdAiguille 2s linear infinite;
			animation: grdAiguille 2s linear infinite;
}

@-webkit-keyframes grdAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes grdAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.clock:before{
	content: "";
	position: absolute;
	background-color: #fff;
	top: 24px;
	left: 48%;
	height: 40px;
	width: 3px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 94%;
			transform-origin: 50% 94%;
	-webkit-animation: ptAiguille 12s linear infinite;
			animation: ptAiguille 12s linear infinite;
}

@-webkit-keyframes ptAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes ptAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.header-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.80);
  /*background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 100%);*/
  backdrop-filter: blur(15px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.hero{
  background: url(./assets/images/hero-header-desk.webp) no-repeat center center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  height: 100vh;
}

video.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 960px;
    min-height: 680px;
    /*height: auto;*/
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

.overlay {
    position: absolute;
    background: rgba(0,0,0, 1.0);
    min-height: 100%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.bg-wave {
  background: url(./assets/images/bg-wave.png);
}

.bg-gold {
  background: url(./assets/images/bg-gold.webp) no-repeat top center;
}

.passo1{
  background: url(./assets/images/bg-passo-1.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo2{
  background: url(./assets/images/bg-passo-2.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo3{
  background: var(--violet) url(./assets/images/bg-circles.webp) no-repeat center center;
  background-size: contain;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo4{
  background: url(./assets/images/bg-passo-4.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.downloads {
  background: linear-gradient(180deg, var(--branco) 0%, var(--lightpink) 100%);
  min-height: 100vh;
}

.circle-frame {
    width: 300px;
    height: 300px;
    margin: auto;
    background: url(./assets/images/frame-externo.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    /*clip-path: path("M 0, 150 A 150 150 0 0 1 300 150 L 240 150 A 90 90 0 0 0 60 150 A 90 90 0 0 0 240 150 L 300 150 A 150 150 0 0 1 0 150 Z");*/
}

.elements-frame {
    position: absolute;
    width: 236px;
    height: 236px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;

    /*clip-path: circle(10% at 50% 50%);*/
    overflow: hidden;
    display: flex;
    align-items: center;
}
.esteira {
  /*display: flex;
  width: auto;
  height: 100%;
  animation: ladoAB 16s ease-in-out alternate infinite;
  position: absolute;*/

  display: flex;
  width: 1080px;
  height: auto;
  animation: ladoAB 16s ease-in-out alternate infinite;
  position: absolute;
}

@keyframes ladoAB{
  /*
    0%,5% {
      left:0px;
    }
    20% {
      left: -230px;
    }
    40% {
      left: -470px;
    }
    60% {
      left: -705px;
    }
    80%, 100% {
      left: -940px;
    }
  */
  0%,5% {
      left: 20px;
    }
    20% {
      left: -200px;
    }
    40% {
      left: -420px;
    }
    60% {
      left: -640px;
    }
    80%, 100% {
      left: -860px;
    }
}

.esteira img {
    object-fit: cover;
}

/* Menu Flutuante */
        .floating-menu {
            position: absolute;
            top: 90px;
            left: 50%;
            transform: translateX(-50%);
            background: url(./assets/images/bg-menu-flutuante.jpg) no-repeat center center;
            backdrop-filter: blur(10px);
            padding: 8px 12px;
            border-radius: 50px;
            box-shadow: 0 2px 10px rgba(46, 39, 0, 0.1);
            z-index: 11;
            display: none;
            gap: 8px;
            /*opacity: 0;
            pointer-events: none;*/
            transition: opacity 0.3s ease;
            filter: opacity(0.9);
        }

        .floating-menu.fixed {
          display: flex;
            position: fixed;
            opacity: 1;
            pointer-events: auto;
        }

        .menu-item {
            padding: 10px 22px 8px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 18px;
            color: var(--gold);
            background: transparent;
            border: none;
            position: relative;
            font-weight: 400;
            font-family: var(--geometriaL);
            line-height: 1;
        }

        .menu-item:hover {
            background: #fff;
        }

        .menu-item.active {
            background: var(--gold);
            color: white;
        }

        /* Seções */
        .trigger-section {
            height: 5vh;
        }

        .section-meta {
          min-height: 100vh;
        }

@media (max-width: 768px) {
            .floating-menu {
                padding: 10px 15px;
                gap: 10px;
            }

            .menu-item {
                padding: 6px 12px;
                font-size: 12px;
            }
          }


@media only screen and (max-width: 676px) {
    video.bg {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 680px;
        /*height: auto;min-height: 94vh;
        object-fit: cover;*/
        pointer-events: none;
    }
     
    .hero{
      background: url(./assets/images/header_banner_mobile_pt.webp) no-repeat top center;
      background-size: cover;
      height: 100vh;
    }
    /**/
}




/* Elements */

.ilustra {
    width: 100%;
    min-height: 480px;
    background: url(./assets/images/ilustra-menina-mulher.webp) no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width: 676px) {
    .ilustra {
    width: 100%;
    min-height: 280px;
    background: url(./assets/images/ilustra-menina-mulher.webp) no-repeat center center;
    background-size: cover;
}
}

/* Vanilla CSS for flip card */
.card { perspective: 1000px; cursor: pointer;}
.card__content {transform-style: preserve-3d;}
.card:hover .card__content {transform: rotateY(.5turn);}

.card__front,
.card__back { backface-visibility: hidden;}
.card__back { transform: rotateY(.5turn);}


@keyframes rotate-background {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px) {
    
    #gt_float_wrapper {
          left: auto !important;
          right: 20px !important;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only (min-width: 768px) and (max-width: 1280px) {
    
}
/* Extra large devices (large laptops and desktops, 1200px and up)*/
@media only screen and (min-width: 1280px) {
    .hero {
        min-height: calc(100vh - 128px);
        background-size: cover;
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px) {

}


@keyframes draw {
  from {
    stroke-dasharray: 0 100;
  }
}

ul.check {
  list-style-type: none;
}

ul.check li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.overlay {
    position: absolute;
    background: rgba(113,113,125,0.75);
    /*min-height: 100%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 10;
  }
    
  /* Display drop-down menu on hover */
  nav ul li:hover > ul {
      display: inherit;
  }
      
  /* Change this in order to change the symbol of the drop-down menu */
  li > a:after {
    content: '';
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
  li > a:only-child:after {
    content: '';
  }
  
  .search-input::placeholder{
    font-size: medium;
    color: #fff;
  }
  
  
  .nav-language {
    width: auto;
    background-color: #4c3c7e;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 70px 0px 0px 70px;
    position: fixed;
    right: 0px;
    /*top: 138px;*/
    padding: 6px 4px 6px 6px;
    gap: 5px;
    transition: all .3s ease-in-out;
    z-index: 10;
  }
  
  .esconde {
      -webkit-animation:elastic once infinite;
      -webkit-animation-name: run;
      -webkit-animation-duration: 1s;
  }     
      @-webkit-keyframes run {
      0% { left: 90%;}
      50%{ left : 100%;}
      100%{ left : 90%;}
  }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--gold);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--gold);
}

.swiper-pagination-bullet {
      background-color: var(--gray25);
      width: 8px;
      height: 8px;
      opacity: 0.5;
      border-radius: 100px;
}
.swiper-pagination-bullet-active {
      width: 26px;
      height: 8px;
      background-color: var(--gold);
      opacity: 1;
      border-radius: 100px;
}


/* Preloader */
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: var(--gold);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000;
}

/* Cortinas */
.curtain {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 100;
  }
      
.curtain-left {
  left: 0;
}
        
.curtain-right {
  right: 0;
}  
.loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loader .section {
  width: 5px;
  height: 10px;
  background-color: rgba(255,255,255,0.075);
  border-radius: 2px;
}
.loader .section0 {
  position: absolute;
  transform: rotate(0deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.loader .section1 {
  position: absolute;
  transform: rotate(8deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.055s;
}
.loader .section2 {
  position: absolute;
  transform: rotate(16deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.11s;
}
.loader .section3 {
  position: absolute;
  transform: rotate(24deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.165s;
}
.loader .section4 {
  position: absolute;
  transform: rotate(32deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.22s;
}
.loader .section5 {
  position: absolute;
  transform: rotate(40deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.275s;
}
.loader .section6 {
  position: absolute;
  transform: rotate(48deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.33s;
}
.loader .section7 {
  position: absolute;
  transform: rotate(56deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.385s;
}
.loader .section8 {
  position: absolute;
  transform: rotate(64deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.44s;
}
.loader .section9 {
  position: absolute;
  transform: rotate(72deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.495s;
}
.loader .section10 {
  position: absolute;
  transform: rotate(80deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.55s;
}
.loader .section11 {
  position: absolute;
  transform: rotate(88deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.605s;
}
.loader .section12 {
  position: absolute;
  transform: rotate(96deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.66s;
}
.loader .section13 {
  position: absolute;
  transform: rotate(104deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.715s;
}
.loader .section14 {
  position: absolute;
  transform: rotate(112deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.77s;
}
.loader .section15 {
  position: absolute;
  transform: rotate(120deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.825s;
}
.loader .section16 {
  position: absolute;
  transform: rotate(128deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.88s;
}
.loader .section17 {
  position: absolute;
  transform: rotate(136deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.935s;
}
.loader .section18 {
  position: absolute;
  transform: rotate(144deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.99s;
}
.loader .section19 {
  position: absolute;
  transform: rotate(152deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.045s;
}
.loader .section20 {
  position: absolute;
  transform: rotate(160deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}
.loader .section21 {
  position: absolute;
  transform: rotate(168deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.155s;
}
.loader .section22 {
  position: absolute;
  transform: rotate(176deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.21s;
}
.loader .section23 {
  position: absolute;
  transform: rotate(184deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.265s;
}
.loader .section24 {
  position: absolute;
  transform: rotate(192deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.32s;
}
.loader .section25 {
  position: absolute;
  transform: rotate(200deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.375s;
}
.loader .section26 {
  position: absolute;
  transform: rotate(208deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.43s;
}
.loader .section27 {
  position: absolute;
  transform: rotate(216deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.485s;
}
.loader .section28 {
  position: absolute;
  transform: rotate(224deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.54s;
}
.loader .section29 {
  position: absolute;
  transform: rotate(232deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.595s;
}
.loader .section30 {
  position: absolute;
  transform: rotate(240deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.65s;
}
.loader .section31 {
  position: absolute;
  transform: rotate(248deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.705s;
}
.loader .section32 {
  position: absolute;
  transform: rotate(256deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.76s;
}
.loader .section33 {
  position: absolute;
  transform: rotate(264deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.815s;
}
.loader .section34 {
  position: absolute;
  transform: rotate(272deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.87s;
}
.loader .section35 {
  position: absolute;
  transform: rotate(280deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.925s;
}
.loader .section36 {
  position: absolute;
  transform: rotate(288deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.98s;
}
.loader .section37 {
  position: absolute;
  transform: rotate(296deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.035s;
}
.loader .section38 {
  position: absolute;
  transform: rotate(304deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.09s;
}
.loader .section39 {
  position: absolute;
  transform: rotate(312deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.145s;
}
.loader .section40 {
  position: absolute;
  transform: rotate(320deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.loader .section41 {
  position: absolute;
  transform: rotate(328deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.255s;
}
.loader .section42 {
  position: absolute;
  transform: rotate(336deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.31s;
}
.loader .section43 {
  position: absolute;
  transform: rotate(344deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.365s;
}
.loader .section44 {
  position: absolute;
  transform: rotate(352deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.42s;
}
.loader .section45 {
  position: absolute;
  transform: rotate(360deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.475s;
}
.loader .section46 {
  position: absolute;
  transform: rotate(368deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.53s;
}
.loader .section47 {
  position: absolute;
  transform: rotate(376deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.585s;
}
.loader .section48 {
  position: absolute;
  transform: rotate(384deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.64s;
}
.loader .section49 {
  position: absolute;
  transform: rotate(392deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.695s;
}
.loader .section50 {
  position: absolute;
  transform: rotate(400deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.75s;
}
.loader .section51 {
  position: absolute;
  transform: rotate(408deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.805s;
}
.loader .section52 {
  position: absolute;
  transform: rotate(416deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.86s;
}
.loader .section53 {
  position: absolute;
  transform: rotate(424deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.915s;
}
.loader .section54 {
  position: absolute;
  transform: rotate(432deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.97s;
}
.loader .section55 {
  position: absolute;
  transform: rotate(440deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.025s;
}
.loader .section56 {
  position: absolute;
  transform: rotate(448deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.08s;
}
.loader .section57 {
  position: absolute;
  transform: rotate(456deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.135s;
}
.loader .section58 {
  position: absolute;
  transform: rotate(464deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.19s;
}
.loader .section59 {
  position: absolute;
  transform: rotate(472deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.245s;
}
.loader .section60 {
  position: absolute;
  transform: rotate(480deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}
.path {
  position: absolute;
  font-size: 32px;
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  width: 275px;
  height: 275px;
  fill: #fff;
}
.p1 {
  color: #fff;
  position: absolute;
  transform: rotate(-30deg) translate(0, -65px);
  /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p2 {
  color: #fff;
  position: absolute;
  transform: rotate(-60deg) translate(0, -65px);
  /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p3 {
  color: #fff;
  position: absolute;
  transform: rotate(-90deg) translate(0, -65px);
   /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p4 {
  color: #fff;
  position: absolute;
  transform: rotate(-120deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p5 {
  color: #fff;
  position: absolute;
  transform: rotate(-150deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p6 {
  color: #fff;
  position: absolute;
  transform: rotate(-180deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p7 {
  color: #fff;
  position: absolute;
  transform: rotate(-210deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p8 {
  color: #fff;
  position: absolute;
  transform: rotate(-240deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p9 {
  color: #fff;
  position: absolute;
  transform: rotate(-270deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p10 {
  color: #fff;
  position: absolute;
  transform: rotate(-300deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p11 {
  color: #fff;
  position: absolute;
  transform: rotate(-330deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p12 {
  color: #fff;
  position: absolute;
  transform: rotate(-360deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.holder {
  height: 75px;
  width: 0;
  position: absolute;
  animation: rotatet 8s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-moz-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-webkit-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-o-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-moz-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}


.container_faq {
  box-shadow: 0 2px 2px 0 rgb(0,0,0,0.05);
  margin: 15px 0;
}

.question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.question::after {
  content: "\002B";
  font-size: 1rem;
  position: absolute;
  right: 0px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  line-height: 1rem;
}

.question.active + .answercont {
}