/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *::after, *::before {
  box-sizing: border-box;
}

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

/* 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;
  max-width: 100%;
  height: auto;
}

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

.is-hidden {
  display: none !important;
}

.is-not-visible {
  visibility: hidden;
  opacity: 0;
}

.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 374.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 375px) {
  .container {
    max-width: 342px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 672px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1056px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1252px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1432px;
  }
}
@media (min-width: 1860px) {
  .container {
    max-width: 1510px;
  }
}

.container-wide {
  margin-left: 5vw;
  margin-right: 5vw;
}

.container-fluid {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-ld-12, .col-ld-11, .col-ld-10, .col-ld-9, .col-ld-8, .col-ld-7, .col-ld-6, .col-ld-5, .col-ld-4, .col-ld-3, .col-ld-2, .col-ld-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sd-12, .col-sd-11, .col-sd-10, .col-sd-9, .col-sd-8, .col-sd-7, .col-sd-6, .col-sd-5, .col-sd-4, .col-sd-3, .col-sd-2, .col-sd-1, .col-lt-12, .col-lt-11, .col-lt-10, .col-lt-9, .col-lt-8, .col-lt-7, .col-lt-6, .col-lt-5, .col-lt-4, .col-lt-3, .col-lt-2, .col-lt-1, .col-t-12, .col-t-11, .col-t-10, .col-t-9, .col-t-8, .col-t-7, .col-t-6, .col-t-5, .col-t-4, .col-t-3, .col-t-2, .col-t-1, .col-m-12, .col-m-11, .col-m-10, .col-m-9, .col-m-8, .col-m-7, .col-m-6, .col-m-5, .col-m-4, .col-m-3, .col-m-2, .col-m-1, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-m-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-m-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-m-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-m-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-m-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-m-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-m-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-m-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-t {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-t-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-t-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-t-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-t-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-t-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-t-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-t-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-t-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-t-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-t-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-t-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-t-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lt {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lt-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lt-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lt-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lt-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lt-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lt-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lt-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lt-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lt-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lt-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lt-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lt-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1180px) {
  .col-sd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sd-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sd-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sd-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sd-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sd-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sd-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sd-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sd-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .col-ld {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-ld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ld-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ld-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ld-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ld-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Omnes";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/omnes.woff2?v=1.0?v=1.0") format("woff2"), url("../fonts/omnes.woff?v=1.0") format("woff"), url("../fonts/omnes.ttf?v=1.0") format("truetype");
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Bold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-SemiBold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Black.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Regular.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Medium.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-ExtraBold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-LightItalic.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Light.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Bold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-SemiBold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Black.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Regular.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Medium.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-ExtraBold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-LightItalic.woff2?v=1.0") format("woff2"), url("RedHatDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Light.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 16px;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

strong,
b {
  font-weight: 700;
}

.heading-1 {
  font-size: 3rem;
  line-height: 1.166666;
}
.heading-2 {
  font-size: 2.5rem;
  line-height: 1.175;
}
.heading-3 {
  font-size: 2rem;
  line-height: 1.25;
}
.heading-4 {
  font-size: 1.5625rem;
  line-height: 1.2;
}
.heading-5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.heading-6 {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .heading-m-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-m-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-m-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-m-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-m-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-m-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .heading-t-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-t-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-t-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-t-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-t-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-t-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .heading-lt-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-lt-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-lt-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-lt-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-lt-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-lt-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1180px) {
  .heading-sd-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-sd-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-sd-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-sd-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-sd-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-sd-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1366px) {
  .heading-md-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-md-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-md-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-md-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-md-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-md-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1680px) {
  .heading-ld-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-ld-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-ld-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-ld-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-ld-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-ld-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1860px) {
  .heading-xl-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-xl-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-xl-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-xl-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-xl-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-xl-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.paragraph-1 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.paragraph-2 {
  font-size: 1rem;
  line-height: 1.76;
}
.paragraph-3 {
  font-size: 1rem;
  line-height: 1.5;
}
.paragraph-4 {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .paragraph-m-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-m-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-m-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-m-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .paragraph-t-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-t-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-t-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-t-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .paragraph-lt-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-lt-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-lt-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-lt-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1180px) {
  .paragraph-sd-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-sd-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-sd-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-sd-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1366px) {
  .paragraph-md-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-md-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-md-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-md-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1680px) {
  .paragraph-ld-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-ld-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-ld-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-ld-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1860px) {
  .paragraph-xl-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-xl-2 {
    font-size: 1rem;
    line-height: 1.76;
  }
  .paragraph-xl-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-xl-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.page-heading {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 1.625rem;
}
@media (min-width: 1366px) {
  .page-heading {
    font-size: 4.375rem;
  }
}

.section-heading {
  padding-bottom: 1.625rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 1366px) {
  .section-heading {
    font-size: 3.25rem;
  }
}
.section-heading--separator::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 7.5rem;
  margin-top: 1.125rem;
  background: #1b244b;
}
.section-heading--center-separator::after {
  margin-left: auto;
  margin-right: auto;
}

.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}

.color-white {
  color: #fff;
}
.color-gray {
  color: #3e4a5c;
}
.color-primary {
  color: #1b244b;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 375px) {
  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 375px) {
  .text-m-left {
    text-align: left;
  }
}
@media (min-width: 375px) {
  .text-m-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-t-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-t-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-t-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lt-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-lt-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-lt-right {
    text-align: right;
  }
}
@media (min-width: 1180px) {
  .text-sd-center {
    text-align: center;
  }
}
@media (min-width: 1180px) {
  .text-sd-left {
    text-align: left;
  }
}
@media (min-width: 1180px) {
  .text-sd-right {
    text-align: right;
  }
}
@media (min-width: 1366px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1680px) {
  .text-ld-center {
    text-align: center;
  }
}
@media (min-width: 1680px) {
  .text-ld-left {
    text-align: left;
  }
}
@media (min-width: 1680px) {
  .text-ld-right {
    text-align: right;
  }
}
@media (min-width: 1860px) {
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1860px) {
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1860px) {
  .text-xl-right {
    text-align: right;
  }
}

.themeParagraph {
  font-size: 1.75rem;
  line-height: 110%;
}
@media (min-width: 992px) {
  .themeParagraph {
    font-size: 2.625rem;
    line-height: 2.8125rem;
  }
}
@media (min-width: 1366px) {
  .themeParagraph {
    font-size: 3.25rem;
    line-height: 4.0625rem;
  }
}

.smallParagraph {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #1B244B;
}

.content ol,
.content ul {
  margin-bottom: 1.375rem;
}
.content ol:last-child,
.content ul:last-child {
  margin-bottom: 0;
}
.content p + p, .content p + ul {
  margin-top: 1.375rem;
}
.content ul li {
  padding-left: 1rem;
}
.content ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-left: -1rem;
  margin-right: 0.6875rem;
  background: #707070;
}

a {
  color: #1b244b;
  text-decoration: underline;
}

.navigation {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 0 0.625rem;
  transition: all 0.1s ease-out;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1179.98px) {
  .navigation {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5.25rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    will-change: transform, opacity, visibility;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    z-index: 9999;
  }
  .navigation.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navigation.is-active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
@media (min-width: 1180px) {
  .navigation {
    margin-left: auto;
    align-self: center;
  }
}
.navigation__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;
  fill: #fff;
}
@media (min-width: 1180px) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle:focus {
  outline: none;
}
.navigation__toggle-icon {
  width: 100%;
  height: 100%;
}
.navigation__toggle-close {
  display: none;
}
.navigation__toggle.is-active .navigation__toggle-close {
  display: block;
}
.navigation__toggle.is-active .navigation__toggle-open {
  display: none;
}
.navigation__items {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1179.98px) {
  .navigation__items {
    box-sizing: border-box;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    height: 90%;
    margin: 0 auto;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 1179.98px) and (min-width: 375px) {
  .navigation__items {
    max-width: 342px;
  }
}
@media (max-width: 1179.98px) and (min-width: 768px) {
  .navigation__items {
    max-width: 672px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1180px) {
  .navigation__items {
    max-width: 1056px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1366px) {
  .navigation__items {
    max-width: 1252px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1680px) {
  .navigation__items {
    max-width: 1432px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1860px) {
  .navigation__items {
    max-width: 1510px;
  }
}
@media (min-width: 1180px) {
  .navigation__items {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.navigation__item {
  font-size: 1.5rem;
}
@media (min-width: 1180px) {
  .navigation__item {
    font-size: 1rem;
  }
}
.navigation__item-wrap {
  display: flex;
  justify-content: space-between;
}
.navigation__item.is-active .navigation__submenu-toggle {
  transform: scaleY(-1);
}
.navigation__link {
  display: block;
  padding: 1.5rem 0;
  color: #1b244b;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
@media (min-width: 1180px) {
  .navigation__link {
    padding: 1.25rem 2rem;
  }
}
.navigation__link--active, .navigation__link:hover {
  color: #707070;
}
.navigation .wpml-ls-legacy-list-horizontal {
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
  margin-right: 0.9375rem;
}
.navigation .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  flex-direction: row;
}
.navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item {
  padding: 0.3rem 0.2rem;
  opacity: 0.7;
}
@media (min-width: 1180px) {
  .navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item {
    font-size: 0.875rem;
  }
}
.navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item.wpml-ls-current-language {
  opacity: 1;
}
.navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item.wpml-ls-current-language .wpml-ls-link {
  border-bottom: 1px solid #1b244b;
}
.navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item:first-of-type {
  position: relative;
}
.navigation .wpml-ls-legacy-list-horizontal ul .wpml-ls-item .wpml-ls-link {
  text-decoration: none;
}

.link {
  color: #1b244b;
  text-transform: none;
  text-decoration: none;
}
.link__arrow {
  margin-left: 0.8125rem;
  max-width: 0.8125rem;
  height: auto;
  align-self: center;
  transition: transform 0.3s ease-out;
}
.link__arrow path {
  stroke: #1b244b;
}
.link--secondary {
  color: #fff;
}
.link--has-arrow {
  display: inline-flex;
  font-weight: 500;
  font-size: 1.25rem;
}
.link--cta {
  display: inline-flex;
  text-transform: none;
}
.link--cta svg * {
  stroke: #1b244b;
  fill: none;
}
.link--cta-box {
  display: inline-flex;
  color: #fff;
  text-transform: none;
  align-items: center;
}
.link--cta-box svg {
  stroke: #fff;
}
.link--cta-box svg path {
  stroke: #fff;
}
.link__play {
  margin-left: 0.8125rem;
  max-width: 2.3125rem;
  height: auto;
  align-self: center;
  fill: #1b244b;
  transition: transform 0.3s ease-out;
}
.link--has-arrow:hover .link__arrow {
  transform: translateX(50%);
}
.link--secondary .link__arrow {
  fill: #fff;
}

.wpcf7 p {
  margin-bottom: 1.25rem;
}
.wpcf7 label {
  width: 100%;
  margin-bottom: 0.625rem;
}
.wpcf7 label .label-name {
  margin-bottom: 0.5rem;
}
.wpcf7 textarea,
.wpcf7 input {
  width: 100%;
  border: 0.0625rem solid #fff;
  padding: 0.75rem 1rem;
  background: transparent;
  color: #fff;
}
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder {
  color: #fff;
}
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder {
  color: #fff;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
}
.wpcf7 .wpcf7-acceptance label input[type=checkbox] {
  width: 1.5rem;
  margin-right: 1.5rem;
}
.wpcf7 input[type=submit],
.wpcf7 button[type=submit] {
  display: inline-flex;
  background: #1b244b;
  color: #fff;
  padding: 0.75rem 0;
  font-weight: 400;
  border: none;
  cursor: pointer;
}

.page-header {
  display: flex;
  align-items: center;
  min-height: 12.5rem;
  background-position: left;
}
@media (min-width: 1180px) {
  .page-header {
    min-height: 21rem;
  }
}
.page-header__heading {
  padding: 2rem 0;
}

.top-page-section {
  padding-top: 8.75rem;
}
@media (min-width: 1180px) {
  .top-page-section {
    padding-top: 11.875rem;
  }
}

.contact-person {
  padding-bottom: 4rem;
}
.contact-person__image {
  padding-bottom: 1rem;
}
.contact-person a {
  color: #707070;
  text-decoration: none;
}
.contact-person a:hover {
  color: #1b244b;
}

.gallery__item {
  padding-bottom: 2rem;
}
@media (min-width: 1180px) {
  .gallery__item {
    padding: 0;
  }
}
.gallery__image {
  display: block;
  margin: 0 auto;
}

.cta-box {
  background: #1b244b;
  padding: 1.875rem;
  border-radius: 10px;
  width: auto;
}
@media (min-width: 1366px) {
  .cta-box {
    padding: 2.5rem;
  }
}
.cta-box .link {
  color: #fff;
}
.cta-box__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.625rem;
  line-height: 120%;
}
@media (min-width: 1366px) {
  .cta-box__title {
    font-size: 1.625rem;
  }
}
.cta-box__content {
  color: #FFF;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1366px) {
  .cta-box__content {
    font-size: 1.1875rem;
  }
}
.cta-box__content a {
  color: #FFF;
  text-decoration-line: underline;
}
.cta-box--light {
  background: #eff3f9;
}
.cta-box--light .link {
  color: #1b244b;
}
.cta-box--light .link svg * {
  stroke: #1b244b;
  fill: none;
}

.section-padding {
  padding: 3.75rem 0;
}
@media (min-width: 1366px) {
  .section-padding {
    padding: 7.5rem 0;
  }
}

.contact-cta {
  padding: 6.875rem 0;
}
.contact-cta__heading {
  text-align: center;
  padding-bottom: 2.25rem;
  font-weight: 800;
}
.contact-cta__button {
  text-align: center;
}

.site-header {
  position: fixed;
  top: 0.75rem;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-out;
  opacity: 1;
  z-index: 100;
}
.site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10000;
}
@media (min-width: 1180px) {
  .site-header::after {
    display: none;
    z-index: -1;
  }
}
.site-header__container {
  display: flex;
  justify-content: space-between;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
}
.site-header__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.site-header__top a {
  text-align: right;
}
.site-header__top img {
  width: 55%;
}
.site-header__logo {
  position: relative;
  max-width: 15rem;
  z-index: 10001;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header__logo {
    max-width: 21.6875rem;
  }
}
.site-header__logo .logo {
  transition: opacity 0.3s ease-out;
}
.site-header__logo .logo--white {
  opacity: 0;
}
.site-header__logo .logo--color {
  position: absolute;
  left: 0;
  opacity: 1;
}
.site-header--pinned {
  background: rgba(249, 249, 249, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: all 0.2s ease-out;
  top: 0;
}
.site-header--pinned .navigation {
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: all 0.1s ease-out;
}
@media (max-width: 1179.98px) {
  .site-header--pinned .navigation {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.site-header--pinned .navigation__link {
  color: #1b244b;
}
.site-header--pinned .navigation__toggle {
  fill: #1b244b;
}
.site-header--pinned .logo--white {
  opacity: 0;
}
.site-header--pinned .logo--color {
  opacity: 1;
}
.site-header--unpinned {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.site-header--top {
  background: transparent;
  transition: all 0.2s ease-out;
  top: 0.75rem;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.site-header--top .navigation {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 1179.98px) {
  .site-header--top .navigation {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.site-header--top .logo {
  transition: opacity 0.3s ease-out;
}
.site-header--top .logo--white {
  opacity: 0;
}
.site-header--top .logo--color {
  opacity: 1;
}
.page-template-home .site-header__logo {
  position: relative;
  max-width: 15rem;
  z-index: 10001;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page-template-home .site-header__logo {
    max-width: 21.6875rem;
  }
}
.page-template-home .site-header__logo .logo {
  transition: opacity 0.3s ease-out;
}
.page-template-home .site-header__logo .logo--white {
  opacity: 1;
}
.page-template-home .site-header__logo .logo--color {
  position: absolute;
  left: 0;
  opacity: 0;
}
.page-template-home .site-header__logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.page-template-home .site-header--top {
  background: transparent;
  transition: all 0.2s ease-out;
  top: 0.75rem;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.page-template-home .site-header--top .navigation {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 1179.98px) {
  .page-template-home .site-header--top .navigation {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.page-template-home .site-header--top .navigation__link {
  color: #1b244b;
}
.page-template-home .site-header--top .navigation__toggle {
  fill: #1b244b;
}
.page-template-home .site-header--top .logo {
  transition: opacity 0.3s ease-out;
}
.page-template-home .site-header--top .logo--white {
  opacity: 1;
}
.page-template-home .site-header--top .logo--color {
  opacity: 0;
}

.page-template-template-contact .site-header--top {
  background: transparent;
  transition: all 0.2s ease-out;
  top: 0.75rem;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.page-template-template-contact .site-header--top .navigation {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 1179.98px) {
  .page-template-template-contact .site-header--top .navigation {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.page-template-template-contact .site-header--top .navigation__link {
  color: #1b244b;
}
.page-template-template-contact .site-header--top .navigation__toggle {
  fill: #1b244b;
}

.site-footer {
  padding: 3.75rem 0 1.875rem;
  position: relative;
  background: linear-gradient(9deg, #e6eef4 6.57%, rgba(230, 238, 244, 0.66) 20.7%, rgba(224, 236, 247, 0.5) 33.02%, rgba(232, 240, 248, 0.5) 42.58%, rgba(239, 243, 249, 0.64) 51.83%, rgba(244, 246, 249, 0.7) 64.78%, rgba(249, 249, 249, 0.94) 76.3%, #f9f9f9 83.07%);
}
@media (min-width: 1366px) {
  .site-footer {
    padding: 11.25rem 0 1.875rem;
  }
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  grid-gap: 1.875rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .site-footer__contact {
    flex-direction: row;
    grid-gap: 5.625rem;
    align-items: center;
    justify-content: flex-end;
  }
}
.site-footer__contact-info {
  display: flex;
  flex-direction: column;
}
.site-footer__contact-value {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #1b244b;
}
.site-footer__contact-value-link {
  color: #1b244b;
  text-decoration: none;
}
.site-footer__sm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-footer__sm {
    margin-top: unset;
    justify-content: flex-end;
  }
}
.site-footer__sm__items {
  display: flex;
  flex-direction: row;
  grid-gap: 1.875rem;
}
.site-footer__bottom {
  align-items: flex-end;
}
.site-footer__copyrights {
  margin-top: 3.75rem;
  color: #1b244b;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.site-footer__copyrights a {
  color: #1b244b;
  text-decoration: none;
}
.site-footer__sygnet {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1179.98px) {
  .site-footer__sygnet {
    opacity: 0.6;
    z-index: -1;
  }
}

.home-hero {
  position: relative;
}
@media (min-width: 1680px) {
  .home-hero {
    overflow: hidden;
  }
}
.home-hero__videoWrapper {
  height: 100vh;
}
.home-hero__videoWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero img {
  display: block;
}
.home-hero__wrap {
  padding-top: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 5rem;
  width: 100%;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
}
.home-hero__heading {
  font-size: 3.75rem;
}
@media (min-width: 1180px) {
  .home-hero__heading {
    font-size: 7.5rem;
  }
}
.home-about {
  position: relative;
  padding: 6.25rem 0 3.75rem;
}
@media (min-width: 1180px) {
  .home-about {
    padding: 12.5rem 0 6.25rem;
  }
}
.home-about__heading {
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}
.home-about__content {
  text-align: center;
  margin: 0 auto;
}
.home-about__link-wrap {
  padding-top: 1.25rem;
}
@media (min-width: 1180px) {
  .home-about__link-wrap {
    padding-top: 2.25rem;
  }
}
.home-functions {
  padding: 2.5rem 0 6.25rem;
}
@media (min-width: 1366px) {
  .home-functions {
    padding: 6.25rem 0 12.5rem;
  }
}
.home-functions__grid {
  display: flex;
  flex-direction: column;
  grid-gap: 1.5625rem;
}
@media (min-width: 1366px) {
  .home-functions__grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    column-gap: 2.1875rem;
    row-gap: 2.1875rem;
  }
}
.home-functions__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-functions__item--video {
  max-height: 35.875rem;
  position: relative;
}
@media (max-width: 1679.98px) {
  .home-functions__item--video {
    min-height: 25rem;
  }
}
.home-functions__item--video .videoFile {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1679.98px) {
  .home-functions__item--video .videoFile {
    position: absolute;
    height: 100%;
  }
}
.home-functions__item--video .content {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1366px) {
  .home-functions__item--video .content {
    max-width: 70%;
  }
}
@media (min-width: 1860px) {
  .home-functions__item--video .content {
    max-width: 40%;
  }
}
.home-functions__item--textImage {
  background: #f9f9f9;
}
@media (max-width: 1679.98px) {
  .home-functions__item--textImage {
    min-height: 18.75rem;
  }
  .home-functions__item--textImage .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .home-functions__item--textImage .image img {
    width: 100%;
    height: 100%;
  }
}
.home-functions__item--textImage .content {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.home-functions__item--text {
  background: #eff3f9;
}
.home-functions__item--text .textContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  grid-gap: 1rem;
}
@media (max-width: 1679.98px) {
  .home-functions__item--text .textContent {
    padding: 3rem 2rem;
  }
}
.home-functions__item--text .text {
  font-size: 1.75rem;
  text-align: center;
  line-height: 110%;
}
@media (min-width: 1366px) {
  .home-functions__item--text .text {
    font-size: 2.25rem;
  }
}
.home-functions__item--1 {
  grid-column: span 4/span 4;
}
.home-functions__item--1 .textContent {
  flex-direction: column-reverse;
}
.home-functions__item--2 {
  grid-column: span 6/span 6;
}
.home-functions__item--3 {
  grid-column: span 10/span 10;
}
.home-functions__item--4 {
  grid-column: span 6/span 6;
}
.home-functions__item--5 {
  grid-column: span 4/span 4;
}
.home-functions__item-content {
  padding: 1.875rem 1.875rem;
  font-size: 1.75rem;
  font-weight: 110%;
}
@media (min-width: 1366px) {
  .home-functions__item-content {
    font-size: 2.25rem;
    padding: 5rem 3.125rem;
    line-height: 110%;
  }
}
.home-functions__item-content strong {
  font-weight: 700;
}
.home-functions__item-title {
  font-size: 2.625rem;
}
@media (min-width: 1366px) {
  .home-functions__item-title {
    font-size: 4.75rem;
  }
}
.home-functions__button {
  display: flex;
  justify-content: center;
  padding: 1.125rem 0;
}
@media (min-width: 1366px) {
  .home-functions__button {
    padding: 3rem 0 0;
  }
}
.home-drone {
  margin-top: 3.75rem;
}
@media (min-width: 1366px) {
  .home-drone {
    margin-top: 12.5rem;
  }
}
.home-drone__text {
  padding: 3.75rem 0;
}
@media (min-width: 1366px) {
  .home-drone__text {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(60% + 120px);
    height: 100%;
    padding: 7.5rem;
    line-height: 60px;
  }
}
.home-drone__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1366px) {
  .home-drone__image {
    position: initial;
  }
}
.home-drone__contact {
  text-align: center;
  font-weight: 800;
  padding: 3.75rem 0;
}
@media (min-width: 1366px) {
  .home-drone__contact {
    padding: 6.875rem 0;
  }
}
.home-drone__button {
  padding: 1.125rem 0;
}
@media (min-width: 1366px) {
  .home-drone__button {
    padding: 2.25rem 0;
  }
}
.home-app {
  padding: 5rem 0;
  background-size: cover;
}
.home-app__content {
  text-align: right;
}
@media (max-width: 1679.98px) {
  .home-app__content {
    position: initial;
    margin-top: 1.25rem;
  }
}

.about-origin__headingMain {
  margin-bottom: 1.375rem;
  padding-bottom: 0;
}
@media (min-width: 1180px) {
  .about-origin__headingMain {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 1180px) {
  .about-origin__content {
    padding-right: 20%;
  }
}
@media (max-width: 1365.98px) {
  .about-origin__image {
    padding-top: 1.875rem;
  }
}
.about-chapter {
  padding: 3.75rem 0;
}
@media (min-width: 1180px) {
  .about-chapter {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1180px) {
  .about-chapter__text-col {
    padding-left: 5%;
  }
}
.about-chapter__text-col mark {
  background: none;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 120%;
  color: #1b244b;
}
@media (min-width: 1180px) {
  .about-chapter__text-col mark {
    font-size: 1.875rem;
  }
}
@media (max-width: 1365.98px) {
  .about-chapter__image {
    padding-bottom: 1.875rem;
  }
}
.about-content {
  padding-top: 7.6875rem;
  padding-bottom: 6.25rem;
}
.about-content__image-col {
  order: 2;
  text-align: center;
}
@media (min-width: 1180px) {
  .about-content__image-col {
    order: -1;
    text-align: left;
  }
}
.about-content__heading {
  padding-bottom: 1.125rem;
}
.about-content__image {
  display: inline-block;
  text-align: center;
  padding-top: 2.5rem;
}
@media (min-width: 1180px) {
  .about-content__image {
    padding-top: 0;
  }
}
.about-content__image-label {
  padding-top: 1rem;
}
.about-features {
  background: #f5f5f5;
  padding: 5rem 0;
}
@media (min-width: 1180px) {
  .about-features {
    padding: 2.5rem 0 0;
  }
}
@media (min-width: 1180px) {
  .about-features__item {
    padding-bottom: 2.5rem;
  }
}
.about-features__item + .about-features__item {
  padding-top: 4rem;
}
@media (min-width: 1180px) {
  .about-features__item + .about-features__item {
    padding-top: 0;
  }
}
.about-features__title {
  padding-bottom: 1.5rem;
}
.about-quality {
  padding: 6.6875rem 0 10rem;
}
.about-quality__image-col {
  text-align: center;
  padding-top: 2.5rem;
}
.about-quality__row {
  justify-content: space-between;
}
.about-funds {
  padding: 6.6875rem 0 10rem;
  position: relative;
}
.about-funds__row {
  justify-content: space-between;
}
.about-funds__zebatka {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-cooperation {
  padding: 2.875rem 0;
  margin-bottom: 9.5rem;
  background-size: cover;
}
.about-cooperation .section-heading {
  padding-bottom: 1.5rem;
}
.about-cooperation .section-heading::after {
  background: #fff;
}
.about-gallery {
  position: relative;
  z-index: 3;
}

.contact {
  position: relative;
}
.contact__content {
  z-index: 1;
}
.contact__text h3 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.contact__form {
  z-index: 1;
  padding-bottom: 5.625rem;
  background: #1b244b;
  padding: 3.75rem 1.25rem;
  border-radius: 10px;
}
@media (max-width: 1679.98px) {
  .contact__form {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1366px) {
  .contact__form-wrapper {
    padding: 0 10%;
  }
}
.contact__form-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.25rem;
}

.page-template-template-contact .site-footer {
  padding: 3.75rem 0;
}
.page-template-template-contact .site-footer__sygnet {
  display: none;
}
.page-template-template-contact .site-footer__contact {
  display: none;
}

.service-diagram {
  position: relative;
  padding: 6.25rem 0 3.75rem;
}
@media (min-width: 1366px) {
  .service-diagram {
    padding: 12.5rem 0 6.25rem;
  }
}
.service-diagram__heading {
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .service-diagram__heading {
    padding-bottom: 2.5rem;
  }
}
.service-diagram__elements {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 2.25rem;
  row-gap: 2.25rem;
}
@media (min-width: 1366px) {
  .service-diagram__elements {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.service-diagram__elements .singleChart {
  grid-column: span 6/span 6;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #EFF3F9;
}
@media (min-width: 1366px) {
  .service-diagram__elements .singleChart {
    grid-column: span 5/span 5;
  }
  .service-diagram__elements .singleChart:nth-of-type(odd) {
    grid-column: span 7/span 7;
  }
}
.service-diagram__elements .singleChart__content {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.service-diagram__elements .singleChart__stage {
  color: #2B79BC;
  font-size: 1.5rem;
  font-weight: 700;
}
.service-diagram__elements .singleChart__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
.service-diagram__elements .singleChart__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.service-diagram__elements .singleChart__text ol {
  list-style: auto;
}
.service-diagram__elements .singleChart__text ol li ol {
  margin: 0.15rem 0 0.15rem 1rem;
  list-style: lower-alpha;
}
.service-benefits__elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 2.1875rem;
}
.service-benefits__elements .singleBenefit {
  width: calc(100%);
  display: flex;
  padding: 40px 35px 40px 35px;
  flex-direction: column;
  grid-gap: 0.625rem;
  align-items: flex-start;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 1366px) {
  .service-benefits__elements .singleBenefit {
    width: calc(25% - 30px);
  }
}
.service-benefits__elements .singleBenefit:nth-of-type(2), .service-benefits__elements .singleBenefit:nth-of-type(4), .service-benefits__elements .singleBenefit:nth-of-type(5), .service-benefits__elements .singleBenefit:nth-of-type(7) {
  background: #EFF3F9;
}
.service-benefits__elements .singleBenefit__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.service-slider {
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: $color-primary;
  padding: 7.5rem 0;
}
.service-slider__slider .swiper-wrapper {
  padding-bottom: 3.75rem;
}
.service-slider__slider .swiper__navigation {
  right: 0;
  bottom: 0;
  width: 5.625rem;
  position: absolute;
  height: 3.125rem;
}
.service-slider__slider .swiper__navigation .swiper-button-prev, .service-slider__slider .swiper__navigation .swiper-button-next {
  width: 0.9375rem;
}
.service-slider__slider .single-slide {
  position: relative;
}
.service-slider__slider .single-slide__title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 1366px) {
  .service-slider__cta {
    width: 66%;
  }
}
.service-drone__firstBox {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.service-drone__image {
  height: 100%;
}
@media (max-width: 1365.98px) {
  .service-drone__image {
    margin-top: 2rem;
  }
}
.service-drone__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.service-software {
  background: #1b244b;
  margin: 5.625rem 0;
}
@media (min-width: 1180px) {
  .service-software {
    margin: 7.5rem 0;
  }
}
.service-software__image {
  height: 100%;
}
.service-software__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-software__content {
  padding: 12vw;
}
@media (min-width: 1180px) {
  .service-software__content {
    padding: 4.375rem 0;
    padding-right: 12vw;
  }
}
.service-software__text {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  margin-top: 1rem;
}
.service-requirements__elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 2.1875rem;
  padding: 1.25rem 0 1.875rem;
}
.service-requirements__elements .singleRequirements {
  width: 100%;
  display: flex;
  padding: 40px 35px 40px 35px;
  flex-direction: column;
  grid-gap: 0.625rem;
  align-items: flex-start;
  border-radius: 10px;
  background: #EFF3F9;
}
@media (min-width: 1180px) {
  .service-requirements__elements .singleRequirements {
    width: calc(25% - 30px);
  }
}
.service-requirements__elements .singleRequirements__title {
  font-size: 1rem;
  font-weight: 500;
}
.service-pricing {
  padding: 3.75rem 0;
}
@media (min-width: 1180px) {
  .service-pricing {
    padding: 7.5rem 0 3.75rem;
  }
}
@media (min-width: 1180px) {
  .service-pricing__content {
    padding-right: 20%;
  }
}
.service-measur {
  position: relative;
}
.service-measur__image {
  margin: 1.25rem 0;
}
@media (min-width: 1366px) {
  .service-measur__image {
    margin: 1.25rem 0 2.5rem 0;
  }
}
@media (min-width: 1366px) {
  .service-measur__content {
    padding-right: 15%;
  }
}
.service-measur .block-hero-modal {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 20;
}
.service-measur .block-hero-modal--visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}
.service-measur .block-hero-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-measur .block-hero-modal__button {
  margin-bottom: 1rem;
  color: #1b244b;
  align-self: flex-end;
  padding: 1.4rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
.service-measur .block-hero-modal__frame-wrapper {
  width: 50%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  height: auto;
}
.service-measur .block-hero-modal__frame {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}

.funding-logo {
  padding-bottom: 4rem;
}
.funding-logo__heading {
  margin-bottom: 4rem;
}
.funding-logo__image {
  max-width: 68.75rem;
}
@media (min-width: 1366px) {
  .funding-beneficjent__content {
    padding-right: 6.25rem;
  }
}
.funding-beneficjent__highlighted {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1366px) {
  .funding-beneficjent__highlighted {
    font-size: 1.875rem;
  }
}
.funding-beneficjent__image {
  margin: 1.875rem 0;
}
@media (min-width: 1366px) {
  .funding-beneficjent__image {
    margin: 0 0 2.625rem 0;
  }
}
.funding-plans__image-col {
  margin-bottom: 1.875rem;
}
@media (min-width: 1366px) {
  .funding-plans__image-col {
    margin-bottom: 0;
  }
}
.funding-plans__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  height: 100%;
  border-radius: 10px;
  background: #eff3f9;
}
@media (min-width: 1366px) {
  .funding-plans__wrapper {
    padding: 3.875rem;
  }
}
.funding-plans__highlighted {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1366px) {
  .funding-plans__highlighted {
    font-size: 1.875rem;
  }
}

html,
body {
  overflow-x: hidden;
}

html.menu-open {
  overflow: hidden;
}

body {
  background: #f9f9f9;
  color: #1b244b;
}
body.lock-scroll {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

.page-template-default .page {
  padding: 5rem 0;
  color: #1b244b;
}
@media (min-width: 1366px) {
  .page-template-default .page {
    padding: 8.75rem 0;
  }
}
.page-template-default .page h1 {
  margin-bottom: 1.875rem;
  font-weight: 700;
}
.page-template-default .page h2, .page-template-default .page h3, .page-template-default .page h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
