/*! 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 {
  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 {
  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"] {
  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;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clear {
  display: block;
  clear: both;
}
#autoloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
#autoloader i {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  cursor: default;
}
.autopopup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}
.autopopup.test {
  display: block;
}
.autopopup.r5 .margin_wrapper {
  border-radius: 5px;
}
.autopopup.r10 .margin_wrapper {
  border-radius: 10px;
}
.autopopup.r15 .margin_wrapper {
  border-radius: 15px;
}
.autopopup.r20 .margin_wrapper {
  border-radius: 20px;
}
.autopopup.r25 .margin_wrapper {
  border-radius: 25px;
}
.autopopup.r30 .margin_wrapper {
  border-radius: 30px;
}
.autopopup.r35 .margin_wrapper {
  border-radius: 35px;
}
.autopopup.r40 .margin_wrapper {
  border-radius: 40px;
}
.autopopup.r45 .margin_wrapper {
  border-radius: 45px;
}
.autopopup.r50 .margin_wrapper {
  border-radius: 50px;
}
.autopopup .center_wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.autopopup .hor_wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  display: table;
}
.autopopup.w100 .hor_wrapper {
  width: 100px;
  left: -50px;
}
.autopopup.w200 .hor_wrapper {
  width: 200px;
  left: -100px;
}
.autopopup.w300 .hor_wrapper {
  width: 300px;
  left: -150px;
}
.autopopup.w400 .hor_wrapper {
  width: 400px;
  left: -200px;
}
.autopopup.w500 .hor_wrapper {
  width: 500px;
  left: -250px;
}
.autopopup.w600 .hor_wrapper {
  width: 600px;
  left: -300px;
}
.autopopup.w700 .hor_wrapper {
  width: 700px;
  left: -350px;
}
.autopopup.w800 .hor_wrapper {
  width: 800px;
  left: -400px;
}
.autopopup.w900 .hor_wrapper {
  width: 900px;
  left: -450px;
}
.autopopup.w1000 .hor_wrapper {
  width: 1000px;
  left: -500px;
}
.autopopup .vert_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.autopopup .margin_wrapper {
  background-color: #fff;
  overflow: auto;
}
.autopopup .content_wrapper {
  position: relative;
}
.autopopup.m5 .content_wrapper {
  margin: 5px;
}
.autopopup.m10 .content_wrapper {
  margin: 10px;
}
.autopopup.m15 .content_wrapper {
  margin: 15px;
}
.autopopup.m20 .content_wrapper {
  margin: 20px;
}
.autopopup.m25 .content_wrapper {
  margin: 25px;
}
.autopopup.m30 .content_wrapper {
  margin: 30px;
}
.autopopup.m35 .content_wrapper {
  margin: 35px;
}
.autopopup.m40 .content_wrapper {
  margin: 40px;
}
.autopopup.m45 .content_wrapper {
  margin: 45px;
}
.autopopup.m50 .content_wrapper {
  margin: 50px;
}
.autopopup .cross {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  cursor: pointer;
  color: #333;
}
.autopopup .cross:hover {
  color: #b90000;
}
.autopopup .cross i {
  position: relative;
  top: -2px;
  font-size: 20px;
}
@media all and (max-width: 1050px) {
  .autopopup.w1000 .hor_wrapper {
    width: 900px;
    left: -450px;
  }
}
@media all and (max-width: 950px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper {
    width: 800px;
    left: -400px;
  }
}
@media all and (max-width: 850px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper {
    width: 700px;
    left: -350px;
  }
}
@media all and (max-width: 750px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper {
    width: 600px;
    left: -300px;
  }
}
@media all and (max-width: 650px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper {
    width: 500px;
    left: -250px;
  }
}
@media all and (max-width: 550px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper {
    width: 400px;
    left: -200px;
  }
}
@media all and (max-width: 450px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper,
  .autopopup.w400 .hor_wrapper {
    width: 300px;
    left: -150px;
  }
}
.block-ratio-custom,
.block-3-2,
.block-16-9,
.block-4-3,
.block-square {
  display: block;
}
.block-ratio-custom > div,
.block-3-2 > div,
.block-16-9 > div,
.block-4-3 > div,
.block-square > div,
.block-ratio-custom > span,
.block-3-2 > span,
.block-16-9 > span,
.block-4-3 > span,
.block-square > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.block-ratio-custom > div > div,
.block-3-2 > div > div,
.block-16-9 > div > div,
.block-4-3 > div > div,
.block-square > div > div,
.block-ratio-custom > span > div,
.block-3-2 > span > div,
.block-16-9 > span > div,
.block-4-3 > span > div,
.block-square > span > div,
.block-ratio-custom > div > span,
.block-3-2 > div > span,
.block-16-9 > div > span,
.block-4-3 > div > span,
.block-square > div > span,
.block-ratio-custom > span > span,
.block-3-2 > span > span,
.block-16-9 > span > span,
.block-4-3 > span > span,
.block-square > span > span,
.block-ratio-custom > div > a,
.block-3-2 > div > a,
.block-16-9 > div > a,
.block-4-3 > div > a,
.block-square > div > a,
.block-ratio-custom > span > a,
.block-3-2 > span > a,
.block-16-9 > span > a,
.block-4-3 > span > a,
.block-square > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-ratio-custom > div > div > img,
.block-3-2 > div > div > img,
.block-16-9 > div > div > img,
.block-4-3 > div > div > img,
.block-square > div > div > img,
.block-ratio-custom > span > div > img,
.block-3-2 > span > div > img,
.block-16-9 > span > div > img,
.block-4-3 > span > div > img,
.block-square > span > div > img,
.block-ratio-custom > div > span > img,
.block-3-2 > div > span > img,
.block-16-9 > div > span > img,
.block-4-3 > div > span > img,
.block-square > div > span > img,
.block-ratio-custom > span > span > img,
.block-3-2 > span > span > img,
.block-16-9 > span > span > img,
.block-4-3 > span > span > img,
.block-square > span > span > img,
.block-ratio-custom > div > a > img,
.block-3-2 > div > a > img,
.block-16-9 > div > a > img,
.block-4-3 > div > a > img,
.block-square > div > a > img,
.block-ratio-custom > span > a > img,
.block-3-2 > span > a > img,
.block-16-9 > span > a > img,
.block-4-3 > span > a > img,
.block-square > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.block-ratio-custom > div > img,
.block-3-2 > div > img,
.block-16-9 > div > img,
.block-4-3 > div > img,
.block-square > div > img,
.block-ratio-custom > span > img,
.block-3-2 > span > img,
.block-16-9 > span > img,
.block-4-3 > span > img,
.block-square > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.block-ratio-custom.block-3-2 > div,
.block-3-2.block-3-2 > div,
.block-16-9.block-3-2 > div,
.block-4-3.block-3-2 > div,
.block-square.block-3-2 > div,
.block-ratio-custom.block-3-2 > span,
.block-3-2.block-3-2 > span,
.block-16-9.block-3-2 > span,
.block-4-3.block-3-2 > span,
.block-square.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.block-ratio-custom.block-16-9 > div,
.block-3-2.block-16-9 > div,
.block-16-9.block-16-9 > div,
.block-4-3.block-16-9 > div,
.block-square.block-16-9 > div,
.block-ratio-custom.block-16-9 > span,
.block-3-2.block-16-9 > span,
.block-16-9.block-16-9 > span,
.block-4-3.block-16-9 > span,
.block-square.block-16-9 > span {
  padding-bottom: 56.25%;
}
.block-ratio-custom.block-4-3 > div,
.block-3-2.block-4-3 > div,
.block-16-9.block-4-3 > div,
.block-4-3.block-4-3 > div,
.block-square.block-4-3 > div,
.block-ratio-custom.block-4-3 > span,
.block-3-2.block-4-3 > span,
.block-16-9.block-4-3 > span,
.block-4-3.block-4-3 > span,
.block-square.block-4-3 > span {
  padding-bottom: 75%;
}
.block-ratio-custom.block-square > div,
.block-3-2.block-square > div,
.block-16-9.block-square > div,
.block-4-3.block-square > div,
.block-square.block-square > div,
.block-ratio-custom.block-square > span,
.block-3-2.block-square > span,
.block-16-9.block-square > span,
.block-4-3.block-square > span,
.block-square.block-square > span {
  padding-bottom: 100%;
}
#stp-sidemenu-mask {
  z-index: 499;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
/* Breakpoints */
/* Colors */
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.autosize-m {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* Mobile and Tablet */
/* Animations */
@-webkit-keyframes arrowDown {
  0% {
    bottom: 9vh;
  }
  100% {
    bottom: 5vh;
  }
}
@keyframes arrowDown {
  0% {
    bottom: 9vh;
  }
  100% {
    bottom: 5vh;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.editor-style {
  font-size: 16px;
  color: #020D34;
}
.editor-style::after {
  content: "";
  clear: both;
  display: table;
}
.editor-style p {
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
}
.editor-style p strong {
  font-weight: 700;
}
.editor-style h2,
.editor-style h3,
.editor-style h4,
.editor-style h5,
.editor-style h6 {
  font-size: 20px;
  margin: 30px 0;
  margin-top: 90px;
  line-height: 1em;
}
.editor-style h2 {
  font-size: 24px;
}
.editor-style h3 {
  font-size: 22px;
}
.editor-style h4 {
  font-size: 20px;
}
.editor-style h5 {
  font-size: 18px;
}
.editor-style ul,
.editor-style ol {
  margin: 30px 0;
  padding-left: 1.4em;
  margin-left: 1.4em;
}
.editor-style ul li,
.editor-style ol li {
  margin: 5px 0;
  line-height: 1.5em;
}
.editor-style .wp-block-gallery {
  padding-left: 0;
  margin-left: 0;
}
.editor-style .wp-block-gallery .blocks-gallery-item {
  margin: 0;
}
.editor-style blockquote {
  padding-left: 1em;
  border-left: 4px solid #E10A1B;
  margin: 30px;
}
.editor-style .wp-block-image {
  margin: 60px 0;
}
.editor-style .wp-block-image figcaption {
  margin: 5px 0;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.editor-style .wp-block-embed {
  margin: 60px 0;
}
.editor-style .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}
.editor-style .wp-block-embed .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
}
.editor-style .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: ' ';
  display: block;
  padding-top: 56.25%;
}
.editor-style .wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.editor-style .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.editor-style .wp-block-columns {
  display: block;
}
.editor-style .wp-block-columns .wp-block-column {
  margin: 0;
}
@media all and (min-width: 700px) {
  .editor-style .wp-block-columns {
    display: flex;
    justify-content: space-between;
  }
  .editor-style .wp-block-columns .wp-block-column {
    flex-basis: 46%;
  }
  .editor-style .wp-block-columns .wp-block-column + .wp-block-column {
    text-align: right;
  }
  .editor-style .wp-block-columns .wp-block-column + .wp-block-column ul li,
  .editor-style .wp-block-columns .wp-block-column + .wp-block-column ol li {
    padding-right: 30px;
    padding-left: 0;
    background-image: url(../img/arrow-left.svg);
    background-position: right top;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-weight: 400;
}
.admin-bar .mainnavigation,
.admin-bar .mobileheader {
  top: 32px !important;
}
.admin-bar #wpadminbar {
  position: fixed;
}
@media all and (max-width: 782px) {
  .admin-bar .mainnavigation,
  .admin-bar .mobileheader {
    top: 46px !important;
  }
}
/*
Block: CText
*/
.ctext {
  text-align: center;
  font-size: 20px;
  color: #020D34;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ctext--discrete {
  color: #bbb;
  font-size: 16px;
}
/*
Block : MainNavigationSpacer
*/
.mainnavigationspacer {
  height: 100px;
}
@media screen and (max-width: 950px) {
  .mainnavigationspacer {
    height: 50px;
  }
}
/*
Block : LightGreenContainer
*/
.lightgreencontainer {
  background-color: #E8FFF9;
  overflow: hidden;
}
/*
Block : PageTitle
*/
.pagetitle {
  font-weight: 800;
  color: #020D34;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 60px;
}
.pagetitle strong,
.pagetitle b,
.pagetitle i,
.pagetitle em {
  font-weight: 800;
  font-style: italic;
  color: #14FF00;
}
@media screen and (max-width: 800px) {
  .pagetitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagetitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .pagetitle {
    font-size: 24px;
  }
}
/*
Block : PageSubTitle
*/
.pagesubtitle {
  font-weight: 400;
  color: #020D34;
  font-size: 18px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 60px;
}
.pagesubtitle strong,
.pagesubtitle b,
.pagesubtitle i,
.pagesubtitle em {
  font-weight: 800;
  font-style: italic;
  color: #14FF00;
}
/*
Block : MainNavigation
*/
.mainnavigation {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #14FF00;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
}
.mainnavigation__cross {
  display: none;
}
.mainnavigation__sidecontent {
  display: flex;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.mainnavigation__navlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.mainnavigation__navlist li {
  margin: 0 10px;
  color: #020D34;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainnavigation__navlist a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.mainnavigation__navlist li.current-menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #020D34;
}
.mainnavigation__logo {
  flex-basis: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 15px;
  flex-shrink: 0;
}
.mainnavigation__logo img {
  display: block;
  width: 100%;
}
.mainnavigation__group {
  border-radius: 20px;
  border: 3px solid #020D34;
  align-self: center;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #020D34;
  text-decoration: none;
  flex-shrink: 0;
}
.mainnavigation__spacer {
  flex-basis: 50%;
  flex-shrink: 1;
}
.mainnavigation__lang {
  width: 35px;
  height: 25px;
  position: relative;
  align-self: center;
  flex-shrink: 0;
  margin: 0 30px;
}
.mainnavigation__lang ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mainnavigation__lang li {
  display: none;
}
.mainnavigation__lang li.current-lang {
  display: block;
}
.mainnavigation__lang a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  color: #020D34;
  text-align: center;
  height: 25px;
  line-height: 25px;
  display: block;
}
.mainnavigation__lang a:hover {
  color: #fff;
}
.mainnavigation__lang:hover li {
  display: block;
  background-color: #10cc00;
}
@media screen and (max-width: 950px) {
  .mainnavigation {
    width: 90%;
    max-width: 300px;
    height: 100%;
    display: block;
    padding-top: 150px;
    transform: translateX(-310px);
    will-change: transform;
    transition: transform 0.3s;
  }
  .mainnavigation::before {
    display: none;
  }
  .mainnavigation.stp-menu-open {
    transform: translateX(0px);
  }
  .mainnavigation__cross {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 5;
    cursor: pointer;
  }
  .mainnavigation__cross path {
    stroke: #020D34;
  }
  .mainnavigation__lang {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .mainnavigation__logo {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mainnavigation__logo img {
    display: block;
    height: 60px;
    width: auto;
  }
  .mainnavigation__group {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .mainnavigation__sidecontent {
    display: block;
  }
  .mainnavigation__navlist {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
  }
  .mainnavigation__navlist li {
    margin: 10px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .mainnavigation__navlist li.current-menu-item {
    background-color: #020D34;
    color: #fff;
  }
  .mainnavigation__navlist li::before {
    display: none;
  }
}
/*
Block : MobileHeader
*/
.mobileheader {
  display: none;
}
@media screen and (max-width: 950px) {
  .mobileheader {
    height: 50px;
    background-color: #14FF00;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .mobileheader__menubtn {
    position: absolute;
    top: 5px;
    height: 40px;
    left: 5px;
    width: 40px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mobileheader__menubtn svg {
    width: 100%;
  }
  .mobileheader__menubtn path {
    fill: #020D34;
  }
  .mobileheader__logo {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileheader__logo img {
    width: 100%;
  }
}
/*
Block: Page404
*/
.page404 {
  padding: 10vw 5vw;
  text-align: center;
}
/*
Block : Footer
*/
.footer {
  background-image: linear-gradient(#fff 0%, #fff 45%, #E8FFF9 45%, #E8FFF9 100%);
  padding: 30px 10px;
  margin-top: 60px;
}
.footer__logos {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.footer__logos a {
  flex-basis: 200px;
  margin: 0 15px;
}
.footer__logos a img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logos a:nth-child(1) {
  flex-basis: 250px;
}
.footer__logos a:nth-child(2) {
  flex-basis: 300px;
}
.footer__copyright {
  color: #020D34;
  font-size: 14px;
  text-align: center;
}
.footer__copyright a {
  color: #020D34;
  text-decoration: none;
}
.footer__copyright a:hover {
  text-decoration: underline;
}
/*
Block: CButtonContainer
*/
.cbuttoncontainer {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.cbuttoncontainer .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
.cbuttoncontainer--bigmargin {
  margin-top: 90px;
  margin-bottom: 90px;
}
/*
Block: CButton
*/
.cbutton {
  display: inline-flex;
  text-decoration: none;
  background-color: #14FF00;
  border: none;
  font-size: 18px;
  align-items: center;
  padding: 13px 40px;
  cursor: pointer;
}
.cbutton svg {
  width: 24px;
  margin-left: 3px;
}
.cbutton:hover {
  background-color: #10cc00;
}
/*
Block: SearchStationForm
*/
.searchstationform {
  max-width: 450px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
.searchstationform > input {
  border: 0;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  background: none;
  border-bottom: 1px solid #020D34;
}
.searchstationform > button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.searchstationform > button svg {
  display: block;
  width: 30px;
}
.searchstationform > button svg path {
  fill: #14FF00;
}
.searchstationform__applink {
  font-size: 14px;
  color: #020D34;
  display: flex;
  align-items: center;
  text-decoration: none;
  will-change: opacity;
  transition: opacity 0.3s;
}
.searchstationform__applink img {
  width: 30px;
  flex-basis: 30px;
  margin-left: 3px;
}
.searchstationform__applink:hover {
  opacity: 0.7;
}
/*
Block: Aboutus
*/
.aboutus {
  position: relative;
}
.aboutus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #E8FFF9;
  z-index: 0;
}
.aboutus__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.aboutus__picture {
  flex-basis: 45%;
  margin-left: -10%;
}
.aboutus__picture img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutus__text {
  flex-basis: 55%;
  margin-top: 120px;
  font-size: 16px;
  color: #020D34;
}
.aboutus__text b,
.aboutus__text strong {
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .aboutus__wrapper {
    display: block;
    overflow: hidden;
  }
  .aboutus__picture {
    margin-left: 0;
    float: left;
    width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/*
Block: HomeBanner
*/
.homebanner {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.homebanner__bgpicture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.homebanner__bgpicture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homebanner__bgpicture::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(2, 13, 52, 0.7), rgba(2, 13, 52, 0));
}
.homebanner__title {
  font-weight: 800;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.homebanner__title p {
  margin: 0;
}
.homebanner__title strong,
.homebanner__title b,
.homebanner__title i,
.homebanner__title em {
  font-weight: 800;
  font-style: italic;
  color: #14FF00;
}
.homebanner__logopicture {
  max-width: 320px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 15;
}
.homebanner__logopicture img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .homebanner__title {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .homebanner__title {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*
Block: Benefits
*/
.benefits {
  position: relative;
  margin: 140px 0;
  max-width: 1130px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: #020D34;
}
.benefits__list {
  margin: 90px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}
.benefits__item {
  flex-basis: 33.33%;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-left: 1px solid #fff;
  margin: 30px 0;
  margin-left: -1px;
}
.benefits__picture {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.benefits__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.benefits__text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-left: 10%;
  margin-right: 10%;
}
.benefits__text ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}
.benefits__text p {
  margin: 1em 0;
}
@media screen and (max-width: 1150px) {
  .benefits__list {
    margin: 50px;
  }
  .benefits__item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 700px) {
  .benefits__list {
    margin: 30px;
  }
  .benefits__item {
    flex-basis: 100%;
    border-left: none;
    margin: 15px 0;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  .benefits__item:first-child {
    border-top: 0;
  }
}
/*
Block CardDisplay
*/
.carddisplay {
  position: relative;
}
.carddisplay img {
  display: block;
  max-width: 320px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  z-index: 10;
}
.carddisplay::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
/*
Block: Breadcrumbs
*/
.breadcrumbs {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs a {
  color: #020D34;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_last {
  color: #14FF00;
}
/*
Block: StationsMap
*/
.stationsmap {
  height: 600px;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 25px solid #020D34;
  background-color: #020D34;
  border-radius: 20px;
  /* scrollbar width */
}
.stationsmap > * {
  overflow: hidden;
  border-radius: 20px;
}
.stationsmap .gm-style-iw,
.stationsmap .gm-style-iw-c {
  background-color: #020D34;
}
.stationsmap .gm-style-iw-d {
  overflow: auto !important;
}
.stationsmap .gm-ui-hover-effect {
  background-color: #14FF00 !important;
  border-bottom-left-radius: 20px !important;
}
.stationsmap .stationsmap__item {
  margin: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #020D34;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.stationsmap .stationsmap__itemname {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #fff;
  font-style: italic;
}
.stationsmap .stationsmap__itemcontent {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.stationsmap .stationsmap__itemlink {
  font-size: 14px;
  margin-top: 10px;
}
.stationsmap .stationsmap__itemlink a {
  color: #14FF00;
}
.stationsmap .stationsmap__itemlink a:hover {
  color: #43ff33;
}
@media screen and (max-width: 550px) {
  .stationsmap {
    height: 400px;
  }
}
/*
Block : SectionForm
*/
.sectionform {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 120px;
  margin-bottom: 60px;
}
.sectionform .sectionform__beforeandaftermessage {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  width: 90%;
  margin: 60px auto;
}
.sectionform .sectionform__beforeandaftermessage p {
  margin: 0;
}
.sectionform .sectionform__beforeandaftermessage a {
  color: #14FF00;
}
.sectionform .sectionform__beforeandaftermessage a:hover {
  color: #10cc00;
}
.sectionform .sectionform__columnswrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 95px;
  margin-right: 95px;
}
.sectionform .sectionform__column {
  flex-basis: 48%;
}
.sectionform .sectionform__column--full {
  flex-basis: 100%;
}
.sectionform .sectionform__label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #020D34;
  height: 40px;
  position: relative;
  z-index: 10;
}
.sectionform .sectionform__label span,
.sectionform .sectionform__label strong {
  position: absolute;
  top: 0;
  right: -90px;
  height: 71px;
  background-color: #14FF00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 14px;
  font-weight: 800;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sectionform .sectionform__label span {
  left: -90px;
  right: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sectionform .wpcf7-list-item-label {
  margin: 0;
  font-weight: 400;
  font-size: 14rpx;
  color: #020D34;
}
.sectionform .sectionform__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #020D34;
  background-color: transparent;
  border-radius: 0;
  color: #020D34;
  height: 30px;
  margin-bottom: 5.5vh;
  outline: none;
}
.sectionform textarea.sectionform__field {
  min-height: 140px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.sectionform .sectionform__rgpd {
  font-size: 12px;
  color: #ddd;
  text-align: left;
  margin: 15px 0;
}
.sectionform .sectionform__button {
  display: block;
  margin: 7.5vh auto 0 auto;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
}
.sectionform .wpcf7-list-item {
  margin-left: 0;
}
.sectionform .sectionform__field::-moz-placeholder {
  color: #ddd;
}
.sectionform .sectionform__field::placeholder {
  color: #ddd;
}
.sectionform .sectionform__morethan10 {
  flex-basis: 100%;
  background-color: #020D34;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 15px;
  margin: 30px 0;
}
.sectionform .sectionform__morethan10__title {
  font-weight: 800;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.sectionform .sectionform__morethan10__title p {
  margin: 0;
}
.sectionform .sectionform__morethan10__title strong,
.sectionform .sectionform__morethan10__title b,
.sectionform .sectionform__morethan10__title i,
.sectionform .sectionform__morethan10__title em {
  font-weight: 800;
  font-style: italic;
  color: #14FF00;
}
.sectionform .sectionform__morethan10__contact {
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
}
.sectionform .wpcf7-not-valid-tip {
  margin-top: -5vh;
  margin-bottom: 5vh;
}
@media screen and (max-width: 800px) {
  .sectionform .sectionform__column {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 800px) {
  .sectionform .sectionform__morethan10__title {
    font-size: 18px;
  }
}

