/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*=================================
=            1. Colors            =
==================================*/
/*=====================================
=            2. Typography            =
=====================================*/
/*======================================
=            3. Breakpoints            =
======================================*/
/*==================================
=            4. Z-index            =
===================================*/
/*======================================
=            5. Transitions            =
======================================*/
/*========================================
=            6. Border radius            =
========================================*/
/*----------  Initializing  ----------*/
/*----------  Typography  ----------*/
/*----------  Styling  ----------*/
/*==============================
=            sizing            =
==============================*/
/*===============================
=            Borders            =
===============================*/
/*===================================
=            Transitions            =
===================================*/
/*==============================
=            Shadow            =
==============================*/
/*========================================
=            Legacy targeting            =
========================================*/
/*========================================
=            Remove list styling         =
========================================*/
/**
	This file contains all variables that are used in other scss files
	and allows overriding of default values from the @growling/sass package
	Todo --- insert link here ---
*/
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-v20-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-v20-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-v20-latin-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #F7F7FC; }

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

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0; }

figure {
  margin: 0; }
  figure iframe {
    max-width: 100%; }

img {
  max-width: 100%; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

body {
  font-size: 1rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  color: #4E4B66;
  font-weight: 300; }
  @media (min-width: 900px) {
    body {
      font-size: 1rem; } }

h1,
.h1 {
  font-size: 2.5rem; }
  @media (min-width: 900px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }

h2,
.h2 {
  font-size: 2rem; }
  @media (min-width: 900px) {
    h2,
    .h2 {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 3rem; } }

h3,
.h3 {
  font-size: 1.5rem; }
  @media (min-width: 900px) {
    h3,
    .h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 2rem; } }

h4,
.h4 {
  font-size: 1.25rem; }
  @media (min-width: 900px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }

h5,
.h5 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    h5,
    .h5 {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    h5,
    .h5 {
      font-size: 1rem; } }

h6,
.h6 {
  font-size: 0.75rem; }
  @media (min-width: 900px) {
    h6,
    .h6 {
      font-size: 0.75rem; } }
  @media (min-width: 1200px) {
    h6,
    .h6 {
      font-size: 0.75rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 1rem 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #000; }

p {
  max-width: unset; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.gform_wrapper .gfield_label {
  font-weight: 600;
  color: #BB0000; }

.gform_wrapper .gform_fields {
  display: grid;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-template-columns: repeat(12, 1fr); }

.gform_wrapper .gfield,
.gform_wrapper .gfield--width-full {
  grid-column: span 12; }

.gform_wrapper .gfield--width-half {
  grid-column: span 12; }
  @media (min-width: 900px) {
    .gform_wrapper .gfield--width-half {
      grid-column: span 6; } }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  display: block;
  width: 100%;
  border: 0.125rem solid #D9DBE9;
  border-radius: 0.125rem 0px 0px 0.125rem;
  min-height: 3rem;
  padding-left: 1rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF; }

.gform_wrapper input[type="submit"] {
  cursor: pointer; }

.gform_wrapper .hide_summary,
.gform_wrapper .gfield_required {
  display: none; }

.gform_wrapper .validation_message {
  color: #BB0000;
  font-weight: 700; }

.gc-athlete-medals {
  overflow: auto;
  margin: 4rem 0; }
  @media (min-width: 1200px) {
    .gc-athlete-medals {
      overflow: hidden; } }
  .gc-athlete-medals__table {
    border: 0.0625rem solid #D9DBE9;
    border-radius: 2px;
    background: #FFF;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 53.8125rem; }
    @media (min-width: 1200px) {
      .gc-athlete-medals__table {
        min-width: auto; } }
  .gc-athlete-medals__heading {
    background: #BB0000; }
  .gc-athlete-medals__heading-medal {
    width: 2.9375rem; }
  .gc-athlete-medals__heading-title {
    border-left: 0.0625rem solid #D9DBE9; }
  .gc-athlete-medals__row {
    border-bottom: 0.0625rem solid #D9DBE9;
    text-align: center; }
    .gc-athlete-medals__row:last-child {
      border-bottom: none; }
  .gc-athlete-medals__data {
    border-left: 0.0625rem solid #D9DBE9;
    height: 2.875rem; }
  .gc-athlete-medals__medal {
    height: 1.125rem;
    width: auto;
    display: block;
    margin: 0 auto; }
    .gc-athlete-medals__medal--gold {
      fill: #FFA600; }
    .gc-athlete-medals__medal--silver {
      fill: #A0A3BD; }
    .gc-athlete-medals__medal--bronze {
      fill: #FFC0B2; }
  .gc-athlete-medals__heading-title {
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    width: 12.625rem; }

.gc-athlete-records {
  overflow: auto;
  margin: 4rem 0; }
  @media (min-width: 1200px) {
    .gc-athlete-records {
      overflow: hidden; } }
  .gc-athlete-records__table {
    border: 0.0625rem solid #D9DBE9;
    border-radius: 2px;
    background: #FFF;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 53.8125rem; }
    @media (min-width: 1200px) {
      .gc-athlete-records__table {
        min-width: 100%; } }
  .gc-athlete-records__heading {
    background: #BB0000; }
  .gc-athlete-records__heading-medal {
    width: 2.9375rem; }
  .gc-athlete-records__heading-title {
    border-left: 0.0625rem solid #D9DBE9; }
  .gc-athlete-records__row {
    border-bottom: 0.0625rem solid #D9DBE9;
    text-align: center; }
    .gc-athlete-records__row:last-child {
      border-bottom: none; }
  .gc-athlete-records__level {
    font-weight: 700;
    font-size: 1rem;
    color: #BB0000;
    min-width: 5.5625rem; }
  .gc-athlete-records__data {
    border-left: 0.0625rem solid #D9DBE9;
    height: 2.875rem; }
  .gc-athlete-records__medal {
    height: 1.125rem;
    width: auto;
    display: block;
    margin: 0 auto; }
    .gc-athlete-records__medal--gold {
      fill: #FFA600; }
    .gc-athlete-records__medal--silver {
      fill: #14142A; }
    .gc-athlete-records__medal--bronze {
      fill: #FFC0B2; }
  .gc-athlete-records__heading-title {
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    width: 12.625rem; }

.gc-athlete-results {
  overflow: auto;
  margin: 4rem 0; }
  @media (min-width: 1200px) {
    .gc-athlete-results {
      overflow: hidden; } }
  .gc-athlete-results__table {
    border: 0.0625rem solid #D9DBE9;
    border-radius: 2px;
    background: #FFF;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 53.8125rem; }
    @media (min-width: 1200px) {
      .gc-athlete-results__table {
        min-width: 100%; } }
  .gc-athlete-results__heading {
    background: #BB0000; }
  .gc-athlete-results__heading-medal {
    width: 2.9375rem; }
  .gc-athlete-results__heading-title {
    border-left: 0.0625rem solid #D9DBE9; }
  .gc-athlete-results__row {
    border-bottom: 0.0625rem solid #D9DBE9;
    text-align: center; }
    .gc-athlete-results__row:last-child {
      border-bottom: none; }
  .gc-athlete-results__level {
    font-weight: 700;
    font-size: 1rem;
    color: #BB0000;
    min-width: 5.5625rem; }
  .gc-athlete-results__data {
    border-left: 0.0625rem solid #D9DBE9;
    height: 2.875rem; }
  .gc-athlete-results__medal {
    height: 1.125rem;
    width: auto;
    display: block;
    margin: 0 auto; }
    .gc-athlete-results__medal--gold {
      fill: #FFA600; }
    .gc-athlete-results__medal--silver {
      fill: #14142A; }
    .gc-athlete-results__medal--bronze {
      fill: #FFC0B2; }
  .gc-athlete-results__heading-title {
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    width: 12.625rem; }

.gc-athletes-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2rem; }
  @media (min-width: 600px) {
    .gc-athletes-overview__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .gc-athletes-overview__list {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 3rem; } }

.gc-athletes-overview__athlete:hover .gc-athletes-overview__medals-bubble {
  opacity: 1; }

.gc-athletes-overview__athlete:hover .gc-athletes-overview__thumbnail-wrapper::after {
  opacity: 1; }

.gc-athletes-overview__item {
  max-width: 25rem;
  margin: 0 auto; }

.gc-athletes-overview__link {
  text-decoration: none; }

.gc-athletes-overview__thumbnail-wrapper {
  position: relative; }
  .gc-athletes-overview__thumbnail-wrapper::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }

.gc-athletes-overview__thumbnail {
  display: block;
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem; }

.gc-athletes-overview__title {
  margin-bottom: 0.125rem; }

.gc-athletes-overview__level {
  color: #4E4B66; }

.gc-athletes-overview__medals {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gc-athletes-overview__flag {
  margin-right: 0.5rem; }

.gc-athletes-overview__medal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem; }

.gc-athletes-overview__medals-bubble {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 1; }

.gc-athletes-overview__medals-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  background: #000;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1.5rem;
  color: #FFF;
  font-weight: 600;
  position: relative; }
  .gc-athletes-overview__medals-type::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.25rem; }

.gc-athletes-overview__medal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem; }
  .gc-athletes-overview__medal-wrapper--gold {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .gc-athletes-overview__medal-wrapper--silver {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .gc-athletes-overview__medal-wrapper--bronze {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.gc-athletes-overview__medal-type {
  height: 1.125rem;
  width: auto;
  display: block;
  margin: 0 auto; }
  .gc-athletes-overview__medal-type--gold {
    fill: #FFA600; }
  .gc-athletes-overview__medal-type--silver {
    fill: #A0A3BD; }
  .gc-athletes-overview__medal-type--bronze {
    fill: #FFC0B2; }

.gc-breadcrumb {
  font-size: 0.75rem;
  font-weight: 600; }
  .gc-breadcrumb--white {
    color: #FFF; }
  .gc-breadcrumb a {
    text-decoration: none; }

.gc-button {
  display: inline-block;
  cursor: pointer;
  background: #000;
  padding: 0.75rem 1rem;
  border: 0;
  line-height: 1.5;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 2px;
  text-align: center; }
  .gc-button:hover {
    background-color: #BB0000; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button--white-red {
    background-color: #FFF;
    color: #BB0000; }
    .gc-button--white-red:hover {
      color: #FFF; }
  .gc-button--black-white:hover {
    color: #000;
    background-color: #FFF; }
  .gc-button--icon {
    padding: 0;
    background-color: transparent;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-button--icon:hover {
      background: transparent; }
      .gc-button--icon:hover .gc-button__icon {
        fill: #BB0000; }
    .gc-button--icon .gc-button__icon {
      height: 1rem;
      width: auto;
      margin-right: 0.5rem;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .gc-button--icon.gc-button--reverse .gc-button__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0;
      margin-left: 0.5rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gc-button--white {
    color: #FFF; }
    .gc-button--white:hover .gc-button__icon {
      fill: #BB0000; }
    .gc-button--white .gc-button__icon {
      fill: #FFF; }
  .gc-button--filter {
    background: #BB0000;
    border-radius: 15px;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem; }

.gc-contact {
  margin: 3rem 0 4rem 0; }
  @media (min-width: 900px) {
    .gc-contact {
      margin: 8rem 0 4.25rem 0; } }
  @media (min-width: 900px) {
    .gc-contact__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .gc-contact__content {
      width: 50%;
      margin-top: 1.5rem;
      padding-left: 0.5rem; } }
  .gc-contact__button {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center; }
  .gc-contact__image {
    margin-bottom: 2rem;
    height: auto;
    width: 100%; }
  @media (min-width: 900px) {
    .gc-contact__info {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  .gc-contact__text {
    color: #000; }
    .gc-contact__text h3 {
      margin-bottom: 0;
      font-size: 2rem; }
  .gc-contact__socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem; }
    @media (min-width: 900px) {
      .gc-contact__socials {
        margin-top: 4rem; } }
  .gc-contact__social-icon {
    fill: #BB0000;
    height: 2rem;
    width: auto; }
  .gc-contact__contacts-wrapper {
    color: #000;
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .gc-contact__contacts-wrapper {
        margin-top: 0; } }
  .gc-contact__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-contact__contact-list-item {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-contact__contact-icon {
    height: 1.125rem;
    width: auto;
    margin-right: 1rem;
    fill: #BB0000; }
  .gc-contact__contact-link {
    text-decoration: none; }
  .gc-contact__form {
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-contact__form {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 50%;
        padding-right: 3.5rem;
        margin-top: 0; } }
  .gc-contact .gform_footer {
    margin-top: 2rem; }

.gc-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .gc-container {
      max-width: 720px; } }
  @media (min-width: 900px) {
    .gc-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .gc-container {
      max-width: 1160px; } }
  @media (min-width: 1440px) {
    .gc-container {
      max-width: 1332px; } }
  .gc-container--is-fluid {
    max-width: unset !important; }
  .gc-container--has-margin {
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        margin-top: 8rem;
        margin-bottom: 8rem; } }
  .gc-container--has-padding {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
  .gc-container--has-bg {
    background-color: #bcbcbc; }
    .gc-container--has-bg:not(.gc-container--is-fluid) {
      position: relative; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before, .gc-container--has-bg:not(.gc-container--is-fluid):after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #bcbcbc; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before {
        left: -99.9%; }
      .gc-container--has-bg:not(.gc-container--is-fluid):after {
        right: -99.9%; }
  .wp-block[data-type*="container"] .gc-container {
    border: 1px dashed lightgray;
    padding: 25px; }

.gc-cwv {
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-cwv {
      margin: 8rem 0; } }
  .gc-cwv--has-visual .gc-cwv__visual,
  .gc-cwv--has-visual .gc-cwv__content {
    text-align: left; }
    @media (min-width: 900px) {
      .gc-cwv--has-visual .gc-cwv__visual,
      .gc-cwv--has-visual .gc-cwv__content {
        width: 50%; } }
  @media (min-width: 900px) {
    .gc-cwv--is-reversed .gc-cwv__visual {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .gc-cwv--is-reversed .gc-cwv__content {
    padding-left: 0; }
    @media (min-width: 900px) {
      .gc-cwv--is-reversed .gc-cwv__content {
        padding-right: 4rem; } }
  @media (min-width: 900px) {
    .gc-cwv__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .gc-cwv__visual {
    margin-bottom: sapcing(3); }
    @media (min-width: 900px) {
      .gc-cwv__visual {
        margin-bottom: 0; } }
  .gc-cwv__image-wrapper {
    min-height: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 900px) {
      .gc-cwv__image-wrapper {
        margin-bottom: 0; } }
  .gc-cwv__image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto; }
  .gc-cwv__title {
    color: #14142A; }
  .gc-cwv__content {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 900px) {
      .gc-cwv__content {
        padding-left: 4rem; } }
  .gc-cwv__buttons {
    margin-top: 2rem; }
  .gc-cwv__button {
    display: block;
    text-align: center; }
    @media (min-width: 900px) {
      .gc-cwv__button {
        display: inline-block; } }

.gc-cta {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 8.75rem; }
  @media (min-width: 900px) {
    .gc-cta {
      padding-bottom: 2.5rem;
      margin-top: 10rem; } }
  .gc-cta__content {
    border: 0.25rem solid #D9DBE9;
    border-radius: 2px;
    background: #FFF;
    padding: 2rem 1rem;
    max-width: 15.5rem;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
    text-align: center;
    color: #000; }
    @media (min-width: 900px) {
      .gc-cta__content {
        max-width: 26.4375rem;
        padding: 2rem; } }
  .gc-cta__title {
    margin: 0; }
  .gc-cta__button {
    display: block;
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .gc-cta__button {
        margin-top: 3rem; } }
  .gc-cta__image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
    @media (min-width: 900px) {
      .gc-cta__image {
        -o-object-position: center 16%;
           object-position: center 16%; } }

.gc-footer {
  background: #000;
  color: #FFF; }
  .gc-footer__container {
    position: relative; }
  .gc-footer__wrapper {
    padding: 2rem 2.625rem; }
    @media (min-width: 900px) {
      .gc-footer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 4rem 0; } }
    @media (min-width: 1200px) {
      .gc-footer__wrapper {
        padding: 4rem 10.625rem; } }
  .gc-footer__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 900px) {
      .gc-footer__description {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
  .gc-footer__socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 2rem; }
  .gc-footer__social-item {
    width: 2.25rem;
    text-align: center; }
  .gc-footer__social-icon {
    fill: #FFF;
    height: 2rem;
    width: auto; }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem; }
  .gc-footer__link {
    font-size: 1rem;
    color: #FFF; }
    .gc-footer__link:after {
      content: '-';
      margin: 0 1rem; }
    .gc-footer__link:last-child {
      margin-right: 0; }
      .gc-footer__link:last-child:after {
        display: none; }
  .gc-footer__navigation {
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-footer__navigation {
        margin-top: 0;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
  .gc-footer__title {
    color: #FFF; }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-footer__menu {
        margin-top: 2rem; } }
  .gc-footer__menu-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem; }
  .gc-footer__contact {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-footer__contact {
        margin-top: 0; } }
  .gc-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 2rem; }
  .gc-footer__contact-list-item {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-footer__contact-link {
    font-size: 1rem;
    text-decoration: none; }
  .gc-footer__contact-icon {
    height: 1.125rem;
    width: auto;
    fill: #FFF;
    margin-right: 1rem; }
  .gc-footer__growl {
    margin-top: 4rem;
    display: block; }
    @media (min-width: 900px) {
      .gc-footer__growl {
        margin-top: 4.875rem; } }
    .gc-footer__growl:hover .gc-footer__growl-icon--full {
      opacity: 1; }
  .gc-footer__growl-icon {
    display: block;
    height: 2rem;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .gc-footer__growl-icon {
        margin-right: 0; } }
    .gc-footer__growl-icon--full {
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.gc-submit-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center; }
  .gc-submit-button:focus-visible {
    outline: 0.125rem solid black;
    border-radius: 3px; }
  .gc-submit-button__inner {
    width: 100%;
    background: #000;
    color: #FFF;
    font-weight: 600;
    padding: 0.75rem 1rem;
    height: 3rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .gc-submit-button__inner:focus {
      outline: none; }
    .gc-submit-button__inner:hover {
      background: #BB0000; }
  .gc-submit-button .gform_ajax_spinner {
    margin-left: 0.5rem; }

.gc-heading__title {
  color: #14142A;
  margin-bottom: 0.5rem; }

.gc-heading__subtitle {
  color: #4E4B66; }

.gc-hero {
  margin-bottom: 4rem; }
  @media (min-width: 900px) {
    .gc-hero {
      margin-bottom: 6rem; } }
  .gc-hero--simple .gc-hero__box {
    text-align: center; }
  .gc-hero--post .gc-hero__box, .gc-hero--athlete .gc-hero__box {
    margin-left: 0; }
  .gc-hero--post .gc-hero__date, .gc-hero--athlete .gc-hero__date {
    color: #6E7191;
    margin-bottom: 2rem; }
  .gc-hero--post .gc-hero__excerpt, .gc-hero--athlete .gc-hero__excerpt {
    margin-top: 2rem; }
  .gc-hero--home .gc-hero__box {
    padding-bottom: 8rem; }
    @media (min-width: 900px) {
      .gc-hero--home .gc-hero__box {
        padding-bottom: 3rem; } }
  .gc-hero--home .gc-hero__medals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin: 2rem 0; }
  .gc-hero--home .gc-hero__medal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
  .gc-hero--home .gc-hero__medal {
    height: 1.125rem;
    width: auto;
    margin-right: 0.5rem; }
    .gc-hero--home .gc-hero__medal--gold {
      fill: #FFA600; }
    .gc-hero--home .gc-hero__medal--silver {
      fill: #D9DBE9; }
    .gc-hero--home .gc-hero__medal--bronze {
      fill: #FFC0B2; }
    .gc-hero--home .gc-hero__medal--red {
      fill: #BB0000; }
  .gc-hero--home .gc-hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem; }
    @media (min-width: 900px) {
      .gc-hero--home .gc-hero__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-hero--home .gc-hero__logo {
    position: absolute;
    bottom: -0.125rem;
    right: -3.75rem;
    min-width: 17.125rem;
    height: auto;
    width: 60%; }
    @media (min-width: 900px) {
      .gc-hero--home .gc-hero__logo {
        right: 0;
        width: 26.9375rem; } }
  .gc-hero__background {
    height: 9.43rem; }
    @media (min-width: 900px) {
      .gc-hero__background {
        height: 25rem; } }
  .gc-hero__background-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-hero__container {
    position: relative; }
  .gc-hero__breadcrumb {
    position: absolute;
    left: 1rem;
    top: -5.375rem; }
    @media (min-width: 900px) {
      .gc-hero__breadcrumb {
        top: -12rem; } }
  .gc-hero__box {
    border: 0.25rem solid #D9DBE9;
    border-radius: 2px;
    max-width: 53.875rem;
    margin-top: -3.31rem;
    position: relative;
    background: #FFF;
    padding: 2rem 1rem;
    overflow: hidden; }
    @media (min-width: 900px) {
      .gc-hero__box {
        padding: 3rem;
        margin: -11.25rem auto 0 auto; } }
  .gc-hero__title {
    margin-bottom: 0.5rem; }
  .gc-hero__description {
    margin-bottom: 0; }
  .gc-hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }

.gc-in-media-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  row-gap: 1rem; }
  @media (min-width: 900px) {
    .gc-in-media-overview__list {
      grid-template-columns: 1fr 1fr;
      row-gap: 2rem;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem; } }

.gc-intro {
  margin: 1rem 0 3rem 0; }
  @media (min-width: 900px) {
    .gc-intro {
      margin: 2rem 0 4rem 0; } }
  .gc-intro__heading {
    margin-top: 2.81rem; }
    @media (min-width: 900px) {
      .gc-intro__heading {
        margin-top: 4.875rem; } }

.gc-latest-results__title {
  margin-bottom: 2rem; }

.gc-single-page {
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .gc-single-page {
      margin-bottom: 12rem; } }
  @media (min-width: 1200px) {
    .gc-single-page__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .gc-single-page__athlete-info-wrapper {
    margin: 2rem 0 3rem 0; }
    @media (min-width: 1200px) {
      .gc-single-page__athlete-info-wrapper {
        margin: 2rem 0 4rem 0; } }
  .gc-single-page__athlete-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem; }
  .gc-single-page__athlete-info-title {
    margin-bottom: 0.5rem; }
  .gc-single-page__content {
    max-width: 57.875rem; }
    .gc-single-page__content h3 {
      margin-top: 2rem; }
      @media (min-width: 1200px) {
        .gc-single-page__content h3 {
          margin-top: 4rem; } }
    @media (min-width: 1200px) {
      .gc-single-page__content {
        padding-right: 4rem;
        width: 71%; } }
  .gc-single-page__sidebar {
    border-top: 0.125rem solid #BB0000;
    padding-top: 3rem;
    margin-top: 3rem; }
    @media (min-width: 1200px) {
      .gc-single-page__sidebar {
        border-top: none;
        border-left: 0.125rem solid #BB0000;
        margin-left: 4rem;
        padding-left: 4rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0;
        padding-top: 0; } }
  .gc-single-page__athlete-thumbnail {
    border-radius: 2px;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
    height: auto; }
    @media (min-width: 1200px) {
      .gc-single-page__athlete-thumbnail {
        margin-bottom: 4rem; } }

.gc-layout-with-filters {
  background-color: #F7F7FC;
  padding: 1rem 0 4rem 0; }
  @media (min-width: 1200px) {
    .gc-layout-with-filters {
      padding: 2rem 0 8rem 0; } }
  .gc-layout-with-filters__backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none; }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__backdrop {
        display: none; } }
    .gc-layout-with-filters__backdrop--active {
      opacity: 1;
      pointer-events: all; }
  .gc-layout-with-filters__layout {
    margin-top: 3rem; }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__layout {
        margin-top: 4.75rem;
        display: grid;
        grid-template-columns: minmax(0, 2.4fr) minmax(0, 7.6fr); } }
  .gc-layout-with-filters__aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background-color: #F7F7FC;
    padding: 1rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    overflow-x: auto; }
    @media (min-width: 600px) {
      .gc-layout-with-filters__aside {
        max-width: 19rem;
        left: auto;
        right: 0; } }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__aside {
        position: static;
        padding: 0;
        width: auto;
        -webkit-transform: none;
                transform: none;
        margin-right: 2rem; } }
    .gc-layout-with-filters__aside--active {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .gc-layout-with-filters__aside-close {
    display: block;
    margin: 0 0 2rem auto; }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__aside-close {
        display: none; } }
  .gc-layout-with-filters__aside-close-icon {
    height: 1.5rem; }
  .gc-layout-with-filters__search {
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-layout-with-filters__search-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 100%;
    padding: 0.75rem 1rem; }
    .gc-layout-with-filters__search-input::-webkit-search-decoration, .gc-layout-with-filters__search-input::-webkit-search-cancel-button, .gc-layout-with-filters__search-input::-webkit-search-results-button, .gc-layout-with-filters__search-input::-webkit-search-results-decoration {
      display: none; }
    .gc-layout-with-filters__search-input:focus {
      outline: none; }
  .gc-layout-with-filters__search-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #000;
    border: 0;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-layout-with-filters__magnifier {
    height: 1rem;
    fill: #FFF; }
  .gc-layout-with-filters__filter-category {
    margin-top: 2rem; }
  .gc-layout-with-filters__filter-item:nth-child(n + 6) {
    display: none; }
  .gc-layout-with-filters__filters {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1rem;
    display: grid;
    gap: 1rem; }
    .gc-layout-with-filters__filters--expanded > .gc-layout-with-filters__filter-item {
      display: block; }
  .gc-layout-with-filters__filter {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-layout-with-filters__more-filters {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.125rem; }
  .gc-layout-with-filters__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    height: 1.625rem;
    width: 1.625rem;
    margin-right: 1rem;
    border: 0.0625rem solid #4E4B66;
    border-radius: 2px;
    background-color: #FFF;
    position: relative; }
    .gc-layout-with-filters__checkbox:checked::after {
      content: "";
      background-color: #BB0000;
      -webkit-mask-image: url(../../assets/icons/check.svg);
              mask-image: url(../../assets/icons/check.svg);
      -webkit-mask-size: 18px;
              mask-size: 18px;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      position: absolute;
      width: 100%;
      height: 100%; }
  .gc-layout-with-filters__mobile-menu {
    margin-top: 1.25rem; }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__mobile-menu {
        display: none; } }
  .gc-layout-with-filters__mobile-menu-icon {
    height: 1.5rem; }
  .gc-layout-with-filters__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .gc-layout-with-filters__content {
    margin-top: 3rem;
    position: relative; }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__content {
        margin-top: 4rem;
        padding-left: 2rem; } }
    @media (min-width: 1200px) {
      .gc-layout-with-filters__content::before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #BB0000;
        width: 0.125rem;
        height: 100%;
        border-radius: 1px; } }
  .gc-layout-with-filters__tags {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-layout-with-filters__tag {
    background-color: #BB0000;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1rem 0.5rem 0; }
  .gc-layout-with-filters__tag-close {
    height: 0.75rem;
    margin-left: 0.625rem;
    fill: #FFF; }

.gc-logos {
  margin: 4rem 0 8rem 0; }
  @media (min-width: 900px) {
    .gc-logos {
      margin: 6rem 0 12rem 0; } }
  .gc-logos__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; }
    @media (min-width: 900px) {
      .gc-logos__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      .gc-logos__grid {
        grid-template-columns: repeat(6, 1fr); } }
  .gc-logos__box {
    background-color: #FFF;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gc-logos__image {
    max-height: 7.375rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: block; }

.gc-modal {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  @media (min-width: 900px) {
    .gc-modal {
      position: fixed;
      overflow-y: hidden; } }
  .gc-modal__container {
    z-index: 9000;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 900px) {
      .gc-modal__container {
        position: relative;
        overflow: auto;
        width: 90%;
        min-height: unset;
        max-width: 800px;
        max-height: 85%;
        margin: 4em auto;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        padding: 2rem 3rem; } }
  .gc-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    border: none; }
    .gc-modal__close:hover {
      cursor: pointer; }
  .gc-modal-trigger {
    cursor: pointer; }
  .gc-modal-lock-body {
    overflow: hidden; }
  .gc-modal--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    overflow-y: hidden; }
    .gc-modal--visible .gc-modal__container {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.gc-navbar {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  background: #FFF;
  top: 0; }
  @media (min-width: 1200px) {
    .gc-navbar {
      border-bottom: 0.0625rem solid #D9DBE9;
      position: relative; } }
  .gc-navbar:after {
    content: '';
    position: absolute;
    top: 4.6875rem;
    left: 0;
    width: 100%;
    background: #D9DBE9;
    height: 0.0625rem;
    z-index: 9; }
    @media (min-width: 1200px) {
      .gc-navbar:after {
        display: none; } }
  .gc-navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFF; }
    @media (min-width: 1200px) {
      .gc-navbar__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-navbar__logo-link {
    z-index: 11; }
  .gc-navbar__logo {
    display: block;
    height: 3.875rem;
    width: auto;
    margin-top: 0.875rem; }
    @media (min-width: 1200px) {
      .gc-navbar__logo {
        height: 6.75rem;
        margin-top: 0.125rem; } }
  .gc-navbar__burger {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    background-color: transparent;
    border: 0;
    z-index: 11; }
    @media (min-width: 1200px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 80%;
      left: 10%;
      background: #000;
      border-radius: 4px;
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      .gc-navbar__burger span:nth-child(1) {
        top: 20%; }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 2px); }
      .gc-navbar__burger span:nth-child(3) {
        bottom: 20%; }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 8.1875rem 1rem 3.5rem 1rem;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    z-index: -1;
    overflow: auto; }
    @media (min-width: 1200px) {
      .gc-navbar__nav {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        width: auto;
        background-color: transparent;
        display: block;
        text-align: left;
        margin: 0;
        height: auto;
        padding: 0;
        z-index: 0;
        position: relative;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem; }
    @media (min-width: 1200px) {
      .gc-navbar__menu {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 2rem; } }
  .gc-navbar__link {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out; }
    .gc-navbar__link--current, .gc-navbar__link:hover {
      color: #BB0000; }
  .gc-navbar__button {
    width: 100%; }
    @media (min-width: 1200px) {
      .gc-navbar__button {
        width: auto; } }
  .gc-navbar--active .gc-navbar__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .gc-navbar--active .gc-navbar__burger span {
    width: 100%;
    left: 0; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
      top: calc(50% - 2px);
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .gc-navbar--active .gc-navbar__burger span:nth-child(2) {
      opacity: 0;
      left: -2.5rem; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(3) {
      bottom: calc(50% - 2px);
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.gc-newsletter {
  overflow: hidden;
  padding-top: 4rem; }
  @media (min-width: 1200px) {
    .gc-newsletter {
      margin-top: 4.25rem;
      padding-top: 8rem; } }
  .gc-newsletter__bg {
    background-color: #800000; }
    @media (min-width: 1200px) {
      .gc-newsletter__bg {
        padding-top: 2rem; } }
  @media (min-width: 1200px) {
    .gc-newsletter__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
  .gc-newsletter__content {
    border: 0.25rem solid #D9DBE9;
    border-radius: 2px;
    background: #FFF;
    padding: 2rem 1rem;
    text-align: center;
    color: #000;
    width: 100%;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem); }
    @media (min-width: 1200px) {
      .gc-newsletter__content {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 55.0625rem;
        padding: 3rem;
        width: 67%;
        -webkit-transform: translateY(-8rem);
                transform: translateY(-8rem); } }
  .gc-newsletter__form {
    margin-top: 2rem; }
  .gc-newsletter__image {
    display: block;
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
    height: auto; }
    @media (min-width: 1200px) {
      .gc-newsletter__image {
        width: 44%;
        margin-left: 2.5rem;
        margin-top: auto; } }
    @media (min-width: 1440px) {
      .gc-newsletter__image {
        margin-left: 5rem; } }
  .gc-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .gc-newsletter form .gform_body {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.gc-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 600;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .gc-pagination {
      margin-top: 4rem; } }
  .gc-pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 0.25rem;
    padding: 0rem 0.5rem;
    -webkit-transition: color 0.15s ease-in-out, fill 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, fill 0.15s ease-in-out; }
    .gc-pagination__link--current {
      color: #BB0000; }
    .gc-pagination__link:hover {
      color: #BB0000;
      fill: #BB0000; }
  .gc-pagination__arrow {
    height: 1rem; }

.gc-post-item {
  background: #FFF;
  border: 0.0625rem solid #D9DBE9; }
  .gc-post-item--full {
    grid-column: span 2; }
    @media (min-width: 900px) {
      .gc-post-item--full .gc-post-item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 900px) {
      .gc-post-item--full .gc-post-item__thumbnail-wrapper {
        width: 41%;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .gc-post-item--full .gc-post-item__thumbnail {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      display: block; }
      @media (min-width: 900px) {
        .gc-post-item--full .gc-post-item__thumbnail {
          height: 100%; } }
  .gc-post-item--medium {
    grid-column: span 2; }
    @media (min-width: 900px) {
      .gc-post-item--medium {
        grid-column: span 1; } }
    .gc-post-item--medium .gc-post-item__content {
      padding: 2rem 1rem; }
      @media (min-width: 900px) {
        .gc-post-item--medium .gc-post-item__content {
          padding: 2rem; } }
  .gc-post-item--small .gc-post-item__content {
    padding: 1.5rem; }
  .gc-post-item__link {
    text-decoration: none; }
  .gc-post-item__content {
    padding: 2rem 1rem; }
    @media (min-width: 900px) {
      .gc-post-item__content {
        padding: 4rem; } }
  .gc-post-item__title {
    margin-bottom: 0.25rem; }
  .gc-post-item__date {
    color: #000;
    margin-bottom: 1rem; }
  .gc-post-item__read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 2rem 0 0 0; }
  .gc-post-item__icon {
    height: 1rem;
    width: auto;
    margin-left: 0.5rem; }

.gc-posts-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  row-gap: 1rem; }
  @media (min-width: 900px) {
    .gc-posts-overview__list {
      grid-template-columns: 1fr 1fr;
      row-gap: 2rem;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem; } }

.gc-posts {
  margin: 4rem 0 4rem 0; }
  @media (min-width: 900px) {
    .gc-posts {
      margin: 6rem 0 10rem 0; } }
  .gc-posts__grid {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .gc-posts__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1rem;
           -moz-column-gap: 1rem;
                column-gap: 1rem;
        row-gap: 2rem; } }
  .gc-posts__button {
    width: 100%; }
    @media (min-width: 900px) {
      .gc-posts__button {
        width: auto; } }
  .gc-posts__button-wrapper {
    margin: 2rem auto 0 auto;
    text-align: center; }

.gc-related-posts__grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem; }

.gc-related-posts__button {
  width: 100%; }
  @media (min-width: 900px) {
    .gc-related-posts__button {
      width: auto; } }

.gc-results-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 2rem; }

.gc-results__head {
  background-color: #BB0000;
  padding: 1rem;
  color: #FFF; }
  @media (min-width: 900px) {
    .gc-results__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.gc-results__title {
  color: #FFF;
  margin: 0; }

.gc-results__head-right {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .gc-results__head-right {
      margin-top: 0; } }

.gc-results__icon {
  height: 1.125rem;
  margin: 0 0.5rem 0 0;
  fill: #FFF; }
  .gc-results__icon:last-of-type {
    margin-left: 1rem; }
  @media (min-width: 900px) {
    .gc-results__icon {
      margin: 0 0.5rem 0 1rem; } }

.gc-results__body {
  background-color: #FFF;
  padding: 2rem 1rem;
  display: grid;
  gap: 1rem; }
  @media (min-width: 900px) {
    .gc-results__body {
      grid-template-columns: 1fr 1fr; } }

.gc-results__result-title {
  margin: 0 0 0.5rem 0; }

.gc-results__results {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 0.5rem; }

.gc-results__divider {
  background-color: #BB0000;
  width: 100%;
  height: 0.125rem;
  border-radius: 1px; }
  @media (min-width: 1200px) {
    .gc-results__divider {
      grid-column: 1 / 3; } }

.gp-base__body--lock {
  overflow: hidden; }


/*# sourceMappingURL=../dist/styles.css-map*/