@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);

@font-face {
  font-weight: 400;
  font-family: "Coworking";
  src: url("../fonts/Coworking.ttf");
}

a:link,
ul {
  text-decoration: none;
}
a:active,
a:hover,
a:link,
a:visited {
  color: var(--clr-text-default);
}
.burger,
.header__nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
}

.body--scroll-disabled,
.swiper {
  overflow: hidden;
}
.swiper,
ul {
  list-style: none;
}
.section-comments__heading {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
}
:root {
  --font-family-default: "Inter", sans-serif;
  --font-size-default: 1.8rem;
  --swiper-theme-color: #007aff;
}
html {
  font-size: 2.667vw;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
  border-style: none;
}
a {
  background-color: transparent;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
  outline: 0;
  border: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font-family-default);
  font-weight: 400;
  font-size: var(--font-size-default);
  line-height: normal;
  cursor: default;
  background:
    url(../img/section-hero/bg.webp) top no-repeat,
    #000;
  background-size: cover;
  background-position: top;
}
.header {
  z-index: 100;
  position: relative;
}
.header-mod {
  background-color: #000;
}
.header__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.4fr 1fr;
  padding: 1.6rem 3rem 0 3rem;
  align-items: center;
}

.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.header__nav ul li a {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
}
.header__logo-wrapper {
  justify-self: center;
  width: 180px;
}
.header__logo-wrapper img,
.header__logo-wrapper picture {
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.burger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99999;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  width: 4rem;
  height: 4rem;
  gap: 0.4rem;
}
.section-hero__benefit-row:nth-of-type(2),
.section-hero__benefits {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
}
.burger__bottom,
.burger__middle,
.burger__top {
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 60%;
  border-radius: 20%;
}
.burger--active .burger__bottom,
.burger--active .burger__middle,
.burger--active .burger__top {
  width: 60%;
  background-color: #fff;
}
.burger--active .burger__top {
  rotate: 45deg;
  top: 0.7rem;
}
.burger--active .burger__middle {
  scale: 0;
}
.burger--active .burger__bottom {
  rotate: -45deg;
  bottom: 0.7rem;
}

.section-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 5rem;
  margin-bottom: -1rem;
  border-radius: 0 0 1.2rem 1.2rem;
  z-index: 10;
}
.section-hero--terms {
  padding: 9rem 2rem 10.5rem;
  background-position: center bottom;
}
.section-hero h1 {
  font-family: "Coworking";
  text-align: center;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.section-hero h1 span {
  color: #ffa800;
}
.offer-card__score a,
.section-hero__benefit-card span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035rem;
  text-align: center;
}
.section-hero__benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.section-hero__benefit-row:nth-of-type(2) {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-hero__benefit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.7rem;
}
.section-offers__offers-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  gap: 3rem;
}
.section-hero__benefit-card img,
.section-hero__benefit-card picture {
  max-width: 3.2rem;
}
.section-hero__benefit-card span {
  color: #fff;
  font-family: Inter;
}
.section-offers {
  padding: 6rem 3rem 2rem;
}
.offer-card {
  position: relative;
}
.offer-card__inner,
.offer-card {
  border: 1px solid #f79e1b;
  background: rgba(18, 30, 42, 0.4);
  backdrop-filter: blur(4px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
  padding: 1.6rem;
}

.offer-card__rate {
  position: absolute;
  top: -22px;
  right: 0;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.offer-card__mod {
  padding: 0;
  background: none;
}
.offer-card__inner {
  height: 100%;
  border: 3px solid #fff;
  box-shadow: inset 0px 0px 10px 0px #fff;
}
.offer-card__img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}
.offer-card__star {
  width: 90px;
}
.offer-card p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0;
  height: 100%;
  align-content: center;
  text-transform: uppercase;
}

.offer-card p strong,
.offer-card p span {
  color: #ffaa06;
}
.offer-card p strong {
  display: block;
}
.offer-card a {
  color: #060503;
  border: 1px solid #fff;
  background: #f8ff13;
  padding: 1.5rem 3.4rem;
  width: 100%;
  max-width: 230px;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-card__list {
  display: flex;
  gap: 0.2rem;
  margin-top: 1rem;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-read-more {
  padding: 3rem;
}
.section-read-more article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.section-read-more article h3,
.section-read-more article h2 {
  text-align: center;
  font-family: "Coworking";
  color: #ffef63;
  text-transform: uppercase;
}
.section-read-more article h3 {
  color: #fff;
}
.section-terms {
  background: url(../img/flag.webp) bottom no-repeat;
  background-size: contain;
}
.section-terms h1 {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #ffef63;
  font-family: "Coworking";
  text-align: center;
  margin-bottom: 2rem;
}
.section-terms .back {
  text-align: center;
  margin-top: 2rem;
}
.section-terms a {
  display: inline-block;
  color: #f5c241;
  border: 0.5px solid #fff;
  padding: 0.8rem 3rem;
}
.section-read-more article p,
.section-terms article p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035rem;
}
.section-read-more article a {
  padding: 0.8rem 3.2rem;
  color: #f8ff13;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #000;
}
.section-gamble-aware-links {
  padding: 1.2rem 1rem 2rem;
}
.section-gamble-aware-links__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 3rem;
}

.section-gamble-aware-links__icons img {
  height: 6rem;
  max-width: 25rem;
   object-fit: contain;
 }


@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-comments {
  padding: 2.4rem 0 6rem;
}
.section-comments__heading {
  text-align: center;
  margin-bottom: 1.2rem;
  background: -o-linear-gradient(353deg, #f9ba96 -16.25%, #fff 54.8%, #f5c241 121.72%);
  background: linear-gradient(97deg, #f9ba96 -16.25%, #fff 54.8%, #f5c241 121.72%);
  background-clip: text;
  -webkit-background-clip: text;
}
.comment-card,
.footer__container {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.section-comments__slider {
  padding: 0 2rem;
}
.section-comments .swiper-slide {
  height: unset;
}
.comment-card {
  height: 100%;
  min-height: 17rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #171511;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 95%;
}
.comment-card__author-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.2rem 1fr;
  grid-template-columns: 5.2rem 1fr;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  gap: 0.4rem;
  padding: 1.2rem 0.8rem;
}
.comment-card__author-name {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.035rem;
}
.comment-card__avatar {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 1/-1;
}
.comment-card__score {
  grid-column: 2/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.comment-card__comment-text {
  color: #bfb5af;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.035rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.8rem 1rem;
}
.section-terms {
  padding: 4rem 1rem 14rem;
  background-color: #100d09;
}
.footer {
  background: #171410;
  padding: 2.4rem 2rem;
}
.footer__container {
  max-width: 25rem;
  color: #bfb5af;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (min-width: 376px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1290px) {
  .header__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    gap: 1rem;
  }
  .header__nav {
    transition: 0.5s ease-out;
    padding: 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2.5px);
    padding: 8rem 2rem 2rem 2rem;
  }
  .header__nav--active {
    right: 0;
  }

  .header__nav ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 2.4rem;
  }
  .header__nav ul li a {
    font-size: 14px;
  }
  .header__logo-wrapper {
    top: 0;
  }
  .burger {
    display: flex;
  }

  .section-hero__benefit-card span {
    font-size: 1.4rem;
  }
  .section-terms article p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 860px) {
  .section-hero--terms {
    padding: 10rem 2rem 8rem;
    background-position: center bottom;
  }
  .section-hero__benefit-row:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-comments__slider,
  .section-offers__offers-container,
  .section-terms article {
    max-width: 110rem;
    margin: 0 auto;
  }

  .section-read-more article {
    max-width: 110rem;
    margin: 0 auto;
    gap: 1.6rem;
  }
  .section-read-more article h2 {
    font-size: 3rem;
    color: #ffef63;
  }
  .section-read-more article p {
    max-width: 620px;
    font-size: 1.4rem;
    color: #fff;
  }
  .section-read-more article a {
    font-size: 2rem;
  }
  .section-gamble-aware-links {
    padding: 4rem 1rem;
  }
  .section-comments__heading {
    font-size: 2.8rem;
  }
  .section-terms {
    padding: 4rem 2rem 28.4rem;
  }
  .footer__container {
    font-size: 1rem;
    max-width: 50rem;
  }
}
@media screen and (min-width: 968px) {
  .offer-card__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 621px) {
  body {
    background:
      url(../img/section-hero/bg-mob.webp) top no-repeat,
      #000;
    background-size: cover;
  }
  .section-hero__benefits {
    display: none;
  }
  .section-hero {
    padding-top: 2rem;
  }
  .section-hero h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .section-offers {
    padding: 4rem 1rem;
  }
  .section-read-more {
    padding: 0 1rem 2rem 1rem;
  }
  .section-read-more article h3,
  .section-read-more article h2 {
    font-size: 2rem;
  }
  .section-gamble-aware-links__icons img {
    object-fit: contain;
  }
  .header__nav {
    width: 100%;
  }
}
