@charset "UTF-8";
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables.scss]
*
*/
/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
COLORS
*******************************************************/
/* BASICS */
/* SPECIFIC BRAND */
/****** TITLES & TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** HEADER & FOOTER ******/
/****** POPUP ******/
/*******************************************************
ADMIN
*******************************************************/
/*******************************************************
Z-INDEX
*******************************************************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [reset.scss]
* DESCRIPTION: reset basic values
*
*/
/*******************************************************
RESET
*******************************************************/
body {
  margin: 0 auto;
  padding: 0;
  background-color: white;
}

html, body {
  overflow-x: hidden;
}

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;
  font-size: 100%;
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol, li {
  list-style-type: none;
}

img {
  display: block;
}

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}

/****** RESET FORMS ******/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [mixins.scss]
* DESCRIPTION: css properties reused
*
*/
/*******************************************************
MIXINS -
*******************************************************/
/* DARK AND DEFAULT MODE */
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [media-queries.scss]
* DESCRIPTION: media queries
*
*/
/************************************************************
MEDIA QUERIES
************************************************************/
/** Target points **/
/* MOBILE - Targeting iPhone 5s only */
/* TABLET - mobile & up */
/* TABLET - 480px & up */
/* TABLET - 520px & up */
/* TABLET - 620px & up */
/* MOBILE - Only Mobile */
/* TABLET - Tablet & up */
/* TABLET - Targeting only tablet */
/* TABLET - Targeting Mobile & Tablet */
/* DESKTOP - Desktop & Up */
/* DESKTOP - Custom targeting point */
/* DESKTOP -  13 inch Macbook Pro screen */
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: fonts styling elements
*
*/
/*******************************************************
Mixins - Font Families
*******************************************************/
/***** ALIGNMENTS *****/
.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/***** TITLE *****/
h1 {
  font-family: "Anton", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3em;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
@media (min-width: 620px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1140px) {
  h1 {
    font-size: 6rem;
  }
}
h1:has(+ h2, + h3, + h4) {
  margin-bottom: 1.5rem;
}

h2 {
  font-family: "Anton", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  color: #181818;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 620px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1140px) {
  h2 {
    font-size: 3.75rem;
  }
}
h2:has(+ p) {
  margin-bottom: 1.25rem;
}

h3 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3em;
  color: #5f6369;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}
@media (min-width: 620px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1140px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-family: "Anton", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #5f6369;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1140px) {
  h4 {
    font-size: 1.5rem;
  }
}
.w-about h4 {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.w-faq h4 {
  text-align: left;
}
h4:has(+ p) {
  margin-bottom: 0.5rem;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #181818;
}

h6 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #181818;
}

.white {
  color: white;
}

blockquote {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3em;
  color: #00A98F;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1140px) {
  blockquote {
    font-size: 5rem;
    margin-block-end: 3rem;
  }
}
@media (min-width: 1440px) {
  blockquote {
    font-size: 6rem;
  }
}

/***** PARAGRAPH *****/
p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #181818;
  max-width: 960px;
  margin-bottom: 2rem;
}
p .center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  p.large {
    font-size: 2rem;
  }
}
p.intro {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 3rem;
  color: #9a9ea4;
}
@media (min-width: 768px) {
  p.intro {
    font-size: 1.25rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span.text-highlight {
  font-weight: 700;
}
p .inline-link {
  color: #00A98F;
  font-weight: 600;
  transition: all 0.3s ease;
}
p .inline-link:hover {
  color: #008c71;
}
p.legend, p.input-legend {
  font-size: 0.875rem;
  color: #aca9a9;
}
p:has(+ h1, + h2) {
  margin-bottom: 4rem;
}
p:has(+ h3, + h4) {
  margin-bottom: 2rem;
}
p:has(+ p) {
  margin-bottom: 1.25rem;
}

[class*=update-link]:hover {
  cursor: pointer;
}

/***********************
DESIGN SYSTEM – Buttons
***********************/
.button, .btn-tertiary, .btn-secondary, .btn-primary {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .button, .btn-tertiary, .btn-secondary, .btn-primary {
    width: 100%;
  }
  .button.mobile-fit, .mobile-fit.btn-tertiary, .mobile-fit.btn-secondary, .mobile-fit.btn-primary {
    width: fit-content;
  }
}
.button:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.button.is-not-active, .is-not-active.btn-tertiary, .is-not-active.btn-secondary, .is-not-active.btn-primary, .button.is-inactive, .is-inactive.btn-tertiary, .is-inactive.btn-secondary, .is-inactive.btn-primary {
  opacity: 0.2;
}
.button.is-disabled, .is-disabled.btn-tertiary, .is-disabled.btn-secondary, .is-disabled.btn-primary {
  opacity: 0.2;
  pointer-events: none;
}
.button.xlarge, .xlarge.btn-tertiary, .xlarge.btn-secondary, .xlarge.btn-primary {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.button.large, .large.btn-tertiary, .large.btn-secondary, .large.btn-primary {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}
.button.small, .small.btn-tertiary, .small.btn-secondary, .small.btn-primary {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.button.xsmall, .xsmall.btn-tertiary, .xsmall.btn-secondary, .xsmall.btn-primary {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
}
.button.center, .center.btn-tertiary, .center.btn-secondary, .center.btn-primary {
  margin: 0 auto;
}
.button.square, .square.btn-tertiary, .square.btn-secondary, .square.btn-primary {
  border-radius: 0;
}
.button.rounded, .rounded.btn-tertiary, .rounded.btn-secondary, .rounded.btn-primary {
  border-radius: 0.5rem;
}
.button.circle, .circle.btn-tertiary, .circle.btn-secondary, .circle.btn-primary {
  border-radius: 2rem;
}
.button.icon-end, .icon-end.btn-tertiary, .icon-end.btn-secondary, .icon-end.btn-primary {
  flex-direction: row-reverse;
}
.button.space-before, .space-before.btn-tertiary, .space-before.btn-secondary, .space-before.btn-primary {
  margin-top: 2rem;
}
.button.space-after, .space-after.btn-tertiary, .space-after.btn-secondary, .space-after.btn-primary {
  margin-bottom: 2rem;
}

.w-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .w-btn {
    flex-direction: column;
  }
}
.w-btn.header {
  margin: 0;
  justify-content: space-between;
  gap: 2rem;
}
.w-btn.header [class*=btn-] {
  margin-bottom: 0;
}
.w-btn.split-full {
  justify-content: space-between;
  margin: 0;
}
.w-btn.split-full * {
  margin: 0 !important;
}
.w-btn.start {
  justify-content: flex-start;
}
.w-btn.end {
  justify-content: flex-end;
}
.w-btn.space-before {
  margin-top: 2rem;
}
@media (min-width: 1140px) {
  .w-btn.space-before {
    margin-top: 4rem;
  }
}
.w-btn.space-after {
  margin-bottom: 2rem;
}
@media (min-width: 1140px) {
  .w-btn.space-after {
    margin-bottom: 4rem;
  }
}

.btn-primary {
  color: white;
  background-color: #00A98F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .btn-primary:hover {
    background-color: #005038;
    color: white;
  }
}
.btn-primary.inverted {
  color: #00A98F;
  background-color: white;
}
@media (min-width: 768px) {
  .btn-primary.inverted:hover {
    background-color: #f2f2f2;
  }
}

.btn-secondary {
  color: #181818;
  border: 1px solid #181818;
}
.btn-secondary:hover {
  border-color: #aca9a9;
  color: #aca9a9;
}
.btn-secondary.ghost-white {
  color: white;
  border-color: white;
}
.btn-secondary.ghost-white:hover {
  background: white;
  border-color: white;
  color: #343741;
}

.btn-tertiary {
  color: #001e45;
}
.btn-tertiary:hover {
  color: #0c3769;
}
.btn-tertiary.btn-text {
  padding: 0;
  margin: 0;
  color: #181818;
}
.btn-tertiary.btn-text:hover {
  color: #44608c;
}
.btn-tertiary.btn-light {
  color: white;
}
.btn-tertiary.btn-brand {
  color: #00A98F;
}
.btn-tertiary.btn-brand:hover {
  color: #005038;
}

.cta-back:before {
  font: var(--fa-font-sharp-regular);
  content: "\f344";
  font-size: 0.875em;
}

.is-inactive {
  opacity: 0.2;
  pointer-events: none;
}

/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: icons elements
*
*/
/***** FONTAWESOME *****/
.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.icon.icon-atop {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .icon.mobile-icon-only span {
    display: none !important;
  }
}
.icon.icon-only span {
  display: none !important;
}
.icon:before, .icon:after {
  /* Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font: var(--fa-font-sharp-regular);
}

/******************************************
ICONS – Base Set
******************************************/
.menu-bars:before {
  content: "\f0c9";
  font-size: 1.25em;
}

.i-arrow-left:before {
  content: "\f060";
}

.i-arrow-down:before {
  content: "\f063";
}

.i-arrow-right:before {
  content: "\f061";
}

.i-arrow-up:before {
  content: "\f062";
}

.i-long-arrow-left:before {
  content: "\f177";
}

.i-long-arrow-down:before {
  content: "\f175";
}

.i-long-arrow-right:before {
  content: "\f178";
}

.i-long-arrow-up:before {
  content: "\f176";
}

.i-chevron-left:before {
  content: "\f053";
}

.i-chevron-down:before {
  content: "\f078";
}

.i-chevron-right:before {
  content: "\f054";
}

.i-chevron-up:before {
  content: "\f077";
}

.i-plus:before {
  content: "+";
}

.i-plus-circle:before {
  content: "\f055";
}

.i-plus-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f055";
}

.i-check:before {
  content: "\f00c";
}

.i-check-circle:before {
  content: "\f058";
}

.i-check-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f058";
}

.i-xmark:before {
  content: "\f00d";
}

.i-xmark-large:before {
  content: "\e59b";
}

.i-xmark-circle:before {
  content: "\f057";
}

.i-xmark-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f057";
}

.i-more:before {
  font: var(--fa-font-regular);
  content: "\f141";
}

.i-see:before {
  font: var(--fa-font-regular);
  content: "\f06e";
}

.i-user:before {
  font: var(--fa-font-regular);
  content: "\f2bd";
}

.i-loupe:before {
  content: "\f002";
}

.icon.alert-error:before {
  content: "\f06a";
}
.icon.alert-correct:before {
  content: "\f058";
}
.icon.alert-info:before {
  content: "\f06a";
}

.i-expand:before {
  font: var(--fa-font-solid);
  content: "\f424";
}

.i-close:before {
  font: var(--fa-font-sharp-solid);
  content: "\f00d";
}

.i-prev:before {
  font: var(--fa-font-sharp-solid);
  content: "\f053";
}

.i-next:before {
  font: var(--fa-font-sharp-solid);
  content: "\f054";
}

/******************************************
ICONS – Social Set
******************************************/
.i-facebook:before {
  font: var(--fa-font-brands);
  content: "\f39e";
}

.i-x:before {
  font: var(--fa-font-brands);
  content: "\e61b";
}

.i-instagram:before {
  font: var(--fa-font-brands);
  content: "\f16d";
}

.i-linkedin:before {
  font: var(--fa-font-brands);
  content: "\f0e1";
}

.i-behance:before {
  font: var(--fa-font-brands);
  content: "\f1b4";
}

.i-smc:before {
  content: "\f1ad";
}

.i-npo:before {
  content: "\e4d7";
}

.i-team:before {
  content: "\e643";
}

.i-school:before {
  content: "\e56e";
}

.i-club:before {
  content: "\f5a2";
}

.i-camp:before {
  content: "\e582";
}

/*
*
* LOCATION: [core]
* FOLDER: [assets/scss]
* FILE NAME: [layout.scss]
* DESCRIPTION: layout elements of the website
*
*/
/****************************************
GENERAL LAYOUT
****************************************/
body {
  font-size: 16px;
  background-color: white;
}
body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

/*** For extend ***/
.web-layout, article {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.flex-layout {
  display: flex;
}

/*******************************************************
GRID SYSTEM
*******************************************************/
.grid-system,
.grid-layout {
  width: 100%;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-system,
  .grid-layout {
    gap: 1.5rem;
  }
}
@media (min-width: 1140px) {
  .grid-system,
  .grid-layout {
    gap: 2.5rem;
  }
}
.grid-system.grid-col-2,
.grid-layout.grid-col-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-system.grid-col-2,
  .grid-layout.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-system.grid-col-3,
.grid-layout.grid-col-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-system.grid-col-3,
  .grid-layout.grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1140px) {
  .grid-system.grid-col-3,
  .grid-layout.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-system.grid-col-3.t1,
  .grid-layout.grid-col-3.t1 {
    grid-template-columns: 1fr;
  }
}
.grid-system.col-12,
.grid-layout.col-12 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .grid-system.col-12,
  .grid-layout.col-12 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1140px) {
  .grid-system.col-12,
  .grid-layout.col-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.flex-layout {
  display: flex;
}
.flex-layout.flex-col {
  flex-direction: column;
}
.flex-layout.flex-row {
  flex-direction: row;
}
.flex-layout.flex-wrap {
  flex-wrap: wrap;
}
.flex-layout.flex-center {
  justify-content: center;
  align-items: center;
}

/*******************************************************
LAYOUT ELEMENTS
*******************************************************/
section {
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  section {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1140px) {
  section {
    padding: 8rem 5rem;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 8rem 8rem;
  }
}
section.full-content {
  position: relative;
  width: 100%;
  padding: 0 !important;
}
section.full-content:not(:first-child) {
  margin: 4rem 0;
}
@media (min-width: 768px) {
  section.full-content:not(:first-child) {
    margin: 5rem 0;
  }
}
@media (min-width: 1140px) {
  section.full-content:not(:first-child) {
    margin: 8rem 0;
  }
}
@media (min-width: 1440px) {
  section.full-content:not(:first-child) {
    margin: 8rem 0;
  }
}
section.full-content .wrapper:not(.full-wrapper) {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  section.full-content .wrapper:not(.full-wrapper) {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1140px) {
  section.full-content .wrapper:not(.full-wrapper) {
    padding: 0 5rem;
  }
}
@media (min-width: 1440px) {
  section.full-content .wrapper:not(.full-wrapper) {
    padding: 0 8rem;
  }
}
section.hero {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero:after {
  display: inline-flex;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-light);
  content: "\f0ab";
  color: #00A98F;
  font-size: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2rem;
}

article {
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  article {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1140px) {
  article {
    margin-bottom: 8rem;
  }
}
article[class]:last-of-type {
  margin-bottom: 0;
}
article.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.wrapper.align-top {
  justify-content: flex-start;
}
article.wrapper.align-center {
  justify-content: center;
}
article.wrapper.align-end {
  justify-content: flex-end;
}
article.wrapper.bg-img-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.wrapper.pattern-left {
  align-items: flex-start;
  margin-bottom: 1rem;
}
article.wrapper.pattern-right {
  align-items: flex-end;
}
article.wrapper-hero {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr;
  grid-template-areas: "hero-content-img";
}
article.wrapper-hero:has(.w-hero-content) {
  grid-template-areas: "hero-content-img" "hero-content";
}
article.wrapper-hero .hero-img {
  grid-area: hero-content-img;
}
article.wrapper-hero .w-hero-content-overlay {
  grid-area: hero-content-img;
}
article.wrapper-hero .w-hero-content {
  grid-area: hero-content;
}
article.full-wrapper {
  max-width: unset;
}
article.full-wrapper:only-child {
  margin-bottom: 0;
}
article.full-wrapper.bg-img-content {
  justify-content: flex-end;
  height: 50dvh;
}
@media (min-width: 768px) {
  article.full-wrapper.bg-img-content {
    min-height: 520px;
    max-height: 70dvh;
  }
}
@media (min-width: 1440px) {
  article.full-wrapper.bg-img-content {
    height: 70dvh;
  }
}
article.wrapper-text {
  max-width: 960px;
}

.w-hero-content,
.w-hero-content-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  width: 100%;
  padding: 3rem 2rem 1rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
}
@media (min-width: 1140px) {
  .w-hero-content,
  .w-hero-content-overlay {
    padding: 5rem 2rem 1rem;
  }
}
.w-hero-content.no-bg,
.w-hero-content-overlay.no-bg {
  background: none;
}
.w-hero-content .hero-content,
.w-hero-content-overlay .hero-content {
  max-width: 960px;
}

.w-hero-content {
  height: fit-content;
  margin-top: -160px;
}
@media (min-width: 1140px) {
  .w-hero-content {
    margin-top: -200px;
  }
}

.w-img {
  display: block;
  margin-bottom: 2rem;
}
.w-img.no-margin {
  margin-bottom: 0;
}
.w-img img {
  width: 100%;
}
[class*=pattern-] .w-img {
  width: 240px;
}
@media (min-width: 768px) {
  [class*=pattern-] .w-img {
    width: 600px;
  }
}
@media (min-width: 1140px) {
  [class*=pattern-] .w-img {
    width: 800px;
  }
}

/*******************************************************
COOKIES Popup
*******************************************************/
.cookie-popup {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 99;
  padding: 2rem;
  width: 80%;
  max-width: 520px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: #f2f2f2;
  border: 1px solid #00A98F;
  -webkit-box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
  -moz-box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
  box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
}
@media (max-width: 767px) {
  .cookie-popup {
    right: 2rem;
    bottom: 2rem;
  }
}
.cookie-popup p {
  color: #44608c;
  margin-bottom: 0.25rem;
}

.cookie-cta {
  display: flex;
  gap: 2rem;
  place-self: flex-end;
  margin-top: 1rem;
}
.cookie-cta .btn-tertiary {
  margin: 0;
}

/*******************************************************
FONCTIONS
*******************************************************/
.is-hide,
.is-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-hide-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .only-tablet {
    display: none !important;
  }
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [header.scss]
* DESCRIPTION: header style
*
*/
/****************************************
HEADER CSS -
****************************************/
.header--light {
  --nav-element-color: #101010;
}

.header--dark {
  --nav-element-color: white;
}

header {
  --nav-element-color: white;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.15);
}
@media (min-width: 1140px) {
  header {
    padding: 1rem 1.5rem;
  }
}
header .top-logo {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2.5rem;
}
@media (min-width: 768px) {
  header .top-logo {
    max-width: 4rem;
  }
}
header .top-logo img {
  width: 100%;
  height: auto;
}
header .sidenav {
  cursor: pointer;
  padding: 0.25rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #001e45;
  text-transform: uppercase;
}
header .sidenav:before {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header .sidenav:before {
    font-size: 1.5rem;
  }
}
header .sidenav:hover {
  color: #00A98F;
}
header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
header .w-nav-element {
  display: flex;
  align-items: center;
}
header .w-switch-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  aspect-ratio: 1;
  width: 4rem;
  border-radius: 2rem;
}
header .w-switch-lang:has(.nav-element.switch-lang:hover) {
  color: #005038;
  transition: color 0.3s ease;
}
header .nav-element {
  padding: 0.5rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: var(--nav-element-color);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
header .nav-element:hover {
  color: #00A98F;
}
header .nav-element.switch-lang {
  color: #00A98F;
  font-size: 1.25rem;
}
header .w-nav-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 169, 143, 0.9);
}
header .nav-popup {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1140px) {
  header .nav-popup {
    padding: 10rem 2rem;
  }
}
header .nav-popup .nav-element {
  font-size: 2.5rem;
  color: white;
}
header .nav-popup .nav-element:hover {
  color: #001e45;
}
@media (min-width: 1140px) {
  header .nav-popup .nav-element {
    font-size: 4rem;
  }
}
header .nav-popup .close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: calc(5 + 1);
  cursor: pointer;
  padding: 0.25rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.5em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .nav-popup .close-menu:before {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header .nav-popup .close-menu:before {
    font-size: 1.5rem;
  }
}
header .nav-popup .close-menu:hover {
  color: #001e45;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [footer.scss]
* DESCRIPTION: footer style
*
*/
/*******************************************************
FOOTER
*******************************************************/
footer {
  padding: 2rem;
  background-color: #15171a;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer {
    padding: 3rem;
  }
}

.main-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 3rem;
  grid-template-areas: "logo" "nav" "copy";
}
@media (min-width: 768px) {
  .main-footer {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "logo nav" "copy copy";
  }
}
.main-footer .footer-logo {
  grid-area: logo;
  width: 120px;
  justify-self: center;
}
.main-footer .footer-logo img {
  width: 100%;
}
.main-footer .footer-nav {
  grid-area: nav;
  place-self: center;
}
@media (min-width: 768px) {
  .main-footer .footer-nav {
    place-self: center flex-start;
  }
}
.main-footer .footer-nav li {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: white;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .main-footer .footer-nav li {
    text-align: center;
    font-size: 1rem;
    padding: 8px 0;
  }
}
.main-footer .footer-nav li.list-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.main-footer .footer-nav li:hover:not(.list-header) {
  color: #00A98F;
}
.main-footer p.footer-copy {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: white;
  max-width: 960px;
  margin: 2rem auto;
  grid-area: copy;
  text-align: center;
}

.seo-footer {
  line-height: 1.6;
  text-align: center;
  height: 0;
  width: 0;
  overflow: hidden;
}
.seo-footer p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: white;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [main.scss]
* DESCRIPTION: main website user css file
*
*/
/*******************************************************
MAIN CSS
*******************************************************/
.list-expertise {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .list-expertise {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*******************************************************
HOME PAGE - contents
*******************************************************/
.w-home-strate-2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1140px) {
  .w-home-strate-2 {
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .w-home-strate-2 .w-img {
    max-width: 600px;
    margin-bottom: 20rem;
  }
}
@media (min-width: 1440px) {
  .w-home-strate-2 .w-img {
    max-width: 800px;
  }
}
@media (min-width: 1140px) {
  .w-home-strate-2 .home-strate-2-contents {
    margin-left: -10rem;
  }
}

.list-values {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .list-values {
    gap: 2.5rem;
  }
}
.list-values .core-value {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  padding: 2rem;
  border-radius: 2rem;
  border: 2px solid #0c3769;
}
@media (min-width: 768px) {
  .list-values .core-value {
    width: 22%;
  }
}
.list-values i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #00A98F;
}
.list-values h4 {
  color: #001e45;
}
.list-values p {
  color: #5f6369;
}

.w-featured-gear {
  display: flex;
  flex-direction: column;
}
.w-featured-gear .featured-gear-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "gear-img" "gear-info";
}
@media (min-width: 1140px) {
  .w-featured-gear .featured-gear-item {
    background-color: #00A98F;
    margin: 10rem 0;
    grid-template-areas: "gear-img gear-info";
    grid-template-columns: 480px 1fr;
    border-radius: 3rem;
  }
}
@media (min-width: 1440px) {
  .w-featured-gear .featured-gear-item {
    grid-template-columns: 640px 1fr;
    border-radius: 4rem;
  }
}
@media (max-width: 767px) {
  .w-featured-gear .featured-gear-item .featured-gear-info {
    margin-top: -120px;
    background-color: #00A98F;
  }
}
@media (min-width: 1140px) {
  .w-featured-gear .featured-gear-item:nth-of-type(even) {
    background-color: #0c3769;
    grid-template-areas: "gear-info gear-img";
    grid-template-columns: 1fr 480px;
  }
}
@media (min-width: 1440px) {
  .w-featured-gear .featured-gear-item:nth-of-type(even) {
    grid-template-columns: 1fr 640px;
  }
}
@media (max-width: 767px) {
  .w-featured-gear .featured-gear-item:nth-of-type(even) .featured-gear-info {
    background-color: #0c3769;
  }
}
.w-featured-gear .w-img {
  position: relative;
  grid-area: gear-img;
}
.w-featured-gear .feature-gear-img {
  width: 320px;
}
@media (min-width: 768px) {
  .w-featured-gear .feature-gear-img {
    width: 320px;
  }
}
@media (min-width: 1140px) {
  .w-featured-gear .feature-gear-img {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
  }
}
@media (min-width: 1440px) {
  .w-featured-gear .feature-gear-img {
    width: 640px;
  }
}
.w-featured-gear .featured-gear-info {
  grid-area: gear-info;
  padding: 7rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1140px) {
  .w-featured-gear .featured-gear-info {
    padding: 3rem;
  }
}
@media (min-width: 1440px) {
  .w-featured-gear .featured-gear-info {
    padding: 4rem;
  }
}

.list-ethics {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .list-ethics {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.list-ethics .ethics-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  flex-grow: 1;
  padding: 2rem;
}
@media (min-width: 768px) {
  .list-ethics .ethics-item {
    width: 30%;
  }
}

/*******************************************************
Collection PAGE - contents
*******************************************************/
.w-featured-collection {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .w-featured-collection {
    gap: 6rem;
  }
}
@media (min-width: 1140px) {
  .w-featured-collection {
    gap: 8rem;
  }
}
.w-featured-collection .featured-collection-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  justify-content: stretch;
}
.w-featured-collection .featured-collection-item .featured-collection-info {
  z-index: 2;
  background-color: #00A98F;
}
@media (min-width: 1140px) {
  .w-featured-collection .featured-collection-item .featured-collection-info {
    margin-left: -5rem;
  }
}
@media (min-width: 1140px) {
  .w-featured-collection .featured-collection-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.w-featured-collection .featured-collection-item:nth-of-type(even) .featured-collection-info {
  background-color: #0c3769;
}
@media (min-width: 1140px) {
  .w-featured-collection .featured-collection-item:nth-of-type(even) .featured-collection-info {
    margin-left: 0;
    margin-right: -5rem;
  }
}
.w-featured-collection .w-img {
  flex: 0 0 320px;
}
@media (min-width: 768px) {
  .w-featured-collection .w-img {
    flex: 0 0 320px;
  }
}
@media (min-width: 1140px) {
  .w-featured-collection .w-img {
    flex: 0 0 480px;
  }
}
@media (min-width: 1440px) {
  .w-featured-collection .w-img {
    flex: 0 0 640px;
  }
}
.w-featured-collection .featured-collection-title {
  flex: 0 0 100%;
}
.w-featured-collection .featured-collection-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
@media (min-width: 1140px) {
  .w-featured-collection .featured-collection-info {
    padding: 3rem;
  }
}

/******************************
PAGES
******************************/

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