﻿@import url("css2-BungeeInline_BungeeSpice_Poppinswght300500700900_swap.css");
.button {
  position: relative;
  z-index: 999;
  display: inline-block;
  min-width: 30px;
  width: auto;
  min-height: 45px;
  outline: none !important;
  cursor: pointer;
  opacity: 1 !important;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  transition: 0.6s;
  overflow: hidden;
  -webkit-animation-name: blinky;
  animation-name: blinky;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

@-webkit-keyframes blinky {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
@keyframes blinky {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
.btn_lg {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  border-radius: 40px;
  background: linear-gradient(180deg, #ffb811 0%, #de5b00 50%, #c20a01 100%);
  color: #fff;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .btn_lg:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 40px;
    background: transparent; }
  .btn_lg::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 2;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 40px;
    background: linear-gradient(180deg, #f3ab00 0%, #de5b00 50%, #c90a00 100%); }
  .btn_lg span {
    position: relative;
    z-index: 5;
    font-size: calc(22px + 22 * ( (100vw - 375px) / 1600)); }
    .btn_lg span:before {
      content: "";
      position: absolute;
      left: -5%;
      top: calc(50% - 10px);
      z-index: 1;
      width: 25px;
      height: 20px;
      background: url(../../willbetgamebettingsa/image/ball.png) no-repeat 0 50%;
      background-size: auto 100%;
      opacity: 0;
      transition: 0.2s; }
    .btn_lg span:after {
      content: "";
      position: absolute;
      right: -5%;
      top: calc(50% - 10px);
      z-index: 1;
      width: 25px;
      height: 20px;
      background: url(../../willbetgamebettingsa/image/ball.png) no-repeat 0 50%;
      background-size: auto 100%;
      opacity: 0;
      transition: 0.2s; }
  .btn_lg:hover, .btn_lg:focus {
    letter-spacing: 0;
    padding-left: 14%;
    padding-right: 14%; }
    .btn_lg:hover:before, .btn_lg:focus:before {
      background: linear-gradient(180deg, #c90a00 0%, #de5b00 50%, #f3ab00 100%); }
    .btn_lg:hover span:before, .btn_lg:focus span:before {
      left: 103%;
      opacity: 1; }
    .btn_lg:hover span:after, .btn_lg:focus span:after {
      right: 102%;
      opacity: 1; }

* {
  box-sizing: border-box; }

html {
  font-size: 18px; }

body {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  background-color: #04090D;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #fff; }

a {
  text-decoration: none !important; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.container {
  position: relative;
  z-index: 21;
  margin: 0 auto;
  padding: 0 15px; }

@media (min-width: 320px) {
  .container {
    width: 100%; } }
@media (min-width: 580px) {
  .container {
    width: 90%; } }
@media (min-width: 1000px) {
  .container {
    width: 960px; } }
@media (min-width: 1441px) {
  .container {
    width: 1280px; } }
@media (min-width: 1680px) {
  .container {
    width: 1440px; } }
.sections_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.section1 {
  position: relative;
  z-index: 900;
  margin: 0;
  width: 100%;
  background: url(../../willbetgamebettingsa/image/main_bg.jpg) no-repeat 55% 50%;
  background-size: auto 110%; }

header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 4vh 0px 0; }

.logo_wrap {
  position: relative;
  padding: 0; }
  .logo_wrap img {
    width: 28%;
    height: auto; }

main {
  position: relative;
  z-index: 30;
  flex-grow: 3;
  overflow: visible; }

.cta_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 68vh;
  padding: 5vh 0 10vh;
  overflow: visible; }

.headline {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0 0 1vh 0; }

.title {
  position: relative;
  margin-top: 0; }
  .title span {
    display: block;
    letter-spacing: 0.02em;
    text-align: left;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .title span:nth-child(1) {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 140%;
      color: #fff;
      white-space: nowrap; }
    .title span:nth-child(2) {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 140%;
      color: #fff;
      margin-bottom: 1vh; }
      .title span:nth-child(2) span {
        display: inline;
        color: #F2C94C;
        font-weight: 400;
        font-family: "Bungee Spice", cursive; }
    .title span:nth-child(3) {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 140%;
      color: #fff;
      text-transform: uppercase; }

.cta_btn_wrap {
  position: relative;
  padding-top: 4vh;
  width: 100%;
  margin: 0 auto;
  text-align: left; }

footer {
  position: relative;
  z-index: 200;
  padding: 4vh 0 2vh;
  background-color: #02151F; }

.partner_logos_wrap {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  align-items: center;
  padding: 0; }
  .partner_logos_wrap img {
    display: inline-block;
    box-sizing: content-box;
    height: 50px;
    width: auto;
    padding: 0 0 20px;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .partner_logos_wrap img:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.nav {
  position: relative;
  width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.lang {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  width: 100%;
  height: auto;
  margin-top: -26px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px 10px; }

@media screen and (max-width: 1099px) {
  .lang {
    margin-right: 0;
    height: auto;
    width: 100%; } }
.lang-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 50;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer; }

.lang-img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px; }
  .lang-img img {
    min-height: 100%; }

@media screen and (max-width: 1779px) {
  .lang-img {
    width: 26px;
    height: 26px; } }
.lang-cc {
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFD762;
  min-width: 20px;
  transition: 0.2s; }
  .lang-cc.lang-active {
    color: #FFD762; }

.lang-list {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  border-radius: 26px;
  border: 1px solid #FFD863;
  background: rgba(8, 38, 54, 0.6);
  backdrop-filter: blur(2px);
  list-style: none;
  padding: 12px 0;
  z-index: 99; }
  .lang-list.active {
    display: flex; }
    .lang-list.active:before {
      content: "";
      position: absolute;
      top: -40px;
      width: 100%;
      height: 40px; }
  .lang-list ul {
    margin: 0 8px 0;
    padding: 4px 4px 10px; }
    .lang-list ul li {
      margin-bottom: 12px;
      display: flex; }
      .lang-list ul li:last-child {
        margin-bottom: 0; }
      .lang-list ul li button {
        cursor: pointer;
        padding: 8px 12px;
        transition: 0.2s;
        border-radius: 5px; }
        .lang-list ul li button .lang-cc {
          color: #FFFFFF; }
        .lang-list ul li button.btn-active, .lang-list ul li button:hover {
          background-color: rgba(255, 255, 255, 0.05); }
          .lang-list ul li button.btn-active .lang-cc, .lang-list ul li button:hover .lang-cc {
            color: #fff; }

@media screen and (max-width: 1099px) {
  .nav {
    padding: 8px 10px; }

  .lang-list {
    border-radius: 15px; }
    .lang-list.active {
      padding: 0; }
    .lang-list ul {
      margin: 0;
      width: 100%; }
      .lang-list ul li {
        width: 100%;
        margin: 6px 0 0 0; }
        .lang-list ul li button {
          border-radius: 15px;
          width: 100%;
          justify-content: center; }

  .lang-item {
    padding: 8px 0px; } }
@media screen and (max-width: 680px) {
  .nav {
    width: 130px; }

  .lang {
    padding: 0px;
    border-radius: 12px;
    margin-top: -20px; }
    .lang::after {
      border-radius: 12px; }

  .lang-img {
    width: 20px;
    height: 20px; }

  .lang-cc {
    font-size: 12px;
    line-height: 12px;
    margin-left: 4px; }

  .lang-list ul li button {
    padding: 8px 8px; } }
@media screen and (max-width: 480px) {
  .lang-cc {
    margin-left: 4px; }

  .lang-list ul li button {
    padding: 4px 8px; } }
@media (orientation: portrait) and (max-width: 1200px) {
  .lang-list ul li button {
    padding: 8px; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(s0 0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate_bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.appearing {
  animation-name: appearing;
  -webkit-animation-name: appearing;
  animation-delay: 0;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0); }

@-webkit-keyframes appearing {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes appearing {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
.animation_jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.animation_scale {
  -webkit-animation-name: scale;
  animation-name: scale;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes scale {
  from,
to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  55.5% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }
@keyframes scale {
  from,
to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  55.5% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }
.animation_moving {
  -webkit-animation-name: moving;
  animation-name: moving;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes moving {
  from {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 50%) rotate(0deg);
    transform: translate(0, 50%) rotate(0deg); }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }
@keyframes moving {
  from {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 50%) rotate(0deg);
    transform: translate(0, 50%) rotate(0deg); }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animation_rotation {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn); } }
@media screen and (max-width: 1440px) {
  .section1 {
    background-position: 60% 50%;
    background-size: auto 95%; }

  .partner_logos_wrap img {
    height: 40px; } }
@media screen and (max-width: 1280px) {
  .cta_btn_wrap {
    padding-top: 5vh; } }
@media screen and (max-width: 999px) {
  .btn_lg {
    letter-spacing: 1px; }

  .partner_logos_wrap {
    justify-content: center; } }
@media screen and (max-width: 780px) {
  .partner_logos_wrap img {
    height: 8vh; } }
@media screen and (max-width: 680px) {
  .section1 {
    background-position: 55% 50%; }

  .cta_wrap {
    padding: 10vh 0; }

  .btn_lg {
    letter-spacing: 1px;
    min-height: 34px; }
    .btn_lg span:before, .btn_lg span:after {
      top: calc(50% - 6px);
      width: 12px;
      height: 12px; }
    .btn_lg:before {
      left: 3px;
      top: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px); }
    .btn_lg::after {
      left: 4px;
      top: 4px;
      width: calc(100% - 8px);
      height: calc(100% - 8px); } }
@media screen and (max-width: 480px) {
  .section1 {
    background-position: 50% 50%; } }
@media (orientation: portrait) and (max-width: 1200px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  header {
    padding: 1vh 0px; }

  .logo_wrap img {
    width: 30%;
    min-width: 140px; }

  .sections_wrap {
    background-size: auto 100%;
    background-position: 62% 0; }

  .section1 {
    background-size: auto 80%;
    background-position: 72% 50%;
    padding: 1vh 0 2vh; }
    .section1::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 20;
      width: 100%;
      height: 40%;
      background: linear-gradient(180deg, #04090D 0, rgba(4, 9, 13, 0) 100%); }
    .section1::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      width: 100%;
      height: 25%;
      background: linear-gradient(180deg, rgba(4, 9, 13, 0) 100%, #04090D 0); }

  h1, h2, h3 {
    text-align: center; }

  .cta_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0; }

  .cta_btn_wrap {
    width: 100%;
    margin: 60vh auto 0;
    text-align: center;
    padding-top: 2vh; }

  .button {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }

  .partner_logos_wrap {
    justify-content: center; }
    .partner_logos_wrap img {
      height: 7vh; } }
@media (orientation: portrait) and (max-width: 780px) {
  .section1 {
    background-position: 70% 70%; }

  .cta_btn_wrap {
    margin: 50vh auto 0; }

  .title {
    margin-top: 2vh; } }
@media (orientation: portrait) and (max-width: 680px) {
  .step_text {
    padding: 3vh; }

  .step_icon {
    width: auto;
    height: 40px; } }
@media (orientation: portrait) and (max-width: 480px) {
  .cta_wrap {
    width: 95%; }

  .partner_logos_wrap img {
    height: 5vh;
    padding: 0 0 16px; } }
@media (orientation: landscape) and (min-height: 300px) and (max-width: 900px) {
  .section1 {
    background-size: auto 125%; }

  .cta_wrap {
    min-height: 82vh; }

  .lang-list ul li button {
    padding: 4px 12px; } }
@media (orientation: landscape) and (min-height: 300px) and (max-width: 700px) {
  .section1 {
    background-size: auto 100%;
    background-position: 55% 50%; } }
@media (orientation: landscape) and (min-height: 700px) and (max-width: 1199px) {
  .cta_wrap {
    min-height: 68vh; } }
@media (orientation: landscape) and (min-height: 700px) and (min-width: 1200px) {
  .cta_wrap {
    min-height: 70vh; } }
@media (orientation: landscape) and (min-height: 800px) and (max-width: 1199px) {
  .cta_wrap {
    min-height: 62vh; } }
@media (orientation: landscape) and (min-height: 800px) and (min-width: 1200px) {
  .cta_wrap {
    min-height: 74vh; } }
@media (orientation: landscape) and (min-height: 900px) and (max-width: 959px) {
  .cta_wrap {
    min-height: 54vh; } }
@media (orientation: landscape) and (min-height: 900px) and (min-width: 960px) {
  .cta_wrap {
    min-height: 60vh; } }
@media (orientation: landscape) and (min-height: 1100px) {
  .cta_wrap {
    min-height: 62vh; } }
@media (orientation: landscape) and (min-height: 1200px) {
  .cta_wrap {
    min-height: 64vh; } }
@media (orientation: portrait) and (max-width: 1200px) and (min-height: 700px) {
  .cta_wrap {
    min-height: 90vh; } }
@media (orientation: portrait) and (max-width: 480px) and (min-height: 400px) {
  .cta_wrap {
    min-height: 86vh; } }
@media (orientation: portrait) and (max-width: 480px) and (min-height: 700px) {
  .cta_wrap {
    min-height: 72vh; } }
@media (orientation: portrait) and (max-width: 320px) and (min-height: 400px) {
  .section1 {
    padding: 1vh 0 0vh; }

  .cta_wrap {
    min-height: 76vh; } }
@media screen and (min-width: 1680px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: 70px; }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: 68px; }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: 80px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 56px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 56px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 80px; }
  .title .es:nth-child(1) {
    font-size: 46px; }
  .title .es:nth-child(2) {
    font-size: 50px; }
    .title .es:nth-child(2) span {
      font-size: 80px; }
  .title .hu:nth-child(1), .title .cz:nth-child(1), .title .no:nth-child(1), .title .se:nth-child(1), .title .fi:nth-child(1) {
    font-size: 60px; }
  .title .hu:nth-child(2), .title .cz:nth-child(2), .title .no:nth-child(2), .title .se:nth-child(2), .title .fi:nth-child(2) {
    font-size: 50px; }
    .title .hu:nth-child(2) span, .title .cz:nth-child(2) span, .title .no:nth-child(2) span, .title .se:nth-child(2) span, .title .fi:nth-child(2) span {
      font-size: 60px; }
  .title .pt:nth-child(1) {
    font-size: 52px; }
  .title .pt:nth-child(2) {
    font-size: 56px; }
    .title .pt:nth-child(2) span {
      font-size: 80px; }
  .title .ca:nth-child(1) {
    font-size: 66px; }
  .title .ca:nth-child(2) {
    font-size: 60px; }
    .title .ca:nth-child(2) span {
      font-size: 66px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 46px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 36px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 28px; } }
@media screen and (max-width: 1679px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: 60px; }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: 58px; }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: 70px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 50px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 50px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 74px; }
  .title .es:nth-child(1) {
    font-size: 44px; }
  .title .es:nth-child(2) {
    font-size: 50px; }
    .title .es:nth-child(2) span {
      font-size: 74px; }
  .title .hu:nth-child(1), .title .cz:nth-child(1), .title .se:nth-child(1), .title .fi:nth-child(1) {
    font-size: 50px; }
  .title .hu:nth-child(2), .title .cz:nth-child(2), .title .se:nth-child(2), .title .fi:nth-child(2) {
    font-size: 44px; }
    .title .hu:nth-child(2) span, .title .cz:nth-child(2) span, .title .se:nth-child(2) span, .title .fi:nth-child(2) span {
      font-size: 56px; }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: 52px; }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: 42px; }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: 54px; }
  .title .fi:nth-child(1) {
    font-size: 52px; }
  .title .fi:nth-child(2) {
    font-size: 46px; }
    .title .fi:nth-child(2) span {
      font-size: 62px; }
  .title .pt:nth-child(1) {
    font-size: 42px; }
  .title .pt:nth-child(2) {
    font-size: 46px; }
    .title .pt:nth-child(2) span {
      font-size: 70px; }
  .title .ca:nth-child(1) {
    font-size: 56px; }
  .title .ca:nth-child(2) {
    font-size: 50px; }
    .title .ca:nth-child(2) span {
      font-size: 56px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 36px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 34px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 26px; }

  .step_text .es, .step_text .pt {
    font-size: 18px; } }
@media screen and (max-width: 1440px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: 50px; }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: 44px; }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: 54px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 44px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 44px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 52px; }
  .title .es:nth-child(1) {
    font-size: 32px; }
  .title .es:nth-child(2) {
    font-size: 42px; }
    .title .es:nth-child(2) span {
      font-size: 52px; }
  .title .hu:nth-child(1) {
    font-size: 50px; }
  .title .hu:nth-child(2) {
    font-size: 44px; }
    .title .hu:nth-child(2) span {
      font-size: 56px; }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: 50px; }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: 34px; }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: 42px; }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: 44px; }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: 32px; }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: 40px; }
  .title .fi:nth-child(1) {
    font-size: 50px; }
  .title .fi:nth-child(2) {
    font-size: 34px; }
    .title .fi:nth-child(2) span {
      font-size: 47px; }
  .title .pt:nth-child(1) {
    font-size: 38px; }
  .title .pt:nth-child(2) {
    font-size: 46px; }
    .title .pt:nth-child(2) span {
      font-size: 60px; }
  .title .ca:nth-child(1) {
    font-size: 55px; }
  .title .ca:nth-child(2) {
    font-size: 39px; }
    .title .ca:nth-child(2) span {
      font-size: 44px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 32px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 26px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 22px; } }
@media screen and (max-width: 999px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: 34px; }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: 27px; }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: 34px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 28px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 24px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 34px; }
  .title .es:nth-child(1) {
    font-size: 20px; }
  .title .es:nth-child(2) {
    font-size: 27px; }
    .title .es:nth-child(2) span {
      font-size: 32px; }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: 32px; }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: 20px; }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: 26px; }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: 28px; }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: 22px; }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: 24px; }
  .title .fi:nth-child(1) {
    font-size: 28px; }
  .title .fi:nth-child(2) {
    font-size: 22px; }
    .title .fi:nth-child(2) span {
      font-size: 28px; }
  .title .pt:nth-child(1) {
    font-size: 24px; }
  .title .pt:nth-child(2) {
    font-size: 28px; }
    .title .pt:nth-child(2) span {
      font-size: 37px; }
  .title .ca:nth-child(1) {
    font-size: 34px; }
  .title .ca:nth-child(2) {
    font-size: 24px; }
    .title .ca:nth-child(2) span {
      font-size: 28px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 22px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 18px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 14px; } }
@media screen and (max-width: 680px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: calc(24px + 24 * ( (100vw - 375px) / 960)); }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: calc(18px + 18 * ( (100vw - 375px) / 960)); }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: calc(24px + 24 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: calc(18px + 18 * ( (100vw - 375px) / 960)); }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: calc(23px + 24 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(1) {
    font-size: calc(14px + 14 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(2) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
    .title .es:nth-child(2) span {
      font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: calc(14px + 14 * ( (100vw - 375px) / 960)); }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: calc(18px + 18 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(1) {
    font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(2) {
    font-size: calc(16px + 16 * ( (100vw - 375px) / 960)); }
    .title .fi:nth-child(2) span {
      font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(1) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(2) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
    .title .pt:nth-child(2) span {
      font-size: calc(26px + 26 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(1) {
    font-size: calc(24px + 24 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(2) {
    font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
    .title .ca:nth-child(2) span {
      font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: calc(18px + 18 * ( (100vw - 375px) / 960)); }
  .btn_lg .it, .btn_lg .pt {
    font-size: calc(14px + 14 * ( (100vw - 375px) / 960)); }
  .btn_lg .es, .btn_lg .hu {
    font-size: calc(12px + 12 * ( (100vw - 375px) / 960)); } }
@media screen and (max-width: 480px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: calc(21px + 21 * ( (100vw - 375px) / 960)); }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: calc(16px + 16 * ( (100vw - 375px) / 960)); }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(1) {
    font-size: calc(12px + 12 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(2) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
    .title .es:nth-child(2) span {
      font-size: calc(19px + 19 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: calc(12px + 12 * ( (100vw - 375px) / 960)); }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: calc(19px + 19 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: calc(11px + 11 * ( (100vw - 375px) / 960)); }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(1) {
    font-size: calc(19px + 19 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(2) {
    font-size: calc(13px + 13 * ( (100vw - 375px) / 960)); }
    .title .fi:nth-child(2) span {
      font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(1) {
    font-size: calc(14px + 14 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(2) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
    .title .pt:nth-child(2) span {
      font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(1) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(2) {
    font-size: calc(13px + 13 * ( (100vw - 375px) / 960)); }
    .title .ca:nth-child(2) span {
      font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: calc(14px + 14 * ( (100vw - 375px) / 960)); }
  .btn_lg .it, .btn_lg .pt {
    font-size: calc(13px + 14 * ( (100vw - 375px) / 960)); }
  .btn_lg .es, .btn_lg .hu {
    font-size: calc(10px + 10 * ( (100vw - 375px) / 960)); } }
@media (orientation: portrait) and (max-width: 1200px) {
  .title .en, .title span {
    text-align: center; }
    .title .en:nth-child(1), .title span:nth-child(1) {
      font-size: 50px; }
    .title .en:nth-child(2), .title span:nth-child(2) {
      font-size: 44px; }
      .title .en:nth-child(2) span, .title span:nth-child(2) span {
        font-size: 54px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 44px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 44px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 52px; }
  .title .es:nth-child(1) {
    font-size: 32px; }
  .title .es:nth-child(2) {
    font-size: 42px; }
    .title .es:nth-child(2) span {
      font-size: 52px; }
  .title .hu:nth-child(1) {
    font-size: 50px; }
  .title .hu:nth-child(2) {
    font-size: 44px; }
    .title .hu:nth-child(2) span {
      font-size: 56px; }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: 50px; }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: 34px; }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: 42px; }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: 44px; }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: 32px; }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: 40px; }
  .title .fi:nth-child(1) {
    font-size: 50px; }
  .title .fi:nth-child(2) {
    font-size: 34px; }
    .title .fi:nth-child(2) span {
      font-size: 47px; }
  .title .pt:nth-child(1) {
    font-size: 38px; }
  .title .pt:nth-child(2) {
    font-size: 46px; }
    .title .pt:nth-child(2) span {
      font-size: 60px; }
  .title .ca:nth-child(1) {
    font-size: 55px; }
  .title .ca:nth-child(2) {
    font-size: 39px; }
    .title .ca:nth-child(2) span {
      font-size: 44px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 32px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 26px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 22px; } }
@media (orientation: portrait) and (max-width: 680px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: 37px; }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: 30px; }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: 37px; }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: 31px; }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: 27px; }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: 37px; }
  .title .es:nth-child(1) {
    font-size: 23px; }
  .title .es:nth-child(2) {
    font-size: 30px; }
    .title .es:nth-child(2) span {
      font-size: 35px; }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: 35px; }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: 23px; }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: 29px; }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: 31px; }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: 25px; }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: 27px; }
  .title .fi:nth-child(1) {
    font-size: 31px; }
  .title .fi:nth-child(2) {
    font-size: 25px; }
    .title .fi:nth-child(2) span {
      font-size: 31px; }
  .title .pt:nth-child(1) {
    font-size: 27px; }
  .title .pt:nth-child(2) {
    font-size: 31px; }
    .title .pt:nth-child(2) span {
      font-size: 40px; }
  .title .ca:nth-child(1) {
    font-size: 37px; }
  .title .ca:nth-child(2) {
    font-size: 27px; }
    .title .ca:nth-child(2) span {
      font-size: 31px; }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: 25px; }
  .btn_lg .it, .btn_lg .pt {
    font-size: 21px; }
  .btn_lg .es, .btn_lg .hu {
    font-size: 17px; } }
@media (orientation: portrait) and (max-width: 380px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: calc(32px + 32 * ( (100vw - 375px) / 960)); }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: calc(26px + 26 * ( (100vw - 375px) / 960)); }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: calc(32px + 32 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: calc(26px + 26 * ( (100vw - 375px) / 960)); }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: calc(30px + 30 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(1) {
    font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(2) {
    font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
    .title .es:nth-child(2) span {
      font-size: calc(30px + 30 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: calc(25px + 25 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: calc(30px + 30 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: calc(26px + 26 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(1) {
    font-size: calc(30px + 30 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(2) {
    font-size: calc(24px + 24 * ( (100vw - 375px) / 960)); }
    .title .fi:nth-child(2) span {
      font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(1) {
    font-size: calc(25px + 25 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(2) {
    font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
    .title .pt:nth-child(2) span {
      font-size: calc(34px + 34 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(1) {
    font-size: calc(33px + 33 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(2) {
    font-size: calc(22px + 22 * ( (100vw - 375px) / 960)); }
    .title .ca:nth-child(2) span {
      font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: calc(24px + 24 * ( (100vw - 375px) / 960)); }
  .btn_lg .it, .btn_lg .pt {
    font-size: calc(18px + 18 * ( (100vw - 375px) / 960)); }
  .btn_lg .es, .btn_lg .hu {
    font-size: calc(16px + 16 * ( (100vw - 375px) / 960)); } }
@media (orientation: portrait) and (max-width: 320px) {
  .title .en:nth-child(1), .title span:nth-child(1) {
    font-size: calc(27px + 27 * ( (100vw - 375px) / 960)); }
  .title .en:nth-child(2), .title span:nth-child(2) {
    font-size: calc(21px + 21 * ( (100vw - 375px) / 960)); }
    .title .en:nth-child(2) span, .title span:nth-child(2) span {
      font-size: calc(27px + 27 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(1), .title .it:nth-child(1) {
    font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
  .title .de:nth-child(2), .title .it:nth-child(2) {
    font-size: calc(21px + 21 * ( (100vw - 375px) / 960)); }
    .title .de:nth-child(2) span, .title .it:nth-child(2) span {
      font-size: calc(27px + 27 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(1) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
  .title .es:nth-child(2) {
    font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
    .title .es:nth-child(2) span {
      font-size: calc(25px + 25 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(1), .title .no:nth-child(1) {
    font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
  .title .hu:nth-child(2), .title .no:nth-child(2) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
    .title .hu:nth-child(2) span, .title .no:nth-child(2) span {
      font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(1), .title .se:nth-child(1) {
    font-size: calc(25px + 25 * ( (100vw - 375px) / 960)); }
  .title .cz:nth-child(2), .title .se:nth-child(2) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
    .title .cz:nth-child(2) span, .title .se:nth-child(2) span {
      font-size: calc(21px + 21 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(1) {
    font-size: calc(25px + 25 * ( (100vw - 375px) / 960)); }
  .title .fi:nth-child(2) {
    font-size: calc(19px + 19 * ( (100vw - 375px) / 960)); }
    .title .fi:nth-child(2) span {
      font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(1) {
    font-size: calc(20px + 20 * ( (100vw - 375px) / 960)); }
  .title .pt:nth-child(2) {
    font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }
    .title .pt:nth-child(2) span {
      font-size: calc(29px + 29 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(1) {
    font-size: calc(28px + 28 * ( (100vw - 375px) / 960)); }
  .title .ca:nth-child(2) {
    font-size: calc(17px + 17 * ( (100vw - 375px) / 960)); }
    .title .ca:nth-child(2) span {
      font-size: calc(23px + 23 * ( (100vw - 375px) / 960)); }

  .btn_lg .en, .btn_lg .de, .btn_lg .cz, .btn_lg .no, .btn_lg .se, .btn_lg .fi, .btn_lg .ca, .btn_lg span {
    font-size: calc(21px + 21 * ( (100vw - 375px) / 960)); }
  .btn_lg .it, .btn_lg .pt {
    font-size: calc(15px + 15 * ( (100vw - 375px) / 960)); }
  .btn_lg .es, .btn_lg .hu {
    font-size: calc(13px + 13 * ( (100vw - 375px) / 960)); } }

/*# sourceMappingURL=style.css.map */
