/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Arvo';
  src: url("../fonts/Arvo-Bold.eot");
  src: url("../fonts/Arvo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo-Bold.woff2") format("woff2"), url("../fonts/Arvo-Bold.woff") format("woff"), url("../fonts/Arvo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arvo';
  src: url("../fonts/Arvo.eot");
  src: url("../fonts/Arvo.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo.woff2") format("woff2"), url("../fonts/Arvo.woff") format("woff"), url("../fonts/Arvo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== COLOR VARIABLES ===== */
/* ===== MIXINS ===== */
/* ===== HEADER ===== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  z-index: 100;
}

@media screen and (max-width: 1719px) {
  .header {
    padding-top: 66px;
  }
}

@media screen and (max-width: 1439px) {
  .header {
    padding-top: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    padding-top: 40px;
  }
}

.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .content .logo {
  width: 180px;
}

.header .content .logo img {
  width: 100%;
}

@media screen and (max-width: 1719px) {
  .header .content .logo {
    width: 170px;
  }
}

@media screen and (max-width: 1439px) {
  .header .content .logo {
    width: 155px;
  }
}

@media screen and (max-width: 1023px) {
  .header .content .logo {
    width: 91px;
  }
}

.header .content .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .content .right-side .languages {
  text-decoration: none;
  font-size: 1.2rem;
  color: #040506;
  margin-right: 15px;
  position: relative;
}

.header .content .right-side .languages:hover .languages-current {
  color: #fff;
}

.header .content .right-side .languages:hover .languages-current::before {
  background: black;
}

.header .content .right-side .languages .languages-current {
  display: inline-block;
  padding: 0 20px 0 3px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.header .content .right-side .languages .languages-current::before {
  content: "";
  width: 65%;
  height: 40%;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  z-index: -1;
}

.header .content .right-side .languages .languages-current::after {
  display: inline-block;
  content: " ";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../images/arrow-down-lang.svg");
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.header .content .right-side .languages .languages-option {
  display: none;
  position: absolute;
  bottom: -120%;
  left: 0;
  padding: 3px 0;
  background: #fff;
}

.header .content .right-side .languages .languages-option.open {
  display: block;
}

.header .content .right-side .languages .languages-option a {
  display: block;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  color: #040506;
  position: relative;
  z-index: 2;
}

.header .content .right-side .languages .languages-option a:hover::before {
  content: "";
  width: 100%;
  height: 40%;
  background: #009CDD;
  position: absolute;
  top: 42%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  z-index: -1;
}

.header .content .right-side .social-media ul {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .header .content .right-side .social-media ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.header .content .right-side .social-media ul li {
  display: inline;
  float: left;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .header .content .right-side .social-media ul li {
    width: 40px;
    padding: 0;
  }
}

.header .content .right-side .social-media ul li a {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1439px) {
  .header .content .right-side .social-media ul li a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .header .content .right-side .social-media ul li a {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}

.header .content .right-side .social-media ul li a svg {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  fill: #fff;
  border-radius: 50%;
}

.header .content .right-side .social-media ul li a:hover svg {
  fill: #040506;
}

.header .content .right-side .social-media ul li a:hover::before {
  content: " ";
  position: absolute;
  background: #fff;
  height: 85%;
  width: 85%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.header .content .right-side .social-media ul li + li {
  margin-left: 10px;
}

@media screen and (max-width: 1719px) {
  .header .content .right-side .social-media ul li + li {
    margin-left: 8px;
  }
}

@media screen and (max-width: 943px) {
  .header .content .right-side .social-media ul li + li {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header .content .right-side .social-media ul li + li {
    margin-left: 0px;
  }
}

.header-start {
  opacity: 0;
}

/* ===== FOOTER ===== */
.footer {
  width: 100%;
  background: #040506;
  padding: 93px 0;
  float: left;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 44px 0;
  }
}

.footer .container__inner {
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size: 4.06rem;
  color: #fff;
  text-decoration: none;
  z-index: 5;
  cursor: pointer;
}

.footer__link:hover {
  color: #DC091C;
}

@media screen and (max-width: 1719px) {
  .footer__link {
    font-size: 3.46rem;
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 1439px) {
  .footer__link {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__link {
    font-size: 1.375rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .footer__link {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: #DC091C;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  z-index: -1;
}

.footer__link:hover::before {
  background: #fff;
}

.hide-footer {
  opacity: 0;
}

.hide-contact {
  opacity: 0 !important;
}

/* ===== GLOBAL ===== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Arvo", serif;
}

.main {
  width: 100%;
  float: left;
}

.container {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

.container--bg::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 43%;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .container--bg::after {
    width: 56%;
  }
}

.container .bg-red {
  position: absolute;
  height: 100%;
  width: 43%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #DC091C;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 767px) {
  .container .bg-red {
    width: 56%;
  }
}

.container.bg--r {
  padding-top: 180px;
}

@media screen and (max-width: 1439px) {
  .container.bg--r {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1023px) {
  .container.bg--r {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .container.bg--r {
    padding-top: 132px;
  }
}

.container.bg--r .content__bottom {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container.bg--r .content__bottom.bottom-r-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .container.bg--r .content__bottom {
    background: #DC091C;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .container.bg--r .container--left {
    position: relative;
    height: 162px;
    width: 84%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background: #DC091C;
  }
}

.container.bg--r-start::after {
  opacity: 0;
}

.container.bg--y {
  padding-top: 80px;
}

.container.bg--y::after {
  background: #FFE307;
  left: 0;
  right: auto;
  width: 57%;
}

@media screen and (max-width: 767px) {
  .container.bg--y::after {
    width: 92%;
  }
}

.container.bg--b {
  padding-top: 190px;
}

@media screen and (max-width: 1439px) {
  .container.bg--b {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1023px) {
  .container.bg--b {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .container.bg--b {
    padding-top: 52px;
  }
}

.container.bg--b .content__bottom {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container.bg--b .content__bottom.bottom-b-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .container.bg--b .content__bottom {
    background: #009CDD;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .container.bg--b .container--left {
    height: 162px;
    width: 84%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #009CDD;
  }
}

.container.bg--b::after {
  background: #009CDD;
}

@media screen and (max-width: 767px) {
  .container.bg--b::after {
    width: 92%;
  }
}

.container__inner {
  width: 84%;
  margin: 0 auto;
}

.container__inner .content {
  width: 78%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container__inner .content {
    width: 100%;
  }
}

.container__inner .hero {
  float: left;
  width: 100%;
  position: relative;
}

.container__inner .hero .content {
  margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
  .container__inner .hero .content {
    margin-bottom: 0;
  }
}

.container__inner .hero-text {
  position: absolute;
  top: auto;
  bottom: -8px;
  left: 0;
  font-size: 1.25rem;
  color: #DC091C;
  line-height: 1.5;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

@media screen and (max-width: 1719px) {
  .container__inner .hero-text {
    font-size: 0.9375rem;
    bottom: -6px;
  }
}

@media screen and (max-width: 1439px) {
  .container__inner .hero-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .container__inner .hero-text {
    font-size: 0.5625rem;
    bottom: -3px;
  }
}

@media screen and (max-width: 767px) {
  .container__inner .hero-text {
    display: none;
  }
}

.container--left {
  width: 57%;
  float: left;
}

@media screen and (max-width: 767px) {
  .container--left {
    width: 92%;
  }
}

.container--left.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container--left.bottom.bottom-y-hidden {
  opacity: 0;
}

.container--left.about {
  padding-top: 86px;
  padding-bottom: 277px;
  padding-left: 8%;
  padding-right: 7.9%;
}

@media screen and (max-width: 1439px) {
  .container--left.about {
    padding-right: 7%;
    padding-top: 70px;
    padding-bottom: 82px;
  }
}

@media screen and (max-width: 1023px) {
  .container--left.about {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .container--left.about {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.container--left.about .about__headline {
  font-size: 1.3125rem;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .container--left.about .about__headline {
    font-size: 0.75rem;
  }
}

.container--left.about .about__text {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .container--left.about .about__text {
    font-size: 0.625rem;
  }
}

.container--left.about .about__prizes {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (max-width: 767px) {
  .container--left.about .about__prizes {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.container--left.about .about__prizes .prize-container {
  width: 100%;
}

.container--left.about .about__prizes .prize-container .prize-logo {
  width: 100%;
  height: auto;
}

.container--right {
  width: 43%;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .container--right.m-static {
    width: 100%;
    position: relative;
    height: 162px;
    background: #FFE307;
  }
}

.container--right .img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .container--right .img-container {
    display: none;
  }
}

.container--right .img-container .about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container--right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container--right .bottom.bottom--y-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .container--right .bottom {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    height: 162px;
    background: #FFE307;
  }
}

.container--right .bottom .content__button {
  float: left;
}

@media screen and (max-width: 767px) {
  .container--right .bottom .content__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.container--right .bottom .button--y {
  background: #FFE307;
}

@media screen and (max-width: 767px) {
  .container--right .bottom .button--y {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.container--right .bottom .content__title {
  float: left;
  margin-left: 25px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container--right .bottom .content__title {
    left: 0;
    right: auto;
    margin-left: 0;
  }
}

.container--right .bottom .title--y::before {
  background: #FFE307;
}

@media screen and (max-width: 767px) {
  .container--right .bottom .title--y::before {
    background: #fff;
  }
}

.content {
  width: 100%;
}

.content__bottom {
  width: 100%;
  position: relative;
}

.content__bottom .button--r {
  background: #DC091C;
  float: right;
}

@media screen and (max-width: 767px) {
  .content__bottom .button--r {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.content__bottom .button--b {
  background: #009CDD;
}

@media screen and (max-width: 767px) {
  .content__bottom .button--b {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.content__bottom .title--r::before {
  background: #DC091C;
}

@media screen and (max-width: 767px) {
  .content__bottom .title--r::before {
    background: #fff;
  }
}

.content__bottom .title--b::before {
  background: #009CDD;
}

@media screen and (max-width: 767px) {
  .content__bottom .title--b::before {
    background: #fff;
  }
}

.content__button-container {
  position: relative;
  display: block;
  width: 230px;
  height: 230px;
  float: right;
}

@media screen and (max-width: 1719px) {
  .content__button-container {
    width: 205px;
    height: 205px;
  }
}

@media screen and (max-width: 1439px) {
  .content__button-container {
    width: 168px;
    height: 168px;
  }
}

@media screen and (max-width: 1023px) {
  .content__button-container {
    width: 108px;
    height: 108px;
  }
}

.content__button-container .section-button {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1719px) {
  .content__button-container .section-button {
    bottom: 33px;
  }
}

@media screen and (max-width: 1439px) {
  .content__button-container .section-button {
    bottom: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .content__button-container .section-button {
    bottom: 16px;
  }
}

.content__button-container .section-button svg {
  width: 45px;
  height: auto;
  -webkit-animation: arrowDrop 1.5s forwards infinite;
          animation: arrowDrop 1.5s forwards infinite;
}

@-webkit-keyframes arrowDrop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowDrop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 1719px) {
  .content__button-container .section-button svg {
    width: 34px;
  }
}

@media screen and (max-width: 1439px) {
  .content__button-container .section-button svg {
    width: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .content__button-container .section-button svg {
    width: 20px;
    stroke: #fff;
    stroke-width: 3px;
  }
}

.content__title {
  margin-left: auto;
  display: inline-block;
  position: relative;
  margin-right: 25px;
  padding: 0 15px;
  font-family: "Arvo", serif;
  font-weight: bold;
  font-size: 4.06rem;
  color: #040506;
  text-decoration: none;
  z-index: 5;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1719px) {
  .content__title {
    font-size: 3.46rem;
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 1565px) {
  .content__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1439px) {
  .content__title {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 1316px) {
  .content__title {
    font-size: 2.175rem;
  }
}

@media screen and (max-width: 1130px) {
  .content__title {
    font-size: 1.775rem;
  }
}

@media screen and (max-width: 1023px) {
  .content__title {
    font-size: 1.375rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .content__title {
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: 0;
  }
}

.content__title::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 40%;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  z-index: -1;
}

.content .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0;
  -webkit-transform: translateY(20px) scale(0.7);
          transform: translateY(20px) scale(0.7);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 10;
}

.content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.slider {
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .slider {
    padding-bottom: 100px;
  }
}

.slider__button {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.slider__button.disabled {
  pointer-events: none;
}

.slider__button.disabled .button-icon {
  fill: #dc091b4b;
}

.slider__button .button-icon {
  margin: 0 auto;
  width: 30px;
  height: auto;
  fill: #DC091C;
}

@media screen and (max-width: 1439px) {
  .slider__button .button-icon {
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .slider__button {
    top: auto;
    bottom: 10px;
  }
}

.slider__button.button--next {
  left: -70px;
}

@media screen and (max-width: 1023px) {
  .slider__button.button--next {
    left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .slider__button.button--next {
    left: 40px;
  }
}

.slider__button.button--prev {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: -70px;
}

@media screen and (max-width: 1023px) {
  .slider__button.button--prev {
    right: -45px;
  }
}

@media screen and (max-width: 767px) {
  .slider__button.button--prev {
    right: 40px;
  }
}

.slider__button.button--prev .button-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider .view-port {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
  .slider .view-port {
    margin-bottom: 0;
  }
}

.slider .view-port .videos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider .view-port .videos-container .card {
  width: 100%;
  height: auto;
  font-size: 2.5em;
  text-align: center;
}

.slider .view-port .videos-container .card .videoWrapper {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.slider .view-port .videos-container .card .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.slider .view-port .videos-container .card .videoWrapper img {
    width: 100%;
    height: auto;
    margin-left: 1px;
    margin-right: -1px;
}

@media screen and (max-width: 767px) {
    .slider .view-port .videos-container .card .videoWrapper img {
        margin-left: 0;
    }
}

#ns-s {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f7fb;
  font-size: 1.5em;
}

.faser {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.anim {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.img-main {
  opacity: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.anim-img {
  opacity: 1;
}

.video-start {
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  opacity: 0;
}

.video-anim {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
  opacity: 1;
}

.hero-t-start {
  opacity: 0;
}

.show-slider {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */