@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&amp;display=swap);
/* BASE */
:root {
  --swiper-pagination-color: #fa0049;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #dde0e4;
  --swiper-pagination-bullet-inactive-opacity: 1.4;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  --swiper-theme-color: #fa0049;
  --swiper-pagination-bullet-inactive-color: #dde0e4;
  --swiper-pagination-bullet-vertical-gap: 23px;
  --swiper-navigation-size: 50px; }

.row {
  margin-right: 0;
  margin-left: 0; }

.container-fluid,
.container,
.container--limit,
.ourPartners__content,
.container--1100,
.container--900 {
  padding-right: 0;
  padding-left: 0; }

.no-bg {
  background: unset !important; }

@font-face {
  font-family: 'Dunk95-Bold';
  src: url("../eot/dunk95-boldd41d.eot?#iefix") format("embedded-opentype"), url("../otf/dunk95-bold.otf") format("opentype"), url("../woff/dunk95-bold.woff") format("woff"), url("../ttf/dunk95-bold.ttf") format("truetype"), url("../svg/dunk95-bold.svg#Dunk95-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
 U+FEFF, U+FFFD;
  ascent-override: 90%; }

.taC {
  text-align: center; }

.taR {
  text-align: right; }

.taL {
  text-align: left; }

.taJ {
  text-align: justify; }

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

html {
  scroll-behavior: smooth;
  background-color: #fff;
  overflow: hidden auto; }

body {
  overflow: hidden auto; }

body,
h6,
h5,
h4,
h3,
h2,
h1,
p,
button,
input,
textarea,
select {
  font-family: "Poppins", sans-serif; }

body,
html,
h6,
h5,
h4,
h3,
h2,
h1,
p {
  font-size: 16px;
  padding: 0;
  margin: 0; }

img {
  display: inline-block;
  max-width: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none; }

a {
  text-decoration: none;
  cursor: pointer;
  color: currentColor; }
  a:hover {
    text-decoration: none; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

input:focus,
textarea:focus,
a:focus {
  outline: none; }

::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #8193ae; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fa0049;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(250, 0, 73, 0.8); }

.image, .image-cover, .image-contain {
  width: 100%;
  height: 100%; }
  .image-cover {
    -o-object-fit: cover;
       object-fit: cover; }
  .image-contain {
    -o-object-fit: contain;
       object-fit: contain; }

.noScroll {
  overflow: hidden; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.initial {
  position: initial; }

.static {
  position: static; }

/* UTILITIES */
/* MIXINS */
.draw-border {
  box-shadow: inset 0 0 0 4px #58afd1;
  color: #58afd1;
  transition: color 0.25s 0.08333s;
  position: relative; }
  .draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0; }
  .draw-border::before {
    border-bottom-width: 4px;
    border-left-width: 4px; }
  .draw-border::after {
    border-top-width: 4px;
    border-right-width: 4px; }
  .draw-border:hover {
    color: #ffe593; }
    .draw-border:hover::before, .draw-border:hover::after {
      border-color: #ffe593;
      transition: border-color 0s, width 0.25s, height 0.25s;
      width: 100%;
      height: 100%; }
    .draw-border:hover::before {
      transition-delay: 0s, 0s, 0.25s; }
    .draw-border:hover::after {
      transition-delay: 0s, 0.25s, 0s; }

.clear-b::after, .clear-b::before {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

/* ITERATIONS */
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.p25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.p45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.p50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.p55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.p60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.p65 {
  padding: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.p70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.p75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.p80 {
  padding: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.p85 {
  padding: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.p90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.p95 {
  padding: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.p100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

@media only screen and (max-width: 767px) {
  .mtm0 {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mbm0 {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mlm0 {
    margin-left: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mrm0 {
    margin-right: 0px !important; } }

@media only screen and (max-width: 767px) {
  .p0m0 {
    padding: 0px !important; } }

@media only screen and (max-width: 767px) {
  .ptm0 {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pbm0 {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .plm0 {
    padding-left: 0px !important; } }

@media only screen and (max-width: 767px) {
  .prm0 {
    padding-right: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mtm5 {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mbm5 {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mlm5 {
    margin-left: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mrm5 {
    margin-right: 5px !important; } }

@media only screen and (max-width: 767px) {
  .p0m5 {
    padding: 5px !important; } }

@media only screen and (max-width: 767px) {
  .ptm5 {
    padding-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pbm5 {
    padding-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .plm5 {
    padding-left: 5px !important; } }

@media only screen and (max-width: 767px) {
  .prm5 {
    padding-right: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mtm10 {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mbm10 {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mlm10 {
    margin-left: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mrm10 {
    margin-right: 10px !important; } }

@media only screen and (max-width: 767px) {
  .p0m10 {
    padding: 10px !important; } }

@media only screen and (max-width: 767px) {
  .ptm10 {
    padding-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pbm10 {
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .plm10 {
    padding-left: 10px !important; } }

@media only screen and (max-width: 767px) {
  .prm10 {
    padding-right: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mtm15 {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mbm15 {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mlm15 {
    margin-left: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mrm15 {
    margin-right: 15px !important; } }

@media only screen and (max-width: 767px) {
  .p0m15 {
    padding: 15px !important; } }

@media only screen and (max-width: 767px) {
  .ptm15 {
    padding-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pbm15 {
    padding-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .plm15 {
    padding-left: 15px !important; } }

@media only screen and (max-width: 767px) {
  .prm15 {
    padding-right: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mtm20 {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mbm20 {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mlm20 {
    margin-left: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mrm20 {
    margin-right: 20px !important; } }

@media only screen and (max-width: 767px) {
  .p0m20 {
    padding: 20px !important; } }

@media only screen and (max-width: 767px) {
  .ptm20 {
    padding-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pbm20 {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .plm20 {
    padding-left: 20px !important; } }

@media only screen and (max-width: 767px) {
  .prm20 {
    padding-right: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mtm25 {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mbm25 {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mlm25 {
    margin-left: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mrm25 {
    margin-right: 25px !important; } }

@media only screen and (max-width: 767px) {
  .p0m25 {
    padding: 25px !important; } }

@media only screen and (max-width: 767px) {
  .ptm25 {
    padding-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pbm25 {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .plm25 {
    padding-left: 25px !important; } }

@media only screen and (max-width: 767px) {
  .prm25 {
    padding-right: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mtm30 {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mbm30 {
    margin-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mlm30 {
    margin-left: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mrm30 {
    margin-right: 30px !important; } }

@media only screen and (max-width: 767px) {
  .p0m30 {
    padding: 30px !important; } }

@media only screen and (max-width: 767px) {
  .ptm30 {
    padding-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pbm30 {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .plm30 {
    padding-left: 30px !important; } }

@media only screen and (max-width: 767px) {
  .prm30 {
    padding-right: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mtm35 {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mbm35 {
    margin-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mlm35 {
    margin-left: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mrm35 {
    margin-right: 35px !important; } }

@media only screen and (max-width: 767px) {
  .p0m35 {
    padding: 35px !important; } }

@media only screen and (max-width: 767px) {
  .ptm35 {
    padding-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pbm35 {
    padding-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .plm35 {
    padding-left: 35px !important; } }

@media only screen and (max-width: 767px) {
  .prm35 {
    padding-right: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mtm40 {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mbm40 {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mlm40 {
    margin-left: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mrm40 {
    margin-right: 40px !important; } }

@media only screen and (max-width: 767px) {
  .p0m40 {
    padding: 40px !important; } }

@media only screen and (max-width: 767px) {
  .ptm40 {
    padding-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pbm40 {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .plm40 {
    padding-left: 40px !important; } }

@media only screen and (max-width: 767px) {
  .prm40 {
    padding-right: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mtm45 {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mbm45 {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mlm45 {
    margin-left: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mrm45 {
    margin-right: 45px !important; } }

@media only screen and (max-width: 767px) {
  .p0m45 {
    padding: 45px !important; } }

@media only screen and (max-width: 767px) {
  .ptm45 {
    padding-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pbm45 {
    padding-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .plm45 {
    padding-left: 45px !important; } }

@media only screen and (max-width: 767px) {
  .prm45 {
    padding-right: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mtm50 {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mbm50 {
    margin-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mlm50 {
    margin-left: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mrm50 {
    margin-right: 50px !important; } }

@media only screen and (max-width: 767px) {
  .p0m50 {
    padding: 50px !important; } }

@media only screen and (max-width: 767px) {
  .ptm50 {
    padding-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pbm50 {
    padding-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .plm50 {
    padding-left: 50px !important; } }

@media only screen and (max-width: 767px) {
  .prm50 {
    padding-right: 50px !important; } }

/* PLACEHOLDERS */
.form__input .attach input {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.noPseudoE::after, .noPseudoE::before {
  content: unset !important; }

.puff-out-center {
  -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: puff-out-center 1s cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.scale-out-center {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.slide-in-bck-center {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes arrow {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, -5px); }
  100% {
    transform: translate(0px, 0px); } }

@keyframes arrow {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, -5px); }
  100% {
    transform: translate(0px, 0px); } }

@-webkit-keyframes goDown {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(0, 5px); } }

@keyframes goDown {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(0, 5px); } }

@-webkit-keyframes mouse-scroll {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(6px); } }

@keyframes mouse-scroll {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(6px); } }

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in-top
 *   animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in-right
 * animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in-left
 * animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation puff-out-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-out-center {
  0% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1; }
  100% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0; } }

@keyframes puff-out-center {
  0% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1; }
  100% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0; } }

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes scale-up-center {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 1; } }

@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

*.hide,
.hide {
  opacity: 0;
  pointer-events: none !important;
  transition: all 0.3s ease; }

*.hideSoft,
.hideSoft {
  opacity: 0;
  transition: all 0.3s ease; }

*.hidden,
.hidden {
  display: none !important; }

.text-primary {
  color: #fa0049; }

.text-secondary {
  color: #00205b; }

.text-tertiary {
  color: #32ba46; }

.text-lightBlue {
  color: #3600d6; }

.text-white {
  color: #fff; }

.text-gray {
  color: #4d4d4d; }

.text-grayL {
  color: #8193ae; }

.text-grayL2 {
  color: #9e9e9e; }

.text-black {
  color: #000; }

.text-brownD {
  color: #391400; }

.bg-primary {
  background-color: #fa0049; }

.bg-secondary {
  background-color: #00205b; }

.bg-tertiary {
  background-color: #32ba46; }

.bg-lightBlue {
  background-color: #3600d6; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #4d4d4d; }

.bg-grayL {
  background-color: #8193ae; }

.bg-grayL2 {
  background-color: #9e9e9e; }

.bg-black {
  background-color: #000; }

/* Font sizes*/
.headline1 {
  font-size: 120px;
  line-height: 76px; }
  @media only screen and (max-width: 767px) {
    .headline1 {
      font-size: 60px;
      line-height: 36px; } }

.dunkBold, .gameBox__description h1,
.gameBox__description h2,
.gameBox__description h3,
.gameBox__description h4,
.gameBox__description h5,
.gameBox__description h6 {
  font-family: 'Dunk95-Bold', sans-serif;
  font-weight: 700;
  line-height: 1; }

.poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.poppinsBold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

.textStroke, .textStroke-white, .textStroke-primary, .textStroke-secondary, .textStroke-inverted, .textStroke-mixed {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fa0049;
  white-space: nowrap;
  font-family: 'Dunk95-Bold', sans-serif;
  line-height: 1; }
  .textStroke-white {
    -webkit-text-stroke-color: #fff; }
  .textStroke-primary {
    -webkit-text-stroke-color: #fa0049; }
  .textStroke-secondary {
    -webkit-text-stroke-color: #00205b;
    font-size: calc(16px + 15vw);
    font-size: 240px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fa0049;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
  .textStroke-inverted {
    -webkit-text-stroke-color: #00205b;
    font-size: calc(16px + 15vw);
    text-align: center;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #3600d6;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
  .textStroke-mixed {
    -webkit-text-stroke-color: #0663c7; }
    .textStroke-mixed span {
      -webkit-text-stroke-width: 0; }
  .textStroke-linear-primary {
    position: relative;
    white-space: nowrap; }
    .textStroke-linear-primary::after {
      content: attr(data-text);
      color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fa0049; }
  .textStroke-double, .textStroke-double-white {
    position: relative;
    white-space: nowrap; }
    .textStroke-double::after, .textStroke-double-white::after, .textStroke-double::before, .textStroke-double-white::before {
      content: attr(data-text);
      color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #00205b; }
    .textStroke-double-white::after, .textStroke-double-white::before {
      -webkit-text-stroke-color: #fff; }
  .textStroke-triple {
    position: relative;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fa0049;
    pointer-events: none; }
    .textStroke-triple::after, .textStroke-triple::before {
      content: attr(data-text);
      color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      display: block; }
  .textStroke-double-gradient {
    position: relative;
    white-space: nowrap; }
    .textStroke-double-gradient::after, .textStroke-double-gradient::before {
      content: attr(data-text);
      background: linear-gradient(269.22deg, #00205b 8.97%, #fa0049 100.3%);
      -webkit-background-clip: text;
      -webkit-text-stroke: 2px transparent;
      color: #fff; }
    .textStroke-double-gradient::before {
      padding-right: 30px; }
    .textStroke-double-gradient::after {
      padding-left: 30px; }

.strokeBox, .strokeBox-primary, .strokeBox-selection {
  display: block;
  padding: 20px 30px;
  position: relative;
  font-family: 'Dunk95-Bold', sans-serif;
  text-align: center; }
  .strokeBox::before, .strokeBox-primary::before, .strokeBox-selection::before {
    content: attr(data-stroke);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: calc(16px + 9vw);
    line-height: 1;
    white-space: nowrap; }
  .strokeBox__content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center; }
    .strokeBox__content p {
      font-size: 40px; }
  .strokeBox-primary::before {
    -webkit-text-stroke-color: #fa0049; }
  .strokeBox-selection {
    display: inline-block;
    height: 198px;
    padding: 10px 20px; }
    .strokeBox-selection .strokeBox__content {
      top: unset;
      bottom: -54px; }
      @media only screen and (max-width: 1024px) {
        .strokeBox-selection .strokeBox__content {
          bottom: 0; } }
    .strokeBox-selection::before {
      font-size: calc(16px + 18vw); }

.text-bigger {
  font-size: calc(16px + 12.8644vw); }

.text-big {
  font-size: calc(16px + 6.4584vw); }
  .text-big-M {
    font-size: calc(16px + 7.431vw); }
  .text-big-S {
    font-size: calc(16px + 5.13889vw); }

.text-middle {
  font-size: calc(16px + 2.5vw); }
  .text-middle-M {
    font-size: calc(16px + 2.362vw); }
  .text-middle-S {
    font-size: calc(16px + 1.667vw); }

.text-body, .text-body-B,
.text-body p-B, .text-body-M,
.text-body p-M,
.text-body p,
.text-body-B p,
.text-body-M p {
  font-size: calc(16px + 0.555555vw);
  margin-bottom: 24px; }
  .text-body-B,
  .text-body p-B,
  .text-body-B p-B,
  .text-body-M p-B {
    font-size: calc(16px + 0.9723vw); }
  .text-body-M,
  .text-body p-M,
  .text-body-B p-M,
  .text-body-M p-M {
    font-size: 20px; }
    @media only screen and (max-width: 991px) {
      .text-body-M,
      .text-body p-M,
      .text-body-B p-M,
      .text-body-M p-M {
        font-size: 16px; } }
  .text-body strong, .text-body-B strong, .text-body-M strong,
  .text-body b,
  .text-body-B b,
  .text-body-M b,
  .text-body p strong,
  .text-body-B p strong,
  .text-body-M p strong,
  .text-body p b,
  .text-body-B p b,
  .text-body-M p b {
    font-weight: 700;
    margin-top: 30px;
    display: block; }

.text-small {
  font-size: 14px; }

.text-bg {
  position: relative;
  padding: 20px 0; }
  .text-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0;
    margin: 0 auto;
    width: 75%;
    height: 100%;
    padding: 30px 0;
    background-color: #00205b;
    z-index: -1; }

.labelSkew, .labelSkew-minimal {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  transform: rotate(-1.39deg); }
  .labelSkew::before, .labelSkew-minimal::before, .labelSkew::after, .labelSkew-minimal::after {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .labelSkew::after, .labelSkew-minimal::after {
    transform: rotate(-1.24deg);
    background: #3600d6; }
  .labelSkew::before, .labelSkew-minimal::before {
    background: #fa0049;
    transform: rotate(1.24deg); }
  .labelSkew-minimal::after {
    transform: rotate(-0.2deg); }

.divider, .divider-circle {
  width: 100%;
  max-width: 300px;
  height: 2px;
  background: #fff;
  position: relative; }
  .divider-circle::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #4196f0; }

/* TEXT clamp*/
.line-clamp-2 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-3 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-4 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.white-space-normal {
  white-space: normal !important; }

.cent {
  font-family: 'Century-Gothic', sans-serif; }

.centBold {
  font-family: 'Century-Gothic-Bold', sans-serif; }

.taL {
  text-align: left; }

.taC {
  text-align: center; }

.taR {
  text-align: right; }

.taJ {
  text-align: justify; }

@media only screen and (max-width: 767px) {
  .taML {
    text-align: left; }
  .taMC {
    text-align: center; }
  .taMR {
    text-align: right; }
  .taMJ {
    text-align: justify; } }

.tdU {
  text-decoration: underline; }

.tdN {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .tdMU {
    text-decoration: underline; }
  .tdMN {
    text-decoration: none; } }

.ttU {
  text-transform: uppercase !important; }
  .ttU ::-moz-placeholder {
    /* Recent browsers */
    text-transform: none; }
  .ttU ::placeholder {
    /* Recent browsers */
    text-transform: none; }

.ttL {
  text-transform: lowercase !important; }

.ttC {
  text-transform: capitalize !important; }

.ttI {
  text-transform: initial !important; }

@media only screen and (max-width: 767px) {
  .ttMU {
    text-transform: uppercase; }
  .ttML {
    text-transform: lowercase; } }

/* LIBRARIES */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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


.container,
.container--limit,
.ourPartners__content,
.container--1100,
.container--900 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }
/* PAGES */
.underClassBox {
  width: 100%;
  position: relative;
  padding: 60px 0; }
  .underClassBox::before {
    content: "";
    width: 100%;
    height: 25%;
    max-height: 25%;
    background-color: #3600d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .underClassBox::before {
        max-height: 15%; } }
  .underClassBox .textStroke-white {
    font-size: calc(16px + 30vw);
    text-align: center;
    position: absolute;
    top: 4%;
    z-index: -1; }
  .underClassBox h2 {
    position: relative;
    top: -30px; }
  .underClassBox .textStroke-secondary {
    font-size: calc(16px + 15vw);
    font-size: 240px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fa0049;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
    @media only screen and (min-width: 767px) {
      .underClassBox .textStroke-secondary {
        width: 100%; } }
  .underClassBox .roundedBg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 252px;
    position: relative; }
    @media only screen and (max-width: 1280px) {
      .underClassBox .roundedBg {
        max-width: 90%; } }
    @media only screen and (min-width: 1680px) {
      .underClassBox .roundedBg {
        min-height: 320px; } }
  .underClassBox .labelSkew, .underClassBox .labelSkew-minimal {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    padding: 15px 0; }
    @media only screen and (min-width: 1680px) {
      .underClassBox .labelSkew, .underClassBox .labelSkew-minimal {
        top: -2vw; } }
  .underClassBox .bottom {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0; }
  .underClassBox .centered {
    padding: 30px 0;
    margin: 50px 0; }
  .underClassBox .accordion {
    max-width: 920px;
    margin: 0 auto; }
  .underClassBox .text-bg:before {
    width: 100%; }

.roundedBg {
  border-radius: 39px;
  background-color: currentColor; }

.gameBox {
  width: 100%;
  height: 100vh;
  padding: 22px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .gameBox {
      height: 60vh; } }
  @media only screen and (max-width: 640px) {
    .gameBox {
      height: auto;
      padding: 22px 15px; } }
  .gameBox.activated {
    position: fixed;
    top: 0;
    z-index: 444;
    left: 0;
    height: 100%;
    background: #fff;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 640px) {
      .gameBox.activated {
        position: initial;
        z-index: initial;
        background: transparent;
        height: auto; } }
    .gameBox.activated .closePlayer {
      display: block;
      z-index: 44; }
    .gameBox.activated .gameBox__card:not(.active) {
      pointer-events: none;
      display: none; }
  .gameBox__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 640px) {
      .gameBox__content {
        flex-direction: column;
        row-gap: 3rem; } }
  .gameBox__buttons {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem; }
    @media only screen and (max-width: 640px) {
      .gameBox__buttons {
        width: 100%;
        flex-direction: column;
        row-gap: 2rem; } }
  .gameBox__cards {
    width: 50%;
    height: 100%;
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem; }
    @media only screen and (max-width: 640px) {
      .gameBox__cards {
        width: 100%;
        height: 70vh;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
        position: relative; } }
  .gameBox__card {
    width: 50%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    cursor: pointer; }
    .gameBox__card.active {
      width: auto;
      height: auto;
      position: absolute;
      inset: 22px;
      z-index: 33;
      -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
              animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      @media only screen and (max-width: 640px) {
        .gameBox__card.active {
          position: initial;
          width: 100%;
          -webkit-animation: unset;
                  animation: unset;
          -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
                  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; } }
      .gameBox__card.active .gameBox__card__col {
        flex: 0 0 50%;
        max-width: 50%; }
        @media only screen and (max-width: 1024px) {
          .gameBox__card.active .gameBox__card__col:first-of-type {
            flex: 0 0 40%;
            max-width: 40%; }
          .gameBox__card.active .gameBox__card__col:last-of-type {
            flex: 0 0 60%;
            max-width: 60%; } }
        @media only screen and (max-width: 640px) {
          .gameBox__card.active .gameBox__card__col:first-of-type {
            display: none; }
          .gameBox__card.active .gameBox__card__col:last-of-type {
            flex: 0 0 100%;
            max-width: 100%; } }
        .gameBox__card.active .gameBox__card__col .textStroke-triple {
          left: -100px; }
      .gameBox__card.active .gameBox__image {
        display: flex; }
      .gameBox__card.active .gameBox__card__title {
        display: none; }
    .gameBox__card img {
      -o-object-position: left bottom;
         object-position: left bottom; }
    .gameBox__card:first-of-type {
      background-color: #00205b; }
    .gameBox__card:last-of-type {
      background-color: #fa0049; }
    .gameBox__card__col {
      flex: 0 0 100%;
      max-width: 100%;
      color: #fff;
      position: relative;
      z-index: 2; }
      .gameBox__card__col .textStroke-triple {
        position: absolute;
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
        left: -80%;
        top: 0;
        z-index: -1; }
        .gameBox__card__col .textStroke-triple::before, .gameBox__card__col .textStroke-triple::after {
          position: relative; }
        .gameBox__card__col .textStroke-triple::after {
          right: -50px; }
        .gameBox__card__col .textStroke-triple::before {
          right: 50px; }
    .gameBox__card__title {
      writing-mode: vertical-rl;
      transform: rotate(-180deg);
      padding: 3px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .gameBox__image {
    width: 100%;
    height: 100%; }
    .gameBox__image img {
      -o-object-position: top;
         object-position: top; }
  .gameBox__title {
    font-size: 90px;
    line-height: 1; }
  .gameBox__description {
    padding: 30px 70px 30px 30px;
    height: 100%;
    overflow: hidden auto;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 1024px) {
      .gameBox__description {
        padding-right: 15px; } }
    @media only screen and (max-width: 640px) {
      .gameBox__description {
        padding-left: 15px; } }
    .gameBox__description h1,
    .gameBox__description h2,
    .gameBox__description h3,
    .gameBox__description h4,
    .gameBox__description h5,
    .gameBox__description h6 {
      font-size: calc(16px + 4vw);
      margin-bottom: 25px; }
    .gameBox__description p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .gameBox__description p {
          font-size: 16px;
          line-height: 24px; } }
  .gameBox .closePlayer {
    position: absolute;
    top: 0px;
    right: 30px;
    display: none;
    z-index: 44; }
    @media only screen and (max-width: 640px) {
      .gameBox .closePlayer {
        right: 0; } }

/* COMPONENTS */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: red;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1s ease;
  z-index: 3500; }
  .loader__container {
    position: relative;
    margin: 0 auto;
    width: 100%; }
  .loader__svg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: center center;
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite; }
  .loader__circular {
    stroke: green;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite; }
    .loader__circular:nth-of-type(2) {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    .loader__circular:nth-of-type(3) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%,
  0% {
    stroke: green; }
  40% {
    stroke: yellow; }
  66% {
    stroke: blue; }
  80%,
  90% {
    stroke: red; } }

@keyframes color {
  100%,
  0% {
    stroke: green; }
  40% {
    stroke: yellow; }
  66% {
    stroke: blue; }
  80%,
  90% {
    stroke: red; } }

.banner {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: url("../png/watch-cursor.png"), auto; }
  .banner__start {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 80px;
    font-size: 24px;
    text-align: center;
    background: #fa0049;
    color: #fff;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .banner__start {
        top: unset;
        bottom: 0;
        left: 0;
        font-size: 18px;
        padding: 20px 30px; } }
  .banner__media {
    width: 100%;
    height: 100%; }
  .banner__content, .banner__title {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner__title {
    inset: unset; }
  .banner__logo {
    width: 100%;
    max-width: 400px;
    height: 100px;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .banner__logo {
        max-width: 200px; } }
  .banner__title {
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Dunk95-Bold', sans-serif;
    padding: 0 16px; }
    @media only screen and (max-width: 640px) {
      .banner__title {
        align-items: center; } }
    .banner__title .textStroke, .banner__title .textStroke-white, .banner__title .textStroke-primary, .banner__title .textStroke-secondary, .banner__title .textStroke-inverted, .banner__title .textStroke-mixed {
      font-size: calc(16px + 19.5vw);
      line-height: 1; }
    .banner__title span {
      color: #fff;
      font-size: calc(16px + 2.7vw);
      text-transform: uppercase;
      line-height: 1; }
  .banner--games::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../svg/bar-code.svg"), url("../svg/big-wave.svg"), url("../svg/x-white.svg");
    background-repeat: no-repeat;
    background-position: 100% 40%, 100% 100%, 5% 90%;
    background-size: auto;
    z-index: 3;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .banner--games::before {
        background-size: 4%, 50%, 19%; } }
  .banner--games .banner__content {
    background: linear-gradient(180deg, rgba(253, 0, 84, 0.7) 0%, rgba(0, 32, 91, 0.7) 53.89%, rgba(0, 32, 91, 0.42) 99.61%); }
  .banner--games .banner__title {
    align-items: center; }
    .banner--games .banner__title .float {
      position: absolute;
      top: 80px; }

.hamburgerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.3s ease;
  padding: 0; }
  .hamburgerBtn.active {
    z-index: 10003; }
    .hamburgerBtn.active .hamburgerBtn__line:first-of-type {
      transform: translateY(3px) rotate(-45deg);
      width: 100%; }
    .hamburgerBtn.active .hamburgerBtn__line:nth-of-type(2) {
      opacity: 0; }
    .hamburgerBtn.active .hamburgerBtn__line:last-of-type {
      transform: translateY(-3px) rotate(45deg);
      transition-delay: 0.1s;
      width: 100%;
      margin-left: 0; }
  .hamburgerBtn__line {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%; }
    .hamburgerBtn__line:first-of-type {
      transform: translateY(-6px); }
    .hamburgerBtn__line:last-of-type {
      transform: translateY(6px); }

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
  .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease; }
  .swiper#regionSlider {
    padding: 5% 0; }
    @media only screen and (max-width: 1024px) {
      .swiper#regionSlider {
        padding-bottom: 70px; } }
    .swiper#regionSlider .swiper-slide:hover {
      transition: all 0.4s ease;
      transform: scale(1.1); }
  .swiper#coachesSlider {
    padding: 50px 0; }
  .swiper#newsSlider {
    padding: 90px 0; }
  .swiper#gridSlider .swiper-slide {
    background: #fff;
    height: 450px; }
    @media only screen and (max-width: 1440px) {
      .swiper#gridSlider .swiper-slide {
        height: 416px; } }
  .swiper-pagination-bullet {
    transition: all 0.4s ease; }
    .swiper-pagination-bullet-active {
      --swiper-pagination-bullet-width: 30px;
      border-radius: 25px !important;
      transition: all 0.4s ease; }

.customNavigation .swiper-button-prev,
.customNavigation .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  width: var(--swiper-navigation-size);
  height: 50px;
  height: var(--swiper-navigation-size);
  padding: 0; }
  .customNavigation .swiper-button-prev::after,
  .customNavigation .swiper-button-next::after {
    display: none; }

.main-content {
  width: 100%; }

.socialBox {
  display: flex;
  align-items: center; }
  .socialBox__item {
    color: currentColor;
    margin-right: 16px; }
    .socialBox__item:last-of-type {
      margin-right: 0; }
  .socialBox__link {
    font-size: 19px;
    transition: all 0.4s ease; }
    .socialBox__link:hover {
      opacity: 0.6; }

.bg-middle {
  position: relative; }
  .bg-middle:before {
    content: '';
    width: 100%;
    max-height: 280px;
    aspect-ratio: 16 / 3;
    background: #00205b;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 820px) {
      .bg-middle:before {
        height: 100%;
        max-height: 180px; } }

.homeBox .strokeBox, .homeBox .strokeBox-primary, .homeBox .strokeBox-selection {
  padding: 70px 0 90px 0; }
  @media only screen and (max-width: 640px) {
    .homeBox .strokeBox__content p {
      font-size: 32px;
      margin-bottom: 22px; } }

.homeBox__content,
.homeBox__content p {
  font-size: 24px;
  color: #8193ae;
  margin-bottom: 28px; }
  @media only screen and (max-width: 820px) {
    .homeBox__content,
    .homeBox__content p {
      font-size: 22px; } }
  @media only screen and (max-width: 640px) {
    .homeBox__content,
    .homeBox__content p {
      font-size: 18px; } }

.homeBox__image {
  width: 100%;
  max-width: 700px;
  height: 100vh;
  margin-top: 30px; }

@media only screen and (max-width: 640px) {
  .homeBox-lacrosse .strokeBox__content p {
    font-size: 26px;
    margin-bottom: 22px; } }

.gridBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 320px; }
  @media only screen and (max-width: 1024px) {
    .gridBox {
      grid-template-rows: 250px; } }
  @media only screen and (max-width: 820px) {
    .gridBox {
      grid-template-rows: 180px; } }
  @media only screen and (max-width: 767px) {
    .gridBox {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 60px; } }
  .gridBox__item {
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .gridBox__item {
        grid-area: unset !important; } }
    .gridBox__item .arrow-up {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .gridBox__item .arrow-up svg {
        width: 16px;
        height: 16px; }
    .gridBox__item:nth-child(1) {
      grid-area: 1/1 / span 2/1; }
    .gridBox__item:nth-child(2) {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 1; }
    .gridBox__item:nth-child(3) {
      grid-area: 2/2/2/2; }
    .gridBox__item:nth-child(4) {
      grid-area: 2/3/3/3; }
    .gridBox__item:hover .arrow-up {
      background: #fa0049;
      transition: all 0.4s ease; }
      .gridBox__item:hover .arrow-up svg {
        transition: all 0.4s ease;
        transform: scale(1.2); }
        .gridBox__item:hover .arrow-up svg path {
          stroke: #fff; }

.regionBox {
  width: 100%;
  padding-top: 70px;
  background-image: url("../svg/xo-right-btt.svg"), url("../svg/xo-left-btt.svg");
  background-repeat: no-repeat;
  background-position: 100% 10%, 0 25%;
  background-size: auto;
  position: relative; }
  @media only screen and (max-width: 640px) {
    .regionBox {
      background-position: 100% 0%, 0 25%;
      background-size: 25%; } }
  .regionBox.bg-color::after {
    content: '';
    position: absolute;
    background-color: #fa0049;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1; }
  .regionBox__top {
    text-align: center; }
  .regionBox__content {
    margin-top: 45px; }
    @media only screen and (max-width: 1024px) {
      .regionBox__content {
        padding: 15px; } }

.centeredBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0; }

.simpleFlex {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .simpleFlex {
      justify-content: center;
      align-items: center; } }
  .simpleFlex__item {
    flex: 1 1 40%;
    max-width: 40%; }
    @media only screen and (max-width: 991px) {
      .simpleFlex__item {
        flex: 1 1 30%;
        max-width: 30%; } }
    @media only screen and (max-width: 767px) {
      .simpleFlex__item {
        flex: 1 1 95%;
        max-width: 95%;
        margin: 0 auto; } }
    .simpleFlex__item .btn, .simpleFlex__item .btn-blue, .simpleFlex__item .contactBox__content .form--subscribe .wpcf7-submit, .contactBox__content .form--subscribe .simpleFlex__item .wpcf7-submit, .simpleFlex__item .btn-grayLight, .simpleFlex__item .btn-grayLight-primary, .simpleFlex__item .btn-grayLight-lightBlue, .simpleFlex__item .btn-white-lightBlue, .simpleFlex__item .btn-lightBlue-white, .simpleFlex__item .btn-primary-blue, .simpleFlex__item .btn-primary-white {
      width: 100%; }

.videoSection {
  width: 100%;
  position: relative;
  min-height: 90vh;
  padding: 100px 0 80px 0; }
  .videoSection .container, .videoSection .container--limit, .videoSection .ourPartners__content, .videoSection .container--1100, .videoSection .container--900,
  .videoSection .row {
    height: 100%; }
  .videoSection .row {
    align-items: center;
    justify-content: center; }
  .videoSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fa0049;
    z-index: -1;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 991px) {
      .videoSection::before {
        width: 100%; } }
  .videoSection__content {
    padding-right: 12%; }
    @media only screen and (max-width: 991px) {
      .videoSection__content {
        padding: 0;
        text-align: center; } }
  .videoSection .videoMask {
    transform: translate3d(-120px, 0, 0); }
    @media only screen and (max-width: 991px) {
      .videoSection .videoMask {
        transform: translate3d(0, 0, 0); } }
  .videoSection .x-text {
    transform: translate3d(-25%, -140px, 0); }
    @media only screen and (max-width: 991px) {
      .videoSection .x-text {
        transform: translate3d(0, 0, 0); }
        .videoSection .x-text-image {
          margin-right: 25px; }
        .videoSection .x-text .text-primary {
          color: #00205b; } }
  .videoSection .iconPlay {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 3;
    transform: translate3d(-67%, 20%, 0px); }
    @media only screen and (max-width: 991px) {
      .videoSection .iconPlay {
        transform: translate3d(0, 0, 0); } }
  .videoSection.active::before {
    width: 100%; }
  .videoSection.active .videoModal {
    position: initial; }
    .videoSection.active .videoModal .videoBox {
      -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
              animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      width: calc(100% - 140px);
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 111; }
    .videoSection.active .videoModal .videoMask {
      position: relative;
      width: 100%;
      height: auto;
      transform: unset;
      -webkit-mask-image: unset; }
    .videoSection.active .videoModal .iconPlay {
      transform: unset; }
    .videoSection.active .videoModal #closeVideo {
      display: inline-flex;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 44; }
  .videoSection.active .x-text {
    -webkit-animation: puff-out-center 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s both;
            animation: puff-out-center 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s both;
    pointer-events: none; }

.videoModal #closeVideo {
  display: none; }

.x-text {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .x-text-content p {
    font-size: 140px; }
    @media only screen and (max-width: 991px) {
      .x-text-content p {
        font-size: 80px; } }
  @media only screen and (max-width: 991px) {
    .x-text {
      position: initial; } }

.ourPartners {
  width: 100%;
  padding-bottom: 50px; }
  .ourPartners__title {
    display: flex;
    align-items: center;
    justify-content: center; }
  .ourPartners__content p {
    font-size: calc(16px + 2vw);
    letter-spacing: 1.3px;
    color: #fa0049;
    font-weight: 400; }
    .ourPartners__content p span,
    .ourPartners__content p b,
    .ourPartners__content p strong {
      font-weight: 400;
      opacity: 0.3; }
  .ourPartners .partnersGrid {
    max-width: 1040px;
    margin: 60px auto; }

.partnersGrid {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center; }
  .partnersGrid__item {
    flex: 1 1 25%;
    max-width: 25%;
    padding: 18px;
    background: #f5f5f5; }
    @media only screen and (max-width: 767px) {
      .partnersGrid__item {
        flex: 0 0 45%;
        max-width: 45%; } }
  .partnersGrid__image {
    width: 100%;
    max-width: 170px;
    height: 71px;
    margin: 0 auto; }

.flex-center {
  align-items: center;
  justify-content: center;
  display: flex; }

.sectionBg, .sectionBg-left, .sectionBg-right {
  position: relative; }
  .sectionBg::before, .sectionBg-left::before, .sectionBg-right::before, .sectionBg::after, .sectionBg-left::after, .sectionBg-right::after {
    position: absolute;
    top: 0;
    content: '';
    width: 45%;
    z-index: -1;
    height: 100%; }
  .sectionBg-left::before {
    left: 0;
    background: currentColor; }
  .sectionBg-right::after {
    right: 0;
    background: currentColor; }

.fullBox {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .fullBox {
      height: 80vh; } }
  .fullBox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 32, 91, 0.3) 0%, #00205b 77.44%); }
  .fullBox__image {
    width: 100%;
    height: 100%; }
  .fullBox__content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 640px) {
      .fullBox__content .text-bigger {
        font-size: 54px; } }
    .fullBox__content::after {
      content: '';
      position: absolute;
      background-image: url("../svg/white-wave.svg");
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 50%;
      width: 100%;
      height: 100%;
      z-index: 3;
      pointer-events: none; }
  .fullBox__modal {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 32, 91, 0.3) 0%, #ad023b 77.44%), linear-gradient(0deg, #0671e0, #0671e0);
    padding: 40px 70px;
    opacity: 0;
    pointer-events: none;
    z-index: 1004;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .fullBox__modal {
        padding-left: 15px;
        padding-right: 15px; } }
    .fullBox__modal.active {
      opacity: 1;
      pointer-events: all;
      -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .fullBox__modal #closeTryout {
      position: absolute;
      top: 0;
      right: 6px;
      font-size: 35px; }
    .fullBox__modal .regionalGrid, .fullBox__modal .regionalGrid-four {
      max-height: 70vh;
      overflow: hidden auto;
      padding-bottom: 50px; }

.tournamentBox {
  width: 100%;
  padding: 60px 0 0 0; }
  .tournamentBox__content {
    padding: 55px 0;
    max-width: 70%;
    margin-left: auto; }
    @media only screen and (max-width: 640px) {
      .tournamentBox__content {
        max-width: 100%;
        padding-top: 100px;
        padding-bottom: 0; } }
  .tournamentBox__image {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    height: auto; }
    @media only screen and (max-width: 991px) {
      .tournamentBox__image {
        max-width: 100%; } }

.furtherBox {
  width: 100%;
  padding: 50px 20px 25px 20px;
  background-color: #fa0049;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .furtherBox__buttons {
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      .furtherBox__buttons {
        width: 100%;
        align-items: center;
        justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .furtherBox__buttons {
        flex-wrap: wrap; } }
    .furtherBox__buttons__item {
      flex: 1 1 33.333333%;
      max-width: 33.333333%; }
      @media only screen and (max-width: 1024px) {
        .furtherBox__buttons__item {
          flex: 1 1 45%;
          max-width: 45%; } }
      @media only screen and (max-width: 640px) {
        .furtherBox__buttons__item {
          flex: 1 1 100%;
          max-width: 100%; } }
      .furtherBox__buttons__item a {
        width: 100%;
        display: block;
        text-align: center; }
  .furtherBox__info {
    padding: 10px 20px;
    background: #3600d6; }

.regionalGrid, .regionalGrid-four {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem; }
  .regionalGrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .regionalGrid__item .card-simple {
      height: 256px; }
  .regionalGrid-four {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.selections {
  width: 100%;
  text-align: center; }
  .selections__partners {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
    row-gap: 2rem; }
    .selections__partners-image {
      flex: 0 0 45%;
      max-width: 453px;
      height: 154px;
      padding: 15px;
      border: 1px solid #3600d6; }

.infoRegion {
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px; }
  .infoRegion::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 242px;
    background-color: #fa0049;
    z-index: -2; }
  .infoRegion__right {
    display: flex;
    align-items: flex-end; }
  .infoRegion #regionUp {
    position: absolute;
    top: -20px;
    left: -30px; }
    @media only screen and (max-width: 640px) {
      .infoRegion #regionUp {
        top: 0;
        left: 0;
        padding: 12px; }
        .infoRegion #regionUp img {
          width: 30px; } }

.regionalContent {
  width: 100%; }
  .regionalContent .card-simple.bigger {
    max-width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      .regionalContent .card-simple.bigger {
        max-width: 100%; } }

.dateTimeBox {
  width: 100%;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.6);
  color: #fff; }
  @media only screen and (max-width: 991px) {
    .dateTimeBox {
      border-radius: 24px; } }
  .dateTimeBox__content {
    padding: 34px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .dateTimeBox__content {
        padding: 20px 16px; } }
    .dateTimeBox__content button {
      margin: 10px 0; }
  .dateTimeBox__title {
    font-size: 32px;
    text-transform: capitalize; }
    @media only screen and (max-width: 1440px) {
      .dateTimeBox__title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .dateTimeBox__title {
        font-size: 20px; } }
  .dateTimeBox__date {
    font-size: 18px; }
    @media only screen and (max-width: 1440px) {
      .dateTimeBox__date {
        font-size: 16px; } }

.eventMap {
  width: 100%;
  height: 60vh;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background: #f5f7fa; }
  @media only screen and (max-width: 480px) {
    .eventMap {
      height: 40vh; } }
  .eventMap iframe {
    width: 100%;
    height: 100%; }
  .eventMap__description h1,
  .eventMap__description h2,
  .eventMap__description h3,
  .eventMap__description h4,
  .eventMap__description h5,
  .eventMap__description h6 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .eventMap__description h1,
      .eventMap__description h2,
      .eventMap__description h3,
      .eventMap__description h4,
      .eventMap__description h5,
      .eventMap__description h6 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .eventMap__description h1,
      .eventMap__description h2,
      .eventMap__description h3,
      .eventMap__description h4,
      .eventMap__description h5,
      .eventMap__description h6 {
        font-size: 18px; } }
  .eventMap__description p {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .eventMap__description p {
        font-size: 16px; } }

.common-list {
  width: 100%;
  padding: 0;
  margin: 0; }
  .common-list__item {
    padding-bottom: 20px;
    color: #fa0049;
    font-weight: 700;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .common-list__item {
        font-size: 16px; } }
    .common-list__item:last-child {
      padding-bottom: 0; }

.contactBox {
  padding: 100px 0;
  background: #00205b; }
  .contactBox__content .form--subscribe {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem; }
    .contactBox__content .form--subscribe .form__input input {
      background: #fff;
      border-radius: 4px;
      color: #4d4d4d;
      font-weight: 400;
      padding-top: 9px;
      padding-bottom: 9px; }
      .contactBox__content .form--subscribe .form__input input::-webkit-input-placeholder {
        color: #4d4d4d; }
      .contactBox__content .form--subscribe .form__input input:-moz-placeholder {
        color: #4d4d4d; }
      .contactBox__content .form--subscribe .form__input input::-moz-placeholder {
        color: #4d4d4d; }
      .contactBox__content .form--subscribe .form__input input:-ms-input-placeholder {
        color: #4d4d4d; }
    @media only screen and (max-width: 767px) {
      .contactBox__content .form--subscribe {
        flex-direction: column; } }
  .contactBox__newsletter {
    padding: 60px 0;
    border-top: 1px solid #4196f0;
    border-bottom: 1px solid #4196f0; }
  .contactBox__inTouch {
    margin-top: 122px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .contactBox__inTouch {
        margin-top: 50px; } }
    .contactBox__inTouch::before {
      content: '';
      position: absolute;
      background: #fa0049;
      bottom: -50px;
      width: 110%;
      height: 105%;
      bottom: -125px;
      margin-left: -5%;
      margin-right: -5%; }
      @media only screen and (max-width: 991px) {
        .contactBox__inTouch::before {
          width: 100%;
          height: 100%;
          margin: auto;
          background: transparent; } }
    .contactBox__inTouch .row {
      align-items: flex-start;
      justify-content: space-between; }
      @media only screen and (max-width: 991px) {
        .contactBox__inTouch .row {
          justify-content: center; } }
    @media only screen and (max-width: 991px) {
      .contactBox__inTouch .formBox, .contactBox__inTouch .formBox-800 {
        margin-bottom: 50px; } }
  .contactBox__icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00205b;
    padding: 12px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1440px) {
      .contactBox__icon {
        min-width: 35px;
        width: 35px;
        height: 35px;
        padding: 7px; } }
    @media only screen and (max-width: 991px) {
      .contactBox__icon {
        background: #fa0049; } }
  .contactBox__item {
    display: flex;
    align-items: center;
    padding: 8px 0; }
    .contactBox__item p,
    .contactBox__item a {
      margin: 0; }

.tabsBox {
  width: 100%;
  border-radius: 11px;
  border: 2px solid black;
  overflow: hidden; }
  .tabsBox__nav {
    display: flex;
    border-bottom: 2px solid black;
    overflow: auto hidden;
    scroll-snap-type: x mandatory; }
  .tabsBox__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    text-align: center;
    padding: 15px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #00205b;
    border-right: 1px solid #000;
    cursor: pointer;
    scroll-snap-type: x mandatory; }
    @media only screen and (max-width: 640px) {
      .tabsBox__btn {
        min-width: 150px;
        padding: 15px 6px; } }
    .tabsBox__btn:last-of-type {
      border: unset; }
    .tabsBox__btn.active, .tabsBox__btn:hover {
      color: #fa0049; }
  .tabsBox__content {
    color: #000;
    position: relative; }
    .tabsBox__content p {
      font-size: 18px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .tabsBox__content p {
          font-size: 16px; } }
      .tabsBox__content p b,
      .tabsBox__content p strong {
        font-weight: 700; }
    .tabsBox__content ul {
      padding-left: 1rem;
      margin: 20px 0; }
      .tabsBox__content ul li {
        list-style: disc;
        padding: 5px 0;
        font-size: 18px; }
    .tabsBox__content.active .tabsBox__description {
      display: block;
      position: initial;
      -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
              animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .tabsBox__description {
    padding: 30px;
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 640px) {
      .tabsBox__description {
        padding-left: 15px;
        padding-right: 15px; } }

.btn, .btn-blue, .contactBox__content .form--subscribe .wpcf7-submit, .btn-grayLight, .btn-grayLight-primary, .btn-grayLight-lightBlue, .btn-white-lightBlue, .btn-lightBlue-white, .btn-primary-blue, .btn-primary-white,
.btn::after,
.btn-blue::after,
.contactBox__content .form--subscribe .wpcf7-submit::after,
.btn-grayLight::after,
.btn-grayLight-primary::after,
.btn-grayLight-lightBlue::after,
.btn-white-lightBlue::after,
.btn-lightBlue-white::after,
.btn-primary-blue::after,
.btn-primary-white::after {
  padding: 16px 20px;
  font-size: 18px;
  background: linear-gradient(45deg, transparent 5%, #fa0049 5%);
  border: 0;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
  box-shadow: 6px 0px 0px #4196f0;
  outline: transparent;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center; }


.btn::after,
.btn-blue::after,
.contactBox__content .form--subscribe .wpcf7-submit::after,
.btn-grayLight::after,
.btn-grayLight-primary::after,
.btn-grayLight-lightBlue::after,
.btn-white-lightBlue::after,
.btn-lightBlue-white::after,
.btn-primary-blue::after,
.btn-primary-white::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: attr(data-button);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00e6f6 3%, #00e6f6 5%, #ff013c 5%);
  text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
  -webkit-clip-path: var(--slice-0);
          clip-path: var(--slice-0); }

.btn-blue, .contactBox__content .form--subscribe .wpcf7-submit {
  background: linear-gradient(45deg, transparent 5%, #3600d6 5%);
  box-shadow: 6px 0px 0px #fa0049; }

.btn-grayLight {
  background: linear-gradient(45deg, transparent 5%, #eeeeee 5%);
  box-shadow: 6px 0px 0px #3600d6;
  color: #fa0049; }

.btn-grayLight-primary {
  background: linear-gradient(45deg, transparent 5%, #eeeeee 5%);
  box-shadow: 6px 0px 0px #fa0049;
  color: #00205b; }

.btn-grayLight-lightBlue {
  background: linear-gradient(45deg, transparent 5%, #eeeeee 5%);
  box-shadow: 6px 0px 0px #3600d6;
  color: #3600d6; }
  .btn-grayLight-lightBlue:hover {
    background: linear-gradient(45deg, transparent 5%, #3600d6 5%);
    color: #eeeeee;
    transition: all 0.4s ease; }

.btn-white-lightBlue {
  background: linear-gradient(45deg, transparent 5%, #fff 5%);
  box-shadow: 6px 0px 0px #3600d6;
  color: #3600d6; }
  .btn-white-lightBlue:hover {
    background: linear-gradient(45deg, transparent 5%, #3600d6 5%);
    color: #fff;
    transition: all 0.4s ease; }

.btn-lightBlue-white {
  background: linear-gradient(45deg, transparent 5%, #3600d6 5%);
  box-shadow: 6px 0px 0px #fff;
  color: #fff; }

.btn-primary-blue {
  background: linear-gradient(45deg, transparent 5%, #fa0049 5%);
  box-shadow: 6px 0px 0px #3600d6;
  color: #fff;
  padding: 16px 40px; }

.btn-primary-white {
  background: linear-gradient(45deg, transparent 5%, #fa0049 5%);
  box-shadow: 6px 0px 0px #fff;
  color: #fff;
  font-weight: 800; }

.btn-grayLight:after {
  background: linear-gradient(45deg, transparent 3%, #3600d6 3%, #3600d6 5%, #ff013c 5%); }

.btn:hover::after, .btn-blue:hover::after, .contactBox__content .form--subscribe .wpcf7-submit:hover::after, .btn-grayLight:hover::after, .btn-grayLight-primary:hover::after, .btn-grayLight-lightBlue:hover::after, .btn-white-lightBlue:hover::after, .btn-lightBlue-white:hover::after, .btn-primary-blue:hover::after, .btn-primary-white:hover::after {
  -webkit-animation: 1s glitch;
          animation: 1s glitch;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end); }

.btnCustom, .a2cldr-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-color: transparent;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  padding: 0.75rem 2.3rem;
  text-transform: capitalize; }
  @media only screen and (max-width: 480px) {
    .btnCustom, .a2cldr-btn {
      font-size: 1rem; } }
  .btnCustom.rounded, .a2cldr-btn {
    border-radius: 16px; }
  .btnCustom-small {
    font-size: 16px;
    padding: 0.5rem 0.84rem;
    font-family: "Poppins", sans-serif; }
  .btnCustom-primary, .a2cldr-btn {
    background: #fa0049;
    color: #fff; }
    .btnCustom-primary:hover, .a2cldr-btn:hover {
      background: #fff;
      color: #fa0049;
      border-color: currentColor; }
  .btnCustom-secondary {
    background: #00205b;
    color: #fff; }
    .btnCustom-secondary:hover {
      background: #fff;
      color: #00205b;
      border-color: currentColor; }
  .btnCustom-lightBlue {
    background: #3600d6;
    color: #fff; }
    .btnCustom-lightBlue:hover {
      background: #fff;
      color: #3600d6;
      border-color: currentColor; }
  .btnCustom-white {
    background: #fff;
    color: #fa0049; }
    .btnCustom-white:hover {
      background: #fa0049;
      color: #fff;
      border-color: currentColor; }
    .btnCustom-white.bordered {
      border-color: #fa0049; }
  .btnCustom-border-white {
    border-color: #fff;
    color: #fff; }
    .btnCustom-border-white:hover {
      background: #fff;
      color: #fa0049; }

.a2cldr-btn {
  width: 100%; }
  .a2cldr-btn:before {
    content: '+';
    display: inline;
    font-size: 24px;
    margin-right: 10px; }

#add-calendar-button:hover .a2cldr-list {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all; }

.a2cldr {
  position: relative; }
  .a2cldr-item {
    padding: 10px 0; }
    .a2cldr-item a {
      display: block;
      transition: all 0.4s ease; }
    .a2cldr-item:hover {
      color: #fa0049; }
      .a2cldr-item:hover a {
        text-decoration: underline; }

.a2cldr-list {
  opacity: 0;
  transform: translateY(-10px);
  transform-origin: top;
  transition: all 0.4s ease;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #333333;
  border-radius: 8px;
  padding: 10px 16px;
  pointer-events: none;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2); }

@-webkit-keyframes glitch {
  0% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-20px, -10px); }
  10% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(10px, 10px); }
  20% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-10px, 10px); }
  30% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(0px, 5px); }
  40% {
    -webkit-clip-path: var(--slice-2);
            clip-path: var(--slice-2);
    transform: translate(-5px, 0px); }
  50% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(5px, 0px); }
  60% {
    -webkit-clip-path: var(--slice-4);
            clip-path: var(--slice-4);
    transform: translate(5px, 10px); }
  70% {
    -webkit-clip-path: var(--slice-2);
            clip-path: var(--slice-2);
    transform: translate(-10px, 10px); }
  80% {
    -webkit-clip-path: var(--slice-5);
            clip-path: var(--slice-5);
    transform: translate(20px, -10px); }
  90% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-10px, 0px); }
  100% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(0); } }

@keyframes glitch {
  0% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-20px, -10px); }
  10% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(10px, 10px); }
  20% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-10px, 10px); }
  30% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(0px, 5px); }
  40% {
    -webkit-clip-path: var(--slice-2);
            clip-path: var(--slice-2);
    transform: translate(-5px, 0px); }
  50% {
    -webkit-clip-path: var(--slice-3);
            clip-path: var(--slice-3);
    transform: translate(5px, 0px); }
  60% {
    -webkit-clip-path: var(--slice-4);
            clip-path: var(--slice-4);
    transform: translate(5px, 10px); }
  70% {
    -webkit-clip-path: var(--slice-2);
            clip-path: var(--slice-2);
    transform: translate(-10px, 10px); }
  80% {
    -webkit-clip-path: var(--slice-5);
            clip-path: var(--slice-5);
    transform: translate(20px, -10px); }
  90% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(-10px, 0px); }
  100% {
    -webkit-clip-path: var(--slice-1);
            clip-path: var(--slice-1);
    transform: translate(0); } }

form input[type='text'],
form input[type='password'],
form input[type='date'],
form input[type='phone'],
form input[type='number'],
form input[type='email'],
form textarea {
  font-family: "Poppins", sans-serif; }

.formBox, .formBox-800 {
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 6px; }
  .formBox__content {
    padding: 30px 50px; }
    .formBox__content .title {
      font-size: 40px;
      margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .formBox__content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .formBox__content {
        padding-left: 20px;
        padding-right: 20px; }
        .formBox__content .title {
          font-size: 30px;
          margin-bottom: 20px; }
        .formBox__content .text-description {
          font-size: 16px; } }
  .formBox-800 {
    max-width: 800px; }
  .formBox .top-deco, .formBox-800 .top-deco {
    position: absolute;
    left: -20vw;
    top: -12vw;
    font-size: calc(16px + 12vw); }
    @media only screen and (max-width: 767px) {
      .formBox .top-deco, .formBox-800 .top-deco {
        left: -10%;
        top: -8%; } }
  .formBox .bottom-deco, .formBox-800 .bottom-deco {
    position: absolute;
    bottom: -10vw;
    margin: auto;
    left: 22vw;
    font-size: calc(16px + 12vw);
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .formBox .bottom-deco, .formBox-800 .bottom-deco {
        left: 0;
        bottom: -8%; } }
  .formBox.rounded, .formBox.a2cldr-btn, .a2cldr-btn.formBox-800, .rounded.formBox-800 {
    border-radius: 35px; }

.form {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .form__input {
    width: 100%;
    outline: unset;
    color: #00205b;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding: 0; }
    .form__input br {
      display: none; }
    @media only screen and (max-width: 767px) {
      .form__input {
        padding: 0; } }
    .form__input label {
      margin-bottom: 10px; }
    .form__input input,
    .form__input textarea {
      border: unset;
      border: 1px solid #fa0049;
      padding: 10px 14px;
      border-radius: 8px;
      font-size: 16px;
      resize: none;
      width: 100%; }
    .form__input .attach {
      position: relative;
      background-color: #32ba46;
      border-radius: 8px;
      padding: 10px 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      color: #fff;
      transition: all 0.3s ease;
      border: 1px solid #fa0049; }
      .form__input .attach:hover {
        background-color: #fff;
        color: #32ba46; }
      .form__input .attach input {
        position: absolute;
        width: 100%;
        opacity: 0;
        cursor: pointer; }
      .form__input .attach .wpcf7-form-control-wrap {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block; }
  .form__footer {
    margin-top: 17px;
    flex: 1 1 auto;
    position: relative;
    display: flex; }
    .form__footer .wpcf7-form-control {
      margin-left: auto; }
    .form__footer .wpcf7-spinner {
      position: absolute; }
  .form--subscribe .form__input input {
    background: rgba(0, 32, 91, 0.3);
    border-color: transparent;
    border-radius: unset;
    padding-top: 20px;
    padding-bottom: 13px;
    color: rgba(250, 250, 250, 0.5);
    font-weight: 700;
    font-size: 18px; }
    .form--subscribe .form__input input::-webkit-input-placeholder {
      color: rgba(250, 250, 250, 0.5); }
    .form--subscribe .form__input input:-moz-placeholder {
      color: rgba(250, 250, 250, 0.5); }
    .form--subscribe .form__input input::-moz-placeholder {
      color: rgba(250, 250, 250, 0.5); }
    .form--subscribe .form__input input:-ms-input-placeholder {
      color: rgba(250, 250, 250, 0.5); }
  .form--subscribe .form__footer {
    margin-top: 12px; }
  .form--applyJob .form__input label {
    font-size: 13px; }
  .form--applyJob .form__input input {
    border-color: #fa0049;
    font-size: 15px; }

.arrow-up {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 820px) {
    .arrow-up {
      width: 35px;
      height: 35px; } }

.logo-image {
  width: 108px;
  height: 108px; }

.videoMask {
  width: 991px;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  -webkit-mask-image: url("../png/mask-image.png");
          mask-image: url("../png/mask-image.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left; }
  @media only screen and (max-width: 1280px) {
    .videoMask {
      width: 891px; } }
  @media only screen and (max-width: 1199px) {
    .videoMask {
      width: 791px; } }
  @media only screen and (max-width: 991px) {
    .videoMask {
      width: 100%;
      -webkit-mask-image: unset;
      transform: unset;
      margin: 50px 0; } }

.video-responsive {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.mouseIcon {
  width: 35px;
  height: 56px;
  margin: 20px auto; }
  .mouseIcon.up-down rect {
    -webkit-animation: mouse-scroll 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
            animation: mouse-scroll 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both; }

.iconPlay {
  width: 130px;
  height: 130px;
  background: #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer; }
  .iconPlay svg {
    width: 40%;
    height: 40%; }
  @media only screen and (max-width: 991px) {
    .iconPlay {
      width: 60px;
      height: 60px; } }

.stair-images {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .stair-images {
      -moz-column-gap: 1rem;
           column-gap: 1rem; } }
  .stair-images-box {
    flex: 1 1 29.13%;
    min-width: 29.13%;
    max-width: 29.13%;
    height: 620px; }
    @media only screen and (max-width: 767px) {
      .stair-images-box {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        height: 420px; } }
    @media only screen and (max-width: 480px) {
      .stair-images-box {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        height: 180px; } }
    .stair-images-box:nth-of-type(1) {
      margin-top: 8%; }
    .stair-images-box:nth-of-type(2) {
      margin-top: 5%; }
    .stair-images-box:nth-of-type(3) {
      margin-top: 12%; }

.bg-x-cyan {
  background-image: url("../svg/x-group-cyan.svg");
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: auto; }

.bg-x-purple {
  background-image: url("../svg/x-group-purple.svg");
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: auto; }

.bg-x-gradient-inv {
  background-image: url("../svg/x-group-gradient-inv.svg");
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: auto; }

.bg-x-gradient {
  background-image: url("../svg/x-group-gradient.svg");
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: auto; }

.bg-cutCircle {
  background-image: url("../svg/cutcircle-red-gradient.svg"), url("../svg/circles-gradient-group.svg");
  background-repeat: no-repeat;
  background-position: 0% 100%, 100% 50%;
  background-size: auto; }

.bg-xo-primary {
  background-image: url("../svg/xo-group.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto; }

.bg-colored-arrow {
  background-image: url("../svg/bg-colored-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; }

.bg-grass {
  background-image: url("../svg/grass.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: 15%; }

.bg-player-gradient {
  background-image: url("../png/player-gradient.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 25%; }

.bg-red-thunders {
  background-image: url("../png/can-red-thunder.png"), url("../png/blue-red-thunder.png");
  background-repeat: no-repeat;
  background-position: 0% 100%, 100% 0%;
  background-size: 50%, 50%; }

.card, .card-simple {
  width: auto;
  height: auto;
  border-radius: 20px;
  background: #fff;
  position: relative;
  transition: all 0.4s ease; }
  .card-simple {
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    background: transparent; }
    @media only screen and (max-width: 1024px) {
      .card-simple {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      .card-simple {
        height: 250px; } }
    .card-simple .card__image {
      width: 100%;
      height: 100%;
      border-radius: inherit;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .card-simple .card__title {
      font-size: 55px;
      color: #fff;
      position: relative;
      z-index: 3;
      min-height: unset; }
      @media only screen and (max-width: 1280px) {
        .card-simple .card__title {
          font-size: 44px; } }
      @media only screen and (max-width: 991px) {
        .card-simple .card__title {
          font-size: 34px; } }
      .card-simple .card__title:before {
        content: attr(data-text);
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fa0049;
        white-space: nowrap;
        position: absolute;
        bottom: -20%;
        left: 0;
        right: 0;
        margin: auto;
        letter-spacing: -5px;
        text-align: center;
        z-index: -1; }
    .card-simple.dense .card__title {
      font-size: 34px; }
    .card-simple.bigger {
      height: 400px;
      padding: 30px;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .card-simple.bigger {
          justify-content: center;
          align-items: center;
          row-gap: 2rem;
          height: auto; } }
      .card-simple.bigger .card__title {
        font-size: calc(16px + 6.564vw);
        text-align: center;
        line-height: 1; }
      .card-simple.bigger .card__right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
  .card__body {
    padding: 20px;
    border-radius: inherit; }
  .card__image {
    width: 100%;
    height: 283px;
    overflow: hidden;
    border-radius: inherit; }
  .card__title {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 40px;
    margin: 21px 0;
    min-height: 120px; }
  .card__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .card__tag {
    min-width: 40px;
    width: 40px;
    height: 49px;
    border-radius: 9px;
    background: #f2f9ff;
    padding: 6px 10px;
    margin-right: 20px; }
    .card__tag__text {
      color: #333333;
      pointer-events: none; }
  .card__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px; }
    @media only screen and (max-width: 991px) {
      .card__actions {
        flex-direction: column;
        gap: 16px; } }

.shadow {
  box-shadow: 0px 40.4819px 80.9639px rgba(32, 56, 85, 0.15); }

@media (hover: hover) {
  .hoverable:hover {
    transition: all 0.4s ease;
    transform: scale(1.05); } }

.accordion {
  width: 100%;
  border: 1px solid #00205b;
  background: #fff; }
  .accordion__container {
    width: 100%;
    height: auto; }
  .accordion__item {
    width: 100%;
    height: auto;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #00205b; }
    .accordion__item:last-of-type {
      border-bottom: unset; }
  .accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 30px;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 1440px) {
      .accordion__header {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .accordion__header {
        padding: 16px;
        flex-wrap: nowrap; } }
    .accordion__header__left, .accordion__header__right {
      padding: 0; }
  .accordion__title {
    font-size: 28px;
    color: #00205b; }
    @media only screen and (max-width: 991px) {
      .accordion__title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .accordion__title {
        font-size: 18px; } }
  .accordion__toggle {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    margin-left: auto;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .accordion__toggle {
        width: 22px;
        height: 22px; } }
    .accordion__toggle.active {
      transform: rotate(180deg); }
  .accordion__details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    transition: all 0.4s ease; }
    .accordion__details__item {
      flex: 1 1 auto;
      padding-right: 18px;
      display: none;
      align-items: center;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media only screen and (max-width: 1024px) {
        .accordion__details__item {
          flex: 1 1 50%;
          padding-right: 0; } }
      .accordion__details__item img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        display: none; }
      .accordion__details__item:first-of-type {
        display: inline-flex; }
      .accordion__details__item:last-of-type {
        padding-right: 0; }
  .accordion__content {
    width: 100%;
    overflow: hidden auto;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .accordion__content.active {
      max-height: 320px;
      opacity: 1;
      transition: max-height 0.9s cubic-bezier(0, 1, 0, 1);
      padding: 5px 30px; }
      @media only screen and (max-width: 1024px) {
        .accordion__content.active {
          max-height: 70vh; } }
      @media only screen and (max-width: 767px) {
        .accordion__content.active {
          padding-right: 16px;
          padding-left: 16px; } }
    .accordion__content ul {
      max-width: 80%;
      margin: 0 auto; }
      .accordion__content ul li {
        padding: 10px 0;
        margin: 0;
        background: #f5f7fa;
        border-radius: 7px; }
        .accordion__content ul li:last-of-type {
          margin-bottom: 20px; }

/* LAYOUT */

.container,
.container--limit,
.ourPartners__content,
.container--1100,
.container--900 {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container--limit, .ourPartners__content {
    max-width: 1432px;
    padding: 0 16px; }
    @media only screen and (max-width: 1440px) {
      .container--limit, .ourPartners__content {
        max-width: 1275px; } }
  .container--1100 {
    max-width: 1132px;
    padding: 0 16px; }
  .container--900 {
    max-width: 900px;
    padding: 0 16px; }

.header {
  width: 100%; }
  .header-layout {
    position: initial;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.6s ease 0.1s; }
    .header-layout.fixed {
      position: fixed;
      box-shadow: 0 0 6px 1px rgba(77, 77, 77, 0.4); }
  .header__info {
    padding: 15px 20px;
    background: #fa0049;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .header__info {
        flex-direction: column; } }
  .header__label {
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .header__label {
        position: initial;
        margin-bottom: 10px; } }
  .header__social {
    margin-left: auto;
    height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .header__social .text-small {
      flex: 0 0 auto;
      margin-right: 15px; }
    @media only screen and (max-width: 991px) {
      .header__social {
        margin: 0 auto; } }
  .header__bottom {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header__burguer {
    background: #00205b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    z-index: 1003;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 991px) {
      .header__burguer {
        width: 50px;
        height: 50px; } }
    .header__burguer.active {
      background: #fa0049; }
  .header__logo {
    width: 100%;
    max-width: 154px;
    height: 50px;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 991px) {
      .header__logo {
        height: 35px; } }
  .header__menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00205b;
    display: flex;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 1002;
    cursor: url("../png/header-cursor.png"), auto; }
    .header__menu.active {
      pointer-events: all;
      transform: translateX(0);
      transition: all 0.4s ease;
      opacity: 1; }
      @media only screen and (max-width: 1024px) {
        .header__menu.active {
          flex-direction: column; } }
  .header__navigation {
    width: 75%;
    height: 100%;
    background: white;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    background-image: url("../svg/header-x-group.svg"), url("../svg/header-x.svg"), url("../svg/header-arrow-up.svg"), url("../svg/header-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 95% 2%, 0 92%, 80% 80%, 60% 30%;
    background-size: 30%, 18%, 10%, 10%; }
    @media only screen and (max-width: 1024px) {
      .header__navigation {
        width: 100%; } }
    .header__navigation .menu-item {
      color: #00205b;
      margin-bottom: 42px; }
      .header__navigation .menu-item:last-child {
        margin-bottom: 0; }
      .header__navigation .menu-item a {
        color: currentColor;
        text-decoration: underline;
        font-size: 50px;
        font-weight: 300; }
        @media only screen and (max-width: 1024px) {
          .header__navigation .menu-item a {
            font-size: 36px; } }
        @media only screen and (max-width: 767px) {
          .header__navigation .menu-item a {
            font-size: 24px; } }
      .header__navigation .menu-item:hover, .header__navigation .menu-item.current-menu-item {
        color: #fa0049; }
    @media only screen and (max-width: 1024px) {
      .header__navigation {
        width: 100%;
        background-position: 95% 2%, 0 100%, 80% 80%, 60% 30%; } }
  .header__aside {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding: 0 40px; }
    @media only screen and (max-width: 1024px) {
      .header__aside {
        width: 100%;
        margin-top: 30px;
        align-items: center;
        justify-content: center; } }
    .header__aside__logo {
      width: 202px;
      height: 75px;
      margin: 0 auto;
      margin-bottom: 100px; }
      @media only screen and (max-width: 1024px) {
        .header__aside__logo {
          width: 150px;
          height: 58px;
          margin-bottom: 30px; } }
    .header__aside__socials .socialBox {
      flex-direction: column; }
      @media only screen and (max-width: 1024px) {
        .header__aside__socials .socialBox {
          flex-direction: row; } }
      .header__aside__socials .socialBox__item {
        margin: 20px 0; }
        @media only screen and (max-width: 1024px) {
          .header__aside__socials .socialBox__item {
            margin: 16px; } }
        .header__aside__socials .socialBox__item a {
          font-size: 32px; }

.footer {
  width: 100%;
  padding: 50px 16px 0 16px;
  color: #9e9e9e;
  font-family: "Poppins", sans-serif; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 40px; } }
  .footer__logo {
    width: 117px;
    height: 50px;
    margin-bottom: 36px; }
  .footer__description {
    max-width: 330px;
    font-size: 17px;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .footer__description {
        max-width: 100%;
        font-size: 16px;
        padding-right: 0; } }
  .footer__body {
    max-width: 1432px;
    margin: auto; }
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__content {
        padding-bottom: 0; } }
    .footer__content__item {
      margin-bottom: 30px;
      padding: 0; }
      .footer__content__item p {
        margin-bottom: 50px;
        font-size: 18px; }
        @media only screen and (max-width: 767px) {
          .footer__content__item p {
            font-size: 16px;
            margin-bottom: 25px; } }
  .footer__bottom {
    padding: 58px 0 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 2px solid #00205b; }
    @media only screen and (max-width: 1024px) {
      .footer__bottom {
        flex-direction: column; } }
    .footer__bottom__item {
      display: inline-block;
      flex: 1 1 auto;
      padding: 10px 10px 10px 0; }
      .footer__bottom__item:last-of-type {
        padding-right: 0; }
      .footer__bottom__item .socialBox {
        justify-content: space-between; }

.socialGrid {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .socialGrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px; }
    .socialGrid__item .socialBox {
      margin-left: 20px; }

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

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

.swiper-pointer-events {
  touch-action: pan-y; }

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

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

.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-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.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-centered.swiper-horizontal > .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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.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-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

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

