@charset "UTF-8";
/*! Developed with <3 by Meteorit - https://meteorit.it */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   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, menu, 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,
main, 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, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, 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;
}

/* PERSONALISED normalize.css v2.1.3 | MIT License | git.io/normalize */
img, legend {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, figure {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: dotted thin;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body {
  line-height: inherit;
}

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

:root {
  overscroll-behavior: none;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #3298FD;
  text-shadow: none;
}

::selection {
  background: #3298FD;
  text-shadow: none;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

:focus:not(:focus-visible) {
  outline: 0;
}

a:focus-visible {
  outline-offset: 0.25em;
  outline-width: 0.25em;
  outline-color: currentColor;
}

img {
  display: block;
  width: 100%;
}
img.original-size {
  width: auto;
  max-width: 100%;
}

button {
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* --------------------------------------------

MIXINS

-------------------------------------------- */
/*
usage example:
@include linear-gradient(#fff, #000);
*/
/* --------------------------------

CENTERING

-------------------------------- */
/* --------------------------------

PSEUDO

-------------------------------- */
/* --------------------------------

HARDWARE ACCELERATION

-------------------------------- */
/* --------------------------------

TRIANGLE

-------------------------------- */
/* --------------------------------

EASED LINEAR GRADIENT

-------------------------------- */
/* --------------------------------

BASIC LINEAR GRADIENT (prefer easef linear gradient above)

-------------------------------- */
/* --------------------------------

BASIC HORIZONTAL LINEAR GRADIENT

-------------------------------- */
/* --------------------------------

BASIC RADIAL GRADIENT

-------------------------------- */
/* --------------------------------------------

PLACEHOLDERS - extend technique

-------------------------------------------- */
/*

usage example:

.footer-message {
    @extend %border-radius;
    font-size: 0.75em;
}

*/
.img-holder > img, .img-holder > picture, .img-holder > picture img, .img-holder > video, .img-holder > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------

BREAKPOINTS

-------------------------------------------- */
@font-face {
  font-family: "Arial Fallback [font family 1]";
  src: local(Arial);
  size-adjust: 100%;
  ascent-override: normal;
  descent-override: normal;
  line-gap-override: normal;
}
@font-face {
  font-family: "Arial Fallback [font family 2]";
  src: local(Arial);
  size-adjust: 100%;
  ascent-override: normal;
  descent-override: normal;
  line-gap-override: normal;
}
/* --------------------------------------------

font-name, font-name-weight file-path, [$weight], [$style]

-------------------------------------------- */
/* --------------------------------------------

FONT FAMILIES

-------------------------------------------- */
body {
  font-family: "Lora", sans-serif;
  -webkit-font-kerning: none;
          font-kerning: none;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .like-heading {
  font-family: "Lora", sans-serif;
  font-weight: bold;
  text-wrap: balance;
}
h1 [data-animated], h2 [data-animated], h3 [data-animated], h4 [data-animated], h5 [data-animated], h6 [data-animated], .like-heading [data-animated] {
  text-wrap: wrap;
}

p, h1, h2, h3, h4, h5, h6, .like-heading {
  overflow-wrap: break-word;
}

/* --------------------------------------------

FONT SIZES

-------------------------------------------- */
html {
  font-size: 93.75%;
  line-height: 1.5;
}
@media all and (min-width: 360px) {
  html {
    font-size: 100%;
  }
}
@media all and (min-width: 600px) {
  html {
    font-size: 112.5%;
  }
}
@media all and (min-width: 1280px) {
  html {
    font-size: 118.75%;
  }
}
@media all and (min-width: 1440px) {
  html {
    font-size: 118.75%;
  }
}
@media all and (min-width: 1600px) {
  html {
    font-size: 131.25%;
  }
}
@media all and (min-width: 1920px) {
  html {
    font-size: 143.75%;
  }
}
@media all and (min-width: 2320px) {
  html {
    font-size: 156.25%;
  }
}

.like-hero {
  font-size: 3.0517578125rem;
  line-height: 1.025;
}
@media all and (min-width: 600px) {
  .like-hero {
    font-size: 3.8146972656rem;
    line-height: 1.025;
  }
}
@media all and (min-width: 1024px) {
  .like-hero {
    font-size: 7.4505805969rem;
    line-height: 1;
  }
}

h1, .like-h1 {
  font-size: 1.953125rem;
  line-height: 1.1;
}
@media all and (min-width: 600px) {
  h1, .like-h1 {
    font-size: 2.44140625rem;
    line-height: 1.1;
  }
}

h2, .like-h2 {
  font-size: 1.5625rem;
  line-height: 1.1;
}
@media all and (min-width: 600px) {
  h2, .like-h2 {
    font-size: 1.953125rem;
    line-height: 1.1;
  }
}

h3, .like-h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}
@media all and (min-width: 600px) {
  h3, .like-h3 {
    font-size: 1.5625rem;
    line-height: 1.1;
  }
}

h4, .like-h4 {
  font-size: 1rem;
}

/* --------------------------------------------

TYPE ELEMENTS

-------------------------------------------- */
.tagline {
  display: block;
  font-family: "Lora", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}

.leadP {
  font-size: 1.25rem;
}

figure figcaption {
  font-size: 0.8rem;
}

small, .like-small {
  font-size: 0.8rem;
}

article ol, article ul, .txt-area ol, .txt-area ul {
  list-style: none;
  margin: 1.5rem 0 1.5rem 1.875rem;
  padding-left: 0;
}
article ol li, article ul li, .txt-area ol li, .txt-area ul li {
  margin-bottom: 0.25em;
}
article ol li:last-child, article ul li:last-child, .txt-area ol li:last-child, .txt-area ul li:last-child {
  margin-bottom: 0;
}
article ol, .txt-area ol {
  list-style: decimal inside;
}
article ul, .txt-area ul {
  list-style: disc;
}
@media only screen and (min-width: 768px) {
  article ol, article ul, .txt-area ol, .txt-area ul {
    padding-left: 0;
    list-style-position: outside;
    margin-left: 3rem;
  }
}

article b, article strong, .txt-area b, .txt-area strong {
  font-weight: bold;
}
article em, article i, .txt-area em, .txt-area i {
  font-style: italic;
}
article p, .txt-area p {
  text-wrap: pretty;
}

.txt-area, .txt-area li, figcaption {
  max-width: 37.5em;
  max-width: 65ch;
}

.btn-wrapper .btn-clear:only-child {
  padding-left: 0;
  padding-right: 0;
}

/* Vertical Rhythms is a concept from print design (I think), where we keep vertical spaces between elements on a page consistent (and relative) to each other. The idea is similar to using a typography scale – to allow elements on your page to flow well.

In practice, we often use the line-height property of the body copy as the base for a consistent vertical rhythm. Let’s say the body copy of your website has line-height of 25px. You’ll do two things:

Set the vertical white space between elements to a multiple of 25px
Set the line-height of all text elements to a multiple of 25px */
article p + p, .txt-area p + p {
  margin-top: 1.5rem;
}

article .tagline, .article-wrapper .tagline {
  margin-bottom: 0.75rem;
}
article h1 + .txt-area, article h1 + p, article h2 + .txt-area, article h2 + p, article h3 + .txt-area, article h3 + p, article h4 + .txt-area, article h4 + p, article h5 + .txt-area, article h5 + p, article h6 + .txt-area, article h6 + p, .article-wrapper h1 + .txt-area, .article-wrapper h1 + p, .article-wrapper h2 + .txt-area, .article-wrapper h2 + p, .article-wrapper h3 + .txt-area, .article-wrapper h3 + p, .article-wrapper h4 + .txt-area, .article-wrapper h4 + p, .article-wrapper h5 + .txt-area, .article-wrapper h5 + p, .article-wrapper h6 + .txt-area, .article-wrapper h6 + p {
  margin-top: 2.25rem;
}
article .txt-area * + h2, article .txt-area * + h3, article .txt-area * + h4, article .txt-area * + h5, article .txt-area * + h6, .article-wrapper .txt-area * + h2, .article-wrapper .txt-area * + h3, .article-wrapper .txt-area * + h4, .article-wrapper .txt-area * + h5, .article-wrapper .txt-area * + h6 {
  margin-top: 3.75rem;
}
article .btn-wrapper, .article-wrapper .btn-wrapper {
  margin-top: 2.25rem;
}

blockquote p {
  hanging-punctuation: first;
}

/* --------------------------------------------

CONTAINERS

-------------------------------------------- */
.container {
  position: relative;
  width: calc(100vw - 2 * 7.5vw);
  margin-inline: auto;
  container: container/inline-size;
}
.container.--full-w {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .container {
    width: calc(100vw - 2 * 5vw);
  }
}

/* --------------------------------------------

TEMPLATE DIMENSIONS

-------------------------------------------- */
/* --------------------------------------------

Z INDEXES

-------------------------------------------- */
/* --------------------------------------------

VARIOUS

-------------------------------------------- */
.hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* --------------------------------------------

SPACING

-------------------------------------------- */
/* --------------------------------------------

COMPONENTS SPACING

-------------------------------------------- */
/* --------------------------------

MARGINS

-------------------------------- */
.mt0 {
  margin-top: 1.5rem;
}

.mb0 {
  margin-bottom: 1.5rem;
}

.my0 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt1 {
  margin-top: 1.5rem;
}

.mb1 {
  margin-bottom: 1.5rem;
}

.my1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt2 {
  margin-top: 3rem;
}

.mb2 {
  margin-bottom: 3rem;
}

.my2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt3 {
  margin-top: 3.75rem;
}

.mb3 {
  margin-bottom: 3.75rem;
}

.my3 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mt4 {
  margin-top: 6rem;
}

.mb4 {
  margin-bottom: 6rem;
}

.my4 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-inline: auto;
}

@media only screen and (min-width: 600px) {
  .mt1 {
    margin-top: 2.25rem;
  }
  .mb1 {
    margin-bottom: 2.25rem;
  }
  .ml1 {
    margin-left: 2.25rem;
  }
  .my1 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .mt2 {
    margin-top: 3.75rem;
  }
  .mb2 {
    margin-bottom: 3.75rem;
  }
  .my2 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .mt3 {
    margin-top: 5.25rem;
  }
  .mb3 {
    margin-bottom: 5.25rem;
  }
  .my3 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }
  .mt4 {
    margin-top: 7.5rem;
  }
  .mb4 {
    margin-bottom: 7.5rem;
  }
  .my4 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .mt1 {
    margin-top: 3rem;
  }
  .mb1 {
    margin-bottom: 3rem;
  }
  .my1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mt2 {
    margin-top: 4.5rem;
  }
  .mb2 {
    margin-bottom: 4.5rem;
  }
  .my2 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .mt3 {
    margin-top: 6rem;
  }
  .mb3 {
    margin-bottom: 6rem;
  }
  .my3 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mt4 {
    margin-top: 9rem;
  }
  .mb4 {
    margin-bottom: 9rem;
  }
  .my4 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mt1 {
    margin-top: 3rem;
  }
  .mb1 {
    margin-bottom: 3rem;
  }
  .my1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mt2 {
    margin-top: 6rem;
  }
  .mb2 {
    margin-bottom: 6rem;
  }
  .my2 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mt3 {
    margin-top: 7.5rem;
  }
  .mb3 {
    margin-bottom: 7.5rem;
  }
  .my3 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .mt4 {
    margin-top: 10.5rem;
  }
  .mb4 {
    margin-bottom: 10.5rem;
  }
  .my4 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
/* --------------------------------

PADDINGS

-------------------------------- */
.pt0 {
  padding-top: 1.5rem;
}

.pt1 {
  padding-top: 1.5rem;
}

.pb1 {
  padding-bottom: 1.5rem;
}

.py1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt2 {
  padding-top: 3rem;
}

.pb2 {
  padding-bottom: 3rem;
}

.py2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt3 {
  padding-top: 3.75rem;
}

.pb3 {
  padding-bottom: 3.75rem;
}

.py3 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.pt4 {
  padding-top: 6rem;
}

.pb4 {
  padding-bottom: 6rem;
}

.py4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (min-width: 600px) {
  .pt1 {
    padding-top: 2.25rem;
  }
  .pb1 {
    padding-bottom: 2.25rem;
  }
  .py1 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .pt2 {
    padding-top: 3.75rem;
  }
  .pb2 {
    padding-bottom: 3.75rem;
  }
  .py2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt3 {
    padding-top: 5.25rem;
  }
  .pb3 {
    padding-bottom: 5.25rem;
  }
  .py3 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
  .pt4 {
    padding-top: 7.5rem;
  }
  .pb4 {
    padding-bottom: 7.5rem;
  }
  .py4 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .pt1 {
    padding-top: 3rem;
  }
  .pb1 {
    padding-bottom: 3rem;
  }
  .py1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt2 {
    padding-top: 4.5rem;
  }
  .pb2 {
    padding-bottom: 4.5rem;
  }
  .py2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pt3 {
    padding-top: 6rem;
  }
  .pb3 {
    padding-bottom: 6rem;
  }
  .py3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt4 {
    padding-top: 9rem;
  }
  .pb4 {
    padding-bottom: 9rem;
  }
  .py4 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pt1 {
    padding-top: 3rem;
  }
  .pb1 {
    padding-bottom: 3rem;
  }
  .py1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt2 {
    padding-top: 6rem;
  }
  .pb2 {
    padding-bottom: 6rem;
  }
  .py2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt3 {
    padding-top: 7.5rem;
  }
  .pb3 {
    padding-bottom: 7.5rem;
  }
  .py3 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .pt4 {
    padding-top: 10.5rem;
  }
  .pb4 {
    padding-bottom: 10.5rem;
  }
  .py4 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
/* --------------------------------------------

COLORS

-------------------------------------------- */
img {
  display: block;
  width: 100%;
}
img.original-size {
  width: auto;
  max-width: 100%;
}

.txt-area img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img-holder {
  position: relative;
  overflow: hidden;
}
/* --------------------------------------------

UNLAZY LOADING ANIMATION

-------------------------------------------- */
.blur-up {
  filter: blur(5px);
  transition: filter 0.4s;
}

.blur-up.loaded {
  filter: blur(0);
}

/* --------------------------------------------

TRANSITIONS

-------------------------------------------- */
/* --------------------------------------------

ANIMATIONS KEYFRAMES

-------------------------------------------- */
/*
@keyframes scroll {
    0% {height: 0; top: 0;}
    50% {height: 100%; top: 0;}
    100% {height: 100%; top: 100%;}
}

*/
/* ============ FONT SIZES ============ */
.btn, .btn-clear, .btn-outline {
  font-size: 1rem;
}

.btn.large, .btn-clear.large, .btn-outline.large {
  font-size: 0.8rem;
}
@media all and (min-width: 1280px) {
  .btn.large, .btn-clear.large, .btn-outline.large {
    font-size: 1rem;
  }
}

/* ============ LINKS ============ */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-text-decoration-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), text-decoration-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), text-decoration-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-text-decoration-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a:is(:hover, :focus) {
  color: rgb(12.2708333333, 25.1875, 80.7291666667);
}

article a, .txt-area a {
  color: #13277D;
  text-decoration: underline;
}
article a:not(:is(:hover, :focus)), .txt-area a:not(:is(:hover, :focus)) {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
          text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
}
article a:is(:hover, :focus), .txt-area a:is(:hover, :focus) {
  color: rgb(12.2708333333, 25.1875, 80.7291666667);
}
article a:is(:visited), .txt-area a:is(:visited) {
  opacity: 0.8;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
          text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
}

/* ============ BTNS ============ */
.btn, .btn-clear, .btn-outline {
  font-family: inherit;
  font-weight: bold;
  display: inline-block;
  padding: 0.6em 1.2em;
  line-height: 1;
  margin: 0;
  height: auto;
  vertical-align: middle;
  text-align: center;
  color: inherit;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  transition: background-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@supports (text-box: trim-both cap alphabetic) {
  .btn, .btn-clear, .btn-outline {
    text-box: trim-both cap alphabetic;
    padding: 0.7em 1.2em;
  }
}
.btn:focus:not(:focus-visible), .btn-clear:focus:not(:focus-visible), .btn-outline:focus:not(:focus-visible) {
  outline: none;
}

.btn-clear {
  color: #13277D !important;
}
.btn-clear:is(:hover, :focus) {
  color: rgb(12.2708333333, 25.1875, 80.7291666667) !important;
}

.btn {
  background-color: #13277D !important;
  outline-color: #13277D !important;
  color: #F4F2F4 !important;
  border: 1px solid transparent;
  border-radius: 0.25em;
}
.btn:is(:hover, :focus) {
  background-color: rgb(12.2708333333, 25.1875, 80.7291666667) !important;
  outline-color: rgb(12.2708333333, 25.1875, 80.7291666667) !important;
  border: 1px solid transparent;
}

.btn-outline {
  color: #13277D !important;
  border: 1px solid #13277D;
  border-radius: 0.25em;
}
.btn-outline:is(:hover, :focus, :active) {
  color: #F4F2F4 !important;
  background-color: #13277D !important;
  border: 1px solid #13277D;
}

input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid rgb(197.25, 186.75, 197.25);
  border-radius: 0.4rem;
  box-shadow: none;
  padding: 0.6em 1em;
  width: 100%;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]):focus,
textarea:focus,
select:focus {
  border-color: rgb(197.25, 186.75, 197.25);
  outline: 0;
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(1, 1, 1, 0.5);
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(1, 1, 1, 0.5);
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]):-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder { /* Firefox 18- */
  color: rgba(1, 1, 1, 0.5);
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search])::-webkit-datetime-edit,
textarea::-webkit-datetime-edit,
select::-webkit-datetime-edit {
  color: rgba(1, 1, 1, 0.5);
}
input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]).error, input:where([type=text],
[type=email],
[type=number],
[type=tel],
[type=url],
[type=date],
[type=password],
[type=search]).ff-has-errors,
textarea.error,
textarea.ff-has-errors,
select.error,
select.ff-has-errors {
  border-color: #D11313;
}

select {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='%23948B7C'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 12px 6px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='%23756E62'><polygon points='0,0 100,0 50,50'/></svg>");
}

textarea {
  min-height: 9rem;
}

label,
legend {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
label.inline,
legend.inline {
  display: inline-block;
  margin-left: 0.5rem;
}

fieldset, .fieldset {
  margin-bottom: 1.25rem;
}
fieldset input:last-of-type, .fieldset input:last-of-type {
  margin-bottom: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

div.error {
  font-size: 0.8em;
  color: #D11313;
  margin-top: 0.375rem;
}

/*
MARKUP EXAMPLE

<div class="checkbox">
<input type="checkbox" name="newsletter" id="newsletter" value="1">
<span class="icon">
<i class="fa"></i>
</span>
<label for="newsletter">{{ "PRIVACY_NEWLETTER_FLAG"|t|raw }}</label>
</div>

*/
.checkbox {
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  display: inline-block;
  background-color: #F4F2F4;
  border: 2px solid #010101;
  text-align: center;
  height: 2rem;
  width: 2rem;
}
.checkbox .icon .fa {
  position: absolute;
  left: -1px;
  top: -1px;
  right: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
}
.checkbox input:checked + .icon .fa {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTYgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMTUuODU0MjUsMS42NDYyNSBMMTQuMzU0MjUsMC4xNDYyNSBDMTQuMTU5MjUsLTAuMDQ4NzUgMTMuODQyMjUsLTAuMDQ4NzUgMTMuNjQ3MjUsMC4xNDYyNSBMNS41MDAyNSw4LjI5MzI1IEwyLjM1NDI1LDUuMTQ3MjUgQzIuMTU5MjUsNC45NTIyNSAxLjg0MjI1LDQuOTUyMjUgMS42NDcyNSw1LjE0NzI1IEwwLjE0NjI1LDYuNjQ2MjUgQy0wLjA0ODc1LDYuODQxMjUgLTAuMDQ4NzUsNy4xNTgyNSAwLjE0NjI1LDcuMzUzMjUgTDUuMTQ2MjUsMTIuMzUzMjUgQzUuMjQ0MjUsMTIuNDUxMjUgNS4zNzIyNSwxMi40OTkyNSA1LjUwMDI1LDEyLjQ5OTI1IEM1LjYyODI1LDEyLjQ5OTI1IDUuNzU2MjUsMTIuNDUwMjUgNS44NTQyNSwxMi4zNTMyNSBMMTUuODU0MjUsMi4zNTQyNSBDMTYuMDQ5MjUsMi4xNTkyNSAxNi4wNDkyNSwxLjg0MjI1IDE1Ljg1NDI1LDEuNjQ3MjUgTDE1Ljg1NDI1LDEuNjQ2MjUgWiIgaWQ9IlBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}
.checkbox label {
  position: relative;
  z-index: 1;
  padding-left: 2.5rem;
  line-height: 2rem;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.checkbox input.error + .icon {
  border-color: #D11313;
}

.ohnopot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  width: 0;
}

table {
  width: 100%;
}

td,
th {
  border-bottom: 1px solid palette(base, d-4000);
  padding: 1em;
  text-align: left;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}

th {
  font-weight: bold;
}

/* --------------------------------

NUCLEO ICONS

-------------------------------- */
.nc-icon {
  display: inline-block;
  color: #010101;
  height: 1.5rem;
  width: 1.5rem;
}

.nc-icon use {
  /* change 'inherit' to a color value if you want to add a secondary color to Nucleo icons */
  fill: inherit;
}

.nc-icon.nc-icon-outline use {
  /* change 'inherit' to a color value if you want to add a secondary color to Nucleo icons */
  stroke: inherit;
}

/* --------------------------------

Icon basic style

-------------------------------- */
.nc-align-to-text {
  /* scale and align icon to the text element */
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  stroke: none;
  fill: none;
  color: inherit;
  margin-right: 0.5em;
}

.nc-align-to-text use {
  color: inherit;
}

.nc-icon,
.nc-align-to-text {
  fill: currentColor;
  stroke: none;
}

.nc-icon.nc-icon-outline,
.nc-align-to-text.nc-icon-outline {
  fill: none;
  stroke: currentColor;
}

.nc-icon use {
  stroke: none;
}

.nc-icon.nc-icon-outline use {
  fill: none;
}

.nc-icon.nc-icon-outline,
.nc-align-to-text.nc-icon-outline {
  stroke-width: 3px;
}

.nc-icon.nc-icon-outline use,
.nc-align-to-text.nc-icon-outline use {
  transform: translateX(0.5px) translateY(0.5px);
}

/* --------------------------------------------

VENDOR

-------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-size: 12px;
  opacity: 0.9;
  color: #ffffff;
  text-align: left;
  padding: 1rem 6rem 1rem 1rem;
  z-index: 999999;
  line-height: 1.5;
  border-radius: 3px;
  letter-spacing: 0.0625em;
  background: #010101;
  overflow: hidden;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: slide-in-up;
}

@media (min-width: 992px) {
  .cookie-banner {
    left: 20%;
    right: 20%;
  }
}
.cookie-banner__button {
  display: block;
  position: absolute;
  right: 0;
  width: 60px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #828282;
  transition: background 0.2s;
  cursor: pointer;
}

.cookie-banner__button:hover {
  background-color: hsl(0, 0%, -4.6078431373%);
}

.cookie-banner__close {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cookie-banner__close:before,
.cookie-banner__close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #d9d9d9;
  transition: background 0.2s;
}

.cookie-banner__button:hover .cookie-banner__close:before,
.cookie-banner__button:hover .cookie-banner__close:after {
  background: #ffffff;
}

.cookie-banner__close:before {
  transform: rotate(45deg);
}

.cookie-banner__close:after {
  transform: rotate(-45deg);
}

.cookie-banner__link {
  color: #ffffff;
}
.cookie-banner__link:hover {
  color: inherit;
  text-decoration: underline;
}
@keyframes slide-in-up {
  from {
    transform: translate3d(0, calc(100% + 12px), 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* --------------------------------------------

FRAMEWORKS (without extension for proper import without css @import)

-------------------------------------------- */
/* --------------------------------------------

TEMPLATE

-------------------------------------------- */
/* --------------------------------------------

HTML

-------------------------------------------- */
[id] {
  scroll-margin-top: 2rem;
}

::-moz-selection {
  background: #010101;
  color: #F4F2F4;
}

::selection {
  background: #010101;
  color: #F4F2F4;
}

/* --------------------------------------------

REDUCED MOTION

-------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
  }
}
/* --------------------------------------------

BODY

-------------------------------------------- */
body {
  background: #F4F2F4;
  color: #010101;
}

.content {
  overflow-x: clip;
}
.content > * {
  position: relative;
  z-index: 2;
}

.bg-primary {
  background-color: #13277D;
  color: #F4F2F4;
}

.txt-area {
  text-align: center;
  max-width: 70ch;
  margin-inline: auto;
}

/* --------------------------------------------

MAIN HEADER

-------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

/* --------------------------------------------

NAVIGATION

-------------------------------------------- */
#mainM-trigger {
  position: fixed;
}

#mainM {
  position: fixed;
  z-index: 4;
}

/* --------------------------------------------

PRELOADER

-------------------------------------------- */
#preloader {
  display: none;
  z-index: 5;
}

/* --------------------------------------------

FOOTER

-------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
  text-align: center;
}
#footer .container {
  border: 1px solid #010101;
  padding: 4.5rem 2.25rem 2.25rem;
}
#footer .container::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  aspect-ratio: 260/114;
  width: 15rem;
  background: #F4F2F4;
  transform: translate(-50%, -50%);
}
#footer strong {
  font-weight: bold;
}
#footer .logo-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9;
  width: 12rem;
  aspect-ratio: 260/114;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
#footer .logo-wrapper:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
#footer .txt-wrapper {
  line-height: 1.7;
}
#footer .copy {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  color: #6C6C6C;
  font-size: 0.8em;
  font-weight: 600;
}
#footer a {
  color: #010101;
}
#footer a:hover {
  color: #13277D;
}
@media only screen and (min-width: 1024px) {
  #footer .container {
    padding: 6rem 2.25rem 2.25rem;
  }
  #footer .container::after {
    width: 18rem;
  }
  #footer .logo-wrapper {
    width: 14rem;
  }
  #footer .txt-wrapper {
    font-size: 1.25em;
  }
  #footer .copy {
    margin-top: 4.5rem;
  }
}

/* --------------------------------------------

COMPONENTS

-------------------------------------------- */
#hero {
  position: relative;
}
#hero .img-holder {
  aspect-ratio: 3/2;
}
#hero .img-holder::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
#hero .hero-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  transform: translate(-50%, 0.6rem);
}
#hero .hero-title h1 {
  font-weight: 400;
}
#hero .hero-title span {
  display: block;
}
#hero .hero-title span:first-child {
  font-size: 0.666em;
}
@media only screen and (min-width: 1024px) {
  #hero .img-holder {
    aspect-ratio: 3/1;
  }
  #hero .hero-title {
    transform: translate(-50%, 1rem);
  }
  #hero .hero-title span:first-child {
    line-height: 0.7;
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 1600px) {
  #hero .img-holder {
    aspect-ratio: 4/1;
  }
}

.carousel .img-holder {
  aspect-ratio: 6/7;
}
.carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.carousel .swiper-slide:nth-child(odd) {
  margin-top: 3rem;
}
.carousel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60%;
  background: #13277D;
}

/* --------------------------------------------

PAGES

-------------------------------------------- */
#impressum {
  text-align: left;
}
#impressum .companies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
#impressum address > span {
  display: block;
}
#impressum address .contacts {
  margin: 1.5rem 0;
}
#impressum address .contacts span {
  display: block;
}
#impressum h2, #impressum h3 {
  margin-bottom: 1.5rem;
}
#impressum .logo-box {
  margin-top: 1.5rem;
}
#impressum .logo-box img {
  width: 8rem;
  margin-left: auto;
}
#impressum .logo-box.small img {
  width: 5rem;
}
#impressum .logo-box.brand img {
  width: 10rem;
}
#impressum ol {
  list-style: decimal;
}
@media only screen and (min-width: 768px) {
  #impressum .companies .logo-box img {
    width: 10rem;
    margin-top: 0;
    margin-right: 2rem;
  }
  #impressum .companies .logo-box.brand img {
    width: 14rem;
    margin-right: 0;
  }
  #impressum .companies .logo-box.small img {
    width: 7rem;
    margin-right: 3.5rem;
  }
}

.page-impressum #iub-legalDoc {
  background: transparent !important;
  border-top: 0 !important;
  --green: #13277D;
  --green-light: rgb(22.3645833333, 45.90625, 147.1354166667);
  --black-dark: #010101;
  --black: #010101;
  --black-light: rgb(13.75, 13.75, 13.75);
  --legal-gray: rgba(1, 1, 1, 0.3);
}
.page-impressum #iub-legalDoc .topbar {
  display: none;
}
.page-impressum #iub-legalDoc .pre-footer, .page-impressum #iub-legalDoc .summary__card {
  background: transparent !important;
}
.page-impressum #iub-legalDoc .third-parties-item {
  background: #F4F2F4;
}
.page-impressum #iub-legalDoc .pre-footer {
  border-bottom: 0;
  box-shadow: none;
}
.page-impressum #iub-legalDoc .container > footer {
  box-shadow: none;
  background-color: transparent;
}

#iub-legalDoc h2:before, #iub-legalDoc .accordion__meta p:before, #iub-legalDoc .in-case-of-issues-card header:before, #iub-legalDoc .what-you-can-do-card header:before, #iub-legalDoc .data-you-give-to-us-card header:before, #iub-legalDoc .data-we-collect-card header:before {
  filter: grayscale(1) brightness(0.35);
}

#iub-legalDoc .check-style-list li:before, #iub-legalDoc .legalDoc__accordion summary, #iub-legalDoc .arrow-style-list li:before {
  filter: grayscale(1);
}

#iub-legalDoc .pre-footer .summary__card.in-case-of-issues-card .cta-section .btn {
  border-color: transparent;
}
