.home__button {
  background-color: #FFD200;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 120%;
  font-family: "presicav";
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .home__button {
    font-size: 16px;
    line-height: 120%;
    padding: 20px 30px;
  }
}
.home__leading-games {
  background: #fff;
  padding: 60px 0;
  font-family: "presicav";
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home__leading-games {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__leading-games {
    padding: 120px 0;
  }
}
.home__leading-games-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__leading-games-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__leading-games-header {
    margin-bottom: 100px;
  }
}
.home__leading-games-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__leading-games-header-left {
  padding-top: 19px;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
}
@media only screen and (min-width: 768px) {
  .home__leading-games-header-left {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -2px;
    padding-top: 36px;
  }
}
.home__leading-games-header-right a {
  font-weight: 900;
  font-size: 14px;
  width: 149px;
  height: 40px;
  color: #5C616C;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__leading-games-header-right a {
    font-size: 16px;
    width: 195px;
    height: 57px;
    margin-top: 10px;
  }
}
.home__leading-games-header-right a svg {
  margin-right: 15px;
}
.home__leading-games-header-right a:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__leading-games-thumbnails {
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .home__leading-games-thumbnails {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__leading-games-thumbnails {
    margin-bottom: 120px;
  }
}
.home__leading-games-thumbnails a {
  flex-shrink: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .home__leading-games-thumbnails a {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home__leading-games-thumbnails img {
    height: 400px;
    aspect-ratio: auto;
  }
}
.home__our-mission {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .home__our-mission {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home__our-mission-left {
  width: 485px;
  flex-shrink: 0;
}
.home__our-mission-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__our-mission-left {
  padding-top: 19px;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
}
@media only screen and (min-width: 768px) {
  .home__our-mission-left {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -2px;
    padding-top: 36px;
  }
}
.home__our-mission-right {
  width: 100%;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .home__our-mission-right {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__our-mission-right {
    max-width: 935px;
    width: 100%;
    margin-top: 0;
  }
}
.home__our-mission-right strong {
  font-size: 24px;
  font-weight: 900;
  line-height: 28.73px;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .home__our-mission-right strong {
    margin-bottom: 50px;
    letter-spacing: -1.5px;
  }
}
.home__our-mission-right p {
  font-weight: 500;
  color: #868990;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .home__our-mission-right p {
    font-size: 20px;
    line-height: 30px;
  }
}

.home__order-presentation .error-field {
  color: #DA2525;
  font-size: 14px;
  line-height: 21px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation .error-field {
    font-size: 16px;
    line-height: 24px;
  }
}
.home__order-presentation .error-field.error-name, .home__order-presentation .error-field.error-email {
  margin-top: -10px;
}
.home__order-presentation .error-field.error-terms {
  margin-top: 5px;
}
.home__order-presentation {
  width: 100%;
  height: 480px;
  background: url("../img/background__presentation-mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home__order-presentation.active {
  background: url("../img/background__presentation.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation {
    background: url("../img/background__presentation.png");
    background-size: cover;
    height: 440px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation {
    height: 356px;
    background-size: auto;
  }
}
.home__order-presentation .home__button {
  text-transform: none;
}
.home__order-presentation-front, .home__order-presentation-front-ok {
  height: 100%;
}
.home__order-presentation-front .container, .home__order-presentation-front-ok .container {
  max-width: 1520px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-front .container, .home__order-presentation-front-ok .container {
    justify-content: center;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-front .container, .home__order-presentation-front-ok .container {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.home__order-presentation-front-ok {
  display: none;
}
.home__order-presentation-back {
  height: 100%;
  display: none;
}
.home__order-presentation-back .container {
  max-width: 1420px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back .container {
    row-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-back .container {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media only screen and (min-width: 1600px) {
  .home__order-presentation-back .container {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
.home__order-presentation-back-left {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-left {
    width: 560px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-back-left {
    margin-top: 0;
    width: 32.5%;
  }
}
@media only screen and (min-width: 1600px) {
  .home__order-presentation-back-left {
    width: 560px;
  }
}
.home__order-presentation-back-left input {
  height: 57px;
  border: 1px solid #fff;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "presicav";
  font-weight: 900;
}
.home__order-presentation-back-left input::-moz-placeholder {
  color: #fff;
}
.home__order-presentation-back-left input::placeholder {
  color: #fff;
}
.home__order-presentation-back-middle {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-shrink: 0;
  max-width: 560px;
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-back-middle {
    width: 47.5%;
  }
  .home__order-presentation-back-middle br {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .home__order-presentation-back-middle {
    width: 560px;
  }
  .home__order-presentation-back-middle br {
    display: block;
  }
}
.home__order-presentation-back-middle-top {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-middle-top {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.home__order-presentation-back-middle-top span {
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-middle-top span {
    margin: 0 15px;
  }
}
.home__order-presentation-back-middle-row {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
}
.home__order-presentation-back-middle-row.legend {
  font-size: 9px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-middle-row.legend {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-back-middle-row.legend {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-middle-row {
    font-family: 16px;
    line-height: 24px;
  }
}
.home__order-presentation-back-middle-row a {
  text-decoration: underline;
}
.home__order-presentation-back-right {
  width: 100%;
}
.home__order-presentation-back-right .home__button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-back-right {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-back-right {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .home__order-presentation-back-right {
    margin-left: 0;
  }
}
.home__order-presentation-left {
  display: none;
  margin-left: -60px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-left {
    display: none;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-left {
    margin-left: -60px;
    flex-shrink: 0;
    display: block;
    margin-top: -50px;
  }
}
.home__order-presentation-middle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-middle {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
  }
}
.home__order-presentation-middle strong {
  font-size: 900;
  line-height: 21px;
  font-family: "presicav";
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-middle strong {
    line-height: 120%;
    font-family: "presicav";
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.home__order-presentation-right {
  margin-top: 25px;
  width: 100%;
}
.home__order-presentation-right .home__button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home__order-presentation-right {
    margin-top: 50px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .home__order-presentation-right {
    margin-right: 30px;
    margin-left: 60px;
    margin-top: 0;
    width: auto;
  }
}

.home__licensed {
  background-color: #F5F5F5;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .home__licensed {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__licensed {
    padding: 120px 0;
  }
}
.home__licensed-header::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__licensed-header {
  position: relative;
  font-family: "presicav";
  padding-top: 19px;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .home__licensed-header {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -2px;
    padding-top: 36px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__licensed-header {
    margin-bottom: 110px;
  }
}
.home__licensed-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media only screen and (min-width: 768px) {
  .home__licensed-content {
    row-gap: 42px;
  }
}
.home__licensed-content-item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "presicav";
  font-size: 8px;
  color: #31343A;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .home__licensed-content-item {
    width: 25%;
    font-size: 12px;
    letter-spacing: -1px;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__licensed-content-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .home__licensed-content-item {
    width: 14%;
  }
}
@media only screen and (min-width: 1600px) {
  .home__licensed-content-item {
    width: 177.5px;
  }
}
.home__licensed-content-item-image {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home__licensed-content-item-image {
    width: 100px;
    height: 100px;
  }
}
.home__licensed-content-item-image img {
  max-width: 100%;
}

.home__aggregators {
  background-color: #fff;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .home__aggregators {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__aggregators {
    padding: 120px 0;
  }
}
.home__aggregators-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__aggregators-header {
    margin-bottom: 100px;
  }
}
.home__aggregators-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__aggregators-header-left {
    padding-top: 36px;
  }
}
.home__aggregators-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__aggregators-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.home__aggregators-header-left p {
  margin-top: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header-left p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header-right {
    margin-top: auto;
  }
}
.home__aggregators-header-right a {
  font-weight: 900;
  font-size: 14px;
  width: 90px;
  height: 40px;
  color: #5C616C;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-family: "presicav";
}
@media only screen and (min-width: 768px) {
  .home__aggregators-header-right a {
    font-size: 16px;
    width: 129px;
    height: 57px;
  }
}
.home__aggregators-header-right a svg {
  margin-right: 15px;
}
.home__aggregators-header-right a:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__aggregators-list .slick-slide img {
  max-height: 80px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .home__aggregators-list .slick-slide img {
    max-height: 120px;
  }
}
.home__aggregators-list-last {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .home__aggregators-list-last {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__aggregators-list-last {
    margin-top: 80px;
  }
}

.home__roadmap {
  background-color: #fff;
  padding: 0px 0 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home__roadmap {
    padding: 0px 0 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__roadmap {
    padding: 0px 0 120px;
  }
}
.home__roadmap-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__roadmap-header {
    margin-bottom: 100px;
  }
}
.home__roadmap-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__roadmap-header-left {
    padding-top: 36px;
  }
}
.home__roadmap-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__roadmap-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.home__roadmap-header-right {
  display: flex;
}
.home__roadmap-header-right .slick-arrow {
  background-color: #F5F5F5;
  display: none !important;
  height: 57px;
}
.home__roadmap-header-right .slick-arrow.arrow-left {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header-right .slick-arrow {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header-right {
    margin-top: 10px;
  }
}
.home__roadmap-header-right a {
  margin-left: 10px;
  font-weight: 900;
  font-size: 14px;
  width: 90px;
  height: 40px;
  color: #5C616C;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-family: "presicav";
}
@media only screen and (min-width: 768px) {
  .home__roadmap-header-right a {
    font-size: 16px;
    width: 129px;
    height: 57px;
  }
}
.home__roadmap-header-right a:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__roadmap-content .slick-list {
  overflow: visible;
}
.home__roadmap-content-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 105px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-content-item {
    max-width: 288.75px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .home__roadmap-content-item {
    max-width: 328.75px;
  }
}
@media only screen and (min-width: 1600px) {
  .home__roadmap-content-item {
    margin-right: 35px;
  }
}
.home__roadmap-content-item-image {
  position: relative;
}
.home__roadmap-content-item-image-badge {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(13, 16, 23, 0.4);
  backdrop-filter: blur(25px);
  width: 90px;
  text-align: center;
  padding: 4px 0px;
  text-transform: uppercase;
  font-family: "presicav";
  font-style: normal;
  font-weight: 900;
  font-size: 7px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-content-item-image-badge {
    width: 232px;
    font-size: 18.67px;
    padding: 19px 0px;
  }
}
.home__roadmap-content-item-title {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home__roadmap-content-item-title {
    display: block;
  }
}

.home__testimonials {
  width: 100%;
  position: relative;
  background-color: #0D1017;
  padding: 60px 0 50px;
  overflow: visible;
}
.home__testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/background__home-testimonials.png");
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
.home__testimonials .container {
  overflow: visible;
}
.home__testimonials .slick-slider {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding-left: calc((100vw - 100%) / 2);
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .home__testimonials {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials {
    padding: 120px 0 120px;
  }
}
.home__testimonials-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-header {
    margin-bottom: 100px;
  }
}
.home__testimonials-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-header-left {
    padding-top: 36px;
  }
}
.home__testimonials-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__testimonials-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.home__testimonials-header-left p {
  margin-top: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header-left p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
  }
}
.home__testimonials-header-right {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header-right {
    margin-top: auto;
  }
}
.home__testimonials-header-right-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-header-right-arrow {
    width: 57px;
    height: 57px;
  }
}
.home__testimonials-header-right-arrow:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__testimonials-content .slick-slide {
  margin-right: 15px;
}
.home__testimonials-content-item {
  width: 300px;
  padding: 20px;
  backdrop-filter: blur(100px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #25282E;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-content-item {
    width: 400px;
    gap: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-content-item {
    width: 500px;
    padding: 35px;
  }
}
.home__testimonials-content-item-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-content-item-content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-content-item-content {
    font-size: 18px;
  }
}
.home__testimonials-content-item-signature {
  display: flex;
  margin-top: 10px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-content-item-signature {
    margin-top: 25px;
  }
}
.home__testimonials-content-item-signature-left {
  flex-grow: 0;
}
.home__testimonials-content-item-signature-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-content-item-signature-right {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-content-item-signature-right {
    font-size: 14px;
  }
}
.home__testimonials-content-item-signature-right strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__testimonials-content-item-signature-right strong {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__testimonials-content-item-signature-right strong {
    font-size: 20px;
  }
}

.home__hub {
  background-color: #0D1017;
  padding: 60px 0 50px;
}
@media only screen and (min-width: 768px) {
  .home__hub {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__hub {
    padding: 120px 0 120px;
  }
}
.home__hub-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__hub-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__hub-header {
    margin-bottom: 100px;
  }
}
.home__hub-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__hub-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__hub-header-left {
    padding-top: 36px;
  }
}
.home__hub-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__hub-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__hub-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.home__hub-header-left p {
  margin-top: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .home__hub-header-left p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
  }
}
.home__hub-header-right {
  margin-top: auto;
  display: none;
  justify-content: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .home__hub-header-right {
    display: flex;
  }
}
.home__hub-header-right-arrow {
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.home__hub-header-right-arrow:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__hub-content-item {
  background: #1D2026;
  height: 140px !important;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 128px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item {
    height: 245px !important;
    padding: 35px;
    row-gap: 40px;
    max-width: 272px;
    margin-right: 15px;
  }
}
.home__hub-content-item-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item-logo {
    height: 120px;
  }
}
.home__hub-content-item-logo img {
  max-width: 100%;
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item-logo img {
    max-height: 95px;
  }
}
.home__hub-content-item-title {
  font-size: 10px;
  line-height: 14.4px;
  letter-spacing: -1%;
  color: #fff;
  font-family: "presicav";
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.home__hub-content-item-description {
  height: 30px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: -1%;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item-description {
    height: 60px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 19.5px;
  }
}
.home__hub-content-item-button {
  margin-top: auto;
}
.home__hub-content-item-button a {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.1490196078);
  font-weight: 900;
  font-family: "presicav";
  color: #fff;
  font-size: 10px;
  line-height: 16.76px;
  font-weight: 900;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .home__hub-content-item-button a {
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
  }
}

.home__press {
  background: #0D1017;
  padding: 60px 0 50px;
}
@media only screen and (min-width: 768px) {
  .home__press {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__press {
    padding: 120px 0 120px;
  }
}
.home__press-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__press-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__press-header {
    margin-bottom: 100px;
  }
}
.home__press-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__press-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__press-header-left {
    padding-top: 36px;
  }
}
.home__press-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__press-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__press-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .home__press-header-right {
    margin-top: auto;
  }
}
.home__press-header-right a {
  font-weight: 900;
  font-size: 14px;
  width: 100px;
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-family: "presicav";
}
@media only screen and (min-width: 768px) {
  .home__press-header-right a {
    font-size: 14px;
    width: 209px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .home__press-header-right a .mobile {
    display: none;
  }
}
.home__press-header-right a .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home__press-header-right a .desktop {
    display: block;
  }
}
.home__press-header-right a:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}
.home__press-content {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__press-content {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .home__press-content {
    -moz-column-gap: 35px;
         column-gap: 35px;
    overflow-y: hidden;
    padding-bottom: 0;
  }
}
.home__press-content-item {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  max-width: 450px;
}
.home__press-content-item-image {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home__press-content-item-image {
    height: 250px;
  }
}
.home__press-content-item-image img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home__press-content-item-image img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home__press-content-item-image-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(13, 16, 23, 0.4);
  width: 50px;
  height: 60px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .home__press-content-item-image-badge {
    width: 60px;
    height: 70px;
    padding-top: 10px;
  }
}
.home__press-content-item-image-badge span, .home__press-content-item-image-badge strong {
  font-weight: 900;
  font-family: "presicav";
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.home__press-content-item-image-badge strong {
  font-size: 22px;
  line-height: 100%;
}
.home__press-content-item-content {
  background: #1D2026;
  padding: 40px 20px;
  margin-top: -3px;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .home__press-content-item-content {
    padding: 35px 30px;
  }
}
.home__press-content-item-content-title {
  color: #fff;
  font-family: "presicav";
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .home__press-content-item-content-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.home__press-content-item-content p {
  color: #868990;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .home__press-content-item-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.home__events {
  background: #0D1017;
  padding: 0px 0 0px;
}
@media only screen and (min-width: 768px) {
  .home__events {
    padding: 0px 0 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events {
    padding: 0px 0 0px;
  }
}
.home__events-header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home__events-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-header {
    margin-bottom: 100px;
  }
}
.home__events-header-left {
  padding-top: 19px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__events-header-left {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-header-left {
    padding-top: 36px;
  }
}
.home__events-header-left::before {
  content: " ";
  width: 80px;
  height: 4px;
  background-color: #FFD200;
  position: absolute;
  top: 0;
  left: 0;
}
.home__events-header-left strong {
  font-weight: 900;
  font-size: 18px;
  line-height: 21.55px;
  letter-spacing: -2px;
  font-family: "presicav";
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__events-header-left strong {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.home__events-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media only screen and (min-width: 768px) {
  .home__events-content {
    row-gap: 35px;
  }
}
.home__events-content-item {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-bottom: 35px;
  border-bottom: 2px solid rgba(134, 137, 144, 0.2392156863);
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item {
    flex-direction: row;
    align-items: center;
  }
}
.home__events-content-item:last-child {
  border-bottom: 0;
}
.home__events-content-item-image {
  height: 150px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-image {
    height: 160px;
    width: 220px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-content-item-image {
    width: 360px;
  }
}
.home__events-content-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home__events-content-item-image img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.home__events-content-item-details {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-details {
    display: block;
  }
}
.home__events-content-item-details-mobile {
  flex-shrink: 0;
}
.home__events-content-item-details-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-details-date {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-content-item-details-date {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.home__events-content-item-details-title {
  font-family: "presicav";
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1%;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-details-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-content-item-details-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.home__events-content-item-details-location {
  display: inline-flex;
  align-items: center;
}
.home__events-content-item-details-location svg {
  margin-right: 8px;
  width: 14px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-details-location svg {
    width: auto;
  }
}
.home__events-content-item-details-location {
  color: #868990;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-details-location {
    font-size: 19px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .home__events-content-item-details-location {
    font-size: 22px;
  }
}
.home__events-content-item-button {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-button.mobile {
    display: none;
  }
}
.home__events-content-item-button.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-button.desktop {
    display: block;
  }
}
.home__events-content-item-button a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.home__events-content-item-button a svg {
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-button a svg {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .home__events-content-item-button a {
    width: 57px;
    height: 57px;
  }
}
.home__events-content-item-button a:hover {
  background: #FFD200;
  color: #0D1017;
  transition: all 0.5s ease-in-out;
}

.intouch-section .error-newsletter, .intouch-section .error-newsletter-agreement {
  color: #DA2525;
  font-size: 14px;
  line-height: 21px;
  display: none;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .intouch-section .error-newsletter, .intouch-section .error-newsletter-agreement {
    font-size: 16px;
    line-height: 24px;
  }
}
.intouch-section .title-ok {
  display: none;
  max-width: 700px;
}

@media only screen and (min-width: 768px) {
  .intouch-form-text.rules {
    font-size: 11px;
  }
}

.checkbox-holder {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid white;
}
.checkmark.checkmark-yellow {
  border-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-holder input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-holder .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-holder .checkmark.checkmark-yellow:after {
  border-color: #000;
}/*# sourceMappingURL=home-new.css.map */