@charset "UTF-8";
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables.scss]
*
*/
/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
COLORS
*******************************************************/
/* BASICS */
/* SPECIFIC BRAND */
/****** TITLES & TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** HEADER & FOOTER ******/
/****** POPUP ******/
/*******************************************************
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 - 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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3em;
  color: #15171a;
  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: 6.875rem;
  }
}
h1:has(+ h2, + h3, + h4) {
  margin-bottom: 1.5rem;
}
h1.banner {
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 1140px) {
  h1.banner {
    font-size: 3rem;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #15171a;
  margin-bottom: 1.125rem;
}
@media (min-width: 1140px) {
  h2 {
    font-size: 4.25rem;
    margin-bottom: 1.5rem;
  }
}
h2:has(+ p) {
  margin-bottom: 1.25rem;
}
h2.article-small {
  font-size: 1.5rem;
}
h2.page-title {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1140px) {
  h2.page-title {
    font-size: 3rem;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3em;
  color: #84888f;
  margin-bottom: 0.875rem;
}
@media (min-width: 1140px) {
  h3 {
    font-size: 2.625rem;
    margin-bottom: 1rem;
  }
}
h3.section {
  color: #15171a;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}
h3.subcontent-title {
  color: #15171a;
  max-width: 900px;
  margin-bottom: 0;
}

h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #84888f;
}
@media (min-width: 1140px) {
  h4 {
    font-size: 1.625rem;
  }
}
h4.subcontent-title {
  color: #15171a;
  margin-bottom: 0;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #15171a;
}
@media (min-width: 1140px) {
  h5 {
    font-size: 1.625rem;
  }
}
h5.label {
  font-weight: 600;
  text-transform: uppercase;
}
h5.fixture-group-date {
  margin-bottom: 0.5rem;
}

h6 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.5em;
  color: #15171a;
}
h6.label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}

blockquote {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3em;
  color: #6FFFE9;
  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-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #15171a;
  margin-bottom: 2rem;
}
p .center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  p.large {
    font-size: 2rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span.text-highlight {
  font-weight: 700;
}
p .inline-link {
  color: #6FFFE9;
  font-weight: 600;
  transition: all 0.3s ease;
}
p .inline-link:hover {
  color: #229886;
}
p.legend, p.input-legend {
  font-size: 0.875rem;
  color: #84888f;
}
p.complementary {
  font-size: 0.875rem;
  font-weight: 700;
}
p:has(+ p) {
  margin-bottom: 1.25rem;
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}
.text.xsmall {
  font-size: 0.75rem;
}
.text.small {
  font-size: 0.875rem;
}
.text.large {
  font-size: 1.125rem;
}
.text.xlarge {
  font-size: 1.25rem;
}

small.legend {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3em;
  color: #15171a;
}

.info-label {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}
@media (min-width: 768px) {
  .info-label {
    font-size: 1.125rem;
  }
}

.info-desc {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #15171a;
}
@media (min-width: 768px) {
  .info-desc {
    font-size: 1rem;
  }
}

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

.text-center {
  text-align: center;
}

.white {
  color: white;
}

/***********************
DESIGN SYSTEM – Buttons
***********************/
.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-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  flex: 1;
  gap: 1rem;
}
.btn-group--stack {
  flex-direction: column;
}
@media (max-width: 520px) {
  .btn-group--mobile-stack {
    flex-direction: column-reverse;
  }
}
.btn-group--start {
  justify-content: flex-start;
}
.btn-group--end {
  justify-content: flex-end;
}
.btn-group--split {
  justify-content: space-between;
  margin: 0;
}
.btn-group--split * {
  margin: 0 !important;
}
.btn-group--no-margin {
  margin: 0 !important;
}
.btn-group--space_top--large {
  margin-top: 2rem;
}
.btn-group--space_top--xlarge {
  margin-top: 4rem;
}

.btn-fab {
  display: flex;
  width: fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .btn-fab {
    width: 100%;
  }
}
.btn-fab:hover {
  cursor: pointer;
}
.btn-fab.is-not-active, .btn-fab.is-inactive {
  opacity: 0.2;
  pointer-events: none;
}
.btn-fab.size--full {
  width: 100%;
}
.btn-fab.size--xlarge {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.btn-fab.size--large {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}
.btn-fab.size--medium {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
.btn-fab.size--small {
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.btn-fab.size--xsmall {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
}
.btn-fab.center {
  margin: 0 auto;
}
.btn-fab.fab-border--square {
  border-radius: 0;
}
.btn-fab.fab-border--circle {
  border-radius: 4rem;
}
.btn-fab__label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
}
.btn-fab.icon-end {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .btn-fab.mobile-icon-only {
    width: fit-content;
  }
  .btn-fab.mobile-icon-only span.text {
    display: none;
  }
}
.btn-fab.icon-only {
  padding: 0.5rem;
  width: fit-content;
  aspect-ratio: 1;
}
.btn-fab.icon-only .btn-fab__label {
  display: none;
}
.btn-fab .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}
.btn-fab .icon--large {
  font-size: 1.5em;
}
.btn-fab .icon--xlarge {
  font-size: 2em;
}
.btn-fab .icon--2xlarge {
  font-size: 3em;
}
.btn-fab .icon--small {
  font-size: 0.875em;
}
.btn-fab .icon--xsmall {
  font-size: 0.75em;
}

.btn-fab__primary {
  color: #15171a;
  background-color: #6FFFE9;
  border: 1px solid #229886;
  border-bottom: 4px solid #229886;
}
@media (min-width: 768px) {
  .btn-fab__primary:hover {
    transform: translateY(-8px);
    border-color: #103731;
  }
}
.btn-fab__primary--inverted {
  color: #6FFFE9;
  background-color: #15171a;
  border-color: #363b41;
}
@media (min-width: 768px) {
  .btn-fab__primary--inverted:hover {
    border-color: #4f535a;
  }
}
.btn-fab__primary--back {
  background-color: #ffbe2e;
  color: #15171a;
}
@media (min-width: 768px) {
  .btn-fab__primary--back:hover {
    background-color: #e5a000;
  }
}
.btn-fab__primary--login {
  color: white;
  background-color: #6153CC;
  border-color: #262050;
}
@media (min-width: 768px) {
  .btn-fab__primary--login:hover {
    background-color: #45399A;
    border-color: #262050;
  }
}
.btn-fab__primary .btn-fab--label {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-fab__secondary {
  color: #15171a;
  border: 1px solid #15171a;
}
.btn-fab__secondary:hover {
  border-color: #84888f;
  color: #84888f;
}
.btn-fab__secondary--light {
  color: white;
  border-color: white;
}
.btn-fab__secondary--light:hover {
  background: white;
  border-color: white;
  color: #363b41;
}
.btn-fab__tertiary {
  color: #6153CC;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.btn-fab__tertiary:hover {
  color: #262050;
}
.btn-fab__tertiary--text {
  color: #15171a;
}
.btn-fab__tertiary--text:hover {
  color: #4f535a;
}
.btn-fab__tertiary--light {
  color: white;
}
.btn-fab__tertiary--light:hover {
  color: white;
}
.btn-fab__tertiary--brand {
  color: #6FFFE9;
}
.btn-fab__tertiary--brand:hover {
  color: #103731;
}
.btn-fab__filter {
  color: #767f94;
  font-size: 0.75rem;
  border: 1px solid #767f94;
}
.btn-fab__filter:hover {
  color: #434C57;
  background: #eef1f7;
  border-color: #434C57;
}
.btn-fab__filter.is-active {
  background: #6153CC;
  border-color: #9689F7;
  color: white;
}
.btn-fab__filter.is-active:hover {
  background: #262050;
  border-color: #262050;
}
.btn-fab__filter.is-active:before {
  font: var(--fa-font-sharp-regular);
  content: "\f00d";
  font-size: 1em;
}
@media (max-width: 767px) {
  .btn-fab__filter {
    width: fit-content;
  }
}

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

.tag-label {
  display: flex;
  width: fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
  color: #15171a;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.tag-label:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}
.tag-label.is-not-active, .tag-label.is-inactive {
  opacity: 0.2;
  pointer-events: none;
}
.tag-label.size--xlarge {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.tag-label.size--large {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
.tag-label.size--medium {
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
}
.tag-label.size--small {
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.tag-label.size--xsmall {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
}
.tag-label--featured {
  background-color: #6FFFE9;
}
.tag-label--featured:hover {
  background-color: #229886;
}

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

.slider-wrapper {
  display: flex;
  width: 100%;
  max-width: max-content;
  justify-content: center;
  flex-wrap: nowrap;
}

/*********************************************
DESIGN SYSTEM – Tabs
*********************************************/
.w-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: 0.25rem;
}
.w-tabs .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1em;
  color: #84888f;
  transition: all 0.3s ease;
}
.w-tabs .tab-btn:hover {
  background-color: white;
  color: #15171a;
}
.w-tabs .tab-btn.active {
  background-color: #6FFFE9;
  color: #103731;
}

/***** DROPDOWN *****/
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  padding: 0.75rem 1rem;
  border: 1px solid #84888f;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}

.select-dropdown {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.select-dropdown:after {
  font: var(--fa-font-sharp-regular);
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 2;
  transform: translateY(-50%);
  content: "\f078";
  font-size: 1.25rem;
  color: #4f535a;
  pointer-events: none;
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.select-dropdown label {
  letter-spacing: 2px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3em;
  color: #4f535a;
}
.select-dropdown label.inside {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  z-index: 2;
}
.select-dropdown select {
  position: relative;
  font-size: 1.125rem;
  border-color: #d3d3d3;
  color: #15171a;
  background-color: #f2f2f2;
  padding: 0.75rem 4rem 0.75rem 1rem;
  border-radius: 0.5rem;
}
.select-dropdown--compact {
  width: max-content;
}
.select-dropdown--compact:after {
  font-size: 1rem;
}
.select-dropdown--compact select {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 0.875rem;
}
.select-dropdown--small:after {
  font-size: 1rem;
}
.select-dropdown--small select {
  font-size: 0.875rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
}

/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [_icons.scss]
* DESCRIPTION: icon elements
*
*/
/***** Font-family mixins *****/
/***********************
 * ICONS – General config
 ***********************/
.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1em;
}
.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 {
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font: var(--fa-font-sharp-regular);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/***********************
 * ICONS – Validation
 ***********************/
.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";
}

/***********************
 * ICONS – Common UI
 ***********************/
.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";
}

.i-reset:before {
  content: "\f05e";
}

/***********************
 * ICONS – Navigation
 ***********************/
.i-home:before {
  content: "\e487";
}

.i-calendar:before {
  content: "\f133";
}

.i-newspaper:before {
  content: "\f1ea";
}

.i-table:before {
  content: "\f0ce";
}

/***********************
 * ICONS – Alerts
 ***********************/
.icon.alert-error:before {
  content: "\f06a";
}
.icon.alert-correct:before {
  content: "\f058";
}
.icon.alert-info:before {
  content: "\f06a";
}

/***********************
 * ICONS – Lightbox
 ***********************/
.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
 ***********************/
.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";
}

/***********************
 * ICONS – Football
 ***********************/
.i-goal:before {
  content: "\f1e3";
}

.i-csc:before {
  content: "\f1e3";
  color: #FF1541;
}

.i-penalty:before {
  content: "\e3ab";
}

.i-var:before {
  content: "\f26c";
}

.i-yellow-card:before {
  font: var(--fa-font-sharp-solid);
  content: "\f2fb";
  color: #ffbe2e;
}

.i-red-card:before {
  font: var(--fa-font-sharp-solid);
  content: "\f2fb";
  color: #FF1541;
}

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

@media (max-width: 767px) {
  main {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  main {
    min-height: calc(100dvh - 240px);
  }
}

picture {
  display: block;
}

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

.w-img {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.w-img.no-margin {
  margin-bottom: 0;
}
.w-img .caption {
  margin-top: 0.5rem;
  color: #4f535a;
}
.w-img img {
  width: 100%;
}

.error-placeholder {
  max-width: 360px;
}

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

.flex-layout, .container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-layout.column, .column.container {
  flex-direction: column;
}
.flex-layout.row, .row.container {
  flex-direction: row;
}
@media (min-width: 1140px) {
  .flex-layout.row-to-column, .row-to-column.container {
    flex-direction: column;
  }
}
.flex-layout.column-to-row, .column-to-row.container {
  flex-direction: column;
}
@media (min-width: 1140px) {
  .flex-layout.column-to-row, .column-to-row.container {
    flex-direction: row;
  }
}
.flex-layout.wrap, .wrap.container {
  flex-wrap: wrap;
}
.flex-layout.center, .center.container {
  justify-content: center;
  align-items: center;
}
.flex-layout--start {
  align-items: flex-start;
}
.flex-layout.justify, .justify.container {
  justify-content: space-between;
  align-items: center;
}

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

/*******************************************************
LAYOUT ELEMENTS
*******************************************************/
section {
  padding: 2rem;
}
@media (min-width: 768px) {
  section {
    padding: 3rem;
  }
}
@media (min-width: 1140px) {
  section {
    padding: 4rem;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 6rem;
  }
}
section.full-content {
  position: relative;
  width: 100%;
}
section.no-space {
  padding: 1rem;
}
section.hero {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

article {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  article {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1140px) {
  article {
    margin-bottom: 6rem;
  }
}
article[class]:last-of-type {
  margin-bottom: 0;
}

.wrapper {
  display: flex;
}
.wrapper.top {
  justify-content: flex-start;
}
.wrapper.center {
  justify-content: center;
}
.wrapper.end {
  justify-content: flex-end;
}
.wrapper.column {
  flex-direction: column;
}
.wrapper.column.center {
  align-items: center;
}
.wrapper.bg-img-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper--full {
  max-width: unset;
}
.wrapper--text {
  display: flex;
  max-width: 960px;
  flex-direction: column;
}

.container-infos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f2f2f2;
  border-radius: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .container-infos {
    padding: 2rem;
  }
}

.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;
}

/*******************************************************
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 #6FFFE9;
  -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: 5rem;
  }
}
.cookie-popup p {
  color: #6153CC;
  margin-bottom: 0.25rem;
}

/*******************************************************
FUNCTIONS
*******************************************************/
.is-hidden {
  display: none !important;
}

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

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

@media (min-width: 1140px) {
  .is-desktop-hidden {
    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 {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #15171a;
}
@media (min-width: 1140px) {
  header {
    padding: 1.25rem 2.5rem;
    background-color: white;
  }
}
header .top-logo {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
@media (min-width: 768px) {
  header .top-logo {
    width: 120px;
  }
}
@media (min-width: 1140px) {
  header .top-logo {
    width: 180px;
  }
}
header .top-logo img {
  width: 100%;
  height: auto;
}
header .sidenav {
  cursor: pointer;
  padding: 0.25rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #262050;
  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: #6FFFE9;
}
header nav.main-nav.desktop {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media (max-width: 767px) {
  header nav.main-nav.desktop {
    display: none;
  }
}
header .w-nav-element {
  display: flex;
  align-items: center;
}
header .nav-element {
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #15171a;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .nav-element:hover {
  color: #229886;
}
header .nav-element.switch-lang {
  color: white;
  font-size: 1.25rem;
}

/****************************************
COMPETITIONS OVERLAY (full-screen)
Replaces the old .sub-nav dropdown.
Triggered by both desktop nav + mobile "Competitions" button.
****************************************/
.comp-overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.comp-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.comp-overlay.is-open .comp-overlay__panel {
  transform: translateY(0);
}
.comp-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 23, 26, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.comp-overlay__panel {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden;
  transform: translateY(1rem);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .comp-overlay__panel {
    height: auto;
    max-height: 85dvh;
    margin: 2rem;
    border-radius: 1rem;
    box-shadow: 0 16px 64px -16px rgba(21, 23, 26, 0.3);
  }
}
.comp-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #d3d3d3;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .comp-overlay__header {
    padding: 1.5rem 2rem;
  }
}
.comp-overlay__title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3em;
  color: #15171a;
  margin: 0;
}
@media (min-width: 768px) {
  .comp-overlay__title {
    font-size: 1.375rem;
  }
}
.comp-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: none;
  border: 1px solid #d3d3d3;
  color: #363b41;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.comp-overlay__close:hover {
  background: #f2f2f2;
  color: #15171a;
}
.comp-overlay__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .comp-overlay__body {
    padding: 2rem;
  }
}
.comp-overlay__group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.comp-overlay__country {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.5em;
  color: #84888f;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}
.comp-overlay__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .comp-overlay__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.comp-overlay__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: #363b41;
  transition: background 0.2s ease, color 0.2s ease;
}
.comp-overlay__item:hover {
  background: #f2f2f2;
  color: #6153CC;
}
.comp-overlay__logo {
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.comp-overlay__logo picture {
  width: 100%;
  height: 100%;
}
.comp-overlay__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .comp-overlay__logo {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.comp-overlay__name {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4em;
  color: inherit;
}

/****************************************
MOBILE BOTTOM NAV
****************************************/
@media (min-width: 768px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav__bar {
  position: fixed;
  bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
  left: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(211, 211, 211, 0.6);
  box-shadow: 0 4px 24px -4px rgba(21, 23, 26, 0.12);
}
.mobile-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.75rem 0.25rem;
  text-decoration: none;
  color: #4f535a;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease;
}
.mobile-nav__item.is-active {
  color: #6153CC;
}
.mobile-nav__item--more {
  font-family: inherit;
}
.mobile-nav__icon {
  font-size: 1.75rem;
  line-height: 1;
}
.mobile-nav__label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.mobile-nav__backdrop {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(21, 23, 26, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-nav__popup {
  position: fixed;
  bottom: calc(4.75rem + env(safe-area-inset-bottom, 0));
  left: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(211, 211, 211, 0.6);
  box-shadow: 0 8px 32px -8px rgba(21, 23, 26, 0.15);
  padding: 0.5rem;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.mobile-nav__popup-content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.mobile-nav__popup-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.75rem;
  text-decoration: none;
  color: #363b41;
  border-radius: 0.75rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4em;
  color: #363b41;
  transition: background 0.2s ease;
}
.mobile-nav__popup-item:hover, .mobile-nav__popup-item:active {
  background: rgba(242, 242, 242, 0.7);
}
.mobile-nav__popup-icon {
  font-size: 1.125rem;
  color: #84888f;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-nav__popup-label {
  flex: 1;
}
.mobile-nav__popup-chevron {
  font-size: 0.75rem;
  color: #84888f;
  margin-left: auto;
}
.mobile-nav.is-open .mobile-nav__backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-nav.is-open .mobile-nav__popup {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [footer.scss]
* DESCRIPTION: Site footer — BEM block: .site-footer
*
*/
/*******************************************************
SITE FOOTER — .site-footer
*******************************************************/
.site-footer {
  background-color: #15171a;
  padding: 3rem 1.5rem calc(6rem + env(safe-area-inset-bottom, 0));
}
@media (min-width: 768px) {
  .site-footer {
    padding: 4rem 2.5rem 4rem;
  }
}
.site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer__inner {
    gap: 3rem;
  }
}
.site-footer__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-footer__logo {
  display: flex;
  align-items: center;
  width: 120px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .site-footer__logo {
    width: 160px;
  }
}
.site-footer__logo img {
  width: 100%;
  height: auto;
}
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #4f535a;
  color: #84888f;
  font-size: 1.125rem;
  transition: all 0.2s ease;
}
.site-footer__social-link:hover {
  color: white;
  border-color: #6FFFE9;
  background-color: rgba(111, 255, 233, 0.1);
}
.site-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .site-footer__nav {
    gap: 4rem;
    max-width: 480px;
  }
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer__heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1em;
  color: #84888f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0.25rem;
}
.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__link {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4em;
  color: #84888f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__link:hover {
  color: #6FFFE9;
}
.site-footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid #363b41;
}
.site-footer__copy {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4em;
  color: #4f535a;
  margin: 0;
}

/*
*
* LOCATION: [contents]
* FILE NAME: [breadcrumbs.scss]
* DESCRIPTION: Visual breadcrumb navigation component
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables-admin.scss]
* DESCRIPTION: Standalone admin CMS variables — no website dependencies
*
*/
/*******************************************************
ADMIN VARIABLES
*******************************************************/
/*******************************************************
BASIC COLORS
*******************************************************/
/*******************************************************
ADMIN COLORS
*******************************************************/
/****** BRAND COLORS (used in admin UI accents) ******/
/****** TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** Z-INDEX ******/
/****** POPUPS ******/
/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [_font-tools.scss]
* DESCRIPTION: Font mixins ONLY — no CSS output.
*              Use this in page-level SCSS files to access
*              font-family and font-style mixins without
*              duplicating the global font/heading/paragraph rules.
*
*/
/*******************************************************
Mixins - Font Families
*******************************************************/
.breadcrumbs {
  display: none;
  width: 100%;
  padding: 0.75rem 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1em;
  color: #84888f;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "›";
  margin-left: 0.25rem;
  color: #d3d3d3;
  font-size: 0.875rem;
}
.breadcrumbs__link {
  color: #84888f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs__link:hover {
  color: #6153CC;
}
.breadcrumbs__current {
  color: #4f535a;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  max-height: 1em;
  max-width: 300px;
}
@media (min-width: 768px) {
  .breadcrumbs__current {
    max-width: 500px;
  }
}

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