@font-face {
  font-family: 'avenir';
  font-weight: 300;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-light-07.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 300;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-light-oblique-08.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 400;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-book-01.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 400;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-book-oblique-02.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 500;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-roman-12.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 500;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-oblique-11.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 600;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-medium-09.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 600;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-medium-oblique-10.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 800;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-heavy-05.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 800;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-heavy-oblique-06.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 900;
  font-style: normal;
  src: url('assets/fonts/avenir/avenir-black-03.ttf') format('truetype');
}
@font-face {
  font-family: 'avenir';
  font-weight: 900;
  font-style: italic;
  src: url('assets/fonts/avenir/avenir-black-oblique-04.ttf') format('truetype');
}
@font-face {
  font-family: 'bebas-neue';
  font-weight: 100;
  font-style: normal;
  src: url('assets/fonts/bebas-neue/bebas-neue-thin.otf') format('opentype');
}
@font-face {
  font-family: 'bebas-neue';
  font-weight: 300;
  font-style: normal;
  src: url('assets/fonts/bebas-neue/bebas-neue-light.otf') format('opentype');
}
@font-face {
  font-family: 'bebas-neue';
  font-weight: 400;
  font-style: normal;
  src: url('assets/fonts/bebas-neue/bebas-neue-book.otf') format('opentype');
}
@font-face {
  font-family: 'bebas-neue';
  font-weight: 500;
  font-style: normal;
  src: url('assets/fonts/bebas-neue/bebas-neue-regular.otf') format('opentype');
}
@font-face {
  font-family: 'bebas-neue';
  font-weight: 700;
  font-style: normal;
  src: url('assets/fonts/bebas-neue/bebas-neue-bold.otf') format('opentype');
}
@font-face {
  font-family: 'brunson';
  font-weight: 400;
  font-style: normal;
  src: url('assets/fonts/brunson/brunson.ttf') format('truetype');
}
@font-face {
  font-family: 'brunson-rough';
  font-weight: 400;
  font-style: normal;
  src: url('assets/fonts/brunson/brunson.ttf') format('truetype');
}
body {
  font-family: 'avenir';
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 60%;
  letter-spacing: 0.5px;
  font-weight: 400;
}
body a {
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
body a:hover,
body a:focus {
  color: #F15A24;
}
body p {
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 150%;
}
body p.bold {
  font-weight: 800;
  font-size: clamp(18px, 1.198vw, 23px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'brunson';
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  text-transform: uppercase;
  font-family: 'brunson-rough';
}
h1 {
  font-size: 9vw;
  line-height: 90%;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: inline;
}
h1 span {
  background: #F15A24;
  color: #000000;
  display: inline-flex;
  width: max-content;
  padding: 5px 20px 10px 20px;
}
h1.white span {
  color: #FFFFFF;
}
h2 {
  font-size: 10vw;
  line-height: normal;
  font-family: 'brunson';
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: inline;
  margin-bottom: 0;
}
h2 span {
  background: #F15A24;
  color: #FFFFFF;
  font-size: 10vw;
  line-height: 100%;
  font-family: 'brunson-rough';
  font-weight: normal;
  display: inline-flex;
  width: max-content;
  padding: 5px 20px 10px 20px;
}
h3 {
  font-size: 5vw;
  line-height: 100%;
  font-family: 'bebas-neue';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: inline;
}
h3 span {
  font-size: 5vw;
  line-height: 100%;
  color: #F15A24;
  font-family: 'brunson-rough';
  font-weight: normal;
}
h4 {
  font-size: 1vw;
  line-height: 100%;
  font-weight: normal;
}
h5 {
  font-size: 2vw;
  line-height: 100%;
  font-weight: normal;
}
h6 {
  font-size: 1.25vw;
  line-height: 100%;
  font-weight: normal;
}
.btn {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  body {
    font-family: 'avenir';
    font-size: clamp(13px, 0.9375vw, 14px);
    line-height: 60%;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
  body a {
    text-decoration: none;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  }
  body a:hover,
  body a:focus {
    color: #F15A24;
  }
  body p {
    font-size: clamp(13px, 0.9375vw, 14px);
    line-height: 150%;
  }
  body p.bold {
    font-weight: 800;
    font-size: clamp(14px, 1.198vw, 16px);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'brunson';
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
  }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    text-transform: uppercase;
    font-family: 'brunson-rough';
  }
  h1 {
    font-size: 108px;
    line-height: 90%;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: inline;
  }
  h1 span {
    background: #F15A24;
    color: #000000;
    display: inline-flex;
    width: max-content;
    padding: 5px 20px 10px 20px;
  }
  h1.white span {
    color: #FFFFFF;
  }
  h2 {
    font-size: 90px;
    line-height: normal;
    font-family: 'brunson';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline;
    margin-bottom: 0;
  }
  h2 span {
    background: #F15A24;
    color: #FFFFFF;
    font-size: 90px;
    line-height: 100%;
    font-family: 'brunson-rough';
    font-weight: normal;
    display: inline-flex;
    width: max-content;
    padding: 5px 20px 10px 20px;
  }
  h3 {
    font-size: 32px;
    line-height: 100%;
    font-family: 'bebas-neue';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: inline;
  }
  h3 span {
    font-size: 32px;
    line-height: 100%;
    color: #F15A24;
    font-family: 'brunson-rough';
    font-weight: normal;
  }
  h4 {
    font-size: 28px;
    line-height: 100%;
    font-weight: normal;
  }
  h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
  }
  h6 {
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
  }
  .btn {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  body {
    font-family: 'avenir';
    font-size: clamp(13px, 2.85vw, 14px);
    line-height: 60%;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
  body a {
    text-decoration: none;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  }
  body a:hover,
  body a:focus {
    color: #F15A24;
  }
  body p {
    font-size: clamp(13px, 2.85vw, 14px);
    line-height: 150%;
  }
  body p.bold {
    font-weight: 800;
    font-size: clamp(14px, 3.25vw, 16px);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'brunson';
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
  }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    text-transform: uppercase;
    font-family: 'brunson-rough';
  }
  h1 {
    font-size: 21.95vw;
    line-height: 90%;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: inline;
  }
  h1 span {
    background: #F15A24;
    color: #000000;
    display: inline-flex;
    width: max-content;
    padding: 5px 20px 10px 20px;
  }
  h1.white span {
    color: #FFFFFF;
  }
  h2 {
    font-size: 18.29vw;
    line-height: normal;
    font-family: 'brunson';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline;
    margin-bottom: 0;
  }
  h2 span {
    background: #F15A24;
    color: #FFFFFF;
    font-size: 18.29vw;
    line-height: 100%;
    font-family: 'brunson-rough';
    font-weight: normal;
    display: inline-flex;
    width: max-content;
    padding: 5px 20px 10px 20px;
  }
  h3 {
    font-size: 6.5vw;
    line-height: 100%;
    font-family: 'bebas-neue';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: inline;
  }
  h3 span {
    font-size: 6.5vw;
    line-height: 100%;
    color: #F15A24;
    font-family: 'brunson-rough';
    font-weight: normal;
  }
  h4 {
    font-size: 5.69vw;
    line-height: 100%;
    font-weight: normal;
  }
  h5 {
    font-size: 3.66vw;
    line-height: 100%;
    font-weight: normal;
  }
  h6 {
    font-size: 3.25vw;
    line-height: 100%;
    font-weight: normal;
  }
  .btn {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
}
.btn,
button:not(.play-btn, #menuBtn, .cookie-close) {
  color: #FFFFFF;
  padding: 15px 30px;
  font-family: 'bebas-neue';
  font-weight: 700;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background: #F15A24;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
}
.btn:after,
button:not(.play-btn, #menuBtn, .cookie-close):after {
  content: '';
  position: relative;
  right: 0;
  display: flex;
  width: 20px;
  height: 20px;
  background: url('assets/images/icons/btn-arrow.svg') no-repeat center center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .btn:after,
  button:not(.play-btn, #menuBtn, .cookie-close):after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 520px) and (max-width: 990px) {
  .btn:after,
  button:not(.play-btn, #menuBtn, .cookie-close):after {
    width: 20px;
    height: 20px;
  }
}
.btn.text,
button:not(.play-btn, #menuBtn, .cookie-close).text {
  background: transparent;
  color: #F15A24;
}
.btn.text:after,
button:not(.play-btn, #menuBtn, .cookie-close).text:after {
  background: url('assets/images/icons/btn-arrow-orange.svg') no-repeat center center;
  background-size: contain;
}
.btn:hover,
button:not(.play-btn, #menuBtn, .cookie-close):hover,
.btn:focus,
button:not(.play-btn, #menuBtn, .cookie-close):focus {
  color: #000000;
}
.btn:hover:after,
button:not(.play-btn, #menuBtn, .cookie-close):hover:after,
.btn:focus:after,
button:not(.play-btn, #menuBtn, .cookie-close):focus:after {
  filter: brightness(0);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .btn,
  button:not(.play-btn, #menuBtn, .cookie-close) {
    width: 100%;
  }
}
.cta-holder {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-top: 20px;
}
.cta-holder .cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  text-align: left;
  border: 2px solid #F15A24;
  padding: 20px 40px;
}
.cta-holder .cta-block h4 {
  font-size: 32px;
  font-weight: 400;
}
.cta-holder .cta-block a:not(.btn),
.cta-holder .cta-block p {
  font-size: 28px;
  font-family: 'bebas-neue';
  font-weight: 700;
  color: #F15A24;
}
.cta-holder .cta-block p {
  color: #F15A24 !important;
}
.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #F15A24;
  gap: 10px;
}
.breadcrumbs ul li {
  padding: 0;
  text-transform: uppercase;
}
.breadcrumbs ul li a {
  position: relative;
  display: flex;
  gap: 10px;
  text-decoration: none;
  align-items: center;
  font-style: italic;
  color: #FFFFFF;
  text-transform: uppercase;
}
.breadcrumbs ul li a:after {
  content: '';
  background: url('assets/images/icons/breadcrumbs.svg') no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .breadcrumbs ul li a:after {
    width: 13px;
    height: 12px;
  }
}
.swiper {
  overflow: hidden;
}
.swiper .navigation {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: -60px;
  width: 91vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
.swiper .navigation .arrow-prev,
.swiper .navigation .arrow-next {
  pointer-events: all;
  cursor: pointer;
}
.swiper .navigation .arrow-prev svg,
.swiper .navigation .arrow-next svg {
  display: none;
}
.swiper .navigation .arrow-prev:before,
.swiper .navigation .arrow-next:before {
  content: '';
  display: flex;
  width: 20px;
  height: 30px;
  background: url('assets/images/icons/btn-arrow-dark.svg') no-repeat center center;
  background-size: contain;
}
.swiper .navigation .arrow-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .swiper .navigation {
    display: none !important;
  }
}
.swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  margin: 0 !important;
  border: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 0;
  height: 0;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  background: #ffffff;
  width: 13px;
  height: 13px;
}
.swiper-pagination .swiper-pagination-bullet-active:after {
  background: #ffffff;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.swiper-lazy-preloader {
  border: 4px solid #fffffffa !important;
  backdrop-filter: blur(5px);
  border-top-color: transparent !important;
}
#preloader {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
#preloader #counterHolder {
  position: absolute;
}
#preloader #counterHolder span {
  font-size: 1vw;
  color: #F15A24;
}
#preloader #counterHolder span#counter {
  font-size: 5vw;
  font-family: 'brunson-rough';
  position: relative;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  #preloader #counterHolder span {
    font-size: 6.25vw;
  }
  #preloader #counterHolder span#counter {
    font-size: 12.25vw;
  }
}
#preloader svg {
  width: 60vw;
  height: 60vh;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}
#preloader svg path {
  fill: none;
  fill-rule: evenodd;
  stroke-width: 1px;
}
#reportBtn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9;
  background: #F15A24;
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
#reportBtn span {
  text-decoration: underline;
  margin-right: -10px;
}
#reportBtn svg {
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
#reportBtn:hover svg,
#reportBtn:focus svg {
  transform: rotate(90deg);
}
@media screen and (min-width: 50px) and (max-width: 430px) {
  #reportBtn {
    padding: 20px 20px 20px 20px;
  }
}
#reportBtn {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#mainPage.cookies-visible #reportBtn {
  transform: translateY(200%);
}
#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: -webkit-fill-available;
  padding: 20px 2vw;
  background: #000000;
  border-top: 2px solid #F15A24;
  color: #FFFFFF;
  transform: translateY(110%);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
#cookieBanner[hidden] {
  display: none;
}
#cookieBanner.is-visible {
  transform: translateY(0);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookieBanner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 5vw 25px 5vw;
  }
}
#cookieBanner p {
  margin: 0;
  max-width: 40%;
}
#cookieBanner p a {
  color: #F15A24;
  text-decoration: underline;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookieBanner p {
    max-width: 100%;
  }
}
#cookieBanner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: max-content;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookieBanner .cookie-actions {
    width: 100%;
  }
}
#cookieBanner .cookie-actions .btn {
  padding: 10px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookieBanner .cookie-actions .btn {
    flex: 1 1 0;
    width: auto;
  }
}
#cookieBanner .cookie-actions .btn.text:hover,
#cookieBanner .cookie-actions .btn.text:focus {
  filter: invert(1);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookieBanner .cookie-actions .btn.text {
    flex: 1 1 100%;
  }
}
#cookiePrefs {
  position: fixed;
  inset: 0;
  z-index: 620;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#cookiePrefs[hidden] {
  display: none;
}
#cookiePrefs.is-visible {
  opacity: 1;
}
#cookiePrefs .cookie-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(14px);
}
#cookiePrefs .cookie-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 640px;
  max-height: 80dvh;
  overflow-y: auto;
  padding: 40px;
  background: #000000;
  border: 2px solid #F15A24;
  color: #FFFFFF;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #cookiePrefs .cookie-panel {
    padding: 30px 20px;
    max-height: 85dvh;
  }
}
#cookiePrefs .cookie-panel h3 {
  display: block;
  color: #FFFFFF;
  padding-right: 40px;
}
#cookiePrefs .cookie-panel p {
  margin: 0;
}
#cookiePrefs .cookie-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: url('assets/images/icons/close.svg') no-repeat center center;
  background-size: contain;
  filter: invert(1);
  cursor: pointer;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
#cookiePrefs .cookie-close:hover,
#cookiePrefs .cookie-close:focus {
  transform: rotate(90deg);
}
#cookiePrefs .cookie-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.cookie-toggle .cookie-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cookie-toggle .cookie-name {
  font-family: 'bebas-neue';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F15A24;
}
.cookie-toggle .cookie-copy {
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 150%;
  color: #FFFFFF;
}
.cookie-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cookie-toggle .track {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 26px;
  background: #666666;
  border-radius: 100px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
.cookie-toggle .track:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 100px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
.cookie-toggle input:checked + .track {
  background: #F15A24;
}
.cookie-toggle input:checked + .track:before {
  transform: translateX(22px);
}
.cookie-toggle input:focus-visible + .track {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}
.cookie-toggle input:disabled + .track {
  opacity: 0.5;
  cursor: not-allowed;
}
.cookie-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  .cookie-panel-actions .btn {
    flex: 1 1 100%;
  }
}
.carousel-block {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel-block .media-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-block.has-sub {
  align-items: flex-start;
}
.carousel-block.has-sub h6 {
  text-align: left;
}
.content-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-block:before {
  content: attr(data-text);
  position: absolute;
  left: 2vw;
  top: 45%;
  color: #000000;
  font-family: 'bebas-neue';
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: inline-flex;
  align-self: center;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block:before {
    display: none;
  }
}
.content-block h1,
.content-block p {
  text-align: left;
}
.content-block p {
  margin: 0;
}
.content-block p.bold {
  font-weight: bold;
}
.content-block p .color-block {
  background: #F15A24;
  color: #000000;
  display: inline-flex;
  width: max-content;
  padding: 5px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block .carousel-block {
    order: 3;
  }
}
.content-block .content-body {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block .content-body {
    order: 2;
  }
}
.content-block .content-title {
  width: 50%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block .content-title {
    order: 1;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block .content-title,
  .content-block .content-body {
    width: 100%;
  }
}
.content-block.row {
  flex-direction: row;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block.row {
    flex-direction: column;
  }
}
.content-block.column {
  flex-direction: column;
  padding: 8vw 0 8vw 10vw;
}
.content-block.split-50 {
  flex-direction: row;
}
.content-block.split-50 div {
  width: 50%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block.split-50 {
    flex-direction: column;
  }
  .content-block.split-50 div {
    width: 100%;
  }
}
.content-block.split-40-60 {
  flex-direction: row;
}
.content-block.split-40-60 div {
  width: 40%;
}
.content-block.split-40-60 div:last-of-type {
  width: 60%;
}
.content-block.dark {
  background: #000000;
}
.content-block.dark h1,
.content-block.dark h2,
.content-block.dark h3,
.content-block.dark h4,
.content-block.dark h5,
.content-block.dark p {
  color: #FFFFFF;
}
.content-block.wrapped {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-block.wrapped .content-title,
.content-block.wrapped .content-body {
  width: 46%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .content-block.wrapped .content-title,
  .content-block.wrapped .content-body {
    width: 100%;
  }
}
.image-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-block img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.stats-block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8vw 0;
  background: #F15A24;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .stats-block {
    flex-direction: column;
    padding: 10vw 0;
    gap: 10vw;
  }
}
.stats-block .stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #FFFFFF;
  padding: 40px;
}
.stats-block .stat h3 {
  color: inherit;
  font-family: 'brunson';
  letter-spacing: 0;
  font-weight: normal;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .stats-block .stat h3 {
    font-size: 73px;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  .stats-block .stat h3 {
    font-size: 14.84vw;
  }
}
.stats-block .stat p {
  margin: 0;
  color: inherit;
}
.stats-block .stat p.bold {
  text-transform: uppercase;
}
.stats-block .stat span {
  font-family: 'avenir';
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 300;
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  .stats-block .stat span {
    font-size: clamp(14px, 3.25vw, 16px);
  }
}
.stats-block .stat:after {
  content: '';
  background: #FFFFFF;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.stats-block .stat:last-of-type:after {
  display: none;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .stats-block .stat:after {
    content: '';
    background: #FFFFFF;
    height: 2px;
    width: 100%;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;
  }
  .stats-block .stat span {
    font-size: clamp(10px, 0.833vw, 12px);
  }
}
.facts-block {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.042vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .facts-block {
    gap: 5vw;
  }
}
.facts-block .fact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  text-align: left;
  border: 1px solid #F15A24;
  color: #FFFFFF;
  padding: 10px;
  width: calc(48% - 20px) !important;
}
.facts-block .fact h4 {
  font-size: 2.865vw;
  font-weight: 400;
  color: #F15A24;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .facts-block .fact h4 {
    font-size: 53px;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  .facts-block .fact h4 {
    font-size: 10.77vw;
  }
}
.facts-block .fact span {
  margin: 0;
  color: inherit;
  font-family: 'bebas-neue';
  letter-spacing: 1px;
  font-size: clamp(12px, 0.677vw, 13px);
}
.facts-block .fact span.bold {
  text-transform: uppercase;
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  .facts-block .fact span {
    font-size: 13px;
    line-height: 100%;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .facts-block .fact {
    width: 100% !important;
    padding: 15px;
    text-align: center;
    align-items: center;
  }
}
.logo-holder {
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-auto-flow: column;
  gap: 2vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .logo-holder {
    display: flex;
    flex-wrap: wrap;
    order: 3;
    gap: 5vw;
  }
}
.logo-holder .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
}
.logo-holder .logo.square {
  max-width: 130px;
}
.logo-holder .logo.squarish {
  max-width: 180px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  .logo-holder .logo {
    max-width: 160px;
    width: 100%;
  }
  .logo-holder .logo.square {
    max-width: 70px;
  }
  .logo-holder .logo.squarish {
    max-width: 100px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-khtml-scrollbar {
  width: 5px;
  height: 5px;
}
::-moz-scrollbar {
  width: 5px;
  height: 5px;
}
::-ms-scrollbar {
  width: 5px;
  height: 5px;
}
::-o-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #f4f4f44a;
}
::-khtml-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #f4f4f44a;
}
::-moz-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #f4f4f44a;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #F15A24;
}
::-khtml-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #F15A24;
}
::selection {
  background: #FFFFFF3a;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FFFFFF3a;
  /* Gecko Browsers */
}
body,
html {
  background: #FFFFFF;
  color: #000000;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  body,
  html {
    overflow-x: hidden !important;
  }
}
footer {
  display: flex;
  flex-direction: column;
  padding: 3.292vw 7.292vw 0 7.292vw;
  background-color: transparent;
  position: relative;
  z-index: 2;
  background: #232323;
  color: #AFAFAF;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer {
    padding: 15vw 5vw;
  }
}
footer a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-copyright {
  display: flex;
  gap: 20px;
  font-size: 16px;
  padding: 40px 0 30px 0;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer .footer-copyright {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
footer .footer-copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
footer .footer-copyright p,
footer .footer-copyright a {
  margin: 0;
  line-height: 100%;
}
footer .footer-copyright a {
  text-transform: unset;
  text-decoration: underline;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer .footer-copyright p {
    width: 100%;
    text-align: center;
  }
}
footer .footer-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer .footer-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-block ul li {
  padding: 0;
}
footer .footer-block .footer-logo {
  max-width: 160px;
  margin-right: 30px;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer .footer-block .footer-logo {
    max-width: 130px;
    height: auto;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer .footer-block {
    align-items: center;
    flex-direction: row;
    gap: 40px;
    width: 100%;
  }
  footer .footer-block:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  footer .footer-block {
    align-items: center;
    flex-direction: column;
  }
}
footer .socials {
  display: flex;
  align-items: center;
}
footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
footer .socials a svg,
footer .socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-decoration: none;
  border: 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer .socials a {
    width: 50px;
    height: 25px;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  footer .socials a {
    width: 50px;
    height: 25px;
  }
}
footer .socials a:hover,
footer .socials a:focus {
  transform: scale(0.9);
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  footer .footer-content {
    flex-wrap: wrap;
    max-width: 100%;
    gap: 40px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  padding: 0;
  width: 100vw;
  pointer-events: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  background: #000000;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
header:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(16px);
  filter: blur(21px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
header .navCtrl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10vw;
  max-width: 100vw;
  width: 100%;
  will-change: transform, height;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 20px) and (max-width: 1919px) {
  header .navCtrl {
    padding: 30px 7.292vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  header .navCtrl {
    padding: 30px 5vw;
  }
}
header .navCtrl a,
header .navCtrl .logo-link {
  text-decoration: none;
  border: 0;
  pointer-events: all;
}
header .navCtrl .site-logo {
  line-height: 0;
}
header .navCtrl .logo,
header .navCtrl .custom-logo {
  max-width: 16.292vw;
  width: 100%;
  height: auto !important;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  header .navCtrl .logo,
  header .navCtrl .custom-logo {
    max-width: 250px;
  }
}
header .navCtrl .menuItems {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  will-change: max-height, opacity;
}
header .navCtrl .menuItems .menu-holder {
  width: max-content;
  display: flex;
  gap: 4vw;
}
header .navCtrl .menuItems a:not(.btn) {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: 'bebas-neue';
  font-weight: 700;
  font-size: clamp(24px, 1.667vw, 32px);
  color: #F15A24;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
header .navCtrl .menuItems a:not(.btn):hover,
header .navCtrl .menuItems a:not(.btn):focus,
header .navCtrl .menuItems a:not(.btn).active {
  color: #AFAFAF;
}
header .navCtrl .menuItems #menuBtn {
  order: 6;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 30px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
}
header .navCtrl .menuItems #menuBtn span {
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
header .navCtrl .menuItems #menuBtn.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
header .navCtrl .menuItems #menuBtn.active span:nth-child(2) {
  opacity: 0;
}
header .navCtrl .menuItems #menuBtn.active span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  header .navCtrl .menuItems #menuBtn {
    display: flex;
    right: 30px;
    top: 25px;
  }
}
header .navCtrl .menuItems .btn {
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 100%;
  padding: 15px 20px 10px 20px;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  header .navCtrl {
    padding: 20px 5vw;
  }
  header .navCtrl .menuItems a.nav {
    display: none !important;
  }
}
header #menu-nav {
  position: absolute;
  background: #000000;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
}
@media screen and (min-width: 200px) and (max-width: 1600px) {
  header #menu-nav {
    gap: 1vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  header #menu-nav {
    top: 0;
    gap: 10vw;
  }
}
header #menu-nav li {
  padding: 0 0 0 10vw;
  transition-delay: unset;
}
@media screen and (min-width: 20px) and (max-width: 1919px) {
  header #menu-nav li {
    padding: 0 0 0 4.479vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  header #menu-nav li {
    padding: 0 0 0 10vw;
  }
}
header #menu-nav li a:not(.btn) {
  position: relative;
  display: inline-flex;
  gap: 30px;
  align-items: center;
  font-size: 4.167vw;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}
header #menu-nav li a:not(.btn) span {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition-delay: unset;
  width: 5vw;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 200px) and (max-width: 1919px) {
  header #menu-nav li a:not(.btn) span {
    width: 5vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  header #menu-nav li a:not(.btn) span {
    width: 10vw;
  }
}
header #menu-nav li a:not(.btn):hover,
header #menu-nav li a:not(.btn):focus,
header #menu-nav li a:not(.btn).active {
  color: #F15A24;
}
header #menu-nav li .btn {
  width: max-content;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}
header.scroll-down {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(14px);
}
header.scroll-down:after {
  height: 20px;
}
header.scroll-down .navCtrl {
  padding: 15px 10vw;
}
header.scroll-down .logo {
  filter: unset;
  max-width: 12.625vw;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  header.scroll-down .logo {
    max-width: 220px;
  }
}
header.scroll-up {
  background: #000000;
  backdrop-filter: blur(0);
}
header.scroll-up .navCtrl {
  padding: 30px 10vw;
}
header.scroll-up .logo {
  max-width: 16.292vw;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  header.scroll-up .logo {
    max-width: 250px;
  }
}
header.internal .logo {
  filter: unset;
}
header.internal #menuBtn:before,
header.internal .navCtrl .menuItems .nav a {
  color: #000000;
}
header.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  pointer-events: all;
}
header.menu-open {
  padding: 0;
}
header.menu-open #menu-nav {
  height: 100vh;
  padding: 3vw 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  header.menu-open #menu-nav {
    padding: 35vw 0 10vw 0;
  }
}
header.menu-open #menu-nav li a {
  transition-delay: 0.5s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
header.menu-open #menu-nav li a.active {
  color: #F15A24;
  transition-delay: unset;
}
header.menu-open #menu-nav li .btn {
  transition-delay: 0.7s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
#mainPage {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
}
#mainPage.menu-open,
#mainPage.cookies-open {
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  #mainPage {
    overflow: hidden;
  }
}
article {
  position: relative;
  padding: 5vw 10vw;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 990px) and (max-width: 1440px) {
  article {
    padding: 6vw;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article {
    padding: 15vw 0 0 0;
  }
}
article:before {
  content: attr(data-text);
  position: absolute;
  left: 2vw;
  top: 45%;
  color: #000000;
  font-family: 'bebas-neue';
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: inline-flex;
  align-self: center;
}
@media screen and (min-width: 990px) and (max-width: 1440px) {
  article:before {
    left: 1vw;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article:before {
    display: none;
  }
}
article section:not(.about-us section) {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
}
article section:not(.about-us section).content-block {
  opacity: 0;
  transform: translateY(2vw);
  -webkit-transform: translateY(2vw);
  -moz-transform: translateY(2vw);
  -ms-transform: translateY(2vw);
  -o-transform: translateY(2vw);
}
article section:not(.about-us section).filter-holder {
  transition-delay: 0.6s;
  transform: translateY(2vw);
  -webkit-transform: translateY(2vw);
  -moz-transform: translateY(2vw);
  -ms-transform: translateY(2vw);
  -o-transform: translateY(2vw);
}
article section:not(.about-us section):not(.title, .ticker, .intro, .accordion, .filters) {
  transition-delay: 0.2s;
}
article .swiper {
  width: 100%;
  margin: 0;
}
article p {
  color: #000000;
}
article.page-intro {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 0 0 10vw;
  background: #FFFFFF;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.page-intro {
    flex-direction: column;
    padding: 30vw 10vw 0 10vw;
  }
}
article.page-intro section {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.page-intro section {
    width: 100%;
  }
}
article.page-intro section h1 {
  color: #000000;
  text-align: left;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  article.page-intro section h1 {
    font-size: 88px;
  }
  article.page-intro section h1 span {
    font-size: inherit;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.page-intro section h1 {
    font-size: 17.89vw;
  }
  article.page-intro section h1 span {
    font-size: inherit;
  }
}
article.page-intro section.content-block {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
article.page-intro section.image-block {
  width: 50%;
}
article.page-intro section.image-block .main-img {
  position: relative;
  right: 10vw;
  z-index: 1;
  max-width: unset;
  max-height: unset;
  width: 160%;
}
article.page-intro section.image-block .spin-btn {
  position: absolute;
  bottom: 14vw;
  right: -6vw;
  width: 150px;
  height: 150px;
  padding: 0 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@keyframes rotateWatch {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
article.page-intro section.image-block .spin-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.28);
}
article.page-intro section.image-block .spin-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('assets/images/deco/watch-now.png') no-repeat top center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  animation: rotateWatch 12s linear infinite;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.page-intro section.image-block {
    width: 100%;
  }
  article.page-intro section.image-block .main-img {
    right: 23vw;
    width: 130%;
  }
  article.page-intro section.image-block .spin-btn {
    bottom: 30vw;
    right: -9vw;
  }
}
article.page-intro.error {
  min-height: 100dvh;
}
article.page-intro.error .content-block {
  justify-content: center;
  align-items: center;
  width: 70%;
}
article.generic-intro {
  padding: 10vw 10vw 1vw 10vw;
  opacity: 1;
  background: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-intro {
    padding: 30vw 10vw 5vw 10vw;
  }
}
article.generic-intro .intro {
  position: relative;
  z-index: 3;
  transform: translateY(2vw) scale(0.95);
  -webkit-transform: translateY(2vw) scale(0.95);
  -moz-transform: translateY(2vw) scale(0.95);
  -ms-transform: translateY(2vw) scale(0.95);
  -o-transform: translateY(2vw) scale(0.95);
  transition-delay: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article.generic-intro .intro h3,
article.generic-intro .intro p {
  max-width: 80%;
  margin: 0;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-intro .intro h3,
  article.generic-intro .intro p {
    max-width: 100%;
  }
}
article.generic-intro .intro h3 {
  color: #F15A24;
}
article.generic-intro .intro h4 {
  color: #000000;
}
article.generic-intro .title {
  position: relative;
  margin-bottom: 2.604vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-intro .title {
    margin-bottom: 10vw;
  }
}
article.generic-intro .title h1 {
  color: #FFFFFF;
}
article.generic-intro .title .date {
  font-size: 20px;
  color: #666666;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-intro .title .date {
    font-size: 15px;
  }
}
article.generic-page {
  padding: 2vw 10vw 5vw 10vw;
  overflow: hidden;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-page {
    padding: 5vw 10vw 15vw 10vw;
  }
}
article.generic-page .content-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 5vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-page .content-block {
    gap: 30px;
    margin-bottom: 10vw;
  }
}
article.generic-page .content-block h4,
article.generic-page .content-block p,
article.generic-page .content-block ul,
article.generic-page .content-block ol {
  margin: 0;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.generic-page .content-block h4,
  article.generic-page .content-block p,
  article.generic-page .content-block ul,
  article.generic-page .content-block ol {
    max-width: 100%;
  }
}
article.generic-page .content-block h4,
article.generic-page .content-block h5,
article.generic-page .content-block h6 {
  margin-top: 30px;
}
article.generic-page .content-block ol,
article.generic-page .content-block ul {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
article.generic-page .content-block ol li,
article.generic-page .content-block ul li {
  padding-left: 20px;
  line-height: 140%;
}
article.generic-page .content-block ol li ol,
article.generic-page .content-block ul li ol,
article.generic-page .content-block ol li ul,
article.generic-page .content-block ul li ul {
  margin-top: 30px;
  padding-left: 30px;
}
article.generic-page .content-block table {
  border: 2px solid #000000;
  border-bottom: 0;
  width: 100%;
  font-size: 18px;
  font-family: OG-Light;
}
article.generic-page .content-block table thead {
  background: #666666;
  padding: 10px;
  font-size: 20px;
  font-family: OG-Bold;
  font-weight: normal;
}
article.generic-page .content-block table thead tr th {
  border: 2px solid #000000;
  border-top: 0;
  padding: 10px;
  text-align: left;
}
article.generic-page .content-block table thead tr th:first-of-type {
  border-left: 0;
  border-right: 0;
}
article.generic-page .content-block table thead tr th:last-of-type {
  border-right: 0;
  border-left: 0;
}
article.generic-page .content-block table tr td {
  border: 2px solid #000000;
  border-top: 0;
  padding: 10px;
}
article.generic-page .content-block table tr td:first-of-type {
  border-left: 0;
  border-right: 0;
}
article.generic-page .content-block table tr td:last-of-type {
  border-right: 0;
  border-left: 0;
}
article.generic-page .content-block:last-of-type {
  margin-bottom: 0;
}
article.home-intro {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5vw 0 0 10vw;
  background: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.home-intro {
    flex-direction: column;
    padding: 30vw 10vw 0 10vw;
  }
}
article.home-intro section {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.home-intro section {
    width: 100%;
  }
}
article.home-intro section h1 {
  color: #FFFFFF;
  text-align: left;
}
@media screen and (min-width: 500px) and (max-width: 990px) {
  article.home-intro section h1 {
    font-size: 88px;
  }
  article.home-intro section h1 span {
    font-size: inherit;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.home-intro section h1 {
    font-size: 17.89vw;
  }
  article.home-intro section h1 span {
    font-size: inherit;
  }
}
article.home-intro section.content-block img {
  margin-left: -18px;
  max-width: 540px;
  display: none;
}
article.home-intro section.content-block .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
article.home-intro section.content-block .labels span {
  font-family: 'bebas-neue';
  color: #000000;
  background: #F15A24;
  font-size: 1.09375vw;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  padding: 5px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.home-intro section.content-block .labels span {
    font-size: 14px;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  article.home-intro section.content-block .labels span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.home-intro section.content-block .labels {
    display: none;
  }
}
article.home-intro section.image-block {
  width: 50%;
}
article.home-intro section.image-block .main-img {
  position: relative;
  right: 10vw;
  z-index: 1;
  max-width: unset;
  max-height: unset;
  width: 160%;
}
article.home-intro section.image-block .spin-btn {
  position: absolute;
  bottom: 14vw;
  right: -6vw;
  width: 150px;
  height: 150px;
  padding: 0 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@keyframes rotateWatch {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
article.home-intro section.image-block .spin-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.28);
}
article.home-intro section.image-block .spin-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('assets/images/deco/watch-now.png') no-repeat top center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  animation: rotateWatch 12s linear infinite;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.home-intro section.image-block {
    width: 100%;
  }
  article.home-intro section.image-block .main-img {
    right: 23vw;
    width: 130%;
  }
  article.home-intro section.image-block .spin-btn {
    bottom: 30vw;
    right: -9vw;
  }
}
article.about-us {
  padding: 0;
  flex-direction: column;
}
article.about-us .logo-carousel {
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us .logo-carousel {
    margin: 40px auto 0 auto;
  }
}
article.about-us .logo-carousel .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: opacity, transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
}
article.about-us .logo-carousel .slide .media-holder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.about-us .logo-carousel .slide .media-holder img,
article.about-us .logo-carousel .slide .media-holder video,
article.about-us .logo-carousel .slide .media-holder iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
article.about-us .logo-carousel .slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
article.about-us .logo-carousel .navigation {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 15%;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
article.about-us .logo-carousel .navigation .arrow-prev,
article.about-us .logo-carousel .navigation .arrow-next {
  pointer-events: all;
}
article.about-us section.content-block {
  padding: 8vw 10vw;
  display: flex;
  flex-direction: row;
  gap: 5vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block {
    flex-direction: column;
    padding: 8vw 10vw;
    gap: 10vw;
  }
}
article.about-us section.content-block.column {
  flex-direction: column;
  padding: 8vw 0 8vw 10vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block.column {
    padding: 15vw 10vw;
  }
}
article.about-us section.content-block.column:before {
  color: #FFFFFF;
}
article.about-us section.content-block.column h3 {
  max-width: 70%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block.column h3 {
    max-width: 100%;
  }
}
article.about-us section.content-block.column p {
  font-family: 'bebas-neue';
  font-weight: 700;
  font-size: 2.865vw;
  line-height: 100%;
  max-width: 50%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block.column p {
    max-width: 100%;
    font-size: 32px;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  article.about-us section.content-block.column p {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block.split-50 {
    padding: 15vw 10vw;
  }
}
article.about-us section.content-block.split-50 div {
  width: 50%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block.split-50 div {
    width: 100%;
  }
  article.about-us section.content-block.split-50 div:first-child {
    order: 2;
  }
  article.about-us section.content-block.split-50 div:last-child {
    order: 1;
  }
}
article.about-us section.content-block .facts {
  display: flex;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block .facts {
    flex-direction: column;
  }
}
article.about-us section.content-block .facts .fact-holder {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3vw;
}
article.about-us section.content-block .facts .fact-holder .fact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block .facts .fact-holder h3 span {
    font-size: 64px;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  article.about-us section.content-block .facts .fact-holder h3 span {
    font-size: 13.01vw;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block .facts .fact-holder {
    width: 100%;
    gap: 8vw;
    margin-bottom: 10vw;
  }
}
article.about-us section.content-block .facts .img-holder {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
article.about-us section.content-block .facts .img-holder img {
  width: 120%;
}
article.about-us section.content-block .facts .img-holder img.banner {
  position: absolute;
  max-width: 40%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block .facts .img-holder img.banner {
    max-width: 80%;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.about-us section.content-block .facts .img-holder {
    width: 130%;
  }
}
article.media-release {
  padding: 0 0 0 10vw;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5vw;
  background: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.media-release {
    flex-direction: column;
    padding: 0;
    gap: 10vw;
  }
}
article.media-release:before {
  color: #FFFFFF;
}
article.media-release h1 span {
  color: #FFFFFF;
}
article.media-release section {
  width: 50%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.media-release section {
    width: 100%;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.media-release section.content-block {
    padding: 15vw 10vw 5vw 10vw;
    width: auto;
    margin-bottom: 0;
  }
}
article.media-release .video-carousel {
  padding: 0;
  width: 100%;
  height: 45vw;
  margin: 0 auto;
  position: relative;
}
article.media-release .video-carousel .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: opacity, transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
}
article.media-release .video-carousel .slide .media-holder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.media-release .video-carousel .slide .media-holder:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.08);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.media-release .video-carousel .slide .media-holder .play-btn {
  position: absolute;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  padding: 0 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  outline: none;
}
article.media-release .video-carousel .slide .media-holder .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
article.media-release .video-carousel .slide .media-holder .play-btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: url('assets/images/icons/play-btn-white.svg') no-repeat top center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
article.media-release .video-carousel .slide .media-holder .play-btn:hover:before,
article.media-release .video-carousel .slide .media-holder .play-btn:focus:before {
  transform: scale(0.9);
}
article.media-release .video-carousel .slide .media-holder .play-btn:hover:after,
article.media-release .video-carousel .slide .media-holder .play-btn:focus:after {
  transform: scale(1.15);
}
article.media-release .video-carousel .slide .media-holder img,
article.media-release .video-carousel .slide .media-holder video,
article.media-release .video-carousel .slide .media-holder iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.media-release .video-carousel .slide .media-holder.playing:before {
  opacity: 0;
  pointer-events: none;
}
article.media-release .video-carousel .slide .media-holder.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}
article.media-release .video-carousel .slide .media-holder.playing video,
article.media-release .video-carousel .slide .media-holder.playing iframe {
  z-index: 3;
  pointer-events: all;
}
article.media-release .video-carousel .navigation {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 15%;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
article.media-release .video-carousel .navigation .arrow-prev,
article.media-release .video-carousel .navigation .arrow-next {
  pointer-events: all;
}
article.learn-more {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more {
    flex-direction: column;
    padding: 0;
    gap: 10vw;
  }
}
article.learn-more h1 span {
  color: #FFFFFF;
}
article.learn-more section {
  width: 100%;
}
article.learn-more section.content-block {
  padding: 8vw 10vw;
  width: auto;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more section.content-block {
    padding: 15vw 10vw 0 10vw;
  }
}
article.learn-more .video-carousel {
  padding: 0;
  width: 80vw;
  height: 40vw;
  margin: 0 auto 20px auto;
  overflow: visible !important;
  position: relative;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .video-carousel {
    overflow: visible !important;
    padding: 0;
    height: 45vw;
    width: 80vw;
    margin: 0 auto;
  }
}
article.learn-more .video-carousel .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: opacity, transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  opacity: 0;
  transform: scale(0.6);
}
article.learn-more .video-carousel .slide .media-holder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.learn-more .video-carousel .slide .media-holder:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.08);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.learn-more .video-carousel .slide .media-holder .play-btn {
  position: absolute;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  padding: 0 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  outline: none;
}
article.learn-more .video-carousel .slide .media-holder .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
article.learn-more .video-carousel .slide .media-holder .play-btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: url('assets/images/icons/play-btn-white.svg') no-repeat top center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.3s;
}
article.learn-more .video-carousel .slide .media-holder .play-btn:hover:before,
article.learn-more .video-carousel .slide .media-holder .play-btn:focus:before {
  transform: scale(0.9);
}
article.learn-more .video-carousel .slide .media-holder .play-btn:hover:after,
article.learn-more .video-carousel .slide .media-holder .play-btn:focus:after {
  transform: scale(1.15);
}
article.learn-more .video-carousel .slide .media-holder img,
article.learn-more .video-carousel .slide .media-holder video,
article.learn-more .video-carousel .slide .media-holder iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.learn-more .video-carousel .slide .media-holder.playing:before {
  opacity: 0;
  pointer-events: none;
}
article.learn-more .video-carousel .slide .media-holder.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}
article.learn-more .video-carousel .slide .media-holder.playing video,
article.learn-more .video-carousel .slide .media-holder.playing iframe {
  z-index: 3;
  pointer-events: all;
}
article.learn-more .video-carousel .slide.upcoming .media-holder .play-btn {
  display: none;
}
article.learn-more .video-carousel .slide.upcoming .media-holder:before {
  background: rgba(0, 0, 0, 0.45);
}
article.learn-more .video-carousel .slide.upcoming .media-holder:after {
  content: 'Coming Soon';
  font-family: 'bebas-neue';
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .video-carousel .slide.upcoming .media-holder:after {
    font-size: 23px;
  }
}
article.learn-more .video-carousel .slide.upcoming .media-holder img {
  filter: grayscale(1) brightness(0.7);
}
article.learn-more .video-carousel .slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
article.learn-more .video-carousel .navigation {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 15%;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
article.learn-more .video-carousel .navigation .arrow-prev,
article.learn-more .video-carousel .navigation .arrow-next {
  pointer-events: all;
}
article.learn-more .pagination-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: 10vw;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
article.learn-more .pagination-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
article.learn-more .pagination-scroll.is-dragging,
article.learn-more .pagination-scroll.is-dragging * {
  cursor: grabbing;
}
article.learn-more .pagination-scroll img {
  -webkit-user-drag: none;
}
article.learn-more .pagination-preview {
  position: relative;
  z-index: 2;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0;
  gap: 1vw;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .pagination-preview {
    margin-top: 20px;
    gap: 5vw;
  }
}
article.learn-more .pagination-preview .preview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 15vw;
  min-width: 15vw;
  width: 100%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .pagination-preview .preview-card {
    max-width: 60vw;
    min-width: 45vw;
  }
}
article.learn-more .pagination-preview .preview-card:before {
  content: 'Watch Episode';
  font-family: 'bebas-neue';
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  background: #000000;
  color: #ffffff;
  padding: 15px 10px 10px 10px;
  top: 0;
  left: 0;
  width: max-content;
  height: auto;
  z-index: 2;
}
article.learn-more .pagination-preview .preview-card .thumb {
  height: 150px;
  width: 100%;
}
article.learn-more .pagination-preview .preview-card .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
article.learn-more .pagination-preview .preview-card .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
article.learn-more .pagination-preview .preview-card .info h4 {
  font-family: 'bebas-neue';
  font-size: 1.302vw;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .pagination-preview .preview-card .info h4 {
    font-size: 16px;
  }
}
article.learn-more .pagination-preview .preview-card .info p {
  margin: 0;
}
article.learn-more .pagination-preview .preview-card .info .btn {
  width: max-content;
  padding: 0;
  margin-top: 15px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more .pagination-preview .preview-card .info .btn {
    font-size: 18px;
  }
}
article.learn-more .pagination-preview .preview-card.active:before {
  background: #F15A24;
}
article.learn-more .pagination-preview .preview-card.playing:before {
  content: 'Now Playing';
}
article.learn-more .pagination-preview .preview-card.upcoming {
  pointer-events: none;
  cursor: default;
}
article.learn-more .pagination-preview .preview-card.upcoming:before,
article.learn-more .pagination-preview .preview-card.upcoming.active:before,
article.learn-more .pagination-preview .preview-card.upcoming.playing:before {
  content: 'Coming Soon';
  background: #666666;
}
article.learn-more .pagination-preview .preview-card.upcoming .thumb img {
  filter: grayscale(1) brightness(0.75);
}
article.learn-more .pagination-preview .preview-card.upcoming .info .btn,
article.learn-more .pagination-preview .preview-card.upcoming .info p {
  display: none;
}
article.learn-more .pagination-preview .preview-card.upcoming .info h4,
article.learn-more .pagination-preview .preview-card.upcoming .info p,
article.learn-more .pagination-preview .preview-card.upcoming .info .btn {
  opacity: 0.6;
}
article.learn-more-effects {
  padding: 8vw 10vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5vw;
  background: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-effects {
    flex-direction: column;
    padding: 15vw 10vw;
    gap: 10vw;
  }
}
article.learn-more-effects h1 span {
  color: #FFFFFF;
}
article.learn-more-effects p {
  max-width: 85%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-effects p {
    max-width: unset;
  }
}
article.learn-more-effects section {
  width: 100%;
}
article.learn-more-trade {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 5vw 10vw;
  background: #FFFFFF;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade {
    padding: 0;
  }
}
article.learn-more-trade .content-carousel {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade .content-carousel {
    overflow: visible !important;
    padding: 0 0 15vw 0;
  }
}
article.learn-more-trade .content-carousel .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: opacity, transform;
  gap: 8vw;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
article.learn-more-trade .content-carousel .slide .content,
article.learn-more-trade .content-carousel .slide .media-holder {
  width: 50%;
}
article.learn-more-trade .content-carousel .slide .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article.learn-more-trade .content-carousel .slide .content h3,
article.learn-more-trade .content-carousel .slide .content p,
article.learn-more-trade .content-carousel .slide .content a {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transform: translateY(5vw);
}
article.learn-more-trade .content-carousel .slide .content p {
  margin: 0;
}
article.learn-more-trade .content-carousel .slide .content a {
  opacity: 0;
}
article.learn-more-trade .content-carousel .slide .media-holder {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  order: 2;
  padding: 40px 0 0 0;
}
article.learn-more-trade .content-carousel .slide .media-holder:before {
  content: '';
  position: absolute;
  background: #545454;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  z-index: 2;
}
article.learn-more-trade .content-carousel .slide .media-holder img,
article.learn-more-trade .content-carousel .slide .media-holder video,
article.learn-more-trade .content-carousel .slide .media-holder iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transform: scale(0.6) translateY(5vw);
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade .content-carousel .slide {
    flex-direction: column;
    gap: 5vw;
  }
  article.learn-more-trade .content-carousel .slide .content,
  article.learn-more-trade .content-carousel .slide .media-holder {
    width: 100%;
  }
  article.learn-more-trade .content-carousel .slide .content {
    order: 2;
    width: 80vw;
  }
  article.learn-more-trade .content-carousel .slide .media-holder {
    order: 1;
  }
  article.learn-more-trade .content-carousel .slide .media-holder:before {
    display: none;
  }
}
article.learn-more-trade .content-carousel .slide.swiper-slide-active a {
  transition-delay: 0.4s;
  transform: scale(1) translateY(0);
  opacity: 1;
}
article.learn-more-trade .content-carousel .slide.swiper-slide-active .content > *,
article.learn-more-trade .content-carousel .slide.swiper-slide-active .media-holder img {
  transform: scale(1) translateY(0);
  opacity: 1;
}
article.learn-more-trade .content-carousel .navigation {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 15%;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
article.learn-more-trade .content-carousel .navigation .arrow-prev,
article.learn-more-trade .content-carousel .navigation .arrow-next {
  pointer-events: all;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade .content-carousel .pagination-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  article.learn-more-trade .content-carousel .pagination-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  article.learn-more-trade .content-carousel .pagination-scroll.is-dragging,
  article.learn-more-trade .content-carousel .pagination-scroll.is-dragging * {
    cursor: grabbing;
  }
}
article.learn-more-trade .content-carousel .pagination-tabs {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 40px;
  padding-bottom: 30px;
  gap: 2vw;
  --indicator-left: 0px;
  --indicator-width: 0px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade .content-carousel .pagination-tabs {
    width: 140vw;
    justify-content: flex-start;
    margin-top: 20px;
    padding-bottom: 10px;
    left: 10vw;
    gap: 10vw;
  }
}
@media screen and (min-width: 50px) and (max-width: 430px) {
  article.learn-more-trade .content-carousel .pagination-tabs {
    width: 160vw;
    gap: 5vw;
  }
}
article.learn-more-trade .content-carousel .pagination-tabs:before {
  content: '';
  position: absolute;
  background: #F15A24;
  bottom: -1px;
  left: 0;
  width: var(--indicator-width);
  height: 4px;
  z-index: 3;
  transform: translateX(var(--indicator-left));
  will-change: transform, width;
  transition: transform cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s, width cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.learn-more-trade .content-carousel .pagination-tabs:after {
  content: '';
  position: absolute;
  background: #545454;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
}
article.learn-more-trade .content-carousel .pagination-tabs button {
  font-size: 2.083vw;
  color: #666666 !important;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade .content-carousel .pagination-tabs button {
    font-size: 23px;
    padding: 0 !important;
    width: max-content !important;
  }
  article.learn-more-trade .content-carousel .pagination-tabs button:last-of-type {
    padding-right: 10vw !important;
  }
}
@media screen and (min-width: 50px) and (max-width: 500px) {
  article.learn-more-trade .content-carousel .pagination-tabs button {
    font-size: 23px;
  }
}
article.learn-more-trade .content-carousel .pagination-tabs button:after {
  display: none !important;
}
article.learn-more-trade .content-carousel .pagination-tabs button.active,
article.learn-more-trade .content-carousel .pagination-tabs button:hover,
article.learn-more-trade .content-carousel .pagination-tabs button:focus {
  color: #F15A24 !important;
}
article.learn-more-trade section {
  width: 100%;
  position: relative;
}
article.learn-more-trade section.content-block {
  z-index: 3;
}
article.learn-more-trade section.content-block img {
  margin-left: -18px;
  max-width: 540px;
  display: none;
}
article.learn-more-trade section.content-block .cta-holder {
  width: 200%;
}
article.learn-more-trade section.content-block .cta-holder span {
  font-family: 'bebas-neue';
  color: #000000;
  background: #F15A24;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  padding: 5px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.learn-more-trade section.content-block {
    padding: 15vw 10vw 5vw 10vw;
    width: auto;
  }
}
article.learn-more-trade section.image-block {
  width: 50%;
}
article.learn-more-trade section.image-block .main-img {
  position: relative;
  z-index: 1;
  max-width: unset;
  max-height: unset;
  width: 100%;
}
article.report-it {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5vw 0 0 10vw;
  background: #000000;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.report-it {
    flex-direction: column;
    padding: 0;
    gap: 10vw;
  }
}
article.report-it section {
  width: 50%;
  position: relative;
}
article.report-it section h1 {
  color: #FFFFFF;
  text-align: left;
}
article.report-it section.content-block {
  z-index: 3;
}
article.report-it section.content-block img {
  margin-left: -18px;
  max-width: 540px;
  display: none;
}
article.report-it section.content-block .cta-holder {
  width: 200%;
}
@media screen and (min-width: 990px) and (max-width: 1440px) {
  article.report-it section.content-block .cta-holder {
    width: 90vw;
  }
}
article.report-it section.content-block .cta-holder span {
  font-family: 'bebas-neue';
  color: #000000;
  background: #F15A24;
  font-size: 1.09375vw;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  padding: 5px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.report-it section.content-block .cta-holder {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  article.report-it section.content-block .cta-holder .btn {
    width: max-content;
  }
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.report-it section.content-block {
    padding: 15vw 10vw 0 10vw;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }
}
article.report-it section.image-block {
  width: 50%;
}
article.report-it section.image-block .main-img {
  position: relative;
  z-index: 1;
  max-width: unset;
  max-height: unset;
  width: 100%;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  article.report-it section.image-block {
    width: 100%;
  }
}
article.visited:not(.about-us) {
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -moz-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  -o-transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
}
article.visited:not(.about-us) section {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -moz-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  -o-transform: translateY(0) translateX(0) scale(1);
}
article.visited:not(.about-us) section:not(.title) {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -moz-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  -o-transform: translateY(0) translateX(0) scale(1);
}
