@charset "UTF-8";
/*! 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-v19-latin-300.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

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

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

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

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

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

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

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

[x-cloak] {
  display: none !important; }

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: #535252; }
  @media (min-width: 900px) {
    body {
      font-size: 1rem; } }

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

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

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

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

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

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

.h1,
h1 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  margin: 0 0 1rem 0;
  line-height: 1.2; }

.h2,
h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  margin: 0 0 1rem 0;
  line-height: 1.125; }

.h3,
h3 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  line-height: 1.25; }

h4,
.h4 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin: 0 0 1rem 0;
  line-height: 1.33; }

h5,
h6,
.h5,
.h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin: 0 0 1rem 0; }

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

.gform_wrapper .gfield_label {
  color: #142b66;
  display: inline-block;
  background: #FFF;
  padding: 0 0.5rem;
  line-height: 1;
  -webkit-transform: translate(1.5rem, 0.6rem);
          transform: translate(1.5rem, 0.6rem); }
  @media (min-width: 900px) {
    .gform_wrapper .gfield_label {
      -webkit-transform: translate(1.5rem, 0.9rem);
              transform: translate(1.5rem, 0.9rem); } }

.gform_wrapper .gform_fields {
  display: grid;
  row-gap: 1rem;
  -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: 1px solid #142b66;
  border-radius: 4px;
  padding: 0.625rem 1rem;
  outline: none;
  color: #535252;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper ::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper ::-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper :-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper ::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper ::placeholder {
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1.5; }

.gform_wrapper textarea {
  height: 9.625rem; }

.gform_wrapper input[type="submit"] {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background: #142b66;
  padding: 0.75rem 1.75rem;
  border-radius: 28px;
  border: none;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  width: 100%; }
  @media (min-width: 900px) {
    .gform_wrapper input[type="submit"] {
      width: auto;
      margin-top: 2.5rem; } }

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

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

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none; }

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block; }

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide__progress__bar {
  width: 0; }

.splide {
  outline: none;
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.gc-accordion--light-blue {
  background-color: #f8fdfe; }

.gc-accordion__wrapper {
  max-width: 61rem;
  margin: 0 auto; }

.gc-accordion__title {
  margin-bottom: 2rem;
  color: #1a8290; }

.gc-accordion__description {
  margin-bottom: 3.5rem; }
  .gc-accordion__description p:first-child {
    margin-top: 0; }

.gc-accordion__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1); }

.gc-accordion__item {
  border: solid 0.0625rem #e7e7e7;
  padding: 1rem 1rem 1rem 1rem; }

.gc-accordion__item-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gc-accordion__item-arrow {
  margin: 0 1.5rem 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (min-width: 600px) {
    .gc-accordion__item-arrow {
      margin: 0 2rem; } }
  .gc-accordion__item-arrow--rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.gc-accordion__item-title {
  color: #5da5b1;
  margin: 0; }
  .gc-accordion__item-title--orange {
    color: #db933b; }

.gc-accordion__item-content {
  padding: 1rem 0 0 0; }
  @media (min-width: 600px) {
    .gc-accordion__item-content {
      padding: 2rem 3rem 2.5rem 4.5rem; } }
  @media (min-width: 900px) {
    .gc-accordion__item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.gc-accordion__item-description p:first-child {
  margin-top: 0; }

.gc-accordion__item-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  display: grid;
  gap: 1rem; }

.gc-accordion__item-detail {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 1rem; }

.gc-accordion__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gc-accordion__item-check {
  width: 1rem;
  height: auto;
  fill: #5da5b1;
  margin-right: 0.5rem;
  min-width: 1rem; }

.gc-accordion__item-image-wrapper {
  height: 15.5rem;
  width: 15.5rem;
  min-width: 15.5rem;
  border-radius: 50%;
  border: 0.375rem solid #8ed7e3;
  overflow: hidden;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 2rem auto 0 auto; }
  @media (min-width: 900px) {
    .gc-accordion__item-image-wrapper {
      margin: 0 0 0 2rem; } }

.gc-accordion__item-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.gc-breadcrumb {
  color: #fff;
  font-size: 0.875rem; }
  .gc-breadcrumb .separator {
    background-image: url(../../assets/icons/breadcrumb-sep.svg);
    width: 0.3125rem;
    height: 0.5rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.625rem;
    display: inline-block; }

.gc-button {
  display: inline-block;
  cursor: pointer;
  background: #142b66;
  padding: 0;
  border: 0;
  line-height: 1.5;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  color: #fff;
  border-radius: 28px;
  text-decoration: none;
  font-size: 1.125rem; }
  .gc-button--secondary {
    background-color: transparent;
    border: 1px solid #142b66;
    color: #142b66; }
    .gc-button--secondary.gc-button--inverted {
      border-color: #fff;
      color: #fff;
      background-color: transparent; }
  .gc-button--inverted {
    background: #fff;
    color: #142b66; }
    .gc-button--inverted .gc-button__icon {
      fill: #fff; }
  .gc-button--text {
    padding: 0;
    background: transparent;
    color: #142b66;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-button--text.gc-button--inverted {
      color: #fff; }
  .gc-button__icon {
    width: 1.125rem;
    height: auto;
    margin-left: 0.5rem; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }

.gc-careers-boxes__grid {
  display: grid;
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem; }
  @media (min-width: 600px) {
    .gc-careers-boxes__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .gc-careers-boxes__grid {
      grid-template-columns: repeat(3, 1fr); } }

.gc-careers-boxes__item {
  -webkit-box-shadow: 0 1.125rem 2.5rem -0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.125rem 2.5rem -0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 2rem 2rem 2rem; }
  @media (min-width: 1200px) {
    .gc-careers-boxes__item {
      padding: 1.25rem 2rem 2.5rem 2rem; } }

.gc-careers-boxes__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.gc-careers-boxes__item-title {
  color: #5da5b1; }

.gc-careers-boxes__description {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem; }

.gc-careers-boxes__button {
  margin-top: auto;
  fill: #142b66; }

.gc-color-bars {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(11, 1fr); }
  .gc-color-bars__bar {
    height: 0.625rem; }
    @media (min-width: 900px) {
      .gc-color-bars__bar {
        height: 1.25rem; } }
    .gc-color-bars__bar:nth-of-type(1) {
      background: #63C9CE; }
    .gc-color-bars__bar:nth-of-type(2) {
      background: #88D2DF; }
    .gc-color-bars__bar:nth-of-type(3) {
      background: #C0E6E7; }
    .gc-color-bars__bar:nth-of-type(4) {
      background: #02AFB6; }
    .gc-color-bars__bar:nth-of-type(5) {
      background: #07366B; }
    .gc-color-bars__bar:nth-of-type(6) {
      background: #385FA2; }
    .gc-color-bars__bar:nth-of-type(7) {
      background: #1C1F28; }
    .gc-color-bars__bar:nth-of-type(8) {
      background: #006D81; }
    .gc-color-bars__bar:nth-of-type(9) {
      background: #0BA7E0; }
    .gc-color-bars__bar:nth-of-type(10) {
      background: #B36523; }
    .gc-color-bars__bar:nth-of-type(11) {
      background: #F98F37; }

.gc-contact__container {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 900px) {
    .gc-contact__container {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; } }

@media (min-width: 1200px) {
  .gc-contact__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.gc-contact__left {
  width: 100%; }
  @media (min-width: 1200px) {
    .gc-contact__left {
      max-width: 36.25rem;
      padding-right: 2rem; } }

.gc-contact__title {
  color: #1a8290; }

.gc-contact__description {
  font-size: 0.65rem; }
  @media (min-width: 900px) {
    .gc-contact__description {
      font-size: 1.125rem; } }

.gc-contact__right {
  width: 100%;
  margin-top: 5rem; }
  @media (min-width: 1200px) {
    .gc-contact__right {
      padding-left: 2rem;
      width: 38.25rem;
      margin-top: 0; } }

.gc-contact__box {
  background: #1a8290;
  border-radius: 4px;
  margin-bottom: 3.125rem;
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  position: relative;
  color: #fff;
  font-size: 0.875rem; }
  .gc-contact__box--request {
    background: #996120;
    margin-bottom: 0; }

.gc-contact__contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 2rem; }

.gc-contact__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }

.gc-contact__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0.71875rem;
  margin-right: 1rem; }

.gc-contact__addresses {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 1rem; }
  @media (min-width: 600px) {
    .gc-contact__addresses {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.gc-contact__addresses-item {
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .gc-contact__addresses-item {
      max-width: 40%; } }

.gc-contact__contact-text {
  text-decoration: none;
  font-weight: 600; }

.gc-contact__box-icon {
  position: absolute;
  right: 0;
  bottom: 0; }

.gc-contact__box-title {
  margin-bottom: 0.75rem;
  font-weight: 400; }

.gc-contact__box-subtitle {
  margin-bottom: 0.5rem; }

.gc-contact__box-description {
  max-width: 24.75rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem; }

.gc-contact__image {
  margin-bottom: 2.5rem;
  height: auto;
  width: 100%; }

.gc-contact__content-title {
  color: #1a8290; }

.gc-contact__content-description {
  font-size: 1.125rem; }

.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: 1472px; } }
  .gc-container--is-fluid {
    max-width: unset !important; }
  .gc-container--has-margin {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  .gc-container--has-padding {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .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 {
  position: relative; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__visual {
      width: calc(50% - 1rem); } }
  .gc-cwv--has-visual .gc-cwv__content {
    text-align: left; }
    @media (min-width: 900px) {
      .gc-cwv--has-visual .gc-cwv__content {
        width: calc(50% - 1rem); } }
    @media (min-width: 1200px) {
      .gc-cwv--has-visual .gc-cwv__content {
        width: calc(50% - 1.5rem); } }
    @media (min-width: 1440px) {
      .gc-cwv--has-visual .gc-cwv__content {
        width: calc(50% - 8.75rem); } }
  @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--full-width .gc-cwv__image {
    right: 0;
    left: auto; }
  @media (min-width: 900px) {
    .gc-cwv--full-width .gc-cwv__image-wrapper {
      position: inherit;
      height: 0; } }
  @media (min-width: 900px) {
    .gc-cwv--full-width .gc-cwv__image {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: calc(50% - 1rem);
      -o-object-fit: cover;
         object-fit: cover; } }
  .gc-cwv--has-bg-blue, .gc-cwv--has-bg {
    color: #fff; }
    .gc-cwv--has-bg-blue .gc-cwv__title,
    .gc-cwv--has-bg-blue h3, .gc-cwv--has-bg .gc-cwv__title,
    .gc-cwv--has-bg h3 {
      color: #fff; }
  .gc-cwv--has-bg-blue {
    background: #2d669e; }
  .gc-cwv--has-bg {
    background: #5da5b1; }
    .gc-cwv--has-bg .gc-cwv__button {
      fill: #fff;
      color: #fff; }
  .gc-cwv--has-bg-lightblue {
    background: rgba(115, 217, 230, 0.05); }
    .gc-cwv--has-bg-lightblue .gc-cwv__text h3 {
      color: #5da5b1;
      font-weight: 500; }
  @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: 1.5rem; }
    @media (min-width: 900px) {
      .gc-cwv__visual {
        margin-bottom: 0; } }
  .gc-cwv__image-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
    position: relative; }
    @media (min-width: 900px) {
      .gc-cwv__image-wrapper {
        height: 29.625rem;
        padding: 0; } }
  .gc-cwv__image {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 900px) {
      .gc-cwv__image {
        position: relative; } }
  .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; }
  .gc-cwv__title {
    color: #1a8290; }
  .gc-cwv__overline {
    color: #996120; }
  .gc-cwv__text {
    font-size: 1.125rem; }
    .gc-cwv__text h3 {
      margin: 0;
      font-weight: 300; }
    .gc-cwv__text strong {
      font-weight: 600; }
  .gc-cwv__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 600px) {
      .gc-cwv__info-wrapper {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .gc-cwv__info {
    border-right: 1px solid #1a8290;
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    width: calc(50% - 2rem);
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .gc-cwv__info {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
        width: auto;
        margin-bottom: 0; } }
    .gc-cwv__info:last-of-type {
      border-right: none;
      margin-right: 0; }
    .gc-cwv__info:nth-of-type(2) {
      border-right: none; }
      @media (min-width: 600px) {
        .gc-cwv__info:nth-of-type(2) {
          border-right: 1px solid #1a8290; } }
    .gc-cwv__info p {
      margin: 0; }
  .gc-cwv__buttons {
    margin-top: 2rem; }
  .gc-cwv__button {
    fill: #142b66; }

.gc-cta {
  position: relative;
  color: #fff;
  background-color: #1a8290;
  overflow: hidden; }
  .gc-cta__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-cta__content {
    position: relative;
    z-index: 1;
    max-width: 44rem;
    font-size: 1.125rem; }
  .gc-cta__title {
    margin-bottom: 1.5rem; }
  .gc-cta__button {
    margin-top: 2.5rem; }
  .gc-cta__decorator {
    position: absolute;
    right: 0;
    top: 25%; }
    .gc-cta__decorator path {
      fill: #1e8693; }

.gc-features {
  text-align: center; }
  @media (min-width: 1200px) {
    .gc-features--three-in-row .gc-features__item {
      width: 33.33%; } }
  .gc-features__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 600px) {
    .gc-features__item {
      width: 50%; } }
  @media (min-width: 1200px) {
    .gc-features__item {
      width: 25%; } }
  .gc-features__item-wrapper {
    max-width: 21rem;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .gc-features__item-wrapper {
        padding: 0 1rem; } }
  .gc-features__image {
    margin-bottom: 1.5rem; }
  .gc-features__title {
    color: #1a8290; }

.gc-footer {
  font-size: 0.875rem; }
  .gc-footer__top {
    background-color: #142b66;
    padding: 2.5rem 0 3.5rem 0;
    color: #fff; }
    @media (min-width: 900px) {
      .gc-footer__top {
        padding: 4rem 0 4rem 0; } }
  @media (min-width: 900px) {
    .gc-footer__top-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2rem; } }
  .gc-footer__logo {
    margin-bottom: 1.5rem; }
  .gc-footer__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 700; }
  .gc-footer__contact-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
  .gc-footer__contact-list-item-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.375rem;
    line-height: 1.625; }
    .gc-footer__contact-list-item-address:last-of-type {
      margin-bottom: 0; }
  .gc-footer__location {
    font-weight: 400; }
  .gc-footer__contact-link {
    text-decoration: none; }
  .gc-footer__contact-icon {
    margin-right: 1rem;
    min-width: 1.5rem; }
  .gc-footer__navigation {
    margin: 1.5rem 0; }
    @media (min-width: 600px) {
      .gc-footer__navigation {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 900px) {
      .gc-footer__navigation {
        padding-left: 1rem;
        margin: 0; } }
  .gc-footer__box {
    width: 100%;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .gc-footer__box {
        width: 50%;
        margin-bottom: 0; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .gc-footer__menu:last-child {
      margin-top: 1.5rem; }
      @media (min-width: 600px) {
        .gc-footer__menu:last-child {
          margin-top: 0; } }
  .gc-footer__navigation-link {
    text-decoration: none;
    margin-bottom: 0.25rem;
    display: block; }
  .gc-footer__title {
    margin-bottom: 1.5rem; }
  .gc-footer__link {
    margin-right: 1.5rem; }
    .gc-footer__link:last-child {
      margin-right: 0; }
  .gc-footer__newsletter {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .gc-footer__newsletter-wrapper form {
    position: relative; }
  .gc-footer__newsletter-wrapper input[type="email"] {
    border-color: #e7e7e7;
    border-radius: 28px; }
  .gc-footer__newsletter-wrapper input[type="submit"] {
    padding: 0;
    width: 1.125rem;
    height: 1.1875rem;
    font-size: 0;
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    background: transparent;
    background-image: url(../../assets/icons/long-arrow-right-newsletter.svg);
    background-repeat: no-repeat; }
  .gc-footer__bottom {
    background-color: #0e2150;
    color: #fff;
    padding: 0.875rem 0 1.125rem 0; }
  @media (min-width: 900px) {
    .gc-footer__bottom-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 900px) {
    .gc-footer__bottom-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 60%; } }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0; }
    @media (min-width: 900px) {
      .gc-footer__links {
        margin: 0; } }
  .gc-footer__bottom-link {
    color: #73d9e6;
    text-decoration: none; }
  .gc-footer__developed {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 600px) {
      .gc-footer__developed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto; } }
  .gc-footer__developed-item {
    margin: 0.5rem 1.5rem 0.5rem 0; }
    @media (min-width: 600px) {
      .gc-footer__developed-item {
        margin: 0 1.5rem 0 0; } }
    .gc-footer__developed-item:last-child {
      margin-right: 0; }

.gc-hero {
  position: relative;
  overflow: hidden; }
  .gc-hero__particles {
    position: absolute;
    top: -10%;
    right: 0;
    bottom: -10%;
    height: 120%;
    z-index: 1;
    width: 55%;
    pointer-events: none; }
  .gc-hero__container {
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    padding-bottom: 6.25rem; }
    @media (min-width: 900px) {
      .gc-hero__container {
        padding-top: 12.875rem;
        padding-bottom: 10.3rem; } }
  .gc-hero__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-hero__breadcrumb {
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 100%;
    z-index: 2; }
  .gc-hero__overline {
    color: #fff; }
  .gc-hero__title {
    color: #fff; }
  .gc-hero__description {
    color: #fff;
    max-width: 50rem;
    font-size: 1.25rem; }
    .gc-hero__description p:first-of-type {
      margin-top: 0; }
  .gc-hero__buttons {
    margin: 1.5rem 0; }
    @media (min-width: 900px) {
      .gc-hero__buttons {
        margin: 2.5rem 0 2.075rem 0; } }
  .gc-hero__button {
    margin-right: 1rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 900px) {
      .gc-hero__button {
        margin-right: 2rem;
        margin-bottom: 0; } }
  .gc-hero__image-wrapper {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .gc-hero__splide {
    height: 28.125rem; }
    @media (min-width: 900px) {
      .gc-hero__splide {
        height: 43.375rem; } }
  .gc-hero__track {
    height: 100%; }
  .gc-hero__slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-hero__pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 900px) {
      .gc-hero__pagination {
        margin-bottom: 3.8rem; } }
  .gc-hero__pagination-item {
    border: none;
    border-radius: 50%;
    background-color: #fff;
    height: 0.625rem;
    width: 0.625rem;
    margin: 0 0.3125rem;
    cursor: pointer;
    padding: 0;
    opacity: 0.5; }
    .gc-hero__pagination-item.is-active {
      opacity: 1; }
  .gc-hero__arrows {
    position: absolute;
    bottom: -0.5rem;
    width: 11.25rem;
    height: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    pointer-events: none; }
    @media (min-width: 900px) {
      .gc-hero__arrows {
        margin-bottom: 3.8rem; } }
  .gc-hero__arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    background-color: #142b66;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    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;
    pointer-events: all; }
    .gc-hero__arrow--prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gc-hero__arrow-icon {
    width: 0.625rem;
    height: auto;
    fill: #fff; }
  .gc-hero__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.gc-highlight__container {
  margin: 5rem auto 5rem auto; }
  @media (min-width: 900px) {
    .gc-highlight__container {
      margin: 12.5rem auto 10rem auto; } }

.gc-highlight__title {
  color: #1a8290; }

.gc-history {
  overflow-x: hidden;
  padding: 5rem 0; }
  @media (min-width: 1200px) {
    .gc-history {
      padding: 10rem 0; } }
  .gc-history__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 1200px) {
      .gc-history__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 9.75rem; } }
  .gc-history__content {
    margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .gc-history__content {
        max-width: 36.25rem;
        margin-bottom: 0; } }
  .gc-history__title {
    margin-bottom: 2rem;
    color: #5da5b1; }
  .gc-history__image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-history__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 4rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    grid-gap: 4.5rem;
    padding: 2rem 0; }
    @media (min-width: 900px) {
      .gc-history__list {
        margin-top: 8.25rem; } }
    @media (min-width: 1200px) {
      .gc-history__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 2rem;
        gap: 0; } }
    .gc-history__list::after {
      content: "";
      position: absolute;
      background-color: #fff;
      width: 0.125rem;
      height: 100%;
      top: 0;
      left: 50%; }
      @media (min-width: 1200px) {
        .gc-history__list::after {
          height: 0.125rem;
          width: 100%;
          top: 50%;
          left: 0; } }
  .gc-history__item {
    background-color: #fff;
    height: 6.25rem;
    width: 6.25rem;
    border-radius: 50%;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 1;
    border: 2px solid #5da5b1; }
    .gc-history__item:hover {
      z-index: 2; }
      .gc-history__item:hover .gc-history__item-description-wrapper {
        height: 16.5rem;
        width: 16.5rem;
        border-color: #5da5b1;
        opacity: 1; }
  .gc-history__year {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    color: #142b66;
    font-weight: 600; }
  .gc-history__item-description-wrapper {
    background-color: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    opacity: 0; }
  .gc-history__item-description {
    color: #535252;
    height: 12rem;
    width: 12rem;
    padding: 0 2rem;
    display: grid;
    place-content: center; }
    @media (min-width: 1200px) {
      .gc-history__item-description {
        height: 16.5rem;
        width: 16.5rem; } }
    .gc-history__item-description ul {
      padding: 0; }
    .gc-history__item-description li {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .gc-history__item-description li::before {
        content: '';
        background-image: url(../../assets/icons/check-blue.svg);
        width: 1rem;
        min-width: 1rem;
        height: 1rem;
        background-size: 100%;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 0.5rem;
        margin-top: 0.25rem; }
    .gc-history__item-description p:first-child {
      margin-top: 0; }

.gc-info-with-icon {
  background: rgba(115, 217, 230, 0.05);
  text-align: center; }
  .gc-info-with-icon--with-bg {
    background: #5da5b1; }
    .gc-info-with-icon--with-bg .gc-info-with-icon__icon-wrapper {
      width: 8.75rem;
      height: 8.75rem;
      background: #fff; }
    @media (min-width: 600px) {
      .gc-info-with-icon--with-bg .gc-info-with-icon__wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 600px) {
      .gc-info-with-icon--with-bg .gc-info-with-icon__wrapper--four {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .gc-info-with-icon--with-bg .gc-info-with-icon__wrapper--four {
        grid-template-columns: repeat(4, 1fr); } }
    .gc-info-with-icon--with-bg .gc-info-with-icon__item-title {
      color: #fff;
      margin-top: 1.5rem; }
    .gc-info-with-icon--with-bg .gc-info-with-icon__item-description {
      color: #fff; }
  .gc-info-with-icon--with-light-bg {
    background: #f8fdfe; }
    .gc-info-with-icon--with-light-bg .gc-info-with-icon__icon-wrapper {
      width: 6.25rem;
      height: 6.25rem; }
    .gc-info-with-icon--with-light-bg .gc-info-with-icon__item-title {
      margin-top: 1.5rem; }
  .gc-info-with-icon--with-white-bg {
    background: #fff; }
    .gc-info-with-icon--with-white-bg .gc-info-with-icon__icon-wrapper {
      width: 6.25rem;
      height: 6.25rem; }
    .gc-info-with-icon--with-white-bg .gc-info-with-icon__item-title {
      margin-top: 1.5rem; }
  .gc-info-with-icon__title {
    color: #1a8290; }
  .gc-info-with-icon__item-subtitle {
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .gc-info-with-icon__description {
    color: #5da5b1;
    margin-bottom: 2.5rem; }
    @media (min-width: 900px) {
      .gc-info-with-icon__description {
        margin-bottom: 5.3125rem; } }
  .gc-info-with-icon__text {
    margin-bottom: 2rem;
    max-width: 59.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #fff;
    font-size: 1.25rem; }
    @media (min-width: 600px) {
      .gc-info-with-icon__text {
        margin-bottom: 3.5rem; } }
    .gc-info-with-icon__text p:first-of-type {
      margin-top: 0; }
  .gc-info-with-icon__wrapper {
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem; }
    @media (min-width: 600px) {
      .gc-info-with-icon__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .gc-info-with-icon__wrapper {
        grid-template-columns: repeat(4, 1fr); } }
  .gc-info-with-icon__icon-wrapper {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50%;
    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;
    margin: 0 auto; }
  .gc-info-with-icon__item-title {
    color: #1a8290;
    margin-top: 1rem; }
    @media (min-width: 900px) {
      .gc-info-with-icon__item-title {
        margin-top: 2.5rem; } }

.gc-intro--has-bg {
  background-color: #1a8290;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .gc-intro--has-bg .gc-intro__title {
    color: #fff; }
  .gc-intro--has-bg .gc-intro__description h2 {
    color: #fff;
    margin: 2.5rem 0 2rem 0; }
  .gc-intro--has-bg .gc-intro__button {
    fill: #fff; }

.gc-intro--has-light-bg {
  background-color: rgba(115, 217, 230, 0.05); }

@media (min-width: 900px) {
  .gc-intro--small .gc-intro__container {
    max-width: 59.3125rem; } }

.gc-intro--bottom-small .gc-intro__container {
  padding-bottom: 2.5rem; }

.gc-intro__title {
  margin-bottom: 2rem;
  color: #1a8290; }

.gc-intro__description {
  font-size: 1.125rem; }
  @media (min-width: 900px) {
    .gc-intro__description {
      font-size: 1.125rem; } }
  .gc-intro__description h1,
  .gc-intro__description h2,
  .gc-intro__description h3 {
    color: #1a8290; }

.gc-intro__button {
  margin-top: 2rem;
  fill: #142b66; }

.gc-intro__additional-info {
  display: grid;
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 2.5rem; }
  @media (min-width: 900px) {
    .gc-intro__additional-info {
      grid-template-columns: repeat(3, 1fr); } }

.gc-intro__item-title {
  font-weight: 600; }

.gc-intro__item-description {
  font-size: 1.125rem; }

.gc-intro__icon {
  position: absolute;
  right: 0;
  bottom: -5.625rem;
  opacity: 0.05;
  max-width: 40%;
  height: auto;
  fill: #142b66; }

.gc-navbar {
  z-index: 9;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  @media (min-width: 1200px) {
    .gc-navbar--show-languages {
      padding: 1.5rem 0 0 0; } }
  @media (min-width: 1200px) {
    .gc-navbar {
      position: relative; } }
  .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;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @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;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; } }
  .gc-navbar__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 3.125rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media (min-width: 1200px) {
      .gc-navbar__logo-link {
        -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
    @media (min-width: 1440px) {
      .gc-navbar__logo-link {
        height: auto;
        width: 20rem; } }
  .gc-navbar__logo {
    height: auto;
    width: auto; }
  .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; }
    @media (min-width: 1200px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 80%;
      left: 10%;
      background: #142b66;
      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;
    display: none;
    z-index: 2;
    padding: 2.5rem 0 1.5rem 0; }
    @media (min-width: 1200px) {
      .gc-navbar__nav {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        position: static;
        -webkit-transform: none;
                transform: none;
        width: auto;
        background-color: transparent;
        display: block;
        padding: 0; } }
  .gc-navbar__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    @media (min-width: 1200px) {
      .gc-navbar__menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-navbar__menu-element {
    display: inline-block;
    position: relative;
    padding: 1rem 0; }
    @media (min-width: 1200px) {
      .gc-navbar__menu-element {
        padding: 0;
        margin: 0 0.5rem; } }
    @media (min-width: 1440px) {
      .gc-navbar__menu-element {
        margin: 0 1rem; } }
    .gc-navbar__menu-element:hover .gc-navbar__sub-menu-wrapper {
      opacity: 1;
      pointer-events: all;
      display: block; }
    .gc-navbar__menu-element:last-of-type {
      margin-right: 0; }
  .gc-navbar__link {
    text-decoration: none;
    color: #142b66;
    font-size: 1.125rem; }
    .gc-navbar__link:hover {
      text-shadow: 1px 0px 0px #142b66; }
    .gc-navbar__link--current:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0.5rem;
      height: 0.25rem;
      width: 100%;
      left: 0;
      background-color: #73d9e6; }
      @media (min-width: 1200px) {
        .gc-navbar__link--current:after {
          bottom: -0.5rem; } }
  .gc-navbar__sub-menu-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 0.5rem 0 0.25rem; }
  .gc-navbar__sub-menu-wrapper {
    opacity: 0;
    pointer-events: none;
    padding-top: 1rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: none; }
    @media (min-width: 1200px) {
      .gc-navbar__sub-menu-wrapper {
        position: absolute;
        left: 0;
        top: 90%;
        display: block; } }
  .gc-navbar__sub-menu {
    background: #fff;
    padding: 0; }
    @media (min-width: 1200px) {
      .gc-navbar__sub-menu {
        padding: 1.5rem 0 2rem 0;
        -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.5);
        width: 18rem; } }
  .gc-navbar__sub-menu-element {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0.5rem 0; }
    @media (min-width: 1200px) {
      .gc-navbar__sub-menu-element {
        padding: 0.5rem 2.5rem; } }
    .gc-navbar__sub-menu-element:hover {
      text-shadow: 1px 0px 0px #142b66; }
      @media (min-width: 1200px) {
        .gc-navbar__sub-menu-element:hover {
          background-color: rgba(142, 215, 227, 0.05); } }
  .gc-navbar__languages {
    width: 3.1875rem; }
    @media (min-width: 1200px) {
      .gc-navbar__languages {
        position: absolute;
        right: 1rem;
        top: 0; } }
  .gc-navbar__languages-button {
    background-color: transparent;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    color: #142b66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-navbar__languages-menu {
    background-color: #fff; }
    @media (min-width: 1200px) {
      .gc-navbar__languages-menu {
        background-color: #fff;
        padding: 0.2rem 0.5rem;
        position: absolute;
        left: -0.5rem;
        width: calc(100% + 1rem); } }
  .gc-navbar__language-link {
    font-weight: 300;
    color: #142b66;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase; }
  .gc-navbar__language-icon {
    margin-left: 0.5rem; }
  .gc-navbar--active .gc-navbar__nav {
    display: block; }
  .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-navigation {
  padding: 3rem 0; }
  .gc-navigation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem; }
  .gc-navigation__prev, .gc-navigation__next {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 600px) {
      .gc-navigation__prev, .gc-navigation__next {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .gc-navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gc-navigation__wrapper--next {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
  .gc-navigation__icon {
    width: 1rem;
    height: auto;
    fill: #1a8290;
    margin-left: 0.5rem; }
    .gc-navigation__icon--prev {
      margin-left: 0;
      margin-right: 0.5rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gc-navigation__title {
    margin-top: 0.75rem; }

.gc-numbers {
  background: #e19237;
  padding: 3.675rem 0 4.25rem 0;
  color: #142b66; }
  .gc-numbers__title {
    text-align: center;
    margin-bottom: 2rem; }
  .gc-numbers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-numbers__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-bottom: 1rem;
    min-width: 50%;
    border-right: 1px solid #996120; }
    @media (min-width: 600px) {
      .gc-numbers__item {
        min-width: 6.25rem; } }
    .gc-numbers__item:nth-child(2n) {
      border-right: none; }
      @media (min-width: 600px) {
        .gc-numbers__item:nth-child(2n) {
          border-right: 1px solid #996120; } }
    .gc-numbers__item:last-of-type {
      border-right: none; }
  .gc-numbers__item-number {
    font-weight: 600;
    margin-bottom: 0.6875rem;
    line-height: 1; }
  .gc-numbers__item-description {
    font-weight: 500; }

.gc-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gc-pagination__link {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 0.2rem; }
    .gc-pagination__link--current {
      font-weight: bold; }

.gc-partners {
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-partners {
      margin: 8rem 0; } }
  @media (min-width: 1200px) {
    .gc-partners--carousel .gc-partners__container {
      display: grid;
      grid-template-columns: 4.2fr 5.8fr; } }
  @media (min-width: 1200px) {
    .gc-partners--carousel .gc-partners__title {
      margin: 0 1.5rem 0 0;
      text-align: left; } }
  .gc-partners--carousel .gc-partners__image-wrapper {
    background-color: #e7e7e7;
    height: 9.25rem;
    width: 9.25rem;
    border-radius: 50%;
    display: grid;
    place-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .gc-partners--carousel .gc-partners__image {
    height: 6.25rem;
    width: 6.25rem;
    -o-object-fit: contain;
       object-fit: contain; }
  .gc-partners__title {
    text-align: center;
    color: #1a8290;
    margin-bottom: 2.25rem; }
  .gc-partners__image {
    max-width: 13.4375rem; }
  .gc-partners__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem; }
    @media (min-width: 900px) {
      .gc-partners__list {
        gap: 4rem; } }
    @media (min-width: 1440px) {
      .gc-partners__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .gc-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-partners__slider-wrapper {
    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: 1200px) {
      .gc-partners__slider-wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .gc-partners__button {
    background-color: #142b66;
    border: 0;
    color: #fff;
    border-radius: 50%;
    height: 2.75rem;
    width: 2.75rem;
    cursor: pointer;
    margin-left: 2rem; }

.gc-quote__wrapper {
  background: #f8fdfe;
  padding: 2.5rem 2.5rem 4rem 2.5rem;
  text-align: center; }

.gc-quote__quote {
  font-style: italic;
  font-size: 0.75rem;
  max-width: 59.3125rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 900px) {
    .gc-quote__quote {
      font-size: 1.25rem; } }

.gc-quote__name {
  color: #996120;
  margin-top: 1rem;
  margin-bottom: 0; }

.gc-quote__info {
  font-weight: 300; }

@media (min-width: 1200px) {
  .gc-related-services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .gc-related-services__left {
    width: 28.625rem;
    min-width: 28.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.gc-related-services__title {
  color: #1a8290;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .gc-related-services__title {
      margin-bottom: 2rem; } }

.gc-related-services__button {
  margin-top: 1rem;
  fill: #142b66; }
  @media (min-width: 1200px) {
    .gc-related-services__button {
      margin-top: 2rem; } }

.gc-related-services__arrows {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .gc-related-services__arrows {
      padding-bottom: 2.5rem;
      margin-top: auto; } }

.gc-related-services__arrow-button {
  margin-left: 1.5rem;
  background-color: #142b66;
  border: 0;
  color: #fff;
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer; }
  .gc-related-services__arrow-button--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media (min-width: 1200px) {
  .gc-related-services__right {
    width: calc(100% - 458px);
    padding-left: 2rem; } }

.gc-related-services__track {
  padding-bottom: 2.5rem; }

.gc-related-services__slide-item {
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden; }

.gc-related-services__border {
  width: 0.375rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8ed7e3; }

.gc-related-services__thumbnail {
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block; }

.gc-related-services__info {
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 900px) {
    .gc-related-services__info {
      padding: 2rem; } }

.gc-related-services__item-title {
  color: #5da5b1;
  margin-bottom: 0.75rem; }

.gc-related-services__excerpt {
  margin-bottom: 2.5rem; }

.gc-related-services__item-button {
  margin-top: auto;
  fill: #142b66; }

.gc-services-description {
  background: rgba(115, 217, 230, 0.05);
  padding-bottom: 2.5rem; }
  .gc-services-description__grid {
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem; }
    @media (min-width: 900px) {
      .gc-services-description__grid {
        grid-template-columns: repeat(3, 1fr); } }
  .gc-services-description__grid-item {
    -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden; }
    .gc-services-description__grid-item:after {
      content: '';
      width: 0.375rem;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #73d9e6; }
    .gc-services-description__grid-item:nth-of-type(2):after {
      background: #996120; }
    .gc-services-description__grid-item:nth-of-type(3):after {
      background: #4a548f; }
  .gc-services-description__thumbnail {
    height: 12.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block; }
  .gc-services-description__info {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 900px) {
      .gc-services-description__info {
        padding: 1.5rem 2rem 2rem 2rem; } }
  .gc-services-description__item-title {
    color: #5da5b1;
    margin-bottom: 0; }
  .gc-services-description__content {
    line-height: 2; }

.gc-services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 2rem; }
  .gc-services-item:hover .gc-services-item__thumbnail-wrapper {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .gc-services-item__border {
    height: 0.375rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8ed7e3; }
  .gc-services-item__thumbnail-wrapper {
    height: 12.5rem;
    width: 12.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #8ed7e3;
    overflow: hidden;
    -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .gc-services-item__thumbnail {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block; }
  .gc-services-item__info {
    padding: 8.25rem 1rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 4px 4px;
    background: #fff;
    margin-top: 6.25rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.1); }
    @media (min-width: 900px) {
      .gc-services-item__info {
        padding: 8.25rem 2rem 2rem 2rem; } }
  .gc-services-item__item-title {
    color: #73d9e6;
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1.5rem; }
  .gc-services-item__excerpt {
    margin-bottom: 1rem; }
  .gc-services-item__button {
    margin-top: auto;
    font-weight: 600;
    fill: #73d9e6; }

.gc-services {
  background: rgba(115, 217, 230, 0.05);
  padding-bottom: 2.5rem; }
  @media (min-width: 900px) {
    .gc-services {
      padding-bottom: 5rem; } }
  .gc-services__title {
    color: #1a8290;
    text-align: center;
    font-weight: 500; }
  .gc-services__description {
    text-align: center;
    font-size: 1.125rem; }
  .gc-services__grid {
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    margin-top: 2.5rem;
    max-width: 75rem;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .gc-services__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .gc-services__grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 4rem; } }

.gc-team {
  background: rgba(115, 217, 230, 0.05);
  padding-bottom: 2.5rem; }
  @media (min-width: 900px) {
    .gc-team {
      padding-bottom: 5rem; } }
  .gc-team__title {
    color: #1a8290; }
  .gc-team__description {
    max-width: 36.25rem; }
  .gc-team__grid {
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 3rem; }
    @media (min-width: 600px) {
      .gc-team__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .gc-team__grid {
        grid-template-columns: repeat(4, 1fr); } }
  .gc-team__grid-item {
    -webkit-box-shadow: 0px 1.125rem 2.5rem -0.75rem rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1.125rem 2.5rem -0.75rem rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 1rem 1rem 2rem 1.5rem; }
    @media (min-width: 900px) {
      .gc-team__grid-item {
        padding: 2rem 2rem 3rem 3rem;
        min-height: 25.0625rem; } }
    .gc-team__grid-item:after {
      content: '';
      width: 0.375rem;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #8ed7e3; }
    .gc-team__grid-item:nth-of-type(2):after, .gc-team__grid-item:nth-of-type(7):after {
      background: #4a548f; }
    .gc-team__grid-item:nth-of-type(3):after, .gc-team__grid-item:nth-of-type(6):after {
      background: #5da5b1; }
    .gc-team__grid-item:nth-of-type(4):after, .gc-team__grid-item:nth-of-type(5):after {
      background: #e19237; }
  .gc-team__thumbnail {
    height: 9.375rem;
    width: 9.375rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 50%;
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .gc-team__thumbnail {
        margin-bottom: 2.5rem; } }
  .gc-team__item-title {
    color: #5da5b1;
    margin-bottom: 0; }

@media (min-width: 600px) {
  .gc-tiles-with-description--title-wide .gc-tiles-with-description__container {
    grid-template-columns: repeat(2, 1fr); } }

.gc-tiles-with-description__tile--light {
  background-color: #f8fdfe; }

.gc-tiles-with-description__tile--dark {
  background-color: #5da5b1;
  color: #fff; }
  .gc-tiles-with-description__tile--dark .gc-tiles-with-description__title {
    color: #fff; }
  .gc-tiles-with-description__tile--dark .gc-tiles-with-description__description {
    max-width: 36.5rem; }

.gc-tiles-with-description__tile:first-of-type .gc-tiles-with-description__container {
  padding-top: 2.5rem; }
  @media (min-width: 600px) {
    .gc-tiles-with-description__tile:first-of-type .gc-tiles-with-description__container {
      padding-top: 5rem; } }

.gc-tiles-with-description__tile:last-of-type .gc-tiles-with-description__container {
  padding-bottom: 2.5rem; }
  @media (min-width: 600px) {
    .gc-tiles-with-description__tile:last-of-type .gc-tiles-with-description__container {
      padding-bottom: 5rem; } }

.gc-tiles-with-description__container {
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 600px) {
    .gc-tiles-with-description__container {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 600px) {
    .gc-tiles-with-description__container {
      grid-template-columns: 3.3fr 6.7fr; } }

.gc-tiles-with-description__title {
  margin: 0;
  color: #1a8290; }

.gc-tiles-with-description__description {
  max-width: 43.5rem; }
  .gc-tiles-with-description__description p:first-child {
    margin-top: 0; }
  .gc-tiles-with-description__description p:last-child {
    margin-bottom: 0; }
  .gc-tiles-with-description__description li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
    .gc-tiles-with-description__description li::before {
      content: '';
      background-image: url(../../assets/icons/check-dark-blue.svg);
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      background-size: 100%;
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: 0.5rem;
      margin-top: 0.25rem; }

.gc-tiles-with-description__button {
  margin-top: 1rem;
  fill: #142b66; }


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