/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./theme/config/_loader.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
@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         =
========================================*/
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

@-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 {
  display: block; }

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

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  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__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: "Nunito";
  src: url(../../assets/fonts/nunito-v23-latin-300italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap; }

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

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

@font-face {
  font-family: "Nunito";
  src: url(../../assets/fonts/nunito-v23-latin-800.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap; }

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

section {
  scroll-margin-top: 7.4375rem; }

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

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

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

img {
  max-width: 100%; }

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

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

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #61AC98; }

body {
  font-size: 1rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.35;
  color: #747a87; }
  @media (min-width: 900px) {
    body {
      font-size: 1rem; } }

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

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

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

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

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

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

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

h1,
.h1,
h5,
.h5 {
  font-weight: 700; }

h2,
.h3,
h3,
.h3 {
  font-weight: 800; }

h4,
h6,
.h4,
.h6 {
  font-weight: 400; }

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

.gform_wrapper .gfield_label {
  font-weight: 700;
  display: none; }

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

.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 .gfield_consent_label {
  cursor: pointer; }
  .gform_wrapper .gfield_consent_label span {
    color: #d95656; }

.gform_wrapper .ginput_container_text,
.gform_wrapper .ginput_container_phone,
.gform_wrapper .ginput_container_email,
.gform_wrapper .gfield_description {
  position: relative; }
  .gform_wrapper .ginput_container_text::after,
  .gform_wrapper .ginput_container_phone::after,
  .gform_wrapper .ginput_container_email::after,
  .gform_wrapper .gfield_description::after {
    content: "";
    background-color: #61AC98;
    height: 0.0625rem;
    width: 6.875rem;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    pointer-events: none; }

.gform_wrapper fieldset {
  border: 0;
  padding: 0; }

.gform_wrapper .ginput_container_consent {
  color: #4865a5;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: #fff;
  font-size: 1.125rem;
  border: 0;
  display: block;
  width: 100%;
  padding: 1.5rem 1.25rem;
  color: #0E0B74;
  border: 0.0625rem solid #fff;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out; }
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper select:focus,
  .gform_wrapper textarea:focus {
    outline: none;
    border-color: #61AC98; }

.gform_wrapper textarea {
  resize: none; }
  .gform_wrapper textarea.small {
    height: 8.875rem; }

.gform_wrapper [type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #61AC98;
  margin-right: 1rem; }
  .gform_wrapper [type="checkbox"]:checked {
    background-image: url(../../assets/icons/check.svg);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    background-position: center; }
  .gform_wrapper [type="checkbox"]:focus {
    outline: 1px solid #61AC98; }

.gform_wrapper .gfield--file {
  position: relative; }
  .gform_wrapper .gfield--file .gform_drop_instructions,
  .gform_wrapper .gfield--file .gform_fileupload_rules {
    display: none; }
  .gform_wrapper .gfield--file .gfield_description {
    padding: 0 1.5rem;
    height: 4.4375rem;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gform_wrapper .gfield--file .gfield_description::before {
      content: "";
      display: block;
      background: url(../../assets/icons/file-upload.svg) no-repeat;
      height: 1.125rem;
      width: 1.125rem;
      margin-right: 1.25rem;
      right: 0;
      position: absolute;
      background-size: contain; }
  .gform_wrapper .gfield--file .gform_button_select_files {
    width: 100%;
    height: 4.4375rem;
    opacity: 0; }
  .gform_wrapper .gfield--file .ginput_preview {
    margin-top: 0.5rem; }

.gform_wrapper .ginput_container_fileupload {
  height: 4.4375rem; }

.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-button {
  display: inline-block;
  cursor: pointer;
  background: #61AC98;
  color: #0E0B74;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0.625rem 1.875rem;
  font-weight: 700;
  text-align: center; }
  .gc-button:hover {
    background: #0E0B74;
    color: #61AC98; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button--blue {
    background: #0E0B74;
    color: #61AC98; }
    .gc-button--blue:hover {
      background: #61AC98;
      color: #0E0B74; }
  .gc-button--white-text {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase; }
    .gc-button--white-text:hover {
      color: #fff; }
  .gc-button--link {
    font-size: 1.125rem;
    padding: 0;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
    .gc-button--link:hover {
      background: transparent; }
    .gc-button--link .gc-button__icon {
      fill: #0E0B74; }
  .gc-button--reverse .gc-button__icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.5rem; }
  .gc-button--icon {
    color: #fff;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 1.5625rem; }
    .gc-button--icon:hover {
      color: #fff; }
      .gc-button--icon:hover .gc-button__icon {
        fill: #0E0B74; }
  .gc-button__icon {
    height: 0.9375rem;
    width: auto;
    fill: #61AC98;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-left: 0.5rem; }

.gc-contact--white {
  background-color: #fff; }
  .gc-contact--white input[type="text"],
  .gc-contact--white input[type="email"],
  .gc-contact--white input[type="tel"] {
    border-color: #dadce1; }

.gc-contact--grey {
  background-color: #f3f5f9; }

.gc-contact__body {
  display: grid;
  gap: 1rem; }
  @media (min-width: 900px) {
    .gc-contact__body {
      gap: 6.25rem;
      grid-template-columns: 1fr 1fr; } }

.gc-contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

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

.gc-contact__footer {
  margin-top: 4rem; }
  .gc-contact__footer [type="checkbox"] {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (min-width: 900px) {
    .gc-contact__footer {
      margin-top: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.gc-contact__button.gc-submit-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }
  @media (min-width: 900px) {
    .gc-contact__button.gc-submit-button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.gc-container {
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .gc-container {
      max-width: 720px;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 900px) {
    .gc-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .gc-container {
      max-width: 1032px; } }
  @media (min-width: 1200px) {
    .gc-container--is-large {
      max-width: 1252px; } }
  .gc-container--is-fluid {
    max-width: unset !important; }
  .gc-container--has-margin {
    margin-top: 5rem;
    margin-bottom: 5rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        margin-top: 6rem;
        margin-bottom: 6rem; } }
  .gc-container--has-padding {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
  .gc-container--has-bg {
    background-color: #747a87; }
    .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: #747a87; }
      .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 {
  --plyr-color-main: #70ca9f;
  margin: 5rem 0; }
  @media (min-width: 900px) {
    .gc-cwv {
      margin: 0;
      padding: 4.25rem 0; } }
  .gc-cwv--has-visual .gc-cwv__container {
    display: grid;
    gap: 3rem; }
    @media (min-width: 900px) {
      .gc-cwv--has-visual .gc-cwv__container {
        gap: 4rem;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-cwv--has-visual .gc-cwv__visual,
  .gc-cwv--has-visual .gc-cwv__content {
    text-align: left; }
  @media (min-width: 900px) {
    .gc-cwv--is-reversed .gc-cwv__container {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); } }
  @media (min-width: 900px) {
    .gc-cwv--is-reversed .gc-cwv__visual {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @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; } }
  @media (max-width: 599px) {
    .gc-cwv__container--fluid-mobile {
      padding: 0;
      max-width: none; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .gc-cwv__container--fluid-mobile {
      padding: 0;
      max-width: none; } }
  @media (min-width: 900px) {
    .gc-cwv__container--no-padding-desktop {
      padding: 0; } }
  @media (max-width: 599px) {
    .gc-cwv__visual {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .gc-cwv__visual {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .gc-cwv__image {
    display: block;
    width: 100%;
    height: auto; }
  .gc-cwv__content {
    text-align: center;
    width: 100%; }
  .gc-cwv__text {
    color: #000;
    font-size: 1.25rem; }
  .gc-cwv__buttons {
    margin-top: 2rem; }

.gc-footer {
  background-color: #4865a5;
  font-size: 0.937rem; }
  .gc-footer__container {
    position: relative; }
  .gc-footer__navigation {
    padding: 1.875rem 0;
    width: 100%;
    border-bottom: 0.0625rem solid #FFF; }
    @media (min-width: 900px) {
      .gc-footer__navigation {
        padding: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem; }
    @media (min-width: 900px) {
      .gc-footer__menu {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-footer__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-footer__menu-item::before {
      content: '';
      display: inline-block;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 100%;
      background: #61AC98;
      content: " ";
      margin-right: 0.625rem; }
  .gc-footer__menu-link {
    color: #fff;
    text-decoration: none; }
  .gc-footer__bottom-wrapper {
    padding: 4rem 0;
    color: #fff; }
  .gc-footer__contacts {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem; }
    @media (min-width: 900px) {
      .gc-footer__contacts {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-footer__contact-link {
    text-decoration: none; }
  .gc-footer__copyright {
    text-align: center;
    margin-top: 1.875rem; }
    @media (min-width: 900px) {
      .gc-footer__copyright {
        text-align: left;
        margin-top: 1rem; } }

.gc-submit-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  background-color: #61AC98;
  color: #fff;
  padding: 0.625rem 1.875rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .gc-submit-button:focus-visible {
    outline: none; }
  .gc-submit-button:focus-visible, .gc-submit-button:hover {
    background-color: #4865a5;
    color: #61AC98; }
  .gc-submit-button__inner {
    width: 100%;
    text-transform: uppercase; }
    .gc-submit-button__inner:focus {
      outline: none; }
  .gc-submit-button .gform_ajax_spinner {
    margin-left: 0.5rem; }

.gc-icon-with-description--is-boxed {
  background: #f3f5f9; }
  .gc-icon-with-description--is-boxed .gc-icon-with-description__icons {
    background: #fff;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0; }
  .gc-icon-with-description--is-boxed .gc-icon-with-description__item {
    padding: 4.375rem 2.5rem;
    outline: 0.125rem solid #f3f5f9;
    outline-offset: -0.125rem; }
    @media (min-width: 600px) {
      .gc-icon-with-description--is-boxed .gc-icon-with-description__item {
        width: 50%; } }
    @media (min-width: 900px) {
      .gc-icon-with-description--is-boxed .gc-icon-with-description__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left; } }
    @media (min-width: 900px) {
      .gc-icon-with-description--is-boxed .gc-icon-with-description__item:nth-of-type(4n + 3) .gc-icon-with-description__content, .gc-icon-with-description--is-boxed .gc-icon-with-description__item:nth-of-type(4n + 4) .gc-icon-with-description__content {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-right: 2.5rem;
        padding-left: 0; } }
  @media (min-width: 600px) {
    .gc-icon-with-description--is-boxed .gc-icon-with-description__content {
      padding-left: 2.5rem; } }

@media (min-width: 600px) {
  .gc-icon-with-description--is-row .gc-icon-with-description__item {
    width: calc(50% - 4rem);
    text-align: left; } }

@media (min-width: 1200px) {
  .gc-icon-with-description--is-row .gc-icon-with-description__item {
    width: calc(25% - 4rem); } }

.gc-icon-with-description__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 600px) {
    .gc-icon-with-description__icons {
      row-gap: 3.125rem; } }

.gc-icon-with-description__item {
  width: 100%;
  text-align: center; }
  @media (min-width: 600px) {
    .gc-icon-with-description__item {
      width: calc(50% - 2rem);
      text-align: left; } }

.gc-icon-with-description__icon {
  margin-bottom: 1.5rem; }

.gc-icon-with-description__item-title {
  font-size: 1.25rem;
  color: #121f3a;
  margin-bottom: 0.5rem;
  font-weight: 700; }

.gc-icon-with-description__item-text {
  font-size: 1.125rem; }

.gc-integration-hero {
  background-color: #f3f5f9; }
  .gc-integration-hero__container {
    max-width: 53.875rem;
    margin: 0 auto; }
  .gc-integration-hero__wrapper {
    display: grid;
    gap: 4rem; }
    @media (min-width: 600px) {
      .gc-integration-hero__wrapper {
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .gc-integration-hero__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 600px) {
      .gc-integration-hero__left {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        margin-right: 2rem; } }
    @media (min-width: 900px) {
      .gc-integration-hero__left {
        margin-right: 4rem; } }
  .gc-integration-hero__image-wrapper {
    background-color: #fff;
    height: 16.875rem;
    padding: 1rem; }
    @media (min-width: 600px) {
      .gc-integration-hero__image-wrapper {
        width: 16.875rem; } }
    @media (min-width: 900px) {
      .gc-integration-hero__image-wrapper {
        width: 20.1875rem;
        height: 20.1875rem; } }
  .gc-integration-hero__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .gc-integration-hero__title {
    margin-bottom: 1rem; }
  .gc-integration-hero__description {
    margin-top: 1rem;
    font-size: 1.125rem; }
  .gc-integration-hero__categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.125rem;
    font-weight: 700;
    color: #121f3a; }
  .gc-integration-hero__category {
    margin: 0.5rem 0.5rem 0; }
  .gc-integration-hero__reference {
    background-color: #fff;
    margin-top: 6rem;
    padding: 2rem; }
  .gc-integration-hero__reference-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem; }
  .gc-integration-hero__reference-preview {
    font-style: italic;
    color: #000;
    font-size: 1.5rem;
    text-align: center; }

.gc-integrations-overview {
  background-color: #f3f5f9; }
  .gc-integrations-overview__categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 4rem;
    max-width: 14.875rem;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .gc-integrations-overview__categories {
        max-width: none; } }
  .gc-integrations-overview__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
    @media (min-width: 600px) {
      .gc-integrations-overview__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) {
      .gc-integrations-overview__list {
        grid-template-columns: repeat(4, 1fr); } }
  .gc-integrations-overview__item {
    background-color: #fff; }
  .gc-integrations-overview__link {
    display: block;
    padding: 1rem;
    text-decoration: none;
    height: 100%; }
    .gc-integrations-overview__link:hover {
      color: inherit; }
      .gc-integrations-overview__link:hover .gc-integrations-overview__title {
        color: #61AC98; }
  .gc-integrations-overview__thumbnail {
    height: 6.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto; }
  .gc-integrations-overview__title {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    margin: 1rem 0 0.25rem 0; }

.gc-intro__wrapper {
  max-width: 36.0625rem; }

.gc-job-list {
  background-color: #f3f5f9; }
  .gc-job-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
    @media (min-width: 900px) {
      .gc-job-list__list {
        grid-template-columns: 1fr 1fr; } }
  .gc-job-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #fff;
    border-left: 0.375rem solid #4865a5;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .gc-job-list__item--spontaneous {
      padding: 2.5rem 2rem; }
      .gc-job-list__item--spontaneous .gc-job-list__more {
        margin-top: 2rem; }
      .gc-job-list__item--spontaneous .gc-job-list__content {
        margin-top: 0; }
        .gc-job-list__item--spontaneous .gc-job-list__content p:first-child {
          margin-top: 0; }
  .gc-job-list__title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #121f3a; }
  .gc-job-list__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    margin-bottom: 0.25rem; }
  .gc-job-list__icon {
    height: 0.75rem;
    width: 0.75rem;
    fill: #747a87;
    margin-right: 0.5rem; }
  .gc-job-list__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 1rem; }
  .gc-job-list__more {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.gc-navbar {
  background-color: #dadce1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }
  .gc-navbar--active .gc-navbar__nav {
    -webkit-transform: translateX(0);
            transform: translateX(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;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media (min-width: 1200px) {
      .gc-navbar__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .gc-navbar__logo {
    display: block;
    height: 2.4375rem;
    width: auto; }
    @media (min-width: 1200px) {
      .gc-navbar__logo {
        height: 3.4375rem; } }
  .gc-navbar__burger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: transparent;
    border: 0;
    position: relative;
    z-index: 11; }
    @media (min-width: 1200px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__close {
    height: 1.5625rem;
    width: 1rem;
    fill: #fff;
    position: fixed;
    top: 2rem;
    right: 1.75rem; }
  .gc-navbar__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    background-color: #4865a5;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    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;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    @media (min-width: 1200px) {
      .gc-navbar__nav {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        width: auto;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: none;
                transform: none;
        position: static; } }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: grid;
    gap: 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: 0; } }
  .gc-navbar__item {
    text-align: center;
    font-size: 1.25rem; }
    @media (min-width: 1200px) {
      .gc-navbar__item {
        text-align: center;
        margin-left: 2rem;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .gc-navbar__item--last {
        margin-left: 3rem; } }
  .gc-navbar__link {
    text-decoration: none;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .gc-navbar__link {
        color: #0E0B74; } }
  .gc-navbar__button {
    width: 100%; }
  .gc-navbar__arrow {
    width: 0.625rem;
    height: 1rem;
    fill: #fff;
    margin-left: 0.5rem; }
    @media (min-width: 1200px) {
      .gc-navbar__arrow {
        fill: #0E0B74; } }
  .gc-navbar__lang-switcher {
    font-size: 1.25rem;
    position: fixed;
    top: 2rem;
    left: 1.75rem;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .gc-navbar__lang-switcher {
        font-size: 0.875rem;
        position: static;
        margin-left: 3rem;
        color: #0E0B74; } }
  .gc-navbar__lang-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase; }
  .gc-navbar__languages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    padding-top: 0.25rem;
    min-width: 3rem; }
  .gc-navbar__lang-link {
    text-decoration: none; }

.gc-other-jobs {
  padding: 4rem 0;
  background-color: #fff; }
  @media (min-width: 900px) {
    .gc-other-jobs {
      padding: 6rem 0; } }
  .gc-other-jobs__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem;
    margin: 2rem 0; }
    @media (min-width: 900px) {
      .gc-other-jobs__list {
        grid-template-columns: repeat(3, 1fr); } }
  .gc-other-jobs__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #fff;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border: 0.0625rem solid #dadce1; }
  .gc-other-jobs__title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #121f3a; }
  .gc-other-jobs__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    margin-bottom: 0.25rem; }
  .gc-other-jobs__icon {
    height: 0.75rem;
    width: 0.75rem;
    fill: #747a87;
    margin-right: 0.5rem; }
  .gc-other-jobs__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 1rem; }
  .gc-other-jobs__more {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

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

.gc-reference-content {
  background-color: #f3f5f9; }
  .gc-reference-content__wrapper {
    max-width: 41.375rem;
    margin: 0 auto; }
    .gc-reference-content__wrapper h3 {
      margin: 2rem 0; }
      .gc-reference-content__wrapper h3:nth-of-type(1) {
        margin-top: 0; }
    .gc-reference-content__wrapper blockquote {
      margin: 2rem 0;
      font-size: 1.5rem;
      color: #61AC98;
      font-style: italic; }
      @media (min-width: 900px) {
        .gc-reference-content__wrapper blockquote {
          font-size: 1.75rem; } }

.gc-reference-hero__container {
  display: grid;
  gap: 3rem; }
  @media (min-width: 900px) {
    .gc-reference-hero__container {
      grid-template-columns: 1fr 1.2fr; } }
  @media (max-width: 599px) {
    .gc-reference-hero__container--fluid-mobile {
      padding: 0;
      max-width: none; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .gc-reference-hero__container--fluid-mobile {
      padding: 0;
      max-width: none; } }
  @media (min-width: 900px) {
    .gc-reference-hero__container--no-padding-desktop {
      padding: 0; } }

.gc-reference-hero__logo {
  height: auto;
  width: 12.25rem;
  margin-bottom: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain; }

.gc-reference-hero__quote {
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic; }

.gc-reference-hero__quote {
  margin-bottom: 1.5rem; }

.gc-reference-hero__author {
  color: #61AC98;
  font-weight: 700; }

.gc-reference-hero__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.gc-reference-hero__pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 1rem;
  width: 100%; }

.gc-reference-hero__pagination-item {
  border: 0.0625rem solid #61AC98;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .gc-reference-hero__pagination-item.is-active {
    background-color: #61AC98; }

.gc-references-logos__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-references-logos__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 49.1875rem; }

.gc-references-logos__item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem; }

.gc-references-logos__image {
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain; }

.gc-references-logos__arrows {
  cursor: pointer; }

.gc-references-logos__arrow {
  height: 1rem;
  width: auto;
  fill: #0E0B74; }
  .gc-references-logos__arrow--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.gc-references-overview {
  background: #f3f5f9; }
  .gc-references-overview__grid {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    row-gap: 3rem; }
  .gc-references-overview__item {
    background: #fff; }
    @media (min-width: 900px) {
      .gc-references-overview__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .gc-references-overview__thumbnail {
    height: 19.75rem;
    width: 100%; }
    @media (min-width: 900px) {
      .gc-references-overview__thumbnail {
        width: 21.1875rem;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 100%; } }
  .gc-references-overview__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-references-overview__info {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 900px) {
      .gc-references-overview__info {
        padding: 2rem 4.125rem; } }
  .gc-references-overview__logo {
    margin: 0 auto 1rem auto;
    display: block;
    height: auto;
    max-width: 8.125rem; }
    @media (min-width: 900px) {
      .gc-references-overview__logo {
        margin-bottom: 2rem; } }
  .gc-references-overview__item-excerpt {
    font-size: 1.5rem;
    font-style: italic;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem; }
  .gc-references-overview__item-button {
    margin-left: auto; }

.gc-references__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem; }

.gc-references__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gc-references__item {
  text-align: center; }
  @media (min-width: 600px) {
    .gc-references__item {
      text-align: left; } }

.gc-references__image {
  width: 8.125rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain; }

.gc-references__button {
  margin-top: 3rem; }

.gc-references__arrows {
  cursor: pointer; }

.gc-references__arrow {
  height: 1rem;
  width: auto;
  fill: #0E0B74; }
  .gc-references__arrow--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.gc-related-integrations__title {
  max-width: 30.75rem; }

.gc-related-integrations__grid {
  display: grid;
  gap: 1rem;
  padding: 0 2.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .gc-related-integrations__grid {
      grid-template-columns: repeat(2, 1fr);
      padding: 0; } }
  @media (min-width: 900px) {
    .gc-related-integrations__grid {
      grid-template-columns: repeat(4, 1fr); } }

.gc-related-integrations__item {
  border: 0.0625rem solid #dadce1;
  padding: 1rem; }
  .gc-related-integrations__item:hover .gc-related-integrations__item-title {
    color: #61AC98; }

.gc-related-integrations__link {
  text-decoration: none; }

.gc-related-integrations__image {
  width: 100%;
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block; }

.gc-related-integrations__item-title {
  margin: 1rem 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.gc-steps-slider {
  padding-top: 6rem; }
  @media (min-width: 900px) {
    .gc-steps-slider {
      padding-top: 7.125rem; } }
  .gc-steps-slider__wrapper {
    overflow: hidden; }
  .gc-steps-slider__title {
    max-width: 28.125rem;
    margin-bottom: 3rem; }
  .gc-steps-slider__track {
    overflow: visible;
    height: 14.6875rem; }
  .gc-steps-slider__list {
    width: 100%; }
    @media (min-width: 900px) {
      .gc-steps-slider__list {
        width: 21.25rem; } }
  .gc-steps-slider__illustrations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 14.6875rem;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out; }
    @media (min-width: 900px) {
      .gc-steps-slider__illustrations {
        -webkit-transform: translateX(33%);
                transform: translateX(33%); } }
  .gc-steps-slider__icon {
    max-height: 11.25rem;
    width: auto;
    opacity: 0.35; }
  .gc-steps-slider__illustration {
    height: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gc-steps-slider__illustration.is-active .gc-steps-slider__icon {
      max-height: 14.6875rem;
      height: 14.6875rem;
      opacity: 1; }
  .gc-steps-slider__container {
    position: relative; }
  .gc-steps-slider__content {
    background: #f3f5f9;
    position: relative;
    width: 100%;
    padding: 6rem 0; }
    @media (min-width: 900px) {
      .gc-steps-slider__content {
        padding: 5rem 0 3rem 0; } }
  .gc-steps-slider__nav {
    position: absolute;
    top: -7.375rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
    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-steps-slider__nav {
        width: 100%;
        left: 0; } }
  .gc-steps-slider__nav-button-next {
    margin-left: auto; }
  .gc-steps-slider__secondary-track {
    overflow: visible;
    width: 100%; }
  .gc-steps-slider__blocks {
    margin: 0 auto; }
  @media (min-width: 900px) {
    .gc-steps-slider__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 2.5rem; } }
  .gc-steps-slider__block.is-active .gc-steps-slider__block-item {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; }
  .gc-steps-slider__block-item {
    -webkit-transform: scale(0.85) translateY(80px);
            transform: scale(0.85) translateY(80px);
    opacity: 0.4;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out; }
    @media (min-width: 900px) {
      .gc-steps-slider__block-item {
        -webkit-transform: scale(0.85) translateY(10px);
                transform: scale(0.85) translateY(10px);
        max-width: 33.33%;
        padding-right: 4.0625rem; } }
  .gc-steps-slider__block-sup {
    font-size: 1.125rem;
    color: #61AC98;
    top: auto; }
  .gc-steps-slider__block-title {
    font-size: 1.25rem;
    color: #121f3a;
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 900px) {
      .gc-steps-slider__block-title {
        text-align: left; } }
  .gc-steps-slider__block-text {
    font-size: 1.125rem;
    margin-bottom: 6.5625rem;
    text-align: center; }
    @media (min-width: 900px) {
      .gc-steps-slider__block-text {
        margin-bottom: 0;
        text-align: left; } }

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

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

.gc-team__title {
  margin-bottom: 0.5rem;
  color: #121f3a;
  font-weight: 700; }

.gc-team__description {
  font-size: 1.125rem; }

.gp-single-job__background {
  background-color: #f3f5f9; }

.gp-single-job__offer {
  overflow: hidden; }
  @media (min-width: 900px) {
    .gp-single-job__offer {
      overflow: visible; } }

.gp-single-job__container {
  display: grid;
  gap: 3.5rem;
  padding-top: 4rem; }
  @media (min-width: 900px) {
    .gp-single-job__container {
      padding-top: 6rem;
      grid-template-columns: 1fr 1fr;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }

.gp-single-job__description {
  width: 100%; }
  .gp-single-job__description img {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .gp-single-job__description p {
    margin-top: 0;
    margin-bottom: 2rem; }
    .gp-single-job__description p:last-of-type {
      margin-bottom: 0; }

.gp-single-job__form {
  margin-bottom: 4rem; }
  @media (min-width: 900px) {
    .gp-single-job__form {
      position: -webkit-sticky;
      position: sticky;
      top: 10rem;
      width: 100%; } }
  .gp-single-job__form .gfield--bottom {
    height: 0;
    -webkit-transform: translateY(71px);
            transform: translateY(71px); }

.gp-single-job__info {
  margin-top: 2rem; }

.gp-single-job__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem; }

.gp-single-job__icon {
  height: 0.75rem;
  width: 0.75rem;
  fill: #61AC98;
  margin-right: 0.5rem; }


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