/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Lato';
  src: url('/fontsWHJfdhks8j/lato-regularWHJfdhks8j.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/fontsWHJfdhks8j/lato-boldWHJfdhks8j.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('/fontsWHJfdhks8j/worksans-variablefontWHJfdhks8j.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerWHJfdhks8j {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 24px 0;
}

.headerWHJfdhks8j__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.headerWHJfdhks8j__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.headerWHJfdhks8j__logo img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
}

.headerWHJfdhks8j__nav {
  display: flex;
  align-items: center;
}

.headerWHJfdhks8j__list,
.headerWHJfdhks8j__mobile-list {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.headerWHJfdhks8j__list a,
.headerWHJfdhks8j__mobile-list a {
  color: #fff;
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: color 0.25s ease;
}

.headerWHJfdhks8j__list a:hover,
.headerWHJfdhks8j__mobile-list a:hover {
  color: #ff8138;
}

.headerWHJfdhks8j__burger {
  display: none;
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 80;
}

.headerWHJfdhks8j__burger span {
  display: block;
  width: 100%;
  height: 4px;
  margin: 6px 0;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.headerWHJfdhks8j__burger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.headerWHJfdhks8j__burger.active span:nth-child(2) {
  opacity: 0;
}

.headerWHJfdhks8j__burger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.headerWHJfdhks8j__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 60;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.headerWHJfdhks8j__overlay.active {
  opacity: 1;
  visibility: visible;
}

.headerWHJfdhks8j__mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: min(340px, 86vw);
  height: 100vh;
  padding: 110px 28px 32px;
  background: rgba(14, 15, 18, 0.98);
  transform: translateX(110%);
  z-index: 70;
  transition: transform 0.35s ease;
}

.headerWHJfdhks8j__mobile.active {
  transform: translateX(0);
}

.headerWHJfdhks8j__mobile-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.heroWHJfdhks8j {
  position: relative;
  min-height: 536px;
  padding: 150px 0 90px;
  overflow: hidden;
  background: url('/imagesWHJfdhks8j/heroWHJfdhks8j.webp') center / cover
    no-repeat;
}

.heroWHJfdhks8j__container {
  position: relative;
  z-index: 2;
}

.heroWHJfdhks8j__content {
  max-width: 740px;
}

.heroWHJfdhks8j h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.heroWHJfdhks8j p {
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heroWHJfdhks8j__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 44px;
  padding: 13px 28px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 10px;
  background: #ff8138;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03), 0 0 8px 0 #ffc28f inset;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.heroWHJfdhks8j__button:hover {
  border-radius: 10px;
  background: #dd5a0f;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .headerWHJfdhks8j {
    padding: 34px 0 20px;
  }

  .headerWHJfdhks8j__nav {
    display: none;
  }

  .headerWHJfdhks8j__burger {
    display: block;
  }

  .headerWHJfdhks8j__logo img {
    width: 300px;
    max-width: calc(100vw - 110px);
  }

  .heroWHJfdhks8j {
    min-height: 300px;
    padding: 140px 0 40px;
    background: url('/imagesWHJfdhks8j/hero-mbWHJfdhks8j.webp') center / cover
      no-repeat;
  }

  .heroWHJfdhks8j__content {
    max-width: 100%;
  }

  .heroWHJfdhks8j h1 {
    margin-bottom: 24px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }

  .heroWHJfdhks8j p {
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .heroWHJfdhks8j__button {
    width: 100%;
    min-height: 40px;
    font-size: 24px;
  }
}
.talismansWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.talismansWHJfdhks8j__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 60px);
}

.talismansWHJfdhks8j__content,
.talismansWHJfdhks8j__image {
  width: 100%;
  min-width: 0;
}

.talismansWHJfdhks8j h2 {
  margin: 0 0 24px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(34px, 3.2vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}

.talismansWHJfdhks8j p {
  margin: 0 0 24px;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.talismansWHJfdhks8j p:last-child {
  margin-bottom: 0;
}

.talismansWHJfdhks8j__image img {
  display: block;
  width: 100%;
  aspect-ratio: 620 / 456;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .talismansWHJfdhks8j {
    padding: 56px 0;
  }

  .talismansWHJfdhks8j__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .talismansWHJfdhks8j__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .talismansWHJfdhks8j {
    padding: 32px 0;
  }

  .talismansWHJfdhks8j__container {
    gap: 28px;
  }

  .talismansWHJfdhks8j h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .talismansWHJfdhks8j p {
    margin-bottom: 22px;
  }

  .talismansWHJfdhks8j__image img {
    border-radius: 16px;
  }
}

.productsWHJfdhks8j {
  padding: 66px 0 74px;
  background: #fff;
  overflow: hidden;
}

.productsWHJfdhks8j__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.productsWHJfdhks8j h2 {
  margin: 0;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.productsWHJfdhks8j__arrows {
  display: flex;
  align-items: center;
  gap: 18px;
}

.productsWHJfdhks8j__arrow {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.productsWHJfdhks8j__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.productsWHJfdhks8j__arrow:not(:disabled):hover {
  transform: translateY(-1px);
}

.productsWHJfdhks8j__slider {
  overflow: visible;
}

.productsWHJfdhks8j__list {
  display: flex;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.productsWHJfdhks8j__list::-webkit-scrollbar {
  display: none;
}

.productsWHJfdhks8j__item {
  flex: 0 0 258px;
}

.products-cardWHJfdhks8j img {
  display: block;
  width: 100%;
  height: 295px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}

.products-cardWHJfdhks8j h3 {
  margin: 0 0 10px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
}

.products-cardWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .productsWHJfdhks8j {
    padding: 32px 0;
  }

  .productsWHJfdhks8j__top {
    margin-bottom: 22px;
  }

  .productsWHJfdhks8j h2 {
    font-size: 26px;
  }

  .productsWHJfdhks8j__arrows {
    display: none;
  }

  .productsWHJfdhks8j__list {
    gap: 16px;
    padding-right: 16px;
  }

  .productsWHJfdhks8j__item {
    flex: 0 0 250px;
  }

  .products-cardWHJfdhks8j img {
    height: 258px;
    margin-bottom: 18px;
  }

  .products-cardWHJfdhks8j h3 {
    font-size: 18px;
  }

  .products-cardWHJfdhks8j p {
    font-size: 14px;
  }
}
.locationWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
}

.locationWHJfdhks8j__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 46px);
}

.locationWHJfdhks8j__image {
  width: 100%;
  min-width: 0;
}

.locationWHJfdhks8j__image img {
  display: block;
  width: 100%;
  aspect-ratio: 690 / 500;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.locationWHJfdhks8j__content {
  width: 100%;
  min-width: 0;
}

.locationWHJfdhks8j h2 {
  margin: 0 0 clamp(24px, 3vw, 34px);
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(34px, 3.2vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}

.locationWHJfdhks8j__list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.locationWHJfdhks8j__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.locationWHJfdhks8j__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.locationWHJfdhks8j__head img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}

.locationWHJfdhks8j__head h3 {
  margin: 0;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.locationWHJfdhks8j__item p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1100px) {
  .locationWHJfdhks8j {
    padding: 56px 0;
  }

  .locationWHJfdhks8j__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }

  .locationWHJfdhks8j__image img {
    aspect-ratio: 1 / 0.74;
  }
}

@media (max-width: 860px) {
  .locationWHJfdhks8j__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .locationWHJfdhks8j__image img {
    aspect-ratio: 690 / 500;
  }
}

@media (max-width: 768px) {
  .locationWHJfdhks8j {
    padding: 32px 0;
  }

  .locationWHJfdhks8j__container {
    gap: 28px;
  }

  .locationWHJfdhks8j__image img {
    border-radius: 18px;
  }

  .locationWHJfdhks8j h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .locationWHJfdhks8j__list {
    gap: 24px;
  }

  .locationWHJfdhks8j__head {
    gap: 12px;
  }

  .locationWHJfdhks8j__head img {
    width: 32px;
    height: 32px;
  }

  .locationWHJfdhks8j__head h3 {
    font-size: 18px;
  }
}
.advantagesWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.advantagesWHJfdhks8j__top {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.advantagesWHJfdhks8j h2 {
  margin: 0 0 18px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.advantagesWHJfdhks8j__top p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advantagesWHJfdhks8j__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advantagesWHJfdhks8j__item {
  width: 100%;
}

.advantages-cardWHJfdhks8j {
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
  text-align: center;
}

.advantages-cardWHJfdhks8j img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 24px;
  border-radius: 20px;
  object-fit: cover;
}

.advantages-cardWHJfdhks8j h3 {
  margin: 0 0 14px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.advantages-cardWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1100px) {
  .advantagesWHJfdhks8j__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .advantagesWHJfdhks8j {
    padding: 32px 0;
  }

  .advantagesWHJfdhks8j__top {
    margin-bottom: 32px;
  }

  .advantagesWHJfdhks8j h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .advantagesWHJfdhks8j__top p {
    font-size: 16px;
  }

  .advantagesWHJfdhks8j__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .advantages-cardWHJfdhks8j {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    text-align: left;
  }

  .advantages-cardWHJfdhks8j img {
    width: 110px;
    height: 110px;
    margin: 0;
    flex-shrink: 0;
  }

  .advantages-cardWHJfdhks8j__content {
    width: 100%;
  }

  .advantages-cardWHJfdhks8j h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .advantages-cardWHJfdhks8j p {
    font-size: 16px;
  }
}

.faqWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.faqWHJfdhks8j__top {
  margin-bottom: 40px;
  text-align: center;
}

.faqWHJfdhks8j h2 {
  margin: 0;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.faqWHJfdhks8j__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faqWHJfdhks8j__item {
  width: 100%;
}

.faq-cardWHJfdhks8j {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
}

.faq-cardWHJfdhks8j__icon {
  flex-shrink: 0;
}

.faq-cardWHJfdhks8j__icon img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 14px;
}

.faq-cardWHJfdhks8j__content {
  width: 100%;
}

.faq-cardWHJfdhks8j h3 {
  margin: 0 0 12px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.faq-cardWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .faqWHJfdhks8j {
    padding: 32px 0;
  }

  .faqWHJfdhks8j__top {
    margin-bottom: 28px;
  }

  .faqWHJfdhks8j h2 {
    font-size: 34px;
  }

  .faqWHJfdhks8j__list {
    gap: 18px;
  }

  .faq-cardWHJfdhks8j {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 16px;
  }

  .faq-cardWHJfdhks8j__icon img {
    width: 48px;
    height: 48px;
  }

  .faq-cardWHJfdhks8j h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .faq-cardWHJfdhks8j p {
    font-size: 16px;
  }
}

.charityWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
}
.charityWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
}

.charityWHJfdhks8j__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.charityWHJfdhks8j__content,
.charityWHJfdhks8j__image {
  width: 100%;
  min-width: 0;
}

.charityWHJfdhks8j h2 {
  margin: 0 0 22px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(34px, 4.2vw, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.08;
  text-transform: capitalize;
}

.charityWHJfdhks8j p {
  margin: 0 0 24px;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.charityWHJfdhks8j__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 322px;
  min-height: 48px;
  padding: 14px 32px;
  margin-top: 8px;
  border-radius: 10px;
  background: #ff8138;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03), 0 0 8px 0 #ffc28f inset;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.charityWHJfdhks8j__button:hover {
  background: #dd5a0f;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
  transform: translateY(-1px);
}

.charityWHJfdhks8j__image img {
  display: block;
  width: 100%;
  aspect-ratio: 620 / 500;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .charityWHJfdhks8j {
    padding: 56px 0;
  }

  .charityWHJfdhks8j__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .charityWHJfdhks8j__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .charityWHJfdhks8j__content {
    order: 1;
  }

  .charityWHJfdhks8j__image {
    order: 2;
  }
}

@media (max-width: 768px) {
  .charityWHJfdhks8j {
    padding: 32px 0;
  }

  .charityWHJfdhks8j__container {
    gap: 28px;
  }

  .charityWHJfdhks8j h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .charityWHJfdhks8j p {
    margin-bottom: 22px;
  }

  .charityWHJfdhks8j__button {
    width: 100%;
    min-width: 100%;
    min-height: 60px;
    padding: 16px 24px;
    margin-top: 6px;
  }

  .charityWHJfdhks8j__image img {
    border-radius: 18px;
  }
}
.bannerWHJfdhks8j {
  position: relative;
  padding: 100px 0 88px;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.66) 100%
    ),
    url('/imagesWHJfdhks8j/talisman-bannerWHJfdhks8j.webp') center / cover
      no-repeat;
}

.bannerWHJfdhks8j__container {
  position: relative;
  z-index: 2;
}

.bannerWHJfdhks8j__content {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.bannerWHJfdhks8j h2 {
  margin: 0 0 18px;
  color: #fff;
  text-align: center;
  font-family: 'Work Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bannerWHJfdhks8j p {
  max-width: 1180px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bannerWHJfdhks8j__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  min-height: 50px;
  padding: 16px 34px;
  margin-bottom: 120px;
  border-radius: 10px;
  background: #ff8138;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03), 0 0 8px 0 #ffc28f inset;
  color: #0e0f12;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.bannerWHJfdhks8j__button:hover {
  background: #dd5a0f;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
  transform: translateY(-1px);
}

.bannerWHJfdhks8j__socials h3 {
  margin: 0 0 22px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bannerWHJfdhks8j__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bannerWHJfdhks8j__social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.bannerWHJfdhks8j__social-list a:hover {
  transform: translateY(-2px);
}

.bannerWHJfdhks8j__social-list img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .bannerWHJfdhks8j h2 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .bannerWHJfdhks8j {
    padding: 60px 0 72px;
    background-position: center;
  }

  .bannerWHJfdhks8j h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .bannerWHJfdhks8j p {
    margin-bottom: 34px;
    font-size: 16px;
  }

  .bannerWHJfdhks8j__button {
    width: 100%;
    min-width: 100%;
    min-height: 50px;
    margin-bottom: 92px;
    padding: 18px 24px;
    font-size: 18px;
  }

  .bannerWHJfdhks8j__socials h3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .bannerWHJfdhks8j__social-list {
    gap: 16px;
  }
}

.footerWHJfdhks8j {
  padding: 58px 0 64px;
  background: #6a1f08;
}

.footerWHJfdhks8j__container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footerWHJfdhks8j__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footerWHJfdhks8j__logo img {
  display: block;
  width: 300px;
  height: auto;
  object-fit: contain;
}

.footerWHJfdhks8j__copy {
  margin: 24px 0 42px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.footerWHJfdhks8j__age {
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}

.footerWHJfdhks8j__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}

.footerWHJfdhks8j__socials h2 {
  margin: 0 0 16px;
  color: #fff;
  text-align: right;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.footerWHJfdhks8j__social-list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.footerWHJfdhks8j__social-list img {
  display: block;
  width: 28px;
  height: 28px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.footerWHJfdhks8j__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerWHJfdhks8j__nav-list a {
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.footerWHJfdhks8j__nav-list a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footerWHJfdhks8j {
    padding: 48px 0 54px;
  }

  .footerWHJfdhks8j__container,
  .footerWHJfdhks8j__left,
  .footerWHJfdhks8j__right {
    align-items: center;
    text-align: center;
  }

  .footerWHJfdhks8j__container {
    flex-direction: column;
    gap: 28px;
  }

  .footerWHJfdhks8j__logo img {
    width: 330px;
    max-width: 100%;
  }

  .footerWHJfdhks8j__copy {
    margin: 22px 0 0;
    font-size: 24px;
  }

  .footerWHJfdhks8j__right {
    gap: 36px;
  }

  .footerWHJfdhks8j__socials {
    order: -1;
  }

  .footerWHJfdhks8j__socials h2 {
    text-align: center;
    font-size: 26px;
  }

  .footerWHJfdhks8j__social-list {
    justify-content: center;
  }

  .footerWHJfdhks8j__social-list img {
    width: 48px;
    height: 48px;
  }

  .footerWHJfdhks8j__age {
    font-size: 72px;
  }

  .footerWHJfdhks8j__nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 36px;
  }

  .footerWHJfdhks8j__nav-list a {
    font-size: 24px;
  }
}
.heroWHJfdhks8j.hero-about {
  position: relative;
  min-height: 536px;
  padding: 150px 0 90px;
  overflow: hidden;
  background: url('/imagesWHJfdhks8j/hero-girlWHJfdhks8j.webp') center / cover
    no-repeat;
}

.heroWHJfdhks8j.hero-about h1 {
  font-size: 40px;
}

@media (max-width: 768px) {
  .heroWHJfdhks8j.hero-about {
    background: url('/imagesWHJfdhks8j/hero-girl-mbWHJfdhks8j.webp') center /
      cover no-repeat;
  }

  .heroWHJfdhks8j.hero-about h1 {
    font-size: 34px;
  }
}

.missionWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.missionWHJfdhks8j__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 46px;
}

.missionWHJfdhks8j__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.missionWHJfdhks8j__content {
  width: 100%;
}

.missionWHJfdhks8j h2 {
  margin: 0 0 24px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.missionWHJfdhks8j p {
  margin: 0 0 24px;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.missionWHJfdhks8j strong {
  display: block;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .missionWHJfdhks8j {
    padding: 56px 0;
  }

  .missionWHJfdhks8j__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .missionWHJfdhks8j {
    padding: 32px 0;
  }

  .missionWHJfdhks8j__container {
    gap: 28px;
  }

  .missionWHJfdhks8j__image {
    order: 2;
  }

  .missionWHJfdhks8j__content {
    order: 1;
  }

  .missionWHJfdhks8j__image img {
    border-radius: 18px;
  }

  .missionWHJfdhks8j h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .missionWHJfdhks8j p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .missionWHJfdhks8j strong {
    font-size: 18px;
  }
}

.financeWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
  overflow: hidden;
}

.financeWHJfdhks8j__top {
  max-width: 1220px;
  margin: 0 auto 42px;
  text-align: center;
}

.financeWHJfdhks8j h2 {
  margin: 0 0 16px;
  color: #0e0f12;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.financeWHJfdhks8j__top p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.financeWHJfdhks8j__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.finance-cardWHJfdhks8j {
  text-align: center;
}

.finance-cardWHJfdhks8j__circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 22px;
  background: #fff;
}

.finance-cardWHJfdhks8j__circle svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.trackWHJfdhks8j,
.progressWHJfdhks8j {
  fill: none;
  stroke-width: 12;
}

.trackWHJfdhks8j {
  stroke: #dfe7ee;
}

.progressWHJfdhks8j {
  --value: 30;
  stroke: #ff8138;
  stroke-linecap: round;
  stroke-dasharray: calc(314 * var(--value) / 100) 314;
}

.finance-cardWHJfdhks8j__circle span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e0f12;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.538px;
}

.finance-cardWHJfdhks8j h3 {
  margin: 0 0 12px;
  color: #0e0f12;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.finance-cardWHJfdhks8j p {
  max-width: 360px;
  margin: 0 auto;
  color: rgba(14, 15, 18, 0.8);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 992px) {
  .financeWHJfdhks8j__list {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

@media (max-width: 768px) {
  .financeWHJfdhks8j {
    padding: 32px 0;
  }

  .financeWHJfdhks8j__top {
    margin-bottom: 40px;
  }

  .financeWHJfdhks8j h2 {
    font-size: 34px;
  }

  .finance-cardWHJfdhks8j__circle {
    width: 186px;
    height: 186px;
    margin-bottom: 24px;
  }
}

.principleWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
}

.principleWHJfdhks8j__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
}

.principleWHJfdhks8j h2 {
  margin: 0 0 26px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.principleWHJfdhks8j__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principleWHJfdhks8j__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.principleWHJfdhks8j__icon {
  flex-shrink: 0;
  font-size: 32px;
  line-height: 1;
}

.principleWHJfdhks8j h3 {
  margin: 0 0 12px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.principleWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.principleWHJfdhks8j__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .principleWHJfdhks8j {
    padding: 56px 0;
  }

  .principleWHJfdhks8j__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .principleWHJfdhks8j {
    padding: 32px 0;
  }

  .principleWHJfdhks8j h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .principleWHJfdhks8j__list {
    gap: 18px;
  }

  .principleWHJfdhks8j__item {
    gap: 10px;
  }

  .principleWHJfdhks8j__icon {
    font-size: 32px;
  }

  .principleWHJfdhks8j h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .principleWHJfdhks8j p {
    font-size: 16px;
  }

  .principleWHJfdhks8j__image img {
    border-radius: 14px;
  }
}

.heroPartnersWHJfdhks8j {
  position: relative;
  min-height: 260px;
  padding: 120px 0 76px;
  overflow: hidden;
  background: url('/imagesWHJfdhks8j/hero-tennisWHJfdhks8j.webp') center / cover
    no-repeat;
}

.heroPartnersWHJfdhks8j__container {
  position: relative;
  z-index: 2;
}

.heroPartnersWHJfdhks8j__content {
  max-width: 760px;
}

.heroPartnersWHJfdhks8j h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.heroPartnersWHJfdhks8j p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .heroPartnersWHJfdhks8j {
    min-height: 300px;
    padding: 115px 0 30px;
    background: url('/imagesWHJfdhks8j/hero-tennis-mbWHJfdhks8j.webp') center /
      cover no-repeat;
  }

  .heroPartnersWHJfdhks8j__content {
    max-width: 100%;
  }

  .heroPartnersWHJfdhks8j h1 {
    margin-bottom: 26px;
    font-size: 54px;
    line-height: 1.25;
  }

  .heroPartnersWHJfdhks8j p {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .heroPartnersWHJfdhks8j h1 {
    font-size: 34px;
  }

  .heroPartnersWHJfdhks8j p {
    font-size: 16px;
  }
}

.brandsWHJfdhks8j {
  padding: 64px 0;
  background: #f2f8fc;
}

.brandsWHJfdhks8j__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-cardWHJfdhks8j {
  min-height: 380px;
  padding: 22px 18px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
}

.brand-cardWHJfdhks8j__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 34px;
}

.brand-cardWHJfdhks8j__rating-wrap,
.brand-cardWHJfdhks8j__online {
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-cardWHJfdhks8j__rating-wrap img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.brand-cardWHJfdhks8j__rating,
.brand-cardWHJfdhks8j__online span {
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.brand-cardWHJfdhks8j__online img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.brand-cardWHJfdhks8j__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  margin-bottom: 26px;
}

.brand-cardWHJfdhks8j__logo img {
  display: block;
  width: 100%;
  max-width: 250px;
  max-height: 94px;
  object-fit: contain;
}

.brand-cardWHJfdhks8j__bonus {
  display: block;
  margin-bottom: 16px;
  color: #0e0f12;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.brand-cardWHJfdhks8j__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  background: #ff8138;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03), 0 0 8px 0 #ffc28f inset;
  color: #0e0f12;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.brand-cardWHJfdhks8j__button:hover {
  background: #dd5a0f;
  box-shadow: 0 4px 6px 0 rgba(30, 31, 33, 0.03);
}

.brand-cardWHJfdhks8j__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.brand-cardWHJfdhks8j__payments img {
  display: block;
  width: 44px;
  height: 24px;
  object-fit: contain;
}

.brand-cardWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.7);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1180px) {
  .brandsWHJfdhks8j__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .brandsWHJfdhks8j {
    padding: 32px 0;
  }

  .brandsWHJfdhks8j__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand-cardWHJfdhks8j {
    min-height: auto;
    padding: 16px 14px 18px;
    border-radius: 16px;
  }

  .brand-cardWHJfdhks8j__top {
    margin-bottom: 28px;
  }

  .brand-cardWHJfdhks8j__logo {
    height: 92px;
    margin-bottom: 24px;
  }

  .brand-cardWHJfdhks8j__logo img {
    max-width: 240px;
    max-height: 92px;
  }

  .brand-cardWHJfdhks8j__bonus {
    font-size: 18px;
  }

  .brand-cardWHJfdhks8j__button {
    min-height: 44px;
    font-size: 16px;
  }

  .brand-cardWHJfdhks8j__payments {
    gap: 12px;
  }

  .brand-cardWHJfdhks8j p {
    font-size: 12px;
  }
}

.winnerWHJfdhks8j {
  padding: 72px 0;
  background: #fff;
}

.winnerWHJfdhks8j h2 {
  margin: 0 0 46px;
  color: #0e0f12;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.winnerWHJfdhks8j__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.winner-cardWHJfdhks8j img {
  display: block;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  border-radius: 12px;
  object-fit: cover;
}

.winner-cardWHJfdhks8j h3 {
  margin: 0 0 14px;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.winner-cardWHJfdhks8j p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 992px) {
  .winnerWHJfdhks8j {
    padding: 56px 0;
  }

  .winnerWHJfdhks8j__list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .winner-cardWHJfdhks8j img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .winnerWHJfdhks8j {
    padding: 32px 0;
  }

  .winnerWHJfdhks8j h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .winnerWHJfdhks8j__list {
    gap: 28px;
  }

  .winner-cardWHJfdhks8j img {
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .winner-cardWHJfdhks8j h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .winner-cardWHJfdhks8j p {
    font-size: 16px;
  }
}

.warningWHJfdhks8j {
  padding: 56px 0;
  background: #fff;
}

.warningWHJfdhks8j__container {
  max-width: 1280px;
  text-align: center;
}

.warningWHJfdhks8j__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 26px;
}

.warningWHJfdhks8j__heading img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.warningWHJfdhks8j h2 {
  margin: 0;
  color: #0e0f12;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.warningWHJfdhks8j p {
  margin: 0 auto;
  max-width: 1220px;
  color: rgba(14, 15, 18, 0.8);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.warningWHJfdhks8j p + p {
  margin-top: 6px;
}

@media (max-width: 768px) {
  .warningWHJfdhks8j {
    padding: 32px 0;
  }

  .warningWHJfdhks8j__heading {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
  }

  .warningWHJfdhks8j__heading img {
    width: 40px;
    height: 40px;
    margin-top: 6px;
  }

  .warningWHJfdhks8j h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .warningWHJfdhks8j p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.helpCenterWHJfdhks8j {
  padding: 54px 0;
  background: #fff;
}

.helpCenterWHJfdhks8j__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.helpCenterWHJfdhks8j__list img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .helpCenterWHJfdhks8j__list {
    flex-wrap: wrap;
    gap: 34px 46px;
  }
}

@media (max-width: 768px) {
  .helpCenterWHJfdhks8j {
    padding: 34px 0;
  }

  .helpCenterWHJfdhks8j__list {
    gap: 28px 32px;
  }

  .helpCenterWHJfdhks8j__list img {
    max-height: 44px;
  }
}

.heroPartners2WHJfdhks8j.heroPartners2WHJfdhks8j {
  position: relative;
  min-height: 260px;
  padding: 120px 0 76px;
  overflow: hidden;
  background: url('/imagesWHJfdhks8j/tennis-play-heroWHJfdhks8j.webp') center /
    cover no-repeat;
}

@media (max-width: 768px) {
  .heroPartners2WHJfdhks8j.heroPartners2WHJfdhks8j {
    min-height: 300px;
    padding: 115px 0 30px;
    background: url('/imagesWHJfdhks8j/tennis-play-hero-mbWHJfdhks8j.webp')
      center / cover no-repeat;
  }
}

.slotInfoWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.slotInfoWHJfdhks8j__container {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.slotInfoWHJfdhks8j__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.slotInfoWHJfdhks8j h2 {
  margin: 0 0 22px;
  color: #0e0f12;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.slotInfoWHJfdhks8j__text,
.slotInfoWHJfdhks8j__list p,
.slotInfoWHJfdhks8j__bottom p {
  margin: 0;
  color: rgba(14, 15, 18, 0.8);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slotInfoWHJfdhks8j__text {
  margin-bottom: 28px;
}

.slotInfoWHJfdhks8j__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.slotInfoWHJfdhks8j__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.slotInfoWHJfdhks8j__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  font-size: 34px;
  line-height: 1;
}

.slotInfoWHJfdhks8j h3 {
  margin: 0;
  color: #0e0f12;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.slotInfoWHJfdhks8j__bottom h3 {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .slotInfoWHJfdhks8j__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .slotInfoWHJfdhks8j {
    padding: 32px 0;
  }

  .slotInfoWHJfdhks8j__container {
    gap: 28px;
  }

  .slotInfoWHJfdhks8j__image {
    order: 1;
  }

  .slotInfoWHJfdhks8j__content {
    order: 2;
  }

  .slotInfoWHJfdhks8j__image img {
    border-radius: 14px;
  }

  .slotInfoWHJfdhks8j h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .slotInfoWHJfdhks8j__text {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .slotInfoWHJfdhks8j__list {
    gap: 20px;
    margin-bottom: 24px;
  }

  .slotInfoWHJfdhks8j__top {
    gap: 10px;
    margin-bottom: 8px;
  }

  .slotInfoWHJfdhks8j__icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .slotInfoWHJfdhks8j h3 {
    font-size: 18px;
  }

  .slotInfoWHJfdhks8j__list p,
  .slotInfoWHJfdhks8j__bottom p {
    font-size: 16px;
  }
}
.slotPreviewWHJfdhks8j {
  padding: 72px 0;
  background: #f2f8fc;
}

.slotPreviewWHJfdhks8j__box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
}

.slotPreviewWHJfdhks8j__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.slotPreviewWHJfdhks8j__button img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.slotPreviewWHJfdhks8j__frame-wrap {
  position: relative;
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
}

.slotPreviewWHJfdhks8j__iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.slotPreviewWHJfdhks8j__box.active .slotPreviewWHJfdhks8j__button {
  display: none;
}

.slotPreviewWHJfdhks8j__box.active .slotPreviewWHJfdhks8j__frame-wrap {
  display: block;
}

@media (max-width: 768px) {
  .slotPreviewWHJfdhks8j {
    padding: 32px 0;
  }

  .slotPreviewWHJfdhks8j__button img,
  .slotPreviewWHJfdhks8j__frame-wrap {
    border-radius: 14px;
  }

  .slotPreviewWHJfdhks8j__frame-wrap {
    padding-bottom: 65%;
  }
}

.heroPartners2WHJfdhks8j.terms {
  position: relative;
  min-height: 260px;
  padding: 120px 0 76px;
  overflow: hidden;
  background: url('/imagesWHJfdhks8j/heroWHJfdhks8j.webp') center / cover
    no-repeat;
}

@media (max-width: 768px) {
  .heroPartners2WHJfdhks8j.terms {
    min-height: 300px;
    padding: 115px 0 30px;
    background: url('/imagesWHJfdhks8j/hero-mbWHJfdhks8j.webp') center / cover
      no-repeat;
  }
}

.terms-content {
  background: #f2f8fc;
  padding: 50px 0;
}

.terms-content h2 {
  color: #0e0f12;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.terms-content p {
  color: rgba(14, 15, 18, 0.8);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}

.terms-content ul {
  list-style: disc;
  margin-bottom: 14px;
}

.terms-content ul li {
  color: rgba(14, 15, 18, 0.8);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
  margin-left: 15px;
}

.terms-content ol {
  list-style: disc;
  margin-bottom: 14px;
}

.terms-content ol li {
  color: rgba(14, 15, 18, 0.8);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .terms-content {
    padding: 30px 0;
  }
}
