@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  color: black;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #151515;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #FF8C42;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #B7B7B7;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #FF8C42;
}

html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  color: #FF8C42;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #B7B7B7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.btn {
  padding: 12px 30px;
  color: #fff;
  background: #FF8C42;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  display: inline-block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border: 1px solid #FF8C42;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #FF8C42;
  border: 1px solid #FF8C42;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #151515;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--secondary {
  background-color: #0FA3B1;
  color: white;
  border: 1px solid #0FA3B1;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #FF8C42;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--bordered {
  background: transparent;
  border: 2px solid #FF8C42;
  color: #FF8C42;
}
.btn--bordered:hover {
  background: #FF8C42;
  border: 2px solid #FF8C42;
  color: #151515;
}
.btn--bordered:hover a {
  color: #fff;
}
.btn--bordered a {
  color: #FF8C42;
}
.btn--bordered-w {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--bordered-w:hover a {
  color: white;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.heading {
  font-size: 24px;
  color: #0FA3B1;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #FF8C42;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 42px;
  margin-top: 0;
  position: relative;
  font-weight: 600;
  color: #FF8C42;
}
.heading__title em {
  font-style: normal;
  color: #FF8C42;
  display: block;
}
.heading__title span {
  font-style: normal;
  color: #FF8C42;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.section__intro {
  max-width: 500px;
}
.section__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #FF8C42;
}
.section__title em {
  color: #FF8C42;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.section__subtitle {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0px;
  font-weight: 500;
}
.section__desc {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.section__desc p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.section__desc p + p {
  margin-top: 20px;
}
.section__desc--center {
  text-align: center;
}
.section__cta {
  padding: 20px 0px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.section__divider {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title--footer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--special {
  font-family: "Special Elite";
}
.title--white {
  color: #fff;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--section {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-45%) rotate(90deg);
  font-size: 120px;
  opacity: 0.05;
  font-weight: 700;
}
.title--section-reversed {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(45%) rotate(270deg);
  font-size: 120px;
  opacity: 0.05;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .title--section {
    display: none;
  }

  .title--section-reversed {
    display: none;
  }
}
@media (max-width: 768px) {
  .heading__title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 30px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #FF8C42;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 32px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #FF8C42;
    width: 200px;
    margin: 15px auto;
  }
}
@media (max-width: 450px) {
  .heading__title {
    font-size: 28px;
  }

  .section__title {
    font-size: 28px;
  }

  .section__desc {
    font-size: 16px;
  }
}
.gallery {
  position: relative;
}
.gallery__slider {
  margin: 50px;
}
.gallery__item {
  position: relative;
  margin: 0px 15px;
}
.gallery__item:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.gallery__illustration {
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.gallery__img {
  margin: 15px 10px;
  position: relative;
  width: calc(25% - 20px);
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 5px;
}
.gallery__img:after {
  content: "";
  padding-bottom: 150%;
  width: 100%;
  display: block;
}
.gallery__img a {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}
.gallery__img:hover .gallery__illustration {
  transform: scale(1.03);
}
.gallery__img:hover .gallery__illustration:after {
  opacity: 0;
}
.gallery__img:nth-child(2):after {
  padding-bottom: 100%;
}
.gallery__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .gallery__img {
    width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .gallery__img {
    width: calc(50% - 30px);
  }
  .gallery__img:after {
    padding-bottom: 100%;
  }
}
@media (max-width: 500px) {
  .gallery__slider {
    margin: 0px;
  }
}
.trust__list {
  justify-content: space-between;
}
.trust__item {
  position: relative;
  width: 30%;
  background-color: white;
}
.trust__item:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  height: 30px;
  width: 30px;
  background-color: #0FA3B1;
  z-index: -1;
}
.trust__title {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0px;
  line-height: 1.8;
}
.trust__title span {
  font-size: 24px;
  font-weight: 300;
  margin-right: 10px;
  border-bottom: 2px solid #FF8C42;
  padding-bottom: 5px;
}
.trust__icon {
  height: 100px;
  width: auto;
}
.trust__desc p {
  font-size: 14px;
  line-height: 1.8;
}

.trust-carousel {
  padding: 0px 0px;
}
.trust-carousel__content {
  position: relative;
  width: 35%;
  padding: 0px 5% 0px calc(150/1680 * 100%);
}
.trust-carousel__heading {
  font-size: 32px;
}
.trust-carousel__desc {
  margin-top: 20px;
}
.trust-carousel__desc p + p {
  margin-top: 10px;
}
.trust-carousel__slider {
  width: 65%;
}
.trust-carousel__slider .slick-list {
  padding-left: 0px !important;
}
.trust-carousel__slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.trust-carousel__slider .slick-dots li {
  display: inline-block;
}
.trust-carousel__slider .slick-dots li + li {
  margin-left: 15px;
}
.trust-carousel__slider .slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.1;
  background-color: black;
  border: none;
  border-radius: 0px;
}
.trust-carousel__slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  opacity: 1;
  color: #FF8C42;
  background-color: #FF8C42;
}
.trust-carousel__item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 10px;
}
.trust-carousel__item:before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.trust-carousel__item:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
}
.trust-carousel__text {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}
.trust-carousel__title {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 60%;
  margin-top: 15px;
}
.trust-carousel__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  z-index: 4;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.trust-carousel__btn:hover {
  background-color: #FF8C42;
  color: white;
}

@media (max-width: 1024px) {
  .trust__item {
    width: 100%;
  }
  .trust__item + .trust__item {
    margin-top: 50px;
  }

  .trust-carousel__content {
    width: 100%;
    margin-bottom: 30px;
  }

  .trust-carousel__slider {
    width: 100%;
  }
  .trust-carousel__slider .slick-list {
    padding: 0px 100px !important;
  }
}
@media (max-width: 1024px) {
  .trust-carousel__slider {
    width: 100%;
  }
  .trust-carousel__slider .slick-list {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .trust-carousel__title {
    font-size: 28px;
  }
}
.carousel {
  padding-top: 80px;
}
.carousel__container {
  position: relative;
  padding: 80px 0px 80px 80px;
}
.carousel__container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: calc(1530/1680 * 100%);
  background-color: #FF8C42;
}
.carousel__container .heading--left {
  padding-left: 80px;
}
.carousel__slider {
  position: relative;
  width: 100%;
}
.carousel__slider .slick-list {
  padding-left: 0px !important;
}
.carousel__slider .slick-prev {
  bottom: -40px;
  right: 17%;
}
.carousel__slider .slick-next {
  bottom: -40px;
  right: 12%;
}
.carousel__item {
  margin: 0px 10px;
}
.carousel__illustration {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel__illustration:before {
  content: "";
  padding-bottom: 80%;
  display: block;
}

@media (max-width: 1024px) {
  .carousel__container {
    padding: 80px;
  }
  .carousel__container:before {
    width: 100%;
  }
  .carousel__container .heading--left {
    padding-left: 0;
  }

  .carousel__slider .slick-prev {
    right: 20%;
  }

  .carousel__slider .slick-list {
    padding: inherit !important;
  }
}
.partners {
  padding: 0px 0px;
}
.partners__list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;
}
.partners__item {
  position: relative;
  background-color: #fff;
  padding: 30px;
}
.partners__item img {
  width: 100%;
  aspect-ratio: 8/3;
  object-fit: contain;
  height: auto;
}

/* HEADER */
.header {
  width: 100%;
  height: 100vh;
  position: relative;
}
.header__container {
  width: 100%;
  position: absolute;
}

.header__bg {
  position: relative;
  height: 100%;
  width: 60%;
  margin-left: auto;
  z-index: 0;
}
.header__bg img {
  position: absolute;
  left: 0;
  top: 100px;
  height: 80%;
  width: 70%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.header__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  height: 80%;
  width: 70%;
  background-color: rgba(1, 1, 1, 0.3);
  z-index: 10;
}
.header__bg .image-2 {
  z-index: 11;
  top: auto;
  left: auto;
  right: 0;
  height: 60%;
  width: 60%;
  bottom: 0;
}

.header__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.header__text {
  width: 60%;
  position: relative;
  z-index: 20;
  padding-left: 10%;
}

.header__title {
  color: #FF8C42;
  display: block;
  font-size: 110px;
  width: 100%;
  font-weight: 400;
  line-height: 1;
}

.header__desc {
  margin-top: 40px;
  font-size: 24px;
}

/* MENU PRINCIPAL */
.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}
.menu--container {
  padding: 40px calc(150/1680 * 100%);
}
.menu--logo img {
  text-align: center;
  width: 200px;
  margin-right: auto;
}
.menu--cta {
  padding: 0px 25px;
  color: #fff;
  background-color: #FF8C42;
  border: 1px solid #FF8C42;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
}
.menu--cta:hover {
  border: 1px solid #FF8C42;
  color: white;
  background-color: transparent;
}
.menu--cta a {
  font-weight: 600 !important;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list .current-menu-item a {
  color: #0FA3B1;
}
.menu__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 0px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #0FA3B1;
}
.menu__list .menu--button a {
  background-color: #FF8C42;
  padding: 30px 35px;
  margin-left: 5%;
  color: white;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.menu__list .menu--button a:hover {
  color: white;
  transform: scale(1.03);
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.menu--logo {
  height: 100%;
}

.logo-title {
  font-weight: 500;
  font-size: 36px;
  color: #FF8C42;
}

.unclickable > a {
  pointer-events: none !important;
}

/* SUBMENU */
.menu-item-has-children {
  padding-right: 15px;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.menu-item-has-children:hover:after {
  display: none;
}

.menu-item-has-children:after {
  content: "";
  background: url("../img/down.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 17px;
  top: 49%;
  transform: translateY(-50%);
  right: -10px;
}

.menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  min-width: 800px;
  top: 0;
  left: -300px;
  width: auto;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  padding: 25px 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
.menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #212121 !important;
  margin: 0px;
  padding: 15px 15px;
}
.menu-item-has-children > .sub-menu li:first-child {
  border-radius: 10px 0px 0px 10px;
}
.menu-item-has-children > .sub-menu li:last-child {
  border-radius: 0px 10px 10px 0px;
}
.menu-item-has-children > .sub-menu a {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #212121;
}
.menu-item-has-children > .sub-menu a:hover {
  color: #FF8C42;
}

/* MOBILE MENU */
/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
}

.menu--burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: #fff;
  transition: all 0.5s ease-in;
  border-radius: 10px;
}

.menu--burger.active div {
  background: #FF8C42;
}

.menu--burger.active .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.menu--burger.active .line2 {
  opacity: 0;
}

.menu--burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

.menu--burger {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 1450px) {
  .menu--container {
    padding: 40px calc(70/1680 * 100%);
  }
}
@media (max-width: 1300px) {
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    padding: 120px calc(150/1680 * 100%) 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
  }

  .menu__list a {
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
  }

  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }
  .menu--header .menu__list > li:last-child() a {
    padding-bottom: 0;
  }
  .menu--header .menu__list > li + li {
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu-item-has-children {
    padding-right: 0px;
  }
  .menu-item-has-children a {
    padding-bottom: 0;
  }
  .menu-item-has-children:after {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu-item-has-children .sub-menu li a {
    font-weight: 400;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }

  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .header--inside {
    padding: 30px 0px;
  }
}
@media (max-width: 1024px) {
  .header--top {
    background-color: #fff;
    padding-right: 0px;
    position: relative;
  }
  .header--top__logo {
    height: auto;
  }

  .header__text {
    width: 100%;
    padding-right: 10%;
  }

  .header__bg {
    width: 100%;
  }
  .header__bg:after {
    background-color: rgba(1, 1, 1, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 12;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__title {
    font-size: 64px;
  }

  .logo-title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .header__title {
    font-size: 48px;
  }
}
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--accent {
  background-color: #B7B7B7;
}
.section--secondary {
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #B7B7B7;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container--stretch {
  max-width: 940px;
}
.container--post {
  max-width: 1400px;
}
.container--header {
  width: 1200px;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: calc(200/1680 * 100%);
    padding-right: calc(200/1680 * 100%);
  }

  .section--columns {
    display: block;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: calc(50/1680 * 100%);
    padding-right: calc(50/1680 * 100%);
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#gform_1 {
  width: 100%;
}
#gform_1 input {
  background-color: #212121;
  border: none;
  border-bottom: 4px solid #FF8C42;
  color: #B7B7B7;
  padding: 10px 20px;
}
#gform_1 label {
  color: #B7B7B7;
  font-weight: 300;
  font-size: 14px;
}
#gform_1 textarea {
  background-color: #212121;
  border: none;
  border-bottom: 4px solid #FF8C42;
  color: #B7B7B7;
  padding: 10px 20px;
}
#gform_1 .gform_button {
  border: 2px solid #FF8C42;
  font-size: 20px;
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
  color: #FF8C42;
  cursor: pointer;
}
#gform_1 .gform_button:hover {
  background-color: #FF8C42;
  color: #151515;
}

.contact__input {
  width: 48%;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: 100px;
  background-color: #B7B7B7;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  color: #000;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
}

select {
  border: none;
  border: 2px solid #CBCBCB;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #FF8C42;
}

.wpcf7-text, .wpcf7-number {
  width: 100%;
  border: 2px solid #CBCBCB;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.wpcf7-text:focus, .wpcf7-number:focus {
  border-color: #FF8C42;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder {
  color: #000;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 20px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-radio {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}
.wpcf7-radio label {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 10px;
}

.wpcf7-submit {
  margin-top: 20px;
  border: 1px solid white;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: #000;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-submit:hover {
  transform: scale(1.05);
}

.wpcf7-textarea {
  width: 100%;
  border: 2px solid #CBCBCB;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  -webkit-appearance: none;
  resize: vertical;
  height: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-textarea:focus {
  border-color: #000;
}
.wpcf7-textarea:focus::placeholder {
  color: #000;
}
.wpcf7-textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
}

.form--contact {
  max-width: 600px;
}
.form--contact .wpcf7-text, .form--contact .wpcf7-number, .form--contact .wpcf7-textarea {
  border: 2px solid #CBCBCB;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 12px 25px;
  font-weight: 400;
}
.form--contact .wpcf7-text::placeholder, .form--contact .wpcf7-number::placeholder, .form--contact .wpcf7-textarea::placeholder {
  color: #000;
  font-weight: 400;
}
.form--contact .wpcf7-submit {
  background: #00679e;
  background: #FF8C42;
  color: white;
}
.form--contact .wpcf7-textarea {
  height: 140px;
}
.form--contact .column--half {
  width: 48%;
}

.input--text {
  padding: 20px 40px;
  background-color: #B7B7B7;
}
.input--text:focus {
  border-color: #FF8C42;
}
.input--middle {
  width: 100%;
  display: block;
}
.input--full {
  width: 100%;
  display: block;
}
.input--classic {
  border: none;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 20px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input--classic::placeholder {
  color: #000;
  margin-left: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.politique__label {
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
  line-height: 2;
}

.g-recaptcha > div {
  max-width: 100%;
}

.g-recaptcha iframe {
  width: 100%;
}

@media (max-width: 550px) {
  .column--half {
    width: 100%;
  }
}
.footer {
  background: #FF8C42;
  position: relative;
}

.footer * {
  color: #151515;
}

.footer__title {
  font-size: 42px;
  font-weight: 400;
}

.footer-illustration {
  position: relative;
  width: 40%;
}
.footer-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer-content {
  width: 60%;
  padding: 50px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-text {
  padding-left: 10%;
  width: 100%;
}

.footer-text .btn--bordered {
  border: 1px solid #151515;
  color: #151515;
}

.footer__link {
  margin: 30px 0;
}
.footer__link * {
  display: block;
  margin: 10px 0px;
  text-decoration: underline;
}

.footer__social {
  display: block;
  margin-left: auto;
  text-align: right;
}

.footer .btn {
  border: 3px solid #151515;
  font-weight: 600;
}
.footer .btn:hover {
  background-color: #151515;
  color: white;
}

.footer__social img {
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.footer__social a + a {
  margin-left: 10px;
}
.footer__social a:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .footer-illustration {
    width: 100%;
    height: 300px;
  }

  .footer-content {
    width: 100%;
  }
}
.contact {
  padding: 140px 0px 60px;
  position: relative;
  margin-right: 10%;
}

.contact-infos {
  border: 5px solid #FF8C42;
  border-left: none;
  width: 40%;
  padding: 80px 5% 80px 5%;
}
.contact-infos__block {
  margin: 40px 0px;
}

.contact-infos__card {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.contact-infos__card * {
  font-size: 16px;
}

.contact-infos__block img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.contact-social {
  display: block;
}
.contact-social img {
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.contact-social a + a {
  margin-left: 10px;
}
.contact-social a:hover img {
  transform: scale(1.1);
}

.form__container {
  width: 60%;
  padding-left: 10%;
  margin: 40px 0px;
}

@media (max-width: 1024px) {
  .contact-infos {
    width: 100%;
    border-left: 5px solid #FF8C42;
    padding-left: 10%;
  }

  .form__container {
    width: 100%;
    padding-left: 0;
  }

  .contact__container {
    flex-direction: column-reverse;
    padding: 0 10%;
  }

  .contact {
    margin-right: 0;
  }
}
.conditions__generales {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
.conditions__generales h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.conditions__generales h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.conditions__generales p {
  font-size: 14px;
  margin: 20px 0px;
  line-height: 1.7;
}
.conditions__generales ul {
  margin-left: 30px;
}
.conditions__generales ol {
  margin-left: 30px;
}
.conditions__generales li {
  margin: 10px 0px;
  display: block;
  line-height: 1.7;
}
.conditions__generales li:before  {
  content: "-";
  font-size: 16px;
  color: #0FA3B1;
}

.conditions__generales li:before {
  content: "-";
  font-size: 16px;
  color: #0FA3B1;
  margin-right: 5px;
}

.wsp-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.wsp-container h2 {
  margin: 20px 0px;
  text-transform: uppercase;
  font-size: 24px;
  color: #0FA3B1;
  font-weight: 600;
}
.wsp-container ul {
  margin-left: 50px;
}
.wsp-container li {
  margin: 10px 0px;
  display: block;
}
.wsp-container li a {
  color: #0FA3B1;
}
.wsp-container li a:hover {
  color: #FF8C42;
}

.sub-service__header {
  padding-top: 80px;
}

.sitemap__title {
  font-size: 32px;
  font-weight: 600;
  color: #0FA3B1;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.sitemap .menu__list {
  display: block !important;
  max-width: 400px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
}
.sitemap .menu__list li {
  display: block;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
}
.sitemap .menu__list li + li {
  margin-top: 20px;
  margin-left: 0px;
}
.sitemap .menu__list a {
  color: #0FA3B1;
  font-size: 32px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.sitemap .menu__list a:hover {
  color: #0FA3B1;
}

.sponsors__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sponsors__item {
  background-color: #212121;
  border-bottom: 5px solid #FF8C42;
  padding: 30px 30px;
  text-align: center;
}

.sponsors__item img {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
}

.sponsors__title {
  color: #0FA3B1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .sponsors__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sponsors__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.events__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.events__item {
  background-color: #212121;
  border-bottom: 5px solid #FF8C42;
  padding: 30px 30px;
  text-align: left;
}
.events__item * {
  margin-top: 20px;
}

.events__item img {
  height: 15px;
  margin-right: 15px;
  margin-top: 0;
}

.events__title {
  color: #FF8C42;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.events__btn {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .events__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .events__list {
    grid-template-columns: 1fr;
  }
}
.cat-tabs {
  overflow: hidden;
  margin-bottom: 40px;
}

.cat-tabs__link {
  float: left;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 300;
  padding: 14px 16px;
  transition: 0.3s;
  color: #0FA3B1;
  font-size: 18px;
  text-transform: uppercase;
}
.cat-tabs__link.active {
  border-bottom: 1px solid #0FA3B1;
}
.cat-tabs__link:nth-child(2) {
  color: #FF8C42;
}
.cat-tabs__link:nth-child(2).active {
  border-bottom: 1px solid #FF8C42;
}
.cat-tabs__link:nth-child(3) {
  color: #fff;
}
.cat-tabs__link:nth-child(3).active {
  border-bottom: 1px solid #fff;
}

.cat__list {
  display: none;
}
.cat__list:nth-child(3) .cat__title {
  color: #FF8C42;
}
.cat__list:nth-child(4) .cat__title {
  color: #fff;
}

#men {
  display: block;
}

.cat__item {
  background-color: #212121;
  border-bottom: 5px solid #FF8C42;
  padding: 50px 5%;
  margin-bottom: 40px;
}
.cat__item:last-child {
  margin-bottom: 0;
}
.cat__item li {
  position: relative;
  color: #B7B7B7;
  padding-left: 20px !important;
  display: block;
  line-height: 1.7;
}
.cat__item li:before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #FF8C42;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cat__item li + li {
  margin-top: 10px;
}

.cat__content {
  width: 60%;
}

.cat__title {
  color: #0FA3B1;
  text-transform: uppercase;
}

.cat__illustration {
  position: relative;
  width: 40%;
}

.cat__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cat__text {
  margin: 30px 0px;
}

.cat__text p {
  margin-bottom: 15px;
}
.cat__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cat__content {
    width: 100%;
  }

  .cat__illustration {
    width: 100%;
    height: 400px;
  }
  .cat__illustration img {
    object-fit: contain;
  }
}
.home-slider {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.home-slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.home-slider__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.home-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider__illustration {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.home-slider__slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.4);
  z-index: 2;
}
.home-slider__content {
  position: absolute;
  max-width: 850px;
  text-align: left;
  bottom: 30%;
  right: calc(200/1680 * 100%);
}
.home-slider__head {
  color: white;
}
.home-slider__title {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(1, 1, 1, 0.2);
  margin: 20px 0px;
}
.home-slider__title span {
  color: #FF8C42;
}
.home-slider__title span:nth-child(2) {
  color: #0FA3B1;
}
.home-slider__btn {
  padding: 10px 0px;
  color: white;
  border-bottom: 2px solid #FF8C42;
}

.intro__content {
  width: 60%;
  padding: 50px;
  padding-right: 10%;
}

.intro__title {
  margin-bottom: 30px;
}

.intro__text p {
  margin-bottom: 20px;
}

.intro__illustration {
  position: relative;
  width: 40%;
}
.intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* BANNER */
.banner {
  width: 100%;
  border-top: 5px solid #FF8C42;
  border-bottom: 5px solid #FF8C42;
  margin-top: 50px;
  padding: 0 5%;
}

.banner__item {
  position: relative;
  padding: 40px 0px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  width: 30%;
  line-height: 1;
}
.banner__item:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-color: #FF8C42;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -12%;
}

/* CARDS */
.cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cards__item {
  position: relative;
  background-color: #212121;
  padding: 60px 40px;
  border-bottom: 5px solid #FF8C42;
  transition: all 0.2s ease-in-out;
}
.cards__item:nth-child(2) .cards__title {
  color: #FF8C42;
}
.cards__item:nth-child(3) .cards__title {
  color: #fff;
}
.cards__item:hover {
  transform: translateY(-10px);
}
.cards__item img {
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

.cards__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  color: #0FA3B1;
}

.cards__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .cards__list {
    grid-template-columns: 1fr;
  }

  .cards__item {
    max-width: 600px;
    margin: 0 auto;
  }

  .intro__content {
    width: 100%;
  }

  .intro__illustration {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 400px;
  }

  .banner__item {
    padding: 25px 0;
    width: 100%;
    text-align: center;
  }
  .banner__item:first-child:before {
    display: none;
  }
  .banner__item:before {
    left: 50%;
    top: 0;
    transform: rotate(45deg) translateX(-50%);
  }
}
@media (max-width: 768px) {
  .card {
    width: 100%;
  }

  .home-slider__title {
    font-size: 28px;
  }

  .home-slider__content {
    width: 70%;
  }

  .card {
    min-height: 400px;
  }
}
@media (max-width: 450px) {
  .home-slider__text {
    max-width: 350px;
  }

  .home-slider__title {
    font-size: 22px;
  }
}

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