/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

/* Document
	 ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
	 ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

:root {
  --brand-main: #000000;
  --brand-secondary: #ffffff;
  --dark: #000000;
  --light: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --darkred: #B10000;
  --darkgrey: #434343;
  --grey: #dcdcdc;
  --lightgrey: #e9e9e9;
  --Code: 'Code';
  --DM-Sans-Bold: 'DM-Sans-Bold';
  --DM-Sans-Medium: 'DM-Sans-Medium';
  --DM-Sans-Light: 'DM-Sans-Light';
  --font-base: 16px;
  --line-height-base: 1.5rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 1140px;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.3,.86,.36,.95);
  --cubic-bezier2: cubic-bezier(.4,0,0,1);
  --mobile-height: 100vh;
}

@font-face {
  font-family: 'Code';
  src: url("../fonts/Code-Bold.eot");
  src: url("../fonts/Code-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Code-Bold.woff2") format("woff2"), url("../fonts/Code-Bold.woff") format("woff"), url("../fonts/Code-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM-Sans-Bold';
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM-Sans-Medium';
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM-Sans-Light';
  src: url("../fonts/DMSans-Light.eot");
  src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fdqryx");
  src: url("../fonts/icomoon.eot?fdqryx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fdqryx") format("truetype"), url("../fonts/icomoon.woff?fdqryx") format("woff"), url("../fonts/icomoon.svg?fdqryx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-solid:before {
  content: "\e90d";
}

.icon-location-solid:before {
  content: "\e910";
}

.icon-mail:before {
  content: "\e908";
}

.icon-send:before {
  content: "\e911";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-date:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e900";
}

.icon-x:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-facebook-outline:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e907";
}

.icon-location-outline:before {
  content: "\e906";
}

.icon-time:before {
  content: "\e905";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-chevron-left:before {
  content: "\e903";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

body {
  background-color: var(--grey);
}

.container {
  width: 84%;
  margin: 2% auto;
}

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

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-base);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  font-size: var(--font-base);
  line-height: var(--line-height-base);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap-fluid {
  position: relative;
  width: 100%;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}

.wrap.remove-gutter-left .cll-col {
  margin-left: 0 !important;
}

.flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex .cll-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 var(--col-space);
  z-index: 2;
}

.flex .cll-col:first-of-type {
  margin-left: 0px;
}

.flex .cll-col.w1 {
  -webkit-flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
      -ms-flex-preferred-size: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
          flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
  max-width: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
}

.flex .cll-col.o1 {
  margin-left: calc(100% * 1/12 + ((var(--col-space) * 1) / 12));
}

.flex .cll-col.w2 {
  -webkit-flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
      -ms-flex-preferred-size: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
          flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
  max-width: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
}

.flex .cll-col.o2 {
  margin-left: calc(100% * 2/12 + ((var(--col-space) * 2) / 12));
}

.flex .cll-col.w3 {
  -webkit-flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
      -ms-flex-preferred-size: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
          flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
  max-width: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
}

.flex .cll-col.o3 {
  margin-left: calc(100% * 3/12 + ((var(--col-space) * 3) / 12));
}

.flex .cll-col.w4 {
  -webkit-flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
      -ms-flex-preferred-size: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
          flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
  max-width: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
}

.flex .cll-col.o4 {
  margin-left: calc(100% * 4/12 + ((var(--col-space) * 4) / 12));
}

.flex .cll-col.w5 {
  -webkit-flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
      -ms-flex-preferred-size: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
          flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
  max-width: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
}

.flex .cll-col.o5 {
  margin-left: calc(100% * 5/12 + ((var(--col-space) * 5) / 12));
}

.flex .cll-col.w6 {
  -webkit-flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
      -ms-flex-preferred-size: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
          flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
  max-width: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
}

.flex .cll-col.o6 {
  margin-left: calc(100% * 6/12 + ((var(--col-space) * 6) / 12));
}

.flex .cll-col.w7 {
  -webkit-flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
      -ms-flex-preferred-size: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
          flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
  max-width: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
}

.flex .cll-col.o7 {
  margin-left: calc(100% * 7/12 + ((var(--col-space) * 7) / 12));
}

.flex .cll-col.w8 {
  -webkit-flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
      -ms-flex-preferred-size: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
          flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
  max-width: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
}

.flex .cll-col.o8 {
  margin-left: calc(100% * 8/12 + ((var(--col-space) * 8) / 12));
}

.flex .cll-col.w9 {
  -webkit-flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
      -ms-flex-preferred-size: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
          flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
  max-width: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
}

.flex .cll-col.o9 {
  margin-left: calc(100% * 9/12 + ((var(--col-space) * 9) / 12));
}

.flex .cll-col.w10 {
  -webkit-flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
      -ms-flex-preferred-size: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
          flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
  max-width: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
}

.flex .cll-col.o10 {
  margin-left: calc(100% * 10/12 + ((var(--col-space) * 10) / 12));
}

.flex .cll-col.w11 {
  -webkit-flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
      -ms-flex-preferred-size: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
          flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
  max-width: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
}

.flex .cll-col.o11 {
  margin-left: calc(100% * 11/12 + ((var(--col-space) * 11) / 12));
}

.flex .cll-col.w12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}

.remove-gutter-left {
  margin-left: 0;
  padding-left: 0;
}

.remove-gutter-right {
  margin-right: 0;
  padding-right: 0;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2% 8%;
  z-index: 35;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

header .logo {
  z-index: 25;
}

.burger-menu {
  width: 30px;
  height: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  cursor: pointer;
  z-index: 20;
}

.burger-menu .line {
  height: 4px;
  background-color: var(--darkgrey);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.burger-menu .line1,
.burger-menu .line3 {
  width: 100%;
}

.burger-menu .line2,
.burger-menu .line4 {
  width: 80%;
}

.transform-burger-lines .line {
  background-color: var(--white);
}

.transform-burger-lines .line1 {
  -webkit-transform: translate(-1px, 11px) rotate(45deg);
          transform: translate(-1px, 11px) rotate(45deg);
}

.transform-burger-lines .line2,
.transform-burger-lines .line4 {
  display: none;
}

.transform-burger-lines .line3 {
  -webkit-transform: translate(-1px, -10px) rotate(-45deg);
          transform: translate(-1px, -10px) rotate(-45deg);
}

nav {
  width: 100%;
  height: 100%;
  background-color: var(--darkred);
  position: fixed;
  top: 0;
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: left .8s ease-in-out;
  transition: left .8s ease-in-out;
  z-index: 5;
}

nav ul {
  text-align: center;
  padding-top: 60px;
}

nav li {
  list-style: none;
  margin: 25px;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

nav .nav-fade-in {
  opacity: 1;
}

nav a {
  text-decoration: none;
  color: var(--white);
  letter-spacing: 1px;
  position: relative;
  padding: 3px 0;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
}

nav a::before,
nav a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

nav a::after {
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

nav a::before {
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav a:hover::before,
nav a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.change {
  left: 0;
}

.icon-search {
  margin-left: auto;
  font-size: 30px;
  cursor: pointer;
  position: relative;
}

.searchbar {
  display: none;
  width: 100%;
  height: 100%;
}

form {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

form label {
  position: relative;
  width: 75%;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form input {
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  font-size: 60px;
  margin-bottom: 20px;
  font-family: var(--DM-Sans-Medium);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

form input::-webkit-input-placeholder {
  color: var(--darkgrey);
}

form input::-ms-input-placeholder {
  color: var(--darkgrey);
}

form input::placeholder {
  color: var(--darkgrey);
}

form .icon-search {
  position: absolute;
  top: 75px;
  right: 35px;
  color: var(--black);
}

form .close-icon {
  font-size: 30px;
  color: var(--black);
  cursor: pointer;
  position: absolute;
  top: -235px;
  right: 0;
}

.header-scrolled {
  background-color: white;
  padding: 1% 8%;
}

body {
  padding-top: 70px;
}

.races-blogs-hero-section {
  position: relative;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.races-blogs-hero-section .hero-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: var(--darkred);
  width: 50%;
  gap: 40px;
  padding: 0 30px 60px 120px;
}

.races-blogs-hero-section .hero-section-content h1 {
  font-family: var(--Code);
  font-size: 50px;
  color: var(--white);
}

.races-blogs-hero-section .hero-section-content p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--white);
}

.races-blogs-hero-section .hero-section-content a {
  color: var(--white);
  position: relative;
  padding-bottom: 5px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
}

.races-blogs-hero-section .hero-section-content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--white);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.races-blogs-hero-section .hero-section-content a:hover {
  opacity: 1;
}

.races-blogs-hero-section .hero-section-content a:hover::before {
  width: 100%;
}

.races-blogs-hero-section .hero-section-image {
  position: relative;
  width: 50%;
}

.races-blogs-hero-section .hero-section-image img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.upcoming-races-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upcoming-races-section h2 {
  font-family: var(--Code);
  font-size: 50px;
  color: var(--darkgrey);
  margin-bottom: 60px;
}

.upcoming-races-section .upcoming-races-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--lightgrey);
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info {
  padding: 30px;
  position: relative;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info h3 {
  font-family: var(--Code);
  font-size: 25px;
  color: var(--darkgrey);
  margin-bottom: 15px;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info a {
  color: var(--darkgrey);
  position: relative;
  padding-bottom: 5px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: var(--DM-Sans-Light);
  font-size: 15px;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--darkgrey);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info a:hover {
  opacity: 1;
  color: var(--darkred);
}

.upcoming-races-section .upcoming-races-cards .upcoming-race-card .race-info a:hover::before {
  width: 100%;
  background-color: var(--darkred);
}

.upcoming-races-section hr {
  margin: 60px 0;
  background-color: var(--darkred);
  height: 1px;
  border: none;
}

.races-blog-main-section {
  position: relative;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.races-blog-main-section .races-blogs-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.races-blog-main-section .races-blogs-section .newest-races {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  border-right: 1px solid var(--darkred);
  padding-right: 90px;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card h3 {
  font-family: var(--Code);
  font-size: 50px;
  color: var(--darkgrey);
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card h3 span {
  font-size: 35px;
  font-style: italic;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child {
  color: var(--darkgrey);
  position: relative;
  padding-bottom: 5px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  cursor: pointer;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--darkgrey);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child:hover {
  opacity: 1;
  color: var(--darkred);
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child:hover::before {
  width: 100%;
  background-color: var(--darkred);
}

.races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card:hover h3 {
  color: var(--darkred);
  text-decoration: underline;
}

.races-blog-main-section .races-blogs-section .oldest-races {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 90px;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card:not(:first-child) {
  border-top: 1px solid var(--darkred);
  padding-top: 15px;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card h3 {
  font-family: var(--Code);
  font-size: 40px;
  color: var(--darkgrey);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card h3 span {
  font-size: 30px;
  font-style: italic;
}

.races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card:hover h3 {
  color: var(--darkred);
  text-decoration: underline;
}

.races-blog-main-section .load-more {
  padding: 15px 30px;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  color: var(--darkred);
  border: 2px solid var(--darkred);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.races-blog-main-section .load-more:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.newer-race-blog-card.hidden,
.older-race-blog-card.hidden {
  display: none;
}

body {
  padding-top: 200px;
}

.home-hero-section {
  position: relative;
  margin-bottom: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-hero-section .home-hero-section-slide-content {
  width: calc(40% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-hero-section .home-hero-section-slide-content h1 {
  font-family: var(--Code);
  font-size: 45px;
  margin-bottom: 180px;
  color: var(--darkgrey);
}

.home-hero-section .home-hero-section-slide-content p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  margin-bottom: 60px;
  color: var(--darkgrey);
}

.home-hero-section .home-hero-section-slide-img {
  border-radius: 10px;
  width: calc(60% - 15px);
  height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-hero-section .home-hero-section-slide-img img {
  width: 80%;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  height: 100%;
}

.hero-nav {
  position: absolute !important;
  bottom: 20%;
  left: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  width: 100%;
  height: 60px;
}

.hero-nav .next-hero,
.hero-nav .prev-hero {
  position: relative;
  border: 1px solid var(--darkred);
  padding: 7px 20px;
  color: var(--darkred);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hero-nav .next-hero:after,
.hero-nav .prev-hero:after {
  font-size: 16px;
  font-weight: 900;
}

.hero-nav .next-hero:hover,
.hero-nav .prev-hero:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.home-hero-section-background-border {
  border: 2px solid var(--darkred);
  width: 50%;
  height: 600px;
  position: absolute;
  top: 220px;
  right: 2%;
  border-radius: 10px;
}

.home-hero-section-background-border .hero-pagination {
  position: absolute;
  bottom: 7%;
  left: 42%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-text-stroke: 1px var(--darkred);
  color: var(--white);
  font-size: 30px;
  font-family: var(--Code);
}

.home-hero-section-background-solid {
  width: 65%;
  height: 300px;
  position: absolute;
  top: 260px;
  right: 2%;
  background-color: var(--darkred);
  opacity: 30%;
}

.home-race-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}

.home-race-card .race-info {
  position: relative;
}

.home-race-card .race-info h3 {
  font-family: var(--Code);
  font-size: 25px;
  color: var(--darkgrey);
  margin-bottom: 15px;
}

.home-race-card .race-info span {
  color: var(--darkgrey);
  position: relative;
  padding-bottom: 5px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: var(--DM-Sans-Light);
  font-size: 15px;
}

.home-race-card .race-info span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: var(--darkgrey);
  -webkit-transition: width .3s;
  transition: width .3s;
}

.home-race-card:hover span {
  opacity: 1;
  color: var(--darkred);
}

.home-race-card:hover span::before {
  width: 100%;
  background-color: var(--darkred);
}

.race-swiper {
  width: 100%;
}

.race-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.race-img {
  height: 350px;
  margin-bottom: 15px;
}

.race-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type="range"] {
  width: 100%;
  margin-top: 10px;
  height: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #cecece;
  outline: none;
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  background-color: var(--darkred);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.race-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  width: 100%;
  height: 60px;
}

.race-nav .next-race,
.race-nav .prev-race {
  position: relative;
  border: 1px solid var(--darkred);
  padding: 7px 20px;
  color: var(--darkred);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.race-nav .next-race:after,
.race-nav .prev-race:after {
  font-size: 16px;
  font-weight: 900;
}

.race-nav .next-race:hover,
.race-nav .prev-race:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.home-partners-section {
  position: relative;
  margin-bottom: 180px;
}

.home-partners-section .home-partners-header {
  position: relative;
  margin-bottom: 90px;
}

.home-partners-section .home-partners-header .home-partners-title {
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.home-partners-section .home-partners-header .home-partners-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.home-partners-section .home-partners-header .home-partners-title p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
  text-align: right;
}

.home-partners-section .home-partners-header .content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.home-partners-section .home-partners-header .content-categories p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.home-partners-section .swiper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-partners-section .partners-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 60px;
}

.home-partners-section .partner-slide {
  overflow: hidden;
  height: auto;
}

.home-partners-section .partner-slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.next-partner,
.prev-partner {
  position: relative !important;
  color: var(--darkred);
  margin-top: 0 !important;
}

.next-partner:after,
.prev-partner:after {
  font-size: 30px;
  font-weight: 900;
}

.home-events-section {
  position: relative;
  margin-bottom: 180px;
}

.home-events-section .home-events-header {
  position: relative;
  margin-bottom: 90px;
}

.home-events-section .home-events-header .home-events-title {
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.home-events-section .home-events-header .home-events-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
  text-align: right;
}

.home-events-section .home-events-header .home-events-title p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.home-events-section .home-events-header .content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.home-events-section .home-events-header .content-categories p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.events-cards {
  position: relative;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.events-cards .event-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--lightgrey);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  cursor: pointer;
}

.events-cards .event-card .event-card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.events-cards .event-card .event-card-header .clippath-section {
  width: 240px;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 99%, 0 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 99%, 0 100%);
  background-color: var(--darkred);
  padding: 20px;
}

.events-cards .event-card .event-card-header p {
  font-family: var(--Code);
  color: var(--white);
  font-size: 20px;
  text-align: right;
}

.events-cards .event-card .event-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 30px 50px 50px;
  gap: 15px;
}

.events-cards .event-card .event-info .event-card-title {
  position: relative;
}

.events-cards .event-card .event-info .event-card-title p {
  font-family: var(--DM-Sans-Bold);
  color: var(--darkgrey);
  font-size: 20px;
}

.events-cards .event-card .event-info .event-card-title h2 {
  font-family: var(--DM-Sans-Bold);
  color: var(--darkgrey);
  font-size: 30px;
  letter-spacing: 3px;
}

.events-cards .event-card .event-info .event-card-details p {
  font-family: var(--DM-Sans-Light);
  color: var(--darkgrey);
  font-size: 15px;
}

.events-cards .event-card .event-info .event-card-details p span {
  color: var(--darkred);
  margin-right: 10px;
}

.events-cards .event-card .icon-arrow-right {
  position: absolute;
  color: var(--darkred);
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.events-cards .event-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.home-about-us-section {
  position: relative;
  margin-bottom: 180px;
}

.home-about-us-section .home-about-us-header {
  position: relative;
  margin-bottom: 90px;
}

.home-about-us-section .home-about-us-header .home-about-us-title {
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.home-about-us-section .home-about-us-header .home-about-us-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.home-about-us-section .home-about-us-header .home-about-us-title p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
  text-align: right;
}

.home-about-us-section .content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.home-about-us-section .content-categories p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
  text-align: right;
}

.home-about-us-section .about-us-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-about-us-section .about-us-details p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
}

.home-about-us-section .about-us-details .about-us-info {
  position: relative;
  width: calc(40% - 30px);
}

.home-about-us-section .about-us-details .about-us-statistics {
  position: relative;
  width: calc(60% - 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.home-about-us-section .about-us-details .about-us-statistics h5 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 15px;
  margin-bottom: 7px;
}

.home-about-us-section .about-us-details .about-us-statistics p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
}

.home-about-us-section .about-us-details .about-us-statistics .data {
  color: var(--darkred);
  font-family: var(--Code);
  font-size: 50px;
  line-height: 50px;
}

body {
  padding-top: 120px;
}

.article-info {
  position: relative;
}

.article-info h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 50px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.article-info h1 span {
  color: var(--darkred);
}

.article-info p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
  margin-bottom: 60px;
  padding-right: 300px;
}

.article-info p span {
  color: var(--darkred);
}

.article-info img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}

.article-info .article-main-img {
  width: 100%;
}

.article-info h3 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 25px;
  padding-right: 300px;
  margin-bottom: 60px;
}

.article-info .info-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.article-info .info-img p {
  width: calc(40% - 15px);
  margin: 0;
  padding: 0;
}

.article-info .info-img img {
  width: calc(60% - 15px);
  height: 100%;
}

.gallery-title {
  margin-bottom: 60px;
}

.gallery-title h2 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 50px;
}

.mySwiper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-left: 8% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  height: 60px;
  margin-bottom: 200px;
}

.navigation .swiper-button-next,
.navigation .swiper-button-prev {
  position: relative;
  border: 1px solid var(--darkred);
  padding: 7px 20px;
  color: var(--darkred);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.navigation .swiper-button-next:after,
.navigation .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}

.navigation .swiper-button-next:hover,
.navigation .swiper-button-prev:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.winners-section {
  margin-bottom: 200px;
}

.winners-section .winners-title {
  margin-bottom: 60px;
}

.winners-section .winners-title h2 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 50px;
}

.winners-section .categories {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.winners-section .categories .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  counter-reset: counter-name;
}

.winners-section .categories .category-title {
  background-color: var(--darkred);
  padding: 30px 60px;
  font-family: var(--Code);
  font-size: 30px;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
}

.winners-section .categories ul li {
  margin: 0 30px 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--DM-Sans-Light);
  background-color: var(--darkred);
  position: relative;
  color: var(--white);
  white-space: nowrap;
  padding: 30px 30px 30px 40px;
  gap: 40px;
  -webkit-transform: skew(-9deg);
          transform: skew(-9deg);
}

.winners-section .categories ul li p {
  font-size: 25px;
  text-align: center;
  width: 100%;
  -webkit-transform: skew(9deg);
          transform: skew(9deg);
}

.winners-section .categories ul li::before {
  counter-increment: counter-name;
  content: counter(counter-name);
  font-size: 30px;
  color: var(--white);
  -webkit-transform: skew(9deg);
          transform: skew(9deg);
}

.winners-section .categories ul li::after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--white);
  position: absolute;
  left: 80px;
}

.location-title {
  margin-bottom: 60px;
}

.location-title h2 {
  font-family: var(--Code);
  color: var(--darkred);
  font-size: 50px;
}

iframe {
  width: 100%;
  margin-bottom: 200px;
}

.about-article {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}

.about-article .column-title {
  padding: 15px;
  border-right: 1px solid var(--darkred);
  border-bottom: 1px solid var(--darkred);
}

.about-article .column-title h3 {
  font-family: var(--Code);
  color: var(--darkred);
  font-size: 30px;
  margin-bottom: 30px;
}

.about-article .column-title p {
  font-family: var(--DM-Sans-Medium);
  color: var(--darkgrey);
  margin-bottom: 15px;
}

.about-article .column-title a {
  color: var(--darkred);
}

.about-article .column-title a:hover {
  text-decoration: underline;
}

.subscribe-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36%;
  margin-left: auto;
  margin-bottom: 30px;
}

.subscribe-section p:first-child {
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 20px;
  color: var(--darkgrey);
}

.subscribe-section p:first-child span {
  color: var(--darkred);
  font-size: 40px;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-top: 10px;
  word-break: break-all;
}

.subscribe-section .weekly-updates {
  font-family: var(--DM-Sans-Medium);
}

.subscribe-section .subscribe {
  font-family: var(--DM-Sans-Bold);
}

.subscribe-section .subscribe-input {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-section .subscribe-input input {
  padding: 10px 15px;
  outline: none;
  border: none;
  width: 70%;
}

.subscribe-section .subscribe-input input::-webkit-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::-ms-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input button {
  background-color: var(--darkred);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 10px;
  text-align: center;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subscribe-section .subscribe-input button:hover {
  font-size: 14px;
}

.copyright-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.copyright-section p {
  font-family: var(--DM-Sans-Medium);
  color: var(--darkred);
}

.copyright-section .social-medias {
  position: relative;
}

.copyright-section .social-medias span {
  margin-left: 15px;
  color: var(--white);
  background-color: var(--darkred);
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.copyright-section .social-medias span:hover {
  background-color: var(--darkgrey);
}

.about-us-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.about-us-hero-section h1 {
  position: relative;
  font-family: var(--Code);
  font-size: 300px;
  color: var(--darkgrey);
  z-index: 10;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}

.about-us-hero-section .about-us-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-us-hero-section .about-us-description .about-us-textContent {
  width: calc(50% - 30px);
}

.about-us-hero-section .about-us-description .about-us-textContent h3 {
  font-family: var(--Code);
  font-size: 30px;
  color: var(--darkred);
  margin-bottom: 40px;
}

.about-us-hero-section .about-us-description .about-us-textContent p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
}

.about-us-hero-section .about-us-description img {
  z-index: -1;
  width: calc(50% - 30px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-about-us-section {
  position: relative;
  margin-bottom: 180px;
}

.home-about-us-section .about-us-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.home-about-us-section .about-us-details p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
}

.home-about-us-section .about-us-details img {
  width: calc(40% - 30px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-about-us-section .about-us-details .about-us-statistics {
  position: relative;
  width: calc(60% - 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.home-about-us-section .about-us-details .about-us-statistics h5 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 15px;
  margin-bottom: 7px;
}

.home-about-us-section .about-us-details .about-us-statistics p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
}

.home-about-us-section .about-us-details .about-us-statistics .data {
  color: var(--darkred);
  font-family: var(--Code);
  font-size: 50px;
  line-height: 50px;
}

.home-about-us-section .about-us-association img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}

.home-about-us-section .about-us-association p {
  padding-right: 300px;
  font-size: 20px;
  color: var(--darkgrey);
}

.board-header {
  position: relative;
  margin-bottom: 90px;
}

.board-header p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.board-header-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.board-header-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
  text-align: right;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.board-section {
  position: relative;
  margin-bottom: 120px;
}

.board-section .board-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.board-section .board-cards .board-card {
  position: relative;
  overflow: hidden;
}

.board-section .board-cards .board-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.board-section .board-cards .board-card .board-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.board-section .board-cards .board-card .board-info h3 {
  font-family: var(--DM-Sans-Bold);
  font-size: 30px;
  margin-bottom: 8px;
}

.board-section .board-cards .board-card .board-info .job-title {
  font-family: var(--Code);
  font-size: 20px;
  margin-bottom: 8px;
}

.board-section .board-cards .board-card .board-info .member-email {
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
}

.board-section .board-cards .board-card:hover img {
  -webkit-transform: transformZ(0);
          transform: transformZ(0);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.board-section .board-cards .board-card:hover .board-info {
  opacity: 1;
}

.board-section button {
  padding: 15px 30px;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  color: var(--darkred);
  border: 2px solid var(--darkred);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.board-section button:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.subscribe-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36%;
  margin-left: auto;
  margin-bottom: 30px;
}

.subscribe-section p:first-child {
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 20px;
  color: var(--darkgrey);
}

.subscribe-section p:first-child span {
  color: var(--darkred);
  font-size: 40px;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-top: 10px;
  word-break: break-all;
}

.subscribe-section .weekly-updates {
  font-family: var(--DM-Sans-Medium);
}

.subscribe-section .subscribe {
  font-family: var(--DM-Sans-Bold);
}

.subscribe-section .subscribe-input {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-section .subscribe-input input {
  padding: 10px 15px;
  outline: none;
  border: none;
  width: 70%;
}

.subscribe-section .subscribe-input input::-webkit-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::-ms-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input button {
  background-color: var(--darkred);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 10px;
  text-align: center;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subscribe-section .subscribe-input button:hover {
  font-size: 14px;
}

.copyright-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.copyright-section p {
  font-family: var(--DM-Sans-Medium);
  color: var(--darkred);
}

.copyright-section .social-medias {
  position: relative;
}

.copyright-section .social-medias span {
  margin-left: 15px;
  color: var(--white);
  background-color: var(--darkred);
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.copyright-section .social-medias span:hover {
  background-color: var(--darkgrey);
}

body {
  padding-top: 120px;
}

.partners-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.partners-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.partners-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.partners-hero-section-title p {
  text-align: right;
}

.partners-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.partners-main-section {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}

.partners-main-section .partners-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 90px;
}

.partners-main-section .partners-cards .partner-card {
  padding: 90px 30px;
  background-color: var(--lightgrey);
}

.partners-main-section .partners-cards .partner-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.partners-main-section button {
  padding: 15px 30px;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  color: var(--darkred);
  border: 2px solid var(--darkred);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.partners-main-section button:hover {
  background-color: var(--darkred);
  color: var(--white);
}

body {
  padding-top: 120px;
}

.membership-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.membership-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.membership-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.membership-hero-section-title p {
  text-align: right;
}

.membership-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.membership-main-section {
  position: relative;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.membership-main-section .apply-section {
  position: relative;
  width: 40%;
}

.membership-main-section .apply-section .apply-info h2 {
  font-family: var(--Code);
  font-size: 50px;
  color: var(--darkred);
  margin-bottom: 30px;
}

.membership-main-section .apply-section .apply-info p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--darkgrey);
}

.membership-main-section .apply-section .apply-contact-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.membership-main-section .apply-section .apply-contact-info .contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.membership-main-section .apply-section .apply-contact-info .contact-details span {
  color: var(--darkred);
  font-size: 20px;
}

.membership-main-section .apply-section .apply-contact-info .contact-details p {
  font-family: var(--DM-Sans-Medium);
  font-size: 18px;
}

.membership-main-section .apply-section a button {
  background-color: var(--darkred);
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: var(--white);
  font-family: var(--DM-Sans-Medium);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 1px solid transparent;
}

.membership-main-section .apply-section a button:hover {
  background-color: var(--darkgrey);
  color: var(--lightgrey);
  border: 1px solid var(--darkgrey);
}

.membership-main-section .membership-gallery {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.membership-main-section .membership-gallery .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.membership-main-section .membership-gallery img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.membership-main-section .membership-gallery .first-column-gallery img:first-child {
  height: 33%;
  margin-bottom: 30px;
}

.membership-main-section .membership-gallery .first-column-gallery img:nth-child(2) {
  height: 44%;
  margin-bottom: 30px;
}

.membership-main-section .membership-gallery .first-column-gallery img:last-child {
  height: 14%;
}

.membership-main-section .membership-gallery .second-column-gallery img:first-child {
  height: 25%;
  margin-bottom: 30px;
}

.membership-main-section .membership-gallery .second-column-gallery img:nth-child(2) {
  height: 42%;
  margin-bottom: 30px;
}

.membership-main-section .membership-gallery .second-column-gallery img:last-child {
  height: 24%;
}

.membership-main-section .membership-gallery .third-column-gallery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.membership-main-section .membership-gallery .third-column-gallery img:first-child {
  height: 85%;
}

body {
  padding-top: 120px;
}

.cycling-school-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.cycling-school-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.cycling-school-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.cycling-school-hero-section-title p {
  text-align: right;
}

.cycling-school-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.cycling-school-description {
  position: relative;
  padding-right: 200px;
  margin-bottom: 60px;
}

.cycling-school-description p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
  line-height: 30px;
}

.cycling-school-cycle-education {
  position: relative;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cycling-school-cycle-education .cycling-school-info-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--lightgrey);
}

.cycling-school-cycle-education .cycling-school-info-card .info-card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cycling-school-cycle-education .cycling-school-info-card .info-card-header .clippath-section {
  width: 240px;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 99%, 0 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 99%, 0 100%);
  background-color: var(--darkred);
  padding: 30px;
}

.cycling-school-cycle-education .cycling-school-info-card .info-card-header p {
  font-family: var(--Code);
  color: var(--white);
  font-size: 20px;
  text-align: right;
}

.cycling-school-cycle-education .cycling-school-info-card .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 30px;
  gap: 15px;
}

.cycling-school-cycle-education .cycling-school-info-card .info .info-card-title {
  position: relative;
}

.cycling-school-cycle-education .cycling-school-info-card .info .info-card-title h2 {
  font-family: var(--Code);
  color: var(--darkred);
  font-size: 50px;
}

.cycling-school-cycle-education .cycling-school-info-card .info .info-card-details p {
  font-family: var(--DM-Sans-Light);
  color: var(--darkgrey);
  font-size: 20px;
}

.cycling-school-description2 {
  position: relative;
  padding-right: 200px;
  margin-bottom: 60px;
}

.cycling-school-description2 p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
  line-height: 30px;
}

.cycling-schools {
  position: relative;
  padding: 0 9%;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cycling-schools .clubs {
  position: relative;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 0 40px;
}

.cycling-schools .clubs p {
  font-family: var(--DM-Sans-Light);
  font-size: 20px;
  color: var(--darkgrey);
}

.cycling-schools .clubs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.cycling-schools .clubs ul li a {
  font-family: var(--Code);
  font-size: 30px;
  color: var(--darkred);
}

.cycling-schools .swiss-association-clubs-section {
  border-right: 1px solid var(--darkred);
}

body {
  padding-top: 120px;
}

.contact-section {
  position: relative;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-section .contact-infos {
  position: relative;
  width: calc(45% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.contact-section .contact-infos h2 {
  font-family: var(--Code);
  font-size: 40px;
  color: var(--darkgrey);
}

.contact-section .contact-infos .contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.contact-section .contact-infos .contact-details .contact-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--darkgrey);
  font-family: var(--DM-Sans-Medium);
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.contact-section .contact-infos .contact-details .contact-data span {
  font-size: 25px;
  font-weight: 900;
}

.contact-section .contact-infos .contact-details .contact-data p {
  font-size: 20px;
}

.contact-section .contact-infos .contact-details .contact-data:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.contact-section .contact-form {
  position: relative;
  background-color: var(--darkred);
  width: calc(55% - 30px);
  padding: 60px 15px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-section .contact-form .contact-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
}

.contact-section .contact-form .contact-form-content input {
  border: none;
  border-bottom: 1px solid var(--white);
  background-color: transparent;
  opacity: 50%;
  margin-bottom: 30px;
  color: var(--white);
  outline: none;
  font-size: 20px;
  padding: 15px 0;
}

.contact-section .contact-form .contact-form-content input::-webkit-input-placeholder {
  color: var(--white);
}

.contact-section .contact-form .contact-form-content input::-ms-input-placeholder {
  color: var(--white);
}

.contact-section .contact-form .contact-form-content input::placeholder {
  color: var(--white);
}

.contact-section .contact-form .contact-form-content input:focus {
  opacity: 100%;
}

.contact-section .contact-form button {
  background-color: var(--white);
  opacity: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 16px;
  color: var(--darkred);
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  cursor: pointer;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-section .contact-form button:hover {
  background-color: var(--darkgrey);
  color: var(--lightgrey);
}

.contact-section .contact-form .contact-social-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: var(--white);
  padding: 0 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact-section .contact-form .contact-social-media span {
  cursor: pointer;
  border-radius: 50%;
  padding: 15px;
  font-size: 25px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.contact-section .contact-form .contact-social-media span:hover {
  background-color: var(--white);
  color: var(--darkred);
}

body {
  padding-top: 120px;
}

.board-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.board-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.board-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.board-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
  text-align: right;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.board-main-section {
  position: relative;
  margin-bottom: 120px;
}

.board-main-section .board-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 90px;
}

.board-main-section .board-cards .board-card {
  position: relative;
  overflow: hidden;
}

.board-main-section .board-cards .board-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.board-main-section .board-cards .board-card .board-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.board-main-section .board-cards .board-card .board-info h3 {
  font-family: var(--DM-Sans-Bold);
  font-size: 30px;
  margin-bottom: 8px;
}

.board-main-section .board-cards .board-card .board-info .job-title {
  font-family: var(--Code);
  font-size: 20px;
  margin-bottom: 8px;
}

.board-main-section .board-cards .board-card .board-info .member-email {
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
}

.board-main-section .board-cards .board-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.board-main-section .board-cards .board-card:hover .board-info {
  opacity: 1;
}

body {
  padding-top: 120px;
}

.association-hero-section {
  position: relative;
  margin-bottom: 30px;
}

.association-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.association-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.association-hero-section-title p {
  margin-bottom: 5px;
}

.association-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 65px;
  padding-bottom: 5px;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.registration-link {
  font-family: var(--Code);
  font-size: 20px;
  margin: 50px 0;
  color: var(--darkred);
}

.registration-link a {
  font-family: var(--DM-Sans-Bold);
  color: #0753C6;
}

.registration-link a:hover {
  text-decoration: underline;
}

.association-main-section {
  position: relative;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.association-main-section .events-container {
  position: relative;
  border: 1px solid var(--darkred);
  border-bottom: none;
  margin-bottom: 30px;
}

.association-main-section .events-container .event-item {
  position: relative;
  display: grid;
  grid-template-columns: 15% 35% 25% 25%;
}

.association-main-section .events-container .event-item .date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  font-family: var(--Code);
  border-right: 1px solid var(--darkred);
  border-bottom: 1px solid var(--darkred);
}

.association-main-section .events-container .event-item .date-info .day {
  color: var(--darkred);
  font-size: 100px;
  line-height: 100px;
}

.association-main-section .events-container .event-item .date-info .month {
  color: var(--darkgrey);
  font-size: 20px;
}

.association-main-section .events-container .event-item .team-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--Code);
  border-right: 1px solid var(--darkred);
  border-bottom: 1px solid var(--darkred);
  padding: 0 40px;
  word-wrap: break-word;
}

.association-main-section .events-container .event-item .team-name p {
  font-size: 50px;
  line-height: 50px;
  color: var(--darkgrey);
}

.association-main-section .events-container .event-item .image {
  border-bottom: 1px solid var(--darkred);
}

.association-main-section .events-container .event-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.association-main-section .events-container .event-item .event-info {
  border-bottom: 1px solid var(--darkred);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-left: 40px;
}

.association-main-section .events-container .event-item .event-info .event-details p {
  font-size: 20px;
}

.association-main-section .events-container .event-item .event-info .event-details p:first-child {
  font-family: var(--Code);
  color: var(--darkred);
}

.association-main-section .events-container .event-item .event-info .event-details p:last-child {
  font-family: var(--DM-Sans-Medium);
  color: var(--darkgrey);
}

.association-main-section button {
  padding: 15px 30px;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  color: var(--darkred);
  border: 2px solid var(--darkred);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.association-main-section button:hover {
  background-color: var(--darkred);
  color: var(--white);
}

body {
  padding-top: 120px;
}

.annual-reports-hero-section {
  position: relative;
  margin-bottom: 90px;
}

.annual-reports-hero-section p {
  font-size: 15px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.annual-reports-hero-section-title {
  position: relative;
  border: 2px solid var(--darkred);
  border-left: none;
  border-right: none;
}

.annual-reports-hero-section-title p {
  text-align: right;
}

.annual-reports-hero-section-title h1 {
  font-family: var(--Code);
  color: var(--darkgrey);
  font-size: 105px;
  padding-bottom: 5px;
}

.content-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.annual-reports-main-section {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}

.annual-reports-main-section .annual-reports-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 90px;
}

.annual-reports-main-section .annual-reports-cards .annual-report-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px;
  background-color: var(--lightgrey);
}

.annual-reports-main-section .annual-reports-cards .annual-report-card h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-family: var(--Code);
  color: var(--darkgrey);
}

.annual-reports-main-section .annual-reports-cards .annual-report-card a {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: var(--DM-Sans-Bold);
  color: var(--darkred);
}

.annual-reports-main-section .annual-reports-cards .annual-report-card a:hover:not(:first-child) {
  text-decoration: underline;
}

.annual-reports-main-section button {
  padding: 15px 30px;
  font-family: var(--DM-Sans-Medium);
  font-size: 20px;
  color: var(--darkred);
  border: 2px solid var(--darkred);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.annual-reports-main-section button:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.subscribe-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36%;
  margin-left: auto;
  margin-bottom: 30px;
}

.subscribe-section p:first-child {
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 20px;
  color: var(--darkgrey);
}

.subscribe-section p:first-child span {
  color: var(--darkred);
  font-size: 40px;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-top: 10px;
  word-break: break-all;
}

.subscribe-section .weekly-updates {
  font-family: var(--DM-Sans-Medium);
}

.subscribe-section .subscribe {
  font-family: var(--DM-Sans-Bold);
}

.subscribe-section .subscribe-input {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-section .subscribe-input input {
  padding: 10px 15px;
  outline: none;
  border: none;
  width: 70%;
}

.subscribe-section .subscribe-input input::-webkit-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::-ms-input-placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input input::placeholder {
  color: var(--grey);
  font-family: var(--DM-Sans-Light);
  font-size: 14px;
}

.subscribe-section .subscribe-input button {
  background-color: var(--darkred);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-family: var(--Code);
  letter-spacing: 1.6px;
  font-size: 10px;
  text-align: center;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subscribe-section .subscribe-input button:hover {
  font-size: 14px;
}

.copyright-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.copyright-section p {
  font-family: var(--DM-Sans-Medium);
  color: var(--darkred);
}

.copyright-section .social-medias {
  position: relative;
}

.copyright-section .social-medias span {
  margin-left: 15px;
  color: var(--white);
  background-color: var(--darkred);
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.copyright-section .social-medias span:hover {
  background-color: var(--darkgrey);
}

@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }
}

@media (min-width: 768px) {
  .wrap {
    max-width: var(--wrap-width-md);
  }
}

@media (min-width: 992px) {
  .wrap {
    max-width: var(--wrap-width-lg);
  }

  .about-article .column-title:nth-child(4n) {
    border-right: none;
  }

  .about-article .column-title:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: var(--wrap-width-xl);
  }

  .annual-reports-main-section .annual-reports-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1640px) {
  .wrap.remove-gutter-left {
    padding: 0;
    max-width: none;
    width: calc(50% + 720px);
    left: 0;
  }

  .wrap.remove-gutter-left .cll-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

@media (max-width: 1500px) {
  .winners-section .categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1300px) {
  .events-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us-hero-section h1 {
    font-size: 200px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 120px;
  }
}

@media (max-width: 1200px) {
  .races-blogs-hero-section .hero-section-content {
    padding: 30px 30px 30px 90px;
  }

  .association-main-section .events-container .event-item .team-name p {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .container {
    width: calc(100% - 90px);
  }

  .races-blogs-hero-section .hero-section-content h1 {
    font-size: 40px;
  }

  .races-blogs-hero-section .hero-section-content p {
    font-size: 16px;
  }

  .races-blogs-hero-section .hero-section-content {
    padding: 30px;
  }

  .races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card h3 {
    font-size: 35px;
  }

  .races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p {
    font-size: 16px;
  }

  .races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child {
    font-size: 16px;
  }

  .races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card h3 {
    font-size: 30px;
  }

  .races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card h3 {
    font-size: 24px;
  }

  body {
    padding-top: 110px;
  }

  .home-hero-section .home-hero-section-slide-content h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }

  .home-hero-section .home-hero-section-slide-content {
    width: 100%;
  }

  .home-hero-section .home-hero-section-slide-img img {
    width: 70%;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    height: 350px;
  }

  .home-hero-section .home-hero-section-slide-img {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-bottom: 30px;
  }

  .home-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-nav {
    left: 0;
    bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home-hero-section-background-border {
    top: 150px;
    width: 100%;
    height: 300px;
  }

  .home-hero-section-background-solid {
    top: 200px;
    width: 100%;
    height: 100px;
  }

  .home-partners-section .home-partners-header .home-partners-title h1 {
    font-size: 80px;
  }

  .home-events-section .home-events-header .home-events-title h1 {
    font-size: 80px;
  }

  .home-about-us-section .home-about-us-header .home-about-us-title h1 {
    font-size: 80px;
  }

  .article-info p {
    padding-right: 100px;
  }

  .article-info h3 {
    padding-right: 100px;
  }

  .article-info .info-img p {
    width: 100%;
  }

  .article-info .info-img img {
    width: 100%;
    height: 100%;
  }

  .article-info .info-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .mySwiper {
    padding-left: 6% !important;
  }

  .winners-section .categories .category-title {
    font-size: 25px;
    padding: 30px;
  }

  .winners-section .categories ul li p {
    font-size: 20px;
  }

  .winners-section .categories ul li::before {
    font-size: 25px;
  }

  .winners-section .categories {
    gap: 15px;
  }

  .subscribe-section {
    width: 50%;
  }

  .home-about-us-section .about-us-association p {
    padding-right: 100px;
  }

  .board-header-title h1 {
    font-size: 80px;
  }

  .subscribe-section {
    width: 50%;
  }

  .partners-hero-section-title h1 {
    font-size: 80px;
  }

  .membership-hero-section-title h1 {
    font-size: 80px;
  }

  .membership-main-section .apply-section .apply-info p {
    font-size: 16px;
  }

  .membership-main-section .membership-gallery .first-column-gallery img:first-child {
    margin-bottom: 15px;
  }

  .membership-main-section .membership-gallery .first-column-gallery img:nth-child(2) {
    margin-bottom: 15px;
  }

  .membership-main-section .membership-gallery .second-column-gallery img:first-child {
    margin-bottom: 15px;
  }

  .membership-main-section .membership-gallery .second-column-gallery img:nth-child(2) {
    margin-bottom: 15px;
  }

  .membership-main-section .membership-gallery {
    gap: 15px;
  }

  .cycling-school-hero-section-title h1 {
    font-size: 80px;
  }

  .board-hero-section-title h1 {
    font-size: 80px;
  }

  .association-hero-section-title h1 {
    font-size: 45px;
  }

  .association-main-section .events-container .event-item .date-info .day {
    font-size: 75px;
  }

  .association-main-section .events-container .event-item .date-info {
    height: 150px;
    gap: 0;
    text-align: center;
  }

  .association-main-section .events-container .event-item .team-name p {
    font-size: 24px;
    line-height: 35px;
  }

  .association-main-section .events-container .event-item .team-name {
    border-right: none;
    height: 150px;
    text-align: center;
    padding: 0 15px;
  }

  .association-main-section .events-container .event-item .image {
    height: 150px;
  }

  .association-main-section .events-container .event-item .event-info {
    height: 150px;
    text-align: center;
    padding: 0;
  }

  .association-main-section .events-container .event-item {
    grid-template-columns: 40% 60%;
  }

  .annual-reports-hero-section-title h1 {
    font-size: 80px;
  }

  .annual-reports-main-section .annual-reports-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }

  .subscribe-section {
    width: 50%;
  }
}

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

  form label {
    width: 80%;
  }

  .races-blogs-hero-section .hero-section-content h1 {
    font-size: 30px;
  }

  .upcoming-races-section .upcoming-races-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .races-blog-main-section .races-blogs-section .newest-races {
    width: 100%;
    border: none;
    padding: 0;
  }

  .races-blog-main-section .races-blogs-section .oldest-races {
    width: 100%;
    padding: 0;
  }

  .races-blog-main-section .races-blogs-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-hero-section .home-hero-section-slide-content p {
    margin-bottom: 30px;
  }

  .events-cards {
    grid-template-columns: 1fr;
  }

  .home-about-us-section .about-us-details .about-us-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-about-us-section .about-us-details .about-us-statistics {
    width: 100%;
  }

  .home-about-us-section .about-us-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article-info h1 {
    font-size: 40px;
  }

  .gallery-title h2 {
    font-size: 35px;
  }

  .navigation {
    margin-bottom: 120px;
  }

  .winners-section .winners-title h2 {
    font-size: 35px;
  }

  .winners-section .categories ul li {
    margin: 0 90px 15px 90px;
  }

  .winners-section .categories {
    grid-template-columns: 1fr;
  }

  .winners-section {
    margin-bottom: 120px;
  }

  .location-title h2 {
    font-size: 35px;
  }

  .location-title {
    margin-bottom: 120px;
  }

  .copyright-section {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-us-hero-section h1 {
    padding-top: 90px;
    font-size: 100px;
    text-align: center;
  }

  .about-us-hero-section .about-us-description .about-us-textContent {
    width: 100%;
  }

  .about-us-hero-section .about-us-description img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-us-hero-section .about-us-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-about-us-section .about-us-details img {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-about-us-section .about-us-details .about-us-statistics {
    width: 100%;
  }

  .home-about-us-section .about-us-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .board-section .board-cards .board-card .board-info h3 {
    font-size: 26px;
  }

  .board-section .board-cards .board-card .board-info .job-title {
    font-size: 18px;
  }

  .board-section .board-cards .board-card .board-info .member-email {
    font-size: 18px;
  }

  .board-section .board-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }

  .board-section {
    margin-bottom: 90px;
  }

  .copyright-section {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners-main-section .partners-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }

  .partners-main-section {
    margin-bottom: 90px;
  }

  .membership-main-section .apply-section .apply-contact-info {
    margin-bottom: 30px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .membership-main-section .apply-section a button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .membership-main-section .apply-section a {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .membership-main-section .apply-section {
    width: 100%;
  }

  .membership-main-section .membership-gallery {
    width: 100%;
  }

  .membership-main-section {
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
  }

  .cycling-school-cycle-education {
    grid-template-columns: 1fr;
  }

  .cycling-schools .clubs {
    width: 100%;
    padding: 30px 0;
    gap: 30px;
  }

  .cycling-schools .swiss-association-clubs-section {
    border-right: none;
    border-bottom: 1px solid var(--darkred);
  }

  .cycling-schools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }

  .contact-section .contact-infos h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .contact-section .contact-infos .contact-details .contact-data {
    padding: 15px;
  }

  .contact-section .contact-infos {
    width: calc(45% - 15px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contact-section .contact-form .contact-form-content input {
    font-size: 16px;
  }

  .contact-section .contact-form .contact-form-content {
    margin-bottom: 60px;
  }

  .contact-section .contact-form button {
    padding: 15px;
    font-size: 16px;
    margin: 0;
    width: 100%;
  }

  .contact-section .contact-form .contact-social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }

  .contact-section .contact-form {
    width: calc(55% - 15px);
    padding: 30px 15px;
  }

  .board-main-section .board-cards .board-card .board-info h3 {
    font-size: 26px;
  }

  .board-main-section .board-cards .board-card .board-info .job-title {
    font-size: 18px;
  }

  .board-main-section .board-cards .board-card .board-info .member-email {
    font-size: 18px;
  }

  .board-main-section .board-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }

  .board-main-section {
    margin-bottom: 90px;
  }

  .association-main-section {
    margin-bottom: 90px;
  }

  .annual-reports-main-section {
    margin-bottom: 90px;
  }

  .copyright-section {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .flex.wrap .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .flex .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 578px) {
  nav a {
    font-size: 16px;
  }

  form label {
    width: 100%;
  }

  form input {
    font-size: 20px;
  }

  form .icon-search {
    top: 40px;
  }

  form .close-icon {
    top: -230px;
    right: 30px;
  }

  .races-blogs-hero-section .hero-section-content a {
    font-size: 16px;
  }

  .races-blogs-hero-section .hero-section-content {
    width: 100%;
  }

  .races-blogs-hero-section .hero-section-image img {
    height: 300px;
  }

  .races-blogs-hero-section .hero-section-image {
    width: 100%;
  }

  .races-blogs-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .upcoming-races-section h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .upcoming-races-section .upcoming-races-cards {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card h3 {
    text-align: center;
  }

  .races-blog-main-section .races-blogs-section .newest-races .newer-race-blog-card p:last-child {
    text-align: center;
  }

  .races-blog-main-section .races-blogs-section .oldest-races .older-race-blog-card h3 {
    text-align: center;
  }

  .races-blog-main-section .load-more {
    padding: 10px 15px;
  }

  .races-blog-main-section {
    gap: 30px;
  }

  .home-hero-section .home-hero-section-slide-content h1 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .home-hero-section .home-hero-section-slide-content p {
    font-size: 16px;
  }

  .home-hero-section {
    margin-bottom: 80px;
  }

  .hero-nav {
    bottom: 5%;
  }

  .home-race-card .race-info h3 {
    font-size: 20px;
  }

  .race-swiper {
    margin-bottom: 80px;
  }

  .home-partners-section .home-partners-header .home-partners-title h1 {
    font-size: 50px;
  }

  .home-partners-section .home-partners-header .home-partners-title p {
    font-size: 12px;
  }

  .home-partners-section .home-partners-header .content-categories p {
    font-size: 12px;
  }

  .home-partners-section .home-partners-header {
    margin-bottom: 30px;
  }

  .home-partners-section {
    margin-bottom: 80px;
  }

  .home-events-section .home-events-header .home-events-title h1 {
    font-size: 50px;
  }

  .home-events-section .home-events-header .home-events-title p {
    font-size: 12px;
  }

  .home-events-section .home-events-header .content-categories p {
    font-size: 12px;
  }

  .home-events-section .home-events-header {
    margin-bottom: 30px;
  }

  .home-events-section {
    margin-bottom: 80px;
  }

  .events-cards .event-card .event-card-header .clippath-section {
    padding: 15px;
  }

  .events-cards .event-card .event-card-header p {
    font-size: 16px;
  }

  .events-cards .event-card .event-info .event-card-title p {
    font-size: 16px;
  }

  .events-cards .event-card .event-info .event-card-title h2 {
    font-size: 24px;
  }

  .events-cards .event-card .event-info {
    padding: 15px 15px 60px 15px;
  }

  .home-about-us-section .home-about-us-header .home-about-us-title h1 {
    font-size: 50px;
  }

  .home-about-us-section .home-about-us-header .home-about-us-title p {
    font-size: 12px;
  }

  .home-about-us-section .home-about-us-header {
    margin-bottom: 30px;
  }

  .home-about-us-section .content-categories p {
    font-size: 12px;
  }

  .home-about-us-section .about-us-details p {
    font-size: 16px;
  }

  .home-about-us-section .about-us-details .about-us-statistics p {
    font-size: 16px;
  }

  .home-about-us-section .about-us-details .about-us-statistics .data {
    font-size: 35px;
  }

  .home-about-us-section .about-us-details .about-us-statistics {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-about-us-section {
    margin-bottom: 80px;
  }

  body {
    padding-top: 90px;
  }

  .article-info h1 {
    font-size: 30px;
  }

  .article-info p {
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .article-info h3 {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .gallery-title {
    margin-bottom: 30px;
  }

  .mySwiper {
    padding-left: 3% !important;
  }

  .navigation {
    margin-bottom: 60px;
  }

  .winners-section .winners-title h2 {
    font-size: 30px;
  }

  .winners-section .categories ul li {
    margin: 0 15px 15px 15px;
  }

  .winners-section {
    margin-bottom: 60px;
  }

  .location-title {
    margin-bottom: 60px;
  }

  iframe {
    margin-bottom: 30px;
  }

  .about-article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-article .column-title:nth-child(n) {
    border-right: none;
  }

  .about-article .column-title:nth-last-child(-n+1) {
    border-bottom: none;
  }

  .subscribe-section p:first-child span {
    font-size: 32px;
  }

  .subscribe-section p:first-child {
    font-size: 16px;
  }

  .subscribe-section {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  .about-us-hero-section h1 {
    font-size: 70px;
  }

  .about-us-hero-section .about-us-description .about-us-textContent h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-us-hero-section .about-us-description .about-us-textContent p {
    font-size: 16px;
  }

  .about-us-hero-section {
    margin-bottom: 60px;
  }

  .home-about-us-section .about-us-details p {
    font-size: 16px;
  }

  .home-about-us-section .about-us-details .about-us-statistics p {
    font-size: 16px;
  }

  .home-about-us-section .about-us-details .about-us-statistics .data {
    font-size: 35px;
  }

  .home-about-us-section .about-us-details .about-us-statistics {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-about-us-section .about-us-association p {
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .home-about-us-section {
    margin-bottom: 60px;
  }

  .board-header p {
    font-size: 12px;
  }

  .board-header {
    margin-bottom: 30px;
  }

  .board-header-title h1 {
    font-size: 50px;
  }

  .board-section .board-cards .board-card img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  .board-section .board-cards .board-card .board-info h3 {
    font-size: 24px;
  }

  .board-section .board-cards .board-card .board-info .job-title {
    font-size: 16px;
  }

  .board-section .board-cards .board-card .board-info .member-email {
    font-size: 16px;
  }

  .board-section .board-cards .board-card .board-info {
    opacity: 1;
  }

  .board-section .board-cards {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .board-section button {
    padding: 10px 15px;
  }

  .board-section {
    margin-bottom: 60px;
  }

  .subscribe-section p:first-child span {
    font-size: 32px;
  }

  .subscribe-section p:first-child {
    font-size: 16px;
  }

  .subscribe-section {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  body {
    padding-top: 90px;
  }

  .partners-hero-section p {
    font-size: 12px;
  }

  .partners-hero-section {
    margin-bottom: 30px;
  }

  .partners-hero-section-title h1 {
    font-size: 50px;
  }

  .partners-main-section .partners-cards .partner-card img {
    width: 70%;
  }

  .partners-main-section .partners-cards .partner-card {
    padding: 30px 0px;
  }

  .partners-main-section .partners-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }

  .partners-main-section button {
    padding: 10px 15px;
  }

  .partners-main-section {
    margin-bottom: 60px;
  }

  body {
    padding-top: 90px;
  }

  .membership-hero-section p {
    font-size: 12px;
  }

  .membership-hero-section {
    margin-bottom: 30px;
  }

  .membership-hero-section-title h1 {
    font-size: 50px;
  }

  .membership-main-section .apply-section .apply-info h2 {
    font-size: 30px;
  }

  .membership-main-section .apply-section .apply-info p {
    font-size: 14px;
  }

  .membership-main-section .apply-section .apply-contact-info .contact-details p {
    font-size: 16px;
  }

  .membership-main-section .apply-section a button {
    font-size: 16px;
  }

  body {
    padding-top: 90px;
  }

  .cycling-school-hero-section p {
    font-size: 12px;
  }

  .cycling-school-hero-section {
    margin-bottom: 30px;
  }

  .cycling-school-hero-section-title h1 {
    font-size: 50px;
  }

  .description {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .description p {
    font-size: 16px;
  }

  .cycling-school-cycle-education .cycling-school-info-card .info-card-header .clippath-section {
    padding: 15px;
  }

  .cycling-school-cycle-education .cycling-school-info-card .info .info-card-title h2 {
    font-size: 32px;
  }

  .cycling-school-cycle-education .cycling-school-info-card .info .info-card-details p {
    font-size: 16px;
  }

  .cycling-schools .clubs p {
    font-size: 16px;
  }

  .cycling-schools .clubs ul li a {
    font-size: 24px;
  }

  body {
    padding-top: 90px;
  }

  .contact-section .contact-infos .contact-details .contact-data p {
    font-size: 16px;
  }

  .contact-section .contact-infos {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact-section .contact-form .contact-form-content {
    margin-bottom: 30px;
  }

  .contact-section .contact-form .contact-social-media span {
    font-size: 20px;
    padding: 7px;
  }

  .contact-section .contact-form {
    width: 100%;
  }

  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  body {
    padding-top: 90px;
  }

  .board-hero-section p {
    font-size: 12px;
  }

  .board-hero-section {
    margin-bottom: 30px;
  }

  .board-hero-section-title h1 {
    font-size: 50px;
  }

  .board-main-section .board-cards .board-card img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  .board-main-section .board-cards .board-card .board-info h3 {
    font-size: 24px;
  }

  .board-main-section .board-cards .board-card .board-info .job-title {
    font-size: 16px;
  }

  .board-main-section .board-cards .board-card .board-info .member-email {
    font-size: 16px;
  }

  .board-main-section .board-cards .board-card .board-info {
    opacity: 1;
  }

  .board-main-section .board-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }

  .board-main-section {
    margin-bottom: 60px;
  }

  body {
    padding-top: 90px;
  }

  .association-hero-section p {
    font-size: 12px;
  }

  .association-hero-section {
    margin-bottom: 30px;
  }

  .association-hero-section-title h1 {
    font-size: 35px;
    text-align: center;
  }

  .registration-link {
    margin: 30px 0;
  }

  .association-main-section .events-container .event-item .event-info .event-details p {
    font-size: 16px;
  }

  .association-main-section button {
    padding: 10px 15px;
  }

  .association-main-section {
    margin-bottom: 60px;
  }

  body {
    padding-top: 90px;
  }

  .annual-reports-hero-section p {
    font-size: 12px;
  }

  .annual-reports-hero-section {
    margin-bottom: 30px;
  }

  .annual-reports-hero-section-title h1 {
    font-size: 50px;
  }

  .annual-reports-main-section .annual-reports-cards .annual-report-card h2 {
    font-size: 30px;
  }

  .annual-reports-main-section .annual-reports-cards .annual-report-card a {
    font-size: 14px;
  }

  .annual-reports-main-section .annual-reports-cards .annual-report-card {
    padding: 30px 0px;
  }

  .annual-reports-main-section button {
    padding: 10px 15px;
  }

  .annual-reports-main-section {
    margin-bottom: 60px;
  }

  .subscribe-section p:first-child span {
    font-size: 32px;
  }

  .subscribe-section p:first-child {
    font-size: 16px;
  }

  .subscribe-section {
    width: 100%;
  }

  footer {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .container {
    width: calc(100% - 30px);
  }
}

@media (max-width: 460px) {
  .home-partners-section .home-partners-header .home-partners-title h1 {
    font-size: 40px;
  }

  .home-events-section .home-events-header .home-events-title h1 {
    font-size: 40px;
  }

  .home-about-us-section .home-about-us-header .home-about-us-title h1 {
    font-size: 40px;
  }

  .board-header-title h1 {
    font-size: 40px;
  }

  .partners-hero-section-title h1 {
    font-size: 30px;
  }

  .membership-hero-section-title h1 {
    font-size: 30px;
  }

  .cycling-school-hero-section-title h1 {
    font-size: 30px;
  }

  .board-hero-section-title h1 {
    font-size: 40px;
  }

  .association-hero-section-title h1 {
    font-size: 24px;
  }

  .annual-reports-hero-section-title h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about-article {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-article .column-title:nth-child(3n) {
    border-right: none;
  }

  .about-article .column-title:nth-last-child(-n+3) {
    border-bottom: none;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .about-article {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-article .column-title:nth-child(2n) {
    border-right: none;
  }

  .about-article .column-title:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .association-main-section .events-container .event-item .date-info .month {
    font-size: 16px;
  }
}