@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         =
========================================*/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

@-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: "Poppins";
  src: url(../../assets/fonts/poppins-v20-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

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

@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-v20-latin-300italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  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="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

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

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

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

h1,
.h1 {
  font-size: 2.25rem; }
  @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.75rem; }
  @media (min-width: 900px) {
    h3,
    .h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 2rem; } }

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

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

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

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

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

.gform_wrapper .gfield_label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem; }

.gform_wrapper .gform_fields {
  display: grid;
  row-gap: 0.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;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0.125rem solid #FFD5D4;
  border-radius: 8px;
  min-height: 2.625rem; }

.gform_wrapper textarea {
  resize: none; }

.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 {
  color: #9197AE;
  margin-bottom: 3rem;
  font-size: 0.75rem; }
  @media (min-width: 1200px) {
    .gc-breadcrumbs {
      margin-bottom: 6rem; } }
  .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: transparent;
  padding: 0;
  border: 0;
  line-height: 1.5;
  gap: 0.625rem;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  background-color: #FFB6B3;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 900px) {
    .gc-button {
      width: auto; } }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button:hover {
    color: #000000;
    background-color: #FF6962; }
  .gc-button--transparent {
    background-color: transparent; }
    .gc-button--transparent:hover {
      background-color: #E7F1E8; }
  .gc-button--reverse .gc-button__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .gc-button__icon {
    height: 1rem;
    width: auto;
    display: block; }

.gc-contact {
  margin-bottom: 4rem;
  overflow: hidden; }
  @media (min-width: 900px) {
    .gc-contact {
      margin-bottom: 8rem; } }
  @media (min-width: 900px) {
    .gc-contact__container {
      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: 900px) {
      .gc-contact__left {
        width: calc(50% - 1rem); } }
    @media (min-width: 1200px) {
      .gc-contact__left {
        width: calc(50% - 6rem); } }
  .gc-contact__breadcrumbs {
    margin-bottom: 6rem;
    margin-top: 2rem; }
  .gc-contact__overline {
    color: #FF6962;
    margin-bottom: 0; }
  .gc-contact__title {
    margin-bottom: 3rem; }
  .gc-contact__right {
    width: 100%;
    position: relative;
    margin-top: 3rem; }
    @media (min-width: 900px) {
      .gc-contact__right {
        width: calc(50% - 2rem);
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .gc-contact__right {
        width: 50%; } }
  .gc-contact__image-wrapper {
    position: relative;
    margin-bottom: 4rem;
    height: 35.625rem; }
  .gc-contact__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 8px;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 900px) {
      .gc-contact__image {
        width: calc(50vw - 2rem);
        border-radius: 48px 0 0 48px; } }
    @media (min-width: 1200px) {
      .gc-contact__image {
        width: 50vw; } }
  .gc-contact__contacts-wrapper {
    margin-bottom: 2rem; }
  .gc-contact__contacts {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-contact__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-contact__contact-item:not(:last-child) {
      margin-bottom: 1rem; }
  .gc-contact__contact-link {
    text-decoration: none; }
  .gc-contact__contact-icon {
    height: 1rem;
    width: 1.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: #FF6962; }

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

@media (min-width: 900px) {
  .gc-cwv--has-visual .gc-cwv__visual {
    width: calc(50% - 0.5rem); } }

.gc-cwv--has-visual .gc-cwv__content {
  text-align: left; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__content {
      width: calc(50% - 1.5rem); } }
  @media (min-width: 1200px) {
    .gc-cwv--has-visual .gc-cwv__content {
      width: calc(50% - 3.5rem); } }

@media (min-width: 900px) {
  .gc-cwv--is-reversed .gc-cwv__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.gc-cwv--has-bg {
  background-color: #FFF2F2; }

.gc-cwv--is-full-width {
  position: relative; }
  @media (min-width: 1200px) {
    .gc-cwv--is-full-width .gc-cwv__content {
      width: calc(50% - 6rem); } }
  @media (min-width: 900px) {
    .gc-cwv--is-full-width .gc-cwv__image {
      position: absolute;
      height: 100%;
      width: 50%;
      border-radius: 48px 0 0 0;
      right: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover; } }

@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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.gc-cwv__visual {
  margin-bottom: 1.5rem; }
  @media (min-width: 900px) {
    .gc-cwv__visual {
      margin-bottom: 0; } }

.gc-cwv__video-container {
  border-radius: 48px;
  overflow: hidden; }

.gc-cwv__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 48px; }

.gc-cwv__subtitle {
  margin-top: -1rem;
  color: #FF6962; }

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

.gc-cwv__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; }
  @media (min-width: 900px) {
    .gc-cwv__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; } }

.gc-cta {
  background: linear-gradient(101.29deg, #FFD5D4 0%, #FF6962 100%);
  padding: 4rem 0; }
  @media (min-width: 900px) {
    .gc-cta {
      padding: 6rem 0; } }
  @media (min-width: 900px) {
    .gc-cta__container {
      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-cta__left, .gc-cta__right {
      width: calc(50% - 2rem); } }
  @media (min-width: 1200px) {
    .gc-cta__left, .gc-cta__right {
      width: calc(50% - 4rem); } }
  .gc-cta__right input[type="text"],
  .gc-cta__right input[type="email"],
  .gc-cta__right input[type="tel"] {
    border: none; }
  .gc-cta__right .validation_message {
    color: #000000; }
  .gc-cta__title {
    margin-bottom: 0.5rem; }
  .gc-cta__subtitle {
    margin-bottom: 3rem; }
  .gc-cta__image {
    height: auto; }

.gc-faq-and-review__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem; }
  @media (min-width: 900px) {
    .gc-faq-and-review__container {
      -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-faq-and-review__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  max-width: 53.875rem;
  width: 100%; }

.gc-faq-and-review__question-item {
  border-radius: 8px;
  background-color: #E7F1E8;
  padding: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  @media (min-width: 900px) {
    .gc-faq-and-review__question-item {
      padding: 1rem 2rem; } }
  .gc-faq-and-review__question-item:not(:last-child) {
    margin-bottom: 1rem; }
  .gc-faq-and-review__question-item:hover {
    background-color: #BDE7BD; }
  .gc-faq-and-review__question-item--open {
    background-color: #BDE7BD; }
    .gc-faq-and-review__question-item--open .gc-faq-and-review__icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.gc-faq-and-review__question {
  cursor: pointer;
  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;
  word-break: break-word;
  gap: 1rem; }

.gc-faq-and-review__icon {
  height: 1rem;
  width: auto;
  fill: #FF6962; }

.gc-faq-and-review__anwser {
  margin-top: 1rem; }

.gc-faq-and-review__review-wrapper {
  max-width: 53.875rem;
  margin: 0 auto;
  width: 100%;
  background-color: #E7F1E8;
  padding: 2rem;
  border-radius: 8px; }

.gc-faq-and-review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem; }

.gc-faq-and-review__star {
  fill: #FFA600;
  height: 1.125rem;
  width: auto; }

.gc-faq-and-review__quote {
  font-style: italic;
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1.5rem; }

.gc-faq-and-review__title {
  margin-bottom: 0.25rem;
  color: #FF6962; }

.gc-faq-and-review__additional {
  font-size: 0.75rem; }

.gc-footer {
  background-color: #273043;
  padding: 2rem 0;
  color: #FFFFFF; }
  @media (min-width: 900px) {
    .gc-footer {
      padding: 4rem 0; } }
  .gc-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 900px) {
      .gc-footer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
    @media (min-width: 1200px) {
      .gc-footer__container {
        gap: 6rem; } }
  .gc-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 900px) {
      .gc-footer__left {
        -ms-flex-preferred-size: 38%;
            flex-basis: 38%; } }
  @media (min-width: 900px) {
    .gc-footer__navigation {
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
      border-left: 0.125rem solid rgba(145, 151, 174, 0.3);
      border-right: 0.125rem solid rgba(145, 151, 174, 0.3);
      padding: 0 3rem; } }
  @media (min-width: 1200px) {
    .gc-footer__navigation {
      padding: 0 6rem; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-footer__menu-item {
    margin-bottom: 1rem; }
  .gc-footer__menu-link {
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .gc-footer__menu-link:hover {
      color: #FFD5D4; }
  .gc-footer__right {
    position: relative; }
    @media (min-width: 900px) {
      .gc-footer__right {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        padding-bottom: 2rem; } }
  .gc-footer__contact {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-footer__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-footer__contact-item:not(:last-child) {
      margin-bottom: 1rem; }
  .gc-footer__contact-link {
    text-decoration: none; }
  .gc-footer__contact-icon {
    height: 1.125rem;
    width: 1.125rem;
    margin-right: 0.5rem;
    fill: #FFB6B3; }
  .gc-footer__social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0; }
  .gc-footer__social-media-icon {
    height: 1.125rem;
    width: auto;
    fill: #FFB6B3; }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
    margin-top: 3rem; }
    @media (min-width: 900px) {
      .gc-footer__links {
        display: none; } }
    .gc-footer__links--desktop {
      display: none;
      margin-top: 0; }
      @media (min-width: 900px) {
        .gc-footer__links--desktop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .gc-footer__link:not(:last-child) {
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .gc-footer__link:not(:last-child) {
        margin-right: 1rem;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .gc-footer__link:not(:last-child):after {
        content: '-';
        margin-left: 1rem; } }

.gc-submit-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center;
  margin-top: 2rem; }
  .gc-submit-button:focus-visible {
    outline: 0.125rem solid black;
    border-radius: 3px; }
  .gc-submit-button__inner {
    width: 100%;
    background-color: #FFB6B3;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    min-height: 2.5rem;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-submit-button__inner:hover {
      background-color: #FF6962; }
    .gc-submit-button__inner:focus {
      outline: none; }
  .gc-submit-button .gform_ajax_spinner {
    margin-left: 0.5rem; }

.gc-hero {
  position: relative; }
  .gc-hero__container {
    position: relative; }
  @media (min-width: 900px) {
    .gc-hero__breadcrumbs {
      position: absolute;
      left: 1rem;
      top: 2rem; } }
  .gc-hero__wrapper {
    width: 100%; }
    @media (min-width: 900px) {
      .gc-hero__wrapper {
        width: calc(50% - 1rem);
        padding: 10rem 0;
        min-height: 45.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 1200px) {
      .gc-hero__wrapper {
        width: calc(50% - 6rem); } }
  .gc-hero__overline {
    color: #FF6962;
    margin-bottom: 0; }
  .gc-hero__title {
    margin-bottom: 1.5rem; }
  .gc-hero__content p:first-child {
    margin-top: 0; }
  .gc-hero__content span {
    background-color: #E7F1E8; }
  .gc-hero__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; }
    @media (min-width: 900px) {
      .gc-hero__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
  .gc-hero__image {
    width: 100%;
    height: auto;
    border-radius: 48px 0 0 0;
    margin-top: 2rem;
    display: block; }
    @media (min-width: 900px) {
      .gc-hero__image {
        width: calc(50% - 2rem);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media (min-width: 1200px) {
      .gc-hero__image {
        width: 50%; } }
    .gc-hero__image--contain {
      border-radius: none; }
      @media (min-width: 900px) {
        .gc-hero__image--contain {
          -o-object-fit: contain;
             object-fit: contain; } }

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

.gc-image-grid__item {
  position: relative;
  border-radius: 48px;
  overflow: hidden; }
  .gc-image-grid__item::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0;
    width: 100%;
    pointer-events: none; }
  .gc-image-grid__item:hover::after {
    opacity: 0.1; }
  .gc-image-grid__item:hover .gc-image-grid__icon {
    opacity: 1; }

.gc-image-grid__image {
  height: 22.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }
  @media (min-width: 1200px) {
    .gc-image-grid__image {
      height: 27.5rem; } }

.gc-image-grid__icon {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  fill: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 1; }

.gc-logos__container {
  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;
  gap: 3rem; }
  @media (min-width: 900px) {
    .gc-logos__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 4rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.gc-logos__title {
  margin-bottom: 0;
  width: 14.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.gc-logos__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gc-logos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gc-logos__logo {
  display: block;
  max-width: 7.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%; }

.gc-logos__slider {
  overflow: hidden; }

.gc-logos__buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 600px) {
    .gc-logos__buttons-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    .gc-logos__buttons-wrapper {
      margin-top: -3rem;
      grid-template-columns: repeat(6, 1fr); } }

.gc-logos__buttons {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media (min-width: 600px) {
    .gc-logos__buttons {
      grid-column: 3; } }
  @media (min-width: 1200px) {
    .gc-logos__buttons {
      grid-column: 6; } }

.gc-logos__arrow {
  height: 1rem;
  width: 1rem;
  fill: #000000; }

.gc-logos .splide__slide {
  display: grid;
  gap: 1rem; }

.gc-logos .splide__slide__row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.gc-logos--carousel .gc-logos__logo {
  height: 6rem; }

.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: #FFFFFF; }
    @media (min-width: 1200px) {
      .gc-modal__container {
        max-width: 60.5625rem; } }

.gc-navbar {
  padding: 1.5rem 0;
  z-index: 9;
  top: 0;
  width: 100%;
  left: 0;
  position: fixed; }
  @media (min-width: 1200px) {
    .gc-navbar {
      padding: 2rem 0;
      position: sticky; } }
  .gc-navbar:not(.gc-navbar--transparent) {
    background-color: #FFFFFF; }
  .gc-navbar--transparent {
    background-color: transparent; }
    .gc-navbar--transparent.gc-navbar--scrolled {
      background-color: #FFFFFF; }
  .gc-navbar__spacing {
    height: 5.5rem; }
    @media (min-width: 1200px) {
      .gc-navbar__spacing {
        display: none; } }
  .gc-navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media (min-width: 1200px) {
      .gc-navbar__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-navbar__logo {
    display: block;
    height: 1.25rem;
    width: auto; }
    @media (min-width: 1200px) {
      .gc-navbar__logo {
        height: 1.4375rem; } }
  .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;
    border: 0; }
    @media (min-width: 1200px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 1.5rem;
      left: 0.5rem;
      background: #273043;
      border-radius: 2px;
      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: calc(50% - 7px); }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 1px); }
      .gc-navbar__burger span:nth-child(3) {
        top: calc(50% + 5px); }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
    @media (min-width: 1200px) {
      .gc-navbar__nav {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        width: auto;
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        background-color: transparent; } }
  .gc-navbar__languages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 1200px) {
      .gc-navbar__languages {
        margin-bottom: 1rem;
        position: static;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; } }
  .gc-navbar__lang {
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-navbar__lang:not(:last-child)::after {
      height: 1.125rem;
      width: 0.0625rem;
      content: '';
      background-color: #273043;
      margin-left: 1rem;
      display: inline-block;
      margin-right: 1rem; }
    .gc-navbar__lang--current, .gc-navbar__lang:hover {
      color: #FF6962; }
  .gc-navbar__lang-link {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1; }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 2rem; }
    @media (min-width: 1200px) {
      .gc-navbar__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 3rem;
        margin-top: 0; } }
  .gc-navbar__menu-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .gc-navbar__menu-element {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .gc-navbar__menu-element:not(:last-child) {
      margin-bottom: 1rem; }
      @media (min-width: 1200px) {
        .gc-navbar__menu-element:not(:last-child) {
          margin-bottom: 0; } }
  .gc-navbar__link {
    text-decoration: none;
    font-weight: 600; }
    .gc-navbar__link--current, .gc-navbar__link:hover {
      color: #FF6962; }
  .gc-navbar--active {
    background-color: #FFFFFF; }
    .gc-navbar--active .gc-navbar__logo--default {
      display: block !important; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
      top: calc(50% - 1px);
      -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) {
      top: 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; }
  .gc-pagination__link {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin: 0 0.2rem; }
    .gc-pagination__link--current {
      font-weight: bold; }

.gc-steps {
  background-color: #FFF2F2; }
  .gc-steps__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 2rem;
    max-width: 53.875rem;
    margin: 0 auto; }
  .gc-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .gc-steps__title {
    margin-bottom: 0; }
  .gc-steps__number {
    display: grid;
    place-content: center;
    border-radius: 8px;
    width: 2.875rem;
    height: 2.875rem;
    background-color: #BDE7BD;
    font-weight: 600;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .gc-steps__content ul {
    list-style: disc;
    padding-left: 1.25rem; }

.gc-work-list__title {
  text-align: center;
  margin: 0 0 2rem 0; }

.gc-work-list__categories {
  display: grid;
  gap: 2rem; }

.gc-work-list__category {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  @media (min-width: 1200px) {
    .gc-work-list__category {
      grid-template-columns: 19.5625rem 1fr; } }

@media (min-width: 1200px) {
  .gc-work-list__category-title {
    padding: 0.625rem 1.5rem; } }

.gc-work-list__links {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 600px) {
    .gc-work-list__links {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1440px) {
    .gc-work-list__links {
      grid-template-columns: repeat(4, 1fr); } }

.gc-work-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #E7F1E8;
  border-radius: 16px;
  text-decoration: none;
  padding: 1rem;
  font-weight: 600;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }
  .gc-work-list__link:hover {
    background-color: #BDE7BD; }

.gc-work-list__icon {
  width: 1rem;
  height: 1rem; }


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