/*! 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         =
========================================*/
@-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__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

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

.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:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  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;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.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__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

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

/**
	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: "FilsonPro";
  src: url(../../assets/fonts/FilsonPro-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

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

@font-face {
  font-family: "Giga";
  src: url(../../assets/fonts/GigaSans-LightItalic.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "Giga";
  src: url(../../assets/fonts/GigaSans-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "Giga";
  src: url(../../assets/fonts/GigaSans-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Giga";
  src: url(../../assets/fonts/GigaSans-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: "Giga";
  src: url(../../assets/fonts/GigaSans-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*: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="password"],
input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 0.75rem; }

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

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

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

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: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #002144; }

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700; }

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #31AF85; }

.gform_wrapper .gfield_label {
  font-weight: 700;
  color: #002144;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
  font-family: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.gform_wrapper .gform_fields {
  display: grid;
  row-gap: 1.5rem;
  -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;
  padding: 1rem;
  width: 100%;
  border: none; }

.gform_wrapper textarea {
  height: 7.5625rem;
  resize: none; }

.gform_wrapper .gfield--file {
  position: relative; }
  .gform_wrapper .gfield--file:hover .gfield_label {
    background-color: #31AF85; }
  .gform_wrapper .gfield--file input {
    width: 100%; }
  .gform_wrapper .gfield--file .gfield_label {
    height: 2.4375rem;
    background: transparent;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-family: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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;
    text-transform: uppercase;
    border: 0.125rem solid #31AF85;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .gform_wrapper .gfield--file .gfield_label::before {
      content: "";
      width: 1rem;
      height: 1rem;
      background: url(../../assets/icons/file-arrow-up.svg) no-repeat;
      margin-right: 0.5rem; }
  .gform_wrapper .gfield--file .screen-reader-text,
  .gform_wrapper .gfield--file .gform_fileupload_rules,
  .gform_wrapper .gfield--file .gfield_fileupload_filesize,
  .gform_wrapper .gfield--file .gfield_fileupload_progress,
  .gform_wrapper .gfield--file .gfield_fileupload_percent {
    display: none; }
  .gform_wrapper .gfield--file .ginput_container_fileupload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.75rem;
    opacity: 0;
    cursor: pointer; }
  .gform_wrapper .gfield--file .gform_button_select_files {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.75rem;
    z-index: 1; }
  .gform_wrapper .gfield--file .ginput_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem; }

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

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

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

.gc-breadcrumbs {
  font-size: 0.75rem;
  font-weight: 700;
  color: #575857;
  text-transform: uppercase;
  font-family: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .gc-breadcrumbs a {
    text-decoration: none;
    color: inherit; }
  .gc-breadcrumbs p {
    margin: 0; }

.gc-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  background-color: #123ED0;
  color: #fff;
  padding: 0.625rem 2rem;
  border: 0;
  line-height: 1.25;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button:hover {
    background-color: #002144;
    color: #fff; }
  .gc-button--border {
    border: 0.125rem solid #123ED0;
    background-color: transparent;
    color: #000000; }
    .gc-button--border:hover {
      background-color: #123ED0;
      color: #000000; }
  .gc-button--lighter {
    background-color: #C8DBDB;
    color: #000000; }
    .gc-button--lighter:hover {
      background-color: #EBF5F5;
      color: #000000; }
  .gc-button--light {
    background-color: #EBF5F5;
    color: #000000; }
    .gc-button--light:hover {
      background-color: #31AF85;
      color: #000000; }
  .gc-button--rounded {
    border-radius: 50px; }
  .gc-button--small {
    padding: 0.25rem 1rem; }
  .gc-button--reverse .gc-button__icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .gc-button--icon {
    padding: 0;
    background-color: transparent;
    border: none;
    text-transform: none; }
    .gc-button--icon:hover {
      background-color: transparent;
      color: #123ED0; }
  .gc-button--white {
    color: #fff;
    text-transform: uppercase; }
    .gc-button--white:hover {
      color: #31AF85; }
  .gc-button--black {
    color: #000000;
    background-color: transparent; }
  .gc-button__icon {
    width: 1rem;
    fill: currentColor; }

.gc-cta__inner {
  background-color: rgba(18, 62, 208, 0.25);
  width: 100%;
  position: relative;
  overflow: hidden; }

.gc-cta__title, .gc-cta__subtitle, .gc-cta__description {
  color: #002144; }

@media (min-width: 900px) {
  .gc-cta__left {
    width: calc(50% - 7rem);
    padding-right: 4rem; } }

.gc-cta__right {
  width: 100%;
  height: 100%; }
  @media (min-width: 900px) {
    .gc-cta__right {
      width: calc(50% + 7rem);
      position: absolute;
      top: 0;
      right: 0; } }

.gc-cta__subtitle {
  margin-bottom: 0; }

.gc-cta__title {
  margin-bottom: 1rem; }

.gc-cta__buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%; }

.gc-cta__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.gc-cta__form input[type="text"],
.gc-cta__form input[type="email"],
.gc-cta__form input[type="tel"],
.gc-cta__form select {
  border: none; }

.gc-cta__form .gfield_label {
  background-color: transparent;
  border-color: #fff; }

.gc-cta .gc-submit-button {
  background-color: #123ED0; }
  .gc-cta .gc-submit-button:hover {
    background-color: #002144; }

.gc-contact .gc-container--has-margin {
  margin-top: 4rem; }

.gc-contact__container {
  display: grid;
  gap: 4rem; }
  @media (min-width: 900px) {
    .gc-contact__container {
      grid-template-columns: 7fr 5fr; } }

.gc-contact__form {
  background: rgba(18, 62, 208, 0.25);
  padding: 3rem 2rem; }
  .gc-contact__form input[type="text"],
  .gc-contact__form input[type="email"],
  .gc-contact__form input[type="tel"],
  .gc-contact__form select, .gc-contact__form textarea {
    border: 0.125rem solid #123ED0; }

.gc-contact__title {
  text-transform: lowercase;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative; }

.gc-contact__map {
  height: 21.1875rem;
  width: 100%; }

.gc-contact__contacts-title {
  text-transform: uppercase;
  color: #31AF85;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem; }

.gc-contact__contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 1rem; }

.gc-contact__contact-icon {
  height: 1.125rem;
  width: 1.125rem;
  fill: #31AF85; }

.gc-contact__contact-item, .gc-contact__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #575857; }

.gc-contact__hours-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gc-contact__hours-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gc-contact__day {
  font-weight: 700;
  text-transform: uppercase;
  color: #31AF85; }

.gc-contact__hours {
  color: #575857; }

.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--has-visual .gc-cwv__container {
  display: grid;
  gap: 2rem; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__container {
      gap: 1rem;
      grid-template-columns: repeat(12, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.gc-cwv--has-visual .gc-cwv__content {
  text-align: left; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__content {
      grid-column: span 5;
      padding-left: 3rem; } }

@media (min-width: 900px) {
  .gc-cwv--has-visual .gc-cwv__visual {
    grid-column: span 7; } }

@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-right: 3rem;
    padding-left: 0; } }

.gc-cwv__image {
  display: block;
  width: 100%;
  height: auto; }

.gc-cwv__content {
  text-align: center;
  width: 100%; }

.gc-cwv__buttons {
  margin-top: 2rem;
  display: grid;
  gap: 1rem; }

.gc-cwv__button {
  width: 100%; }

.gc-footer {
  padding: 3rem 0;
  background-color: #123ED0;
  color: #fff; }
  @media (min-width: 1200px) {
    .gc-footer {
      padding: 4rem 0; } }
  .gc-footer a:hover {
    color: #31AF85; }
  .gc-footer__top {
    display: grid;
    gap: 2rem; }
    @media (min-width: 900px) {
      .gc-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  .gc-footer__logo {
    height: 4rem; }
  .gc-footer__info {
    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; }
  .gc-footer__social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
  .gc-footer__social-icon {
    height: 1.125rem;
    width: 1.125rem;
    fill: #EBEBDF; }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    row-gap: 1rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 600px) {
      .gc-footer__menu {
        grid-template-columns: auto auto; } }
  .gc-footer__contacts {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
    @media (min-width: 900px) {
      .gc-footer__contacts {
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%; } }
  .gc-footer__contact-icon {
    height: 1.125rem;
    width: 1.125rem;
    fill: #EBEBDF; }
  .gc-footer__contact-item, .gc-footer__contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    color: #EBEBDF; }
  .gc-footer__bottom {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-footer__link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gc-footer__link-item:not(:last-of-type)::after {
      margin: 0 1rem;
      content: "-"; }
  .gc-footer__link {
    color: #EBEBDF;
    text-decoration: underline;
    font-weight: 500; }
  .gc-footer__growl {
    margin-left: 1rem; }
    .gc-footer__growl:hover .gc-footer__growl-icon--full {
      opacity: 1; }
  .gc-footer__growl-icon {
    display: block;
    fill: #EBEBDF;
    width: auto; }
    .gc-footer__growl-icon--full {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gc-footer__growl-icon--mobile {
      height: 1.5rem; }
      @media (min-width: 1200px) {
        .gc-footer__growl-icon--mobile {
          display: none; } }
    .gc-footer__growl-icon--desktop {
      display: none;
      height: 2.5rem;
      margin-right: -1.95rem; }
      @media (min-width: 1200px) {
        .gc-footer__growl-icon--desktop {
          display: block; } }

.gc-submit-button {
  padding: 0.5rem;
  width: 100%;
  color: #fff;
  margin: 1rem 0;
  background-color: #31AF85;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center; }
  .gc-submit-button__inner {
    font-weight: 700;
    text-transform: uppercase;
    width: 100%; }
    .gc-submit-button__inner:focus {
      outline: none; }
  .gc-submit-button:hover {
    background-color: #002144; }
  .gc-submit-button:focus-visible {
    outline: 0.125rem solid black;
    border-radius: 3px; }
  .gc-submit-button .gform_ajax_spinner {
    margin-left: 0.5rem; }

.gc-hero {
  position: relative;
  overflow: hidden; }
  .gc-hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .gc-hero__wrapper {
    position: relative;
    z-index: 1;
    padding: 6rem 0; }
    @media (min-width: 900px) {
      .gc-hero__wrapper {
        padding: 15rem 0; } }
  .gc-hero__breadcrumbs {
    position: absolute;
    left: 0;
    top: 2rem;
    color: #fff;
    font-weight: 700; }
  .gc-hero__buttons {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .gc-hero__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-hero__image {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0; }
  .gc-hero__title {
    color: #fff; }
  .gc-hero__subtitle {
    color: #fff; }
  .gc-hero iframe, .gc-hero__video {
    width: auto;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: calc(100% + 6rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none; }
    @media (min-width: 1200px) {
      .gc-hero iframe, .gc-hero__video {
        width: 100%; } }

.gc-icons__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .gc-icons__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  @media (min-width: 900px) {
    .gc-icons__list {
      grid-template-columns: repeat(5, 1fr);
      margin-top: 3rem; } }

.gc-icons__title {
  text-align: center;
  color: #002144; }

.gc-icons__item {
  text-align: left;
  margin-bottom: 2rem;
  padding: 1rem;
  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-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .gc-icons__item {
      margin-bottom: 0; } }

.gc-icons__icon {
  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;
  margin-bottom: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50px;
  background-color: rgba(18, 62, 208, 0.25); }
  .gc-icons__icon--blue {
    background-color: rgba(18, 62, 208, 0.25); }

.gc-icons__icon-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 3rem;
  height: 3rem; }

.gc-icons__icon-description {
  color: #575857;
  font-size: 1rem;
  font-weight: 400;
  text-align: center; }
  .gc-icons__icon-description p {
    margin: 0; }

.gc-icons__icon-title {
  margin-bottom: 0.5rem;
  color: #123ED0; }

.gc-intro__container {
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .gc-intro__container {
      margin-bottom: 4rem; } }

.gc-intro__breadcrumbs {
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .gc-intro__breadcrumbs {
      margin-bottom: 4rem; } }

.gc-intro__title {
  color: #002144;
  margin-bottom: 0.5rem; }

.gc-intro__subtitle {
  color: #575857;
  margin-bottom: 0; }

.gc-intro__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1200px) {
    .gc-intro__column {
      max-width: 50%; } }

.gc-jbf {
  padding: 1rem;
  background-color: #EBF5F5; }
  @media (min-width: 900px) {
    .gc-jbf {
      padding: 3rem; } }
  .gc-jbf__title {
    color: #002144;
    margin-bottom: 2rem; }
  .gc-jbf__subtitle {
    color: #31AF85;
    margin-bottom: 2rem; }

.gc-job-cwv__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem; }
  @media (min-width: 900px) {
    .gc-job-cwv__image {
      margin-bottom: 3rem; } }

.gc-job-cwv__title {
  color: #002144; }

.gc-job-cwv__button {
  margin-top: 2rem; }
  @media (min-width: 900px) {
    .gc-job-cwv__button {
      margin-top: 3rem; } }

.gc-job-item {
  background-color: #fff;
  padding: 2rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border: 0.0625rem solid rgba(18, 62, 208, 0.25);
  position: relative; }
  .gc-job-item--thumbnail {
    padding: 14.5rem 2rem 2rem; }
  .gc-job-item:hover {
    background-color: rgba(18, 62, 208, 0.25); }
  .gc-job-item__image {
    height: 12.5rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }
  .gc-job-item__link {
    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-job-item__title {
    color: #002144; }
  .gc-job-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #31AF85;
    font-family: "FilsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .gc-job-item__info:not(:last-child) {
      margin-bottom: 0.25rem; }
  .gc-job-item__icon {
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem;
    fill: #31AF85; }
  .gc-job-item__excerpt {
    margin: 1rem 0 1.5rem;
    color: #000000; }
  .gc-job-item__button {
    margin-top: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }

.gc-jobs-overview {
  scroll-margin: 7rem;
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-jobs-overview {
      margin: 4rem 0 8rem; } }
  .gc-jobs-overview__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
    @media (min-width: 900px) {
      .gc-jobs-overview__list {
        grid-template-columns: repeat(3, 1fr); } }

.gc-last-realizations__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 600px) {
    .gc-last-realizations__top {
      -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-last-realizations__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 2rem; }
  @media (min-width: 900px) {
    .gc-last-realizations__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }

.gc-last-realizations__title {
  color: #002144; }

.gc-last-realizations__button {
  text-transform: uppercase; }

.gc-modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  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-modal__container {
    overflow-y: auto;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    background: #fff; }
    @media (min-width: 1200px) {
      .gc-modal__container {
        max-width: 60.5625rem; } }

.gc-navbar {
  padding: 1rem 0; }
  @media (min-width: 1200px) {
    .gc-navbar {
      padding: 2.1875rem 0; } }
  .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; }
    @media (min-width: 900px) {
      .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 {
    position: relative;
    z-index: 3; }
  .gc-navbar__logo {
    display: block;
    height: 3rem;
    width: auto; }
    @media (min-width: 900px) {
      .gc-navbar__logo {
        height: 4rem; } }
  .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;
    position: relative;
    z-index: 3; }
    @media (min-width: 900px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 0.1875rem;
      width: 70%;
      left: 30%;
      background: #31AF85;
      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: 25%; }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 2px); }
      .gc-navbar__burger span:nth-child(3) {
        bottom: 25%; }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav-wrapper {
    height: 100vh;
    max-height: none;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 2;
    left: 0; }
    @media (min-width: 900px) {
      .gc-navbar__nav-wrapper {
        height: auto;
        position: static;
        overflow: visible;
        -webkit-transform: none;
                transform: none; } }
  .gc-navbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 6rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 900px) {
      .gc-navbar__nav {
        display: grid;
        gap: 1rem;
        padding: 0;
        min-height: auto;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        max-width: none;
        margin: 0; } }
  .gc-navbar__secondary-menu-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem; }
    @media (min-width: 900px) {
      .gc-navbar__secondary-menu-wrapper {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 2rem;
        margin-top: 0; } }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    display: grid;
    gap: 1.5rem;
    font-size: 0.75rem; }
    @media (min-width: 900px) {
      .gc-navbar__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 0.5rem; } }
    .gc-navbar__menu--primary {
      margin-top: 1rem; }
      @media (min-width: 900px) {
        .gc-navbar__menu--primary {
          gap: 3rem;
          margin-top: 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .gc-navbar__menu--secondary {
      font-size: 0.75rem; }
      @media (min-width: 900px) {
        .gc-navbar__menu--secondary {
          gap: 2rem; } }
  .gc-navbar__item {
    font-weight: 700; }
    .gc-navbar__item--desktop {
      display: none; }
      @media (min-width: 900px) {
        .gc-navbar__item--desktop {
          display: block; } }
    @media (min-width: 900px) {
      .gc-navbar__item--mobile {
        display: none; } }
  .gc-navbar__dropdown {
    position: relative;
    color: #31AF85;
    font-size: 0.75rem;
    font-weight: 700; }
    @media (min-width: 900px) {
      .gc-navbar__dropdown:hover .gc-navbar__dropdown-body-wrapper {
        display: block;
        pointer-events: all;
        opacity: 1; } }
  .gc-navbar__dropdown-head {
    display: none; }
    @media (min-width: 900px) {
      .gc-navbar__dropdown-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-navbar__dropdown-icon {
    margin-left: 0.5rem;
    height: 0.75rem;
    fill: #31AF85; }
  .gc-navbar__dropdown-body-wrapper {
    width: 100%;
    padding-top: 0.5rem;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (min-width: 900px) {
      .gc-navbar__dropdown-body-wrapper {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        display: none; } }
  .gc-navbar__dropdown-body {
    width: 100%; }
  .gc-navbar__languages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 900px) {
      .gc-navbar__languages {
        display: grid;
        background-color: #C8DBDB;
        padding: 0.5rem; } }
  .gc-navbar__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-navbar__language:not(:last-child):after {
      content: '|';
      display: inline-block;
      margin-left: 0.5rem; }
      @media (min-width: 900px) {
        .gc-navbar__language:not(:last-child):after {
          display: none; } }
    @media (min-width: 900px) {
      .gc-navbar__language--current {
        display: none; } }
  .gc-navbar--active::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    z-index: 3; }
  .gc-navbar--active .gc-navbar__nav-wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(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% - 1px);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.gc-page-base__body--lock {
  overflow: hidden; }

.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;
  margin-top: 3rem;
  gap: 2rem;
  -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-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    padding: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-pagination__link--current, .gc-pagination__link:hover {
      background-color: rgba(18, 62, 208, 0.25); }
  .gc-pagination__icon {
    height: 1rem;
    width: auto;
    fill: #575857; }

.gc-item-realization {
  padding: 0 1.5rem 100% 1.5rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
  background-color: rgba(18, 62, 208, 0.25); }
  .gc-item-realization::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .gc-item-realization:hover .gc-item-realization__thumbnail {
    opacity: 0; }
  .gc-item-realization:hover .gc-item-realization__title {
    color: #002144;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  .gc-item-realization:hover .gc-item-realization__excerpt {
    color: #002144;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  .gc-item-realization:hover .gc-item-realization__icon {
    opacity: 1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  .gc-item-realization:hover:after {
    display: none; }
  .gc-item-realization--is-bigger {
    min-height: 21.25rem; }
    @media (min-width: 1200px) {
      .gc-item-realization--is-bigger {
        height: 26.375rem; } }
    .gc-item-realization--is-bigger .gc-item-realization__title {
      font-size: 1.5rem;
      text-transform: capitalize; }
    .gc-item-realization--is-bigger .gc-item-realization__icon {
      height: 2rem;
      width: 2rem; }
  .gc-item-realization__link {
    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%;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0; }
  .gc-item-realization__title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gc-item-realization__icon {
    height: 1rem;
    width: 1rem;
    margin: 0 auto;
    opacity: 0;
    fill: #002144;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gc-item-realization__excerpt {
    margin-bottom: 2rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; }
  .gc-item-realization__thumbnail {
    position: absolute;
    inset: 0;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

.gc-realizations-overview {
  scroll-margin: 7rem; }
  .gc-realizations-overview__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
    @media (min-width: 600px) {
      .gc-realizations-overview__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) {
      .gc-realizations-overview__list {
        grid-template-columns: repeat(3, 1fr); } }
  .gc-realizations-overview__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 900px) {
      .gc-realizations-overview__filters {
        gap: 2.5rem;
        margin: 2rem auto; } }
  .gc-realizations-overview__filters-link {
    background-color: transparent;
    color: #575857; }
    .gc-realizations-overview__filters-link:hover, .gc-realizations-overview__filters-link--current {
      background-color: rgba(18, 62, 208, 0.25);
      color: #000000; }

.gc-related-jobs__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  -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; }
  @media (min-width: 600px) {
    .gc-related-jobs__top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 2rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.gc-related-jobs__title {
  margin-bottom: 0;
  position: relative; }

.gc-related-jobs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 1rem; }
  @media (min-width: 900px) {
    .gc-related-jobs__list {
      grid-template-columns: repeat(3, 1fr); } }

.gc-faq-item {
  padding: 1.5rem;
  background-color: rgba(18, 62, 208, 0.25);
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  display: block; }
  .gc-faq-item:not(:last-child) {
    margin-bottom: 0.5rem; }
  .gc-faq-item--active {
    background-color: rgba(18, 62, 208, 0.35); }
  .gc-faq-item__title {
    color: #002144;
    margin: 0;
    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;
    gap: 1rem;
    width: 100%; }
  .gc-faq-item__icon {
    height: 1.125rem;
    fill: #31AF85;
    width: auto; }
  .gc-faq-item__answer-text {
    margin-top: 1rem; }

.gc-review-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gc-review-item__star {
  fill: #FFA600;
  height: 1rem;
  width: auto; }

.gc-review-item__quote {
  font-style: italic;
  margin: 1rem 0;
  font-size: 1.5rem; }

.gc-review-item__title {
  color: #31AF85;
  margin-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase; }

.gc-review-item__additional_info {
  font-size: 0.75rem; }

@media (min-width: 900px) {
  .gc-rwf--is-reversed .gc-rwf__faqs {
    padding-right: 3rem;
    padding-left: 0; }
  .gc-rwf--is-reversed .gc-rwf__review {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.gc-rwf__container {
  display: grid;
  gap: 2rem; }
  @media (min-width: 900px) {
    .gc-rwf__container {
      grid-template-columns: repeat(12, 1fr);
      gap: 1rem; } }

@media (min-width: 900px) {
  .gc-rwf__review {
    grid-column: span 4; } }

.gc-rwf__faqs {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 900px) {
    .gc-rwf__faqs {
      grid-column: span 8;
      padding-left: 3rem; } }

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

.gc-services__item {
  background-color: rgba(18, 62, 208, 0.25);
  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%;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 5rem 1.5rem;
  min-height: 21.25rem; }

.gc-services__item-title {
  text-align: center;
  color: #002144;
  text-transform: uppercase; }

.gc-services__item-subtitle {
  text-align: center;
  color: #002144; }

.gc-sjc {
  margin-bottom: 4rem; }
  @media (min-width: 900px) {
    .gc-sjc {
      margin-bottom: 8rem; } }
  .gc-sjc__layout {
    margin-top: 3rem;
    display: grid;
    gap: 3rem; }
    @media (min-width: 900px) {
      .gc-sjc__layout {
        margin-top: 4rem;
        grid-template-columns: repeat(12, 1fr);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 1rem; } }
  @media (min-width: 900px) {
    .gc-sjc__article {
      grid-column: span 7; } }
  .gc-sjc__article p:not(:last-child) {
    margin-top: 2rem; }
  .gc-sjc__article p:first-child {
    margin-top: 0; }
  .gc-sjc__article img {
    width: 100%;
    height: auto;
    display: block; }
  .gc-sjc__info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 2rem; }
  .gc-sjc__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #31AF85;
    text-transform: uppercase; }
    .gc-sjc__info-item:not(:last-child) {
      margin-bottom: 0.25rem; }
  .gc-sjc__icon {
    height: 1rem;
    width: 1rem;
    fill: #31AF85; }
  .gc-sjc__bottom {
    margin-top: 4rem; }
  .gc-sjc__sidebar {
    overflow: hidden; }
    @media (min-width: 900px) {
      .gc-sjc__sidebar {
        padding-left: 3rem;
        grid-column: span 5; } }

@media (min-width: 1200px) {
  .gc-src__container {
    padding-bottom: 10rem; } }

.gc-src__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 900px) {
    .gc-src__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 900px) {
  .gc-src__left {
    width: 46%;
    padding-right: 4rem; } }

.gc-src__right {
  width: 100%;
  height: 100%; }
  @media (min-width: 900px) {
    .gc-src__right {
      width: 54%;
      position: absolute;
      right: 0;
      top: 0; } }

@media (min-width: 900px) {
  .gc-src__slider, .gc-src__track {
    height: 100%; } }

.gc-src__title {
  color: #002144; }

.gc-src__gallery {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gc-src__gallery-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 1200px) {
    .gc-src__gallery-item {
      max-height: none; } }

.gc-src__subtitle {
  color: #575857; }

.gc-src__description {
  padding-bottom: 3rem; }

.gc-src__stars {
  margin-top: 2rem; }
  @media (min-width: 900px) {
    .gc-src__stars {
      margin-top: 8rem; } }

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

.gc-src__buttons {
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: 0 0 2rem 2rem; }

.gc-src__arrow {
  width: 1rem; }

.gc-steps__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .gc-steps__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 900px) {
    .gc-steps__list {
      grid-template-columns: repeat(5, 1fr);
      margin-top: 3rem; } }
  @media (min-width: 900px) {
    .gc-steps__list:before {
      content: '';
      background-color: rgba(18, 62, 208, 0.25);
      position: absolute;
      margin-top: 2.7rem;
      left: 0;
      height: 0.25rem;
      width: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; } }

.gc-steps__item {
  text-align: left;
  margin-bottom: 2rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .gc-steps__item {
      margin-bottom: 0; } }
  .gc-steps__item:hover .gc-steps__icon {
    background-color: #31AF85;
    color: #EBEBDF;
    width: 3.6875rem;
    height: 3.6875rem; }
  .gc-steps__item:hover .gc-steps__icon-background {
    width: 6.1875rem; }
  .gc-steps__item:hover .gc-steps__button {
    color: #31AF85; }
  .gc-steps__item--current .gc-steps__icon {
    background-color: #31AF85;
    color: #31AF85;
    width: 3.6875rem;
    height: 3.6875rem; }
  .gc-steps__item--current .gc-steps__icon-background {
    width: 6.1875rem; }
  .gc-steps__item--current .gc-steps__button {
    color: #31AF85; }

.gc-steps__icon {
  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;
  margin: 0;
  width: 3.1875rem;
  height: 3.1875rem;
  color: #123ED0;
  border-radius: 50px;
  background-color: rgba(18, 62, 208, 0.25);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.gc-steps__icon-background {
  background-color: #fff;
  width: 5.1875rem;
  height: 3.1875rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.gc-steps__icon-description {
  color: #575857;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1rem; }
  .gc-steps__icon-description p {
    margin: 0; }

.gc-steps__button {
  margin-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  padding-left: 1rem; }

.gc-team__title {
  color: #31AF85;
  text-align: center;
  margin-bottom: 2rem; }

.gc-team__members {
  display: grid;
  gap: 1rem; }
  @media (min-width: 600px) {
    .gc-team__members {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 900px) {
    .gc-team__members {
      grid-template-columns: repeat(4, 1fr);
      margin-top: 2rem; } }
  @media (min-width: 1200px) {
    .gc-team__members {
      grid-template-columns: repeat(5, 1fr); } }

.gc-team__member {
  position: relative;
  width: 100%;
  min-height: 20.625rem;
  overflow: hidden; }

.gc-team__member-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute; }

.gc-team__member-info {
  position: absolute;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.25);
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  inset: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff; }

.gc-team__member-name {
  margin: 0; }

.gc-team__member-button {
  width: 100%;
  background-color: #31AF85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  padding: 2rem 1.5rem;
  margin-bottom: 0; }
  .gc-team__member-button:hover {
    color: #fff;
    background-color: #002144; }


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