@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --clr-black: #000100;
  --clr-main: #91c6be;
  --clr-golden: #0a3d50;
  --clr-accent: #00c59c;    
  --clr-white: #fefefa;
  --ff-body: "Freight", serif;
  --ff-cursive: "Sacramento", cursive;
  --ff-smalltext: "Alegreya", serif;
  --ff-title: "Freight", serif;
}

body {
  overflow-x: hidden;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  position: relative;
  min-height: 100vh;
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: linear-gradient(180deg, #224e43, #102823 33.85%, #132f28 60.94%, #224e43);
  background-image: url(./public/images/fundo-lp.png);
  background-size: 200px;
  color: var(--clr-golden);
}

section {
  padding: 3rem 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
video {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 600px) {
  section {
    padding: 6rem 0;
  }
}
/* @link https://utopia.fyi/type/calculator?c=320,21,1.125,1300,24,1.25,5,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l */
:root {
  --step--2: clamp(0.96rem, calc(1.06rem + -0.13vw), 1.04rem);
  --step--1: clamp(1.2rem, calc(1.16rem + 0.05vw), 1.17rem);
  --step-0: clamp(1.31rem, calc(1.25rem + 0.31vw), 1.5rem);
  --step-1: clamp(1.48rem, calc(1.35rem + 0.65vw), 1.88rem);
  --step-2: clamp(1.66rem, calc(1.44rem + 1.11vw), 2.34rem);
  --step-3: clamp(1.87rem, calc(1.52rem + 1.73vw), 2.93rem);
  --step-4: clamp(2.1rem, calc(1.59rem + 2.55vw), 3.66rem);
  --step-5: clamp(2.37rem, calc(1.64rem + 3.61vw), 4.58rem);
  --step-6: clamp(2.66rem, calc(1.66rem + 5vw), 5.72rem);
}

@font-face {
  font-family: "Freight", serif;
  src: url(./Freight-BigLight.otf) format("otf");
  src: url(./Freight-TextBook.otf) format("otf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: var(--step-4);
  font-family: var(--ff-title);
  line-height: 1.2em;
  letter-spacing: 0.015em;
}

h1 {
  font-size: var(--step-5);
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: 0.001em;
}

p {
  max-width: 60ch;
  font-size: var(--step-1);
  font-weight: 400;
  font-family: var(--ff-body);
  line-height: 1.5em;
}

@media screen and (min-width: 37.5rem) {
  p {
    line-height: 1.4em;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 56.25rem) {
  h1 {
    font-size: var(--step-6);
  }
}
.section-center {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.j-content-around {
  justify-content: space-around;
}

.sr-only {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.showMenu.showMenu {
  display: block;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.btn {
  display: block;
  max-width: 25rem;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0.75em 1em;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: green;
  border: 0;
  border-radius: 0.125rem;
  outline: 0;
  filter: saturate(2);
  transition: transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}

.btn:hover {
  transform: scale(1.0265);
}

.splide {
  width: 100%;
}

.splide__track {
  cursor: grab;
}

.splide__track:active {
  cursor: grabbing;
}

.splide__arrow.splide__arrow {
  background: rgba(255, 255, 255, 0);
}

.splide__arrow.splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.splide__pagination.splide__pagination {
  bottom: 0.25em;
}

.splide__pagination__page.splide__pagination__page {
  border-radius: 0;
  height: 0.1875rem;
  width: 8vw;
  margin: 0.25rem;
}

.splide__pagination__page.splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1.05);
  color: var(--clr-golden);
}

.splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.splide__slide img,
.splide__slide picture,
.splide__slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__slide picture {
  transition: transform 0 ease-in-out;
  transform: scale(1);
  overflow: hidden;
}

.splide__slide.is-active img {
  width: 100%;
}

.splide__slide__text {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .splide__arrow.splide__arrow svg {
    width: 3em;
    height: 3em;
    fill: #fff;
  }

  .splide__slide {
    padding: 0 4rem;
  }
}
.mouse {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.mouse .mouse__wrapper-out {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  letter-spacing: 0.15em;
  padding-top: 3.75rem;
}
.mouse .mouse__wrapper-in {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.875rem;
  height: 3.125rem;
  margin-left: -0.9375rem;
  border: 0.125rem solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.mouse .mouse__wrapper-in::before {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.bignumbers {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
}

.bignumber__number {
  display: block;
  font-size: var(--step-6);
  font-weight: 900;
  color: var(--clr-white);
}

.bignumber__number--text {
  font-size: 50%;
  font-weight: 400;
  text-transform: uppercase;
}

.bignumber__text {
  max-width: 25ch;
  margin: 0 auto;
  font-size: var(--step--1);
  line-height: 1.2;
}

@media screen and (min-width: 37.5rem) {
  .bignumbers {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .bignumber__number {
    font-size: var(--step--2);
  }

  .bignumber__text {
    max-width: 25ch;
    font-size: var(--step--5);
    font-weight: 500;
  }
}
@media screen and (min-width: 56.25rem) {
  .bignumbers {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    row-gap: 4rem;
  }

  .bignumber__number {
    font-size: var(--step-5);
  }

  .bignumber__text {
    max-width: 100%;
    font-size: var(--step-0);
  }
}
.above-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: var(--step-3);
  font-family: var(--ff-cursive);
  line-height: 1;
  color: #fff;
}

.title {
  text-align: center;
  margin-bottom: 3rem;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-block: 3rem;
}
.divider .square {
  width: 1rem;
  height: 1rem;
  background-color: var(--clr-golden);
}
.divider .square--small {
  width: 0.5rem;
  height: 0.5rem;
}

.clr-golden {
  color: var(--clr-golden);
}

#progress-bar {
  --scrollAmount: 0%;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: var(--scrollAmount);
  height: 0.525rem;
  border-radius: 3px;
  background-image: linear-gradient(120deg, #0a3d50 0%, #0a3d50 100%);
  /*  background: linear-gradient(to right, #F24E1E var(--scrollAmount), transparent 0);
  width: 100%; */
}

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  
  /* Cor TESTE = background: var(--clr-main); */
  
}

.header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 87.5rem;
  padding: 1rem;
  margin: 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  max-width: 6rem;
  height: auto;
  min-height: 2.5rem;
  cursor: pointer;
}

.nav {
  display: none;
}

.nav__list {
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: max-content;
  padding: 2em 8em;
  font-size: var(--step--1);
  text-align: center;
  background: black;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  transform: translateX(-50%);
  /* display: none; */
  /* tirando o estilo do botão */
}
.nav__list a {
  color: black;
  text-decoration: none;
}
.nav__list li a:hover {
  color: #0a3d50;
}
.nav__list li:nth-last-child(1) {
  list-style: none;
}
.nav__list .btn {
  max-width: 20rem;
  color: var(--clr-black);
  font-size: var(--step--4);
}

.hamburguer {
  /* accessibility */
  min-width: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.hamburguer__close {
  display: none;
}

.btn--nav {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .header-wrapper {
    width: 90%;
  }

  .nav {
    position: relative;
    display: initial;
  }

  .nav__list {
    position: relative;
    top: initial;
    left: initial;
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: var(--step--2);
    background: none;
    box-shadow: none;
    transform: none;
    list-style: none;
  }

  .nav__list li:nth-last-child(1) {
    display: none;
  }

  a {
    color: var(--clr-white);
  }

  .btn--nav {
    display: initial;
    margin: 0;
    font-size: var(--step--2);
    padding: 0.5em 0.75em;
  }

  .hamburguer {
    display: none;
  }

  .btn--hero {
    width: 40%;
  }
}
@media screen and (min-width: 56.25rem) {
  .nav__list {
    gap: 1.75em;
  }
}
.section-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  padding: 0;
  color: #fff;
  text-align: center;
}
.section-hero .mouse {
  margin-top: 4rem;
}
.section-hero p {
  font-size: var(--step-1);
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
}
.section-hero .splide__slide {
  position: relative;
}
.section-hero .splide__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.section-hero .splide__slide--desktop {
  display: none;
}
.section-hero .splide__slide--mobile::after {
  opacity: 0.8;
}
.section-hero .btn {
  width: 70%;
  max-width: 20rem;
  font-size: var(--step--2);
}

.dots {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}
.dots > span {
  font-size: var(--step-6);
  letter-spacing: 0.25em;
  display: inline-block;
  transform: rotateZ(90deg);
}

.section-introduction {
  position: relative;
  z-index: 10;
}
.section-introduction p {
  position: relative;
  margin: 0 auto;
  max-width: 40ch;
  font-family: var(--ff-title);
  font-size: var(--step-3);
  text-align: justify;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 1em 1em 0.5em 1em;
  color: var(--clr-white);
  background: linear-gradient(to right, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to left, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%, linear-gradient(to bottom, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to top, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
}
.section-introduction .block {
  position: absolute;
  right: 25%;
  top: -7%;
  width: clamp(1.5rem, 0.6837rem + 4.0816vw, 4rem);
  height: clamp(1.5rem, 0.6837rem + 4.0816vw, 4rem);
  background-color: var(--clr-golden);
  opacity: 0.8;
  -webkit-transform: translate(-5rem, 0px);
  transform: translate(5rem, 0px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.section-introduction .folha--1 {
  right: 12%;
  width: 130px;
}

.section-hood {
  position: relative;
}
.section-hood .gif-wrapper {
  position: relative;
  max-width: max-content;
}
.section-hood .gif-wrapper img,
.section-hood .gif-wrapper video {
  position: relative;
  z-index: 2;
}
.section-hood .gif-wrapper video {
  pointer-events: none;
}
.section-hood .gif-wrapper::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 3.5%;
  width: 100%;
  height: 100%;
  background-color: #b89821;
}
.section-hood .d-flex {
  flex-direction: column;
}
.section-hood p {
  text-align: justify;
  color: var(--clr-white);
}
.section-hood aside {
  position: relative;
  z-index: 3;
  height: max-content;
  padding: 1rem;
  text-align: justify;
  color: var(--clr-white);
  background: #816c1e;
}
.section-hood aside::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1%;
  left: -2%;
  width: 100%;
  height: 100%;
  background-color: #b89821;
}
.section-hood aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 103%;
  height: 102%;
  padding: 2rem;
  background: linear-gradient(to right, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to left, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%, linear-gradient(to bottom, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to top, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
}
.section-hood aside p {
  position: relative;
  z-index: 3;
}
.section-hood aside::first-letter {
  font-size: 190%;
}
.section-hood .wrapper__left > p:nth-child(1)::first-letter {
  font-size: 333%;
}
.section-hood .wrapper__left p:nth-child(1) {
  padding: 1.5em 0 1.5em 0;
}
.section-hood .wrapper__left p:nth-child(2) {
  padding: 1.5em 0 3em 0;
  border-top: 0.0625rem dotted var(--clr-golden);
}
.section-hood .slider-zona-sul {
  margin-bottom: 3rem;
  padding: 1rem;
  background: linear-gradient(to right, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to bottom, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
}
.section-hood .cards-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--clr-golden);
  font-size: var(--step-0);
}
.section-hood .cards {
  flex-direction: column;
  gap: 1rem;
}
.section-hood .ac {
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 0.75em;
  border: 0;
  background: rgba(30, 65, 56, 0.6117647059);
  transition: background-color, transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.section-hood .ac-trigger.ac-trigger {
  color: var(--clr-white);
}
.section-hood .ac__info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.section-hood .ac__title, .section-hood .ac__number {
  font-size: var(--step-1);
  line-height: 1.4em;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--clr-white);
}
.section-hood .ac__title {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.section-hood .ac__number {
  font-weight: 400;
}
.section-hood .ac-text.ac-text.ac-text {
  font-size: var(--step--1);
  font-family: var(--ff-smalltext);
  color: var(--clr-white);
  padding: 1em;
  line-height: 1.5em;
}
.section-hood .ac.is-active {
  background-color: rgba(30, 65, 56, 0.306);
}
.section-hood .ac:hover {
  transform: scale(1.033);
}
.section-hood .ac .expand {
  font-size: var(--step--2);
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.07em;
}
.section-hood .card {
  width: 100%;
  padding: 1.5em 1.5em;
  text-align: center;
  background: rgba(30, 65, 56, 0.6117647059);
  transition: background-color 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.section-hood .card__title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.section-hood .card__number {
  text-align: center;
}
.section-hood .card:hover {
  background-color: rgba(30, 65, 56, 0.306);
}

.s-famosos .splide__slide.is-active img,
.s-cortinas .splide__slide.is-active img,
.s-feedback .splide__slide.is-active img {
  transition: none;
  transform: initial;
}
.s-famosos .splide__slide img,
.s-cortinas .splide__slide img,
.s-feedback .splide__slide img {
  border: solid 2px;
}

.s-famosos .splide__slide,
.s-feedback .splide__slide {
  position: relative;
}
.s-famosos .splide__slide::after,
.s-feedback .splide__slide::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(top, transparent 30%, #000 110%);
  background-image: linear-gradient(top, transparent 30%, #000 110%);
  background-image: linear-gradient(to bottom, transparent 30%, #000 110%);
  background-repeat: repeat-x;
}
.s-famosos .splide__slide__text,
.s-feedback .splide__slide__text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 3;
  text-align: center;
  color: var(--clr-white);
  transform: translate(-50%, -5%);
}

.s-famosos .evans {
  object-position: left;
}

.s-feedback .splide__slide::after {
  background-image: linear-gradient(top, transparent 30%, #000 140%);
  background-image: linear-gradient(top, transparent 30%, #000 140%);
  background-image: linear-gradient(to bottom, transparent 30%, #000 140%);
}

.section-cards {
  position: relative;
}
.section-cards .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}
.section-cards .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: rgba(11, 19, 43, 0.812);
  border-radius: 0.5rem;
  transition: background-color 300ms cubic-bezier(0.33, 1, 0.68, 1);
  transform-style: preserve-3d;
}
.section-cards .card:hover {
  background-color: rgba(11, 19, 43, 0.512);
}
.section-cards .card img, .section-cards .card__title {
  transform: translateZ(20px);
}
.section-cards .card__title {
  font-size: var(--step--1);
  text-align: center;
  color: var(--clr-white);
}
.section-cards .card-wrapper.card-wrapper {
  position: relative;
  opacity: 1;
}
.section-cards .card-wrapper.card-wrapper::before {
  pointer-events: none;
}
.section-cards .card-wrapper.card-wrapper:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -2.5%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to bottom, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
}
.section-cards .card-wrapper.card-wrapper:nth-last-child(1)::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -2.5%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%, linear-gradient(to top, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
}
.section-cards .disclaimer {
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}
.section-cards .folha--2 {
  bottom: 0%;
  right: 15%;
  max-width: 10 0px;
  filter: blur(2px);
}

.section-anglo .d-flex {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.section-anglo .anglo-img {
  max-width: 40%;
  max-height: 300px;
}
.section-anglo .logo-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 1rem;
}
.section-anglo .oxford-img,
.section-anglo .nba-img {
  max-width: 50%;
  max-height: 72px;
}
.section-anglo .wrapper {
  align-self: center;
}
.section-anglo p {
  color: var(--clr-white);
}

.section-localization {
  position: relative;
  min-height: 80vh;
  /*  background-color: hsl(164, 42%, 13%); */
}
.section-localization .title {
  margin-bottom: 1.25rem;
}
.section-localization .d-flex {
  flex-direction: column;
  gap: 3rem;
}
.section-localization .d-flex + .d-flex {
  margin-top: 5rem;
}
.section-localization .item-2 {
  flex-direction: column-reverse;
}
.section-localization .text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: justify;
  gap: 1.5rem;
}
.section-localization h3 {
  color: var(--clr-white);
}
.section-localization img {
  padding: 0.25rem;
  background: linear-gradient(to right, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to left, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%, linear-gradient(to bottom, var(--clr-golden) 0.125rem, transparent 0.125rem) 0 0, linear-gradient(to top, var(--clr-golden) 0.125rem, transparent 0.125rem) 100% 100%;
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
  transition: transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.section-localization img:hover {
  transform: scale(1.033);
}

.section-versatil .wrapper {
  display: grid;
  align-content: center;
  gap: 3rem;
}
.section-versatil p {
  text-align: justify;
  color: #fefefa;
}
.section-versatil .btn {
  margin-inline: 0;
}
.section-versatil p,
.section-versatil img {
  width: 100%;
}
.section-versatil img {
  align-self: center;
  transition: transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.section-versatil img:hover {
  transform: scale(1.033);
}

@media screen and (min-width: 56.25rem) {
  h1 {
    font-size: var(--step-5);
  }

  .section-hero p {
    margin-top: 1rem;
  }
  .section-hero .splide__slide--desktop {
    display: flex;
  }
  .section-hero .splide__slide--mobile {
    display: none;
  }
  .section-hero .splide__slide .btn {
    font-size: var(--step--1);
    margin-bottom: 4rem;
  }

  .dots {
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .dots__dot {
    width: var(--step--2);
    height: var(--step--2);
    background-color: var(--clr-golden);
    border-radius: 50%;
  }

  .section-introduction p {
    padding: 4rem 4rem 2rem 4rem;
  }
  .section-introduction .block {
    position: absolute;
    left: -5%;
    top: 50%;
    background-color: var(--clr-golden);
    opacity: 0.8;
    -webkit-transform: translate(-5rem, 0px);
    transform: translate(-5rem, 0px);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }

  .section-hood .gif-wrapper {
    position: relative;
    margin-bottom: 9rem;
  }
  .section-hood .d-flex {
    flex-direction: row;
    gap: 2rem;
  }
  .section-hood aside {
    width: 30%;
    padding: 2rem;
    font-size: 2.125rem;
  }
  .section-hood aside::after {
    top: -3%;
    left: -3%;
  }
  .section-hood .wrapper__left {
    width: 70%;
  }
  .section-hood .wrapper__left p:nth-child(1) {
    padding: 0 0 1.5em 0;
  }
  .section-hood .wrapper__left > p:nth-child(1)::first-letter {
    font-size: 400%;
  }
  .section-hood .cards-title {
    text-align: left;
  }
  .section-hood .cards {
    flex-direction: row;
  }
  .section-hood .card {
    max-width: max-content;
    padding: 3rem 3rem;
    text-align: center;
    background: rgba(30, 65, 56, 0.6117647059);
    transition: background-color 300ms cubic-bezier(0.33, 1, 0.68, 1);
    border-radius: 0.1875rem;
  }
  .section-hood .card__title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-hood .card__number {
    text-align: center;
  }
  .section-hood .card:hover {
    background-color: rgba(30, 65, 56, 0.306);
  }
  .section-hood .ac {
    max-width: 100%;
    padding: 1.5em 1.25em;
  }

  .section-cards .cards {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .section-cards .card-wrapper.card-wrapper {
    opacity: 0;
  }
  .section-cards .card__title {
    font-size: var(--step-0);
  }

  .section-anglo .d-flex {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
  .section-anglo .logo-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .section-anglo .wrapper {
    width: 60%;
    align-self: center;
  }
  .section-anglo .oxford-img,
.section-anglo .nba-img {
    max-width: 100%;
    max-height: 90px;
  }
  .section-anglo p {
    color: var(--clr-white);
  }

  .section-localization {
    position: relative;
  }
  .section-localization .d-flex {
    flex-direction: row;
  }
  .section-localization .title {
    margin-bottom: 4.5rem;
  }
  .section-localization img {
    width: 60%;
    padding: 1rem;
  }
  .section-localization .d-flex + .d-flex {
    margin-top: 10rem;
  }
  .section-localization .text-wrapper {
    width: 40%;
    gap: 3rem;
  }
  .section-localization .item-2 {
    flex-direction: row;
  }

  .section-versatil .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 87.5rem) {
  h1 {
    font-size: var(--step-6);
  }

  .logo {
    max-width: 10rem;
  }

  .nav__list {
    font-size: var(--step-0);
  }

  .btn--nav {
    font-size: var(--step--1);
  }
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-aos=rotate-left] {
  opacity: 0;
  transform: translateX(-80px) rotate(-45deg);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity;
}
[data-aos=rotate-left].aos-animate {
  opacity: 1;
  transform: translateX(0) rotate(45deg);
}

[data-aos=rotate-right] {
  opacity: 0;
  transform: translateX(80px) rotate(45deg);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity;
}
[data-aos=rotate-right].aos-animate {
  opacity: 1;
  transform: translateX(0) rotate(-45deg);
}

[data-aos=rotate-down] {
  opacity: 0;
  transform: translateY(-80px) rotate(45deg);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity;
}
[data-aos=rotate-down].aos-animate {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3d(300, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes falling3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
    opacity: 0;
  }
}
@-webkit-keyframes falling2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  }
  100% {
    -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
    opacity: 0;
  }
}

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