/* @import url("https://fonts.googleapis.com/css?family=Wix+Madefor+Display:regular,500,600,700,800");

@font-face {
  font-family: "Heading Now";
  src:
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/webFonts/HeadingNow85Medium/font.woff2")
      format("woff2"),
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/webFonts/HeadingNow85Medium/font.woff")
      format("woff"),
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/HeadingNow-85Medium.otf")
      format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

/* body.page-template-template-solution-white-label h1, 
body.page-template-template-solution-white-label h2,
body.page-template-template-solution-white-label h3 {
  color: black;
} */

body {
  margin: 0;
}

.white-label-hero {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 77.7778vw;
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
}

.white-label-hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  pointer-events: none;
}

.white-label-hero::before,
.white-label-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.white-label-hero::before {
  top: 0;
  left: 0;
  width: 99.931vw;
  height: 47.778vw;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/hero-top-ellipse.png");
}

.white-label-hero::after {
  bottom: -7vw;
  left: 0;
  width: 155.278vw;
  height: 12.431vw;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/hero-bottom-ellipse.png");
}

.white-label-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.white-label-hero-intro {
  position: absolute;
  top: 13.1944vw;
  left: 5.556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 88.889vw;
}

.white-label-hero-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 6.806vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.white-label-hero-description {
  margin: 1.389vw 0 0;
  color: #c2c2c2;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.111vw;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
}

.white-label-hero-intro .main-button {
  margin-top: 2.222vw;
}
/* .main-button {
  width: fit-content; //
  height: 3.3333vw; //
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.278vw;
  padding: 0 1.25vw;
  border-radius: 0.278vw;
  background-color: var(--base-background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.903vw;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
} */

.main-button::after {
  content: "";
  width: 1.667vw;
  height: 1.667vw;
  flex-shrink: 0;
  background-image: url("https://gr8.tech/wp-content/themes/pmtech/pages/homepage/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}

.main-button:hover {
  background-color: #ff813d;
}

.main-button:hover::after {
  transform: translateX(0.208vw);
}

.white-label-hero-labels {
  position: absolute;
  z-index: 3;
  top: 57.639vw;
  left: 5.556vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88.889vw;
  height: 1.528vw;
  color: #929292;
  font-family: var(--title-font);
  font-size: 1.389vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.015em;
  text-align: center;
  text-transform: uppercase;
}

.white-label-hero-cards {
  position: absolute;
  z-index: 3;
  top: 67.5vw;
  left: 5.556vw;
  display: flex;
  width: 88.889vw;
  gap: 0.833vw;
}

.white-label-hero-card {
  flex: 1 1 0;
  height: 6.944vw;
  padding: 1.111vw 1.667vw;
  border: 1px solid #ffffff1a;
  border-radius: 2.222vw 0 2.222vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.556vw;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
  backdrop-filter: blur(10.9px);
}

.white-label-hero-card-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-align: center;
  text-transform: uppercase;
}

.white-label-hero-card-text {
  margin: 0;
  color: #f1f1f1;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

/* animaaation section */

.all-in-one-solution {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 102.778vw;
  padding-top: 27.514vw;
  padding-bottom: 6.9444vw;
  overflow: hidden;
  color: #000000;
  background: linear-gradient(180deg, #bebec0 0%, #ededed 100%);
}

.all-in-one-title-box {
  position: absolute;
  z-index: 5;
  top: 13.889vw;
  left: 29.1667vw;
  width: 41.667vw;
  text-align: center;
}

.all-in-one-title {
  margin: 0;
  font-family: var(--title-font);
  font-size: 4.444vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.all-in-one-subtitle {
  margin: 2.222vw 0 0;
  color: #6b6b6b;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

.solution-animation-pin {
  position: relative;
  width: 100%;
  height: 63.333vw;
  overflow: hidden;
  padding-top: 1.5556vw;
}

.solution-animation-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.solution-animation-title {
  position: absolute;
  z-index: 7;
  width: 25.556vw;
  margin: 0;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  font-style: normal;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  left: 37vw;
  right: auto;
  color: black;
}

.solution-animation-title-top {
  top: 2.083vw;
}

.solution-animation-title-middle {
  top: 20.833vw;
}

.solution-animation-title-bottom {
  top: 57.5vw;
  left: 37vw;
  height: 2.917vw;
}

.solution-animation-top-line {
  position: absolute;
  z-index: 1;
  top: 4.306vw;
  left: 49.7vw;
  width: 1px;
  height: 17.778vw;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32) 0%,
    rgba(0, 0, 0, 0.06) 100%
  );
  transform-origin: top;
}

.solution-layout {
  position: absolute;
  z-index: 5;
  top: 14.625vw;
  left: 33.861vw;
  display: block;
  width: 30.361vw;
  height: 13.222vw;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.solution-orange-eight {
  position: absolute;
  z-index: 5;
  top: 5.4vw;
  left: 34vw;
  display: block;
  width: 30vw;
  height: 14.426vw;
  pointer-events: none;
}

.solution-platform {
  position: absolute;
  z-index: 4;
  top: 5.764vw;
  left: 36vw;
  display: block;
  width: 27.778vw;
  height: 42.917vw;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.solution-circle {
  position: absolute;
  z-index: 2;
  top: 9.097vw;
  left: 26.139vw;
  display: block;
  width: 46.875vw;
  height: 43.542vw;
  overflow: visible;
  pointer-events: none;
}

.solution-circle-path {
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-circle-item {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.361vw;
  gap: 0.417vw;
  border: 1px solid #00000045;
  border-radius: 5.139vw;
  color: #000000;
  background: #ffffff1a;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.972vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(18.381px);
  opacity: 0;
  visibility: hidden;
}

.solution-circle-item::before {
  content: "";
  width: 0.556vw;
  height: 0.556vw;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--base-background);
}

.solution-circle-item-risk {
  top: 26.458vw;
  left: 24.056vw;
  width: 5.625vw;
}

.solution-circle-item-support {
  top: 36.944vw;
  left: 24.125vw;
  width: 8.056vw;
}

.solution-circle-item-payments {
  top: 47.083vw;
  left: 32.111vw;
  width: 8.542vw;
}

.solution-circle-item-crm {
  top: 51.319vw;
  left: 46.764vw;
  width: 5.625vw;
}

.solution-circle-item-casino {
  top: 47.083vw;
  left: 60.653vw;
  width: 6.944vw;
}

.solution-circle-item-sportsbook {
  top: 36.944vw;
  left: 66.972vw;
  width: 9.375vw;
}

.solution-circle-item-platform {
  top: 26.458vw;
  left: 69.125vw;
  width: 8.681vw;
}

.solution-animation-bottom-line {
  position: absolute;
  z-index: 3;
  top: 52.639vw;
  left: 49.7vw;
  width: 1px;
  height: 3.75vw;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.08) 100%
  );
  transform-origin: top;
}

.solution-animation-title-bottom {
  opacity: 0;
  visibility: hidden;
}

/* fastest front-end section */

.market-speed-section {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 41vw;
  color: #000000;
  background: linear-gradient(0deg, #bebec0 0%, #ededed 100%);
}

.market-speed-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 20vw;
  left: 0;
  width: 100%;
  height: 56.776vw;
  pointer-events: none;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/section left-bottom-gradient.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.market-speed-player-layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 13.889vw);
  pointer-events: none;
  overflow: hidden;
}

.market-speed-player-layer::before,
.market-speed-player-layer::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.market-speed-player-layer::before {
  z-index: 2;
  top: -4vw;
  left: 45.208vw;
  width: 76.806vw;
  height: 12.5vw;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/player-top-gradient.png");
}

.market-speed-player-layer::after {
  right: 0px;
  z-index: 3;
  bottom: -10vw;
  width: 133vw;
  height: 42.722vw;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/player-bottom-gradient.png");
}

.market-speed-player-clip {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.389vw;
  overflow: hidden;
  pointer-events: none;
}

.market-speed-player-image {
  position: absolute;
  top: 0;
  left: 53.124vw;
  display: block;
  width: 47.154vw;
  height: 58.027vw;
  object-fit: contain;
  filter: grayscale(100%) contrast(110%);
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.market-speed-content {
  position: relative;
  z-index: 5;
  width: 46.597vw;
  padding-left: 5.556vw;
}

.market-speed-title-box {
  display: flex;
  flex-direction: column;
  width: 46.597vw;
  gap: 2.222vw;
}

.market-speed-title {
  margin: 0;
  font-family: var(--title-font);
  font-size: 4.444vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: black;
}

.market-speed-description {
  margin: 0;
  width: 39.1667vw;
  color: #191919;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
}

.market-speed-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 42.014vw;
  height: 7.986vw;
  margin-top: 2.708vw;
  padding: 2.222vw;
  overflow: hidden;
  border: 1px solid #ffffff1a;
  border-radius: 2.222vw 0 2.222vw 0;
  color: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
  backdrop-filter: blur(10.9px);
}

.market-speed-stat {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.market-speed-stat-gr8 {
  width: 16.944vw;
  gap: 0.833vw;
}

.market-speed-stat-industry {
  width: 15.486vw;
  gap: 0.972vw;
}

.market-speed-stat-main {
  display: flex;
  flex-direction: column;
  gap: 0.278vw;
}

.market-speed-stat-label,
.market-speed-stat-footer {
  margin: 0;
  color: #f1f1f1;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.972vw;
  font-weight: 500;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0;
  opacity: 0.8;
}

.market-speed-stat-footer {
  text-transform: uppercase;
}

.market-speed-stat-value {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 3.333vw;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.market-speed-stat-gr8 .market-speed-stat-value {
  color: var(--base-background);
}

.market-speed-stat-brand {
  display: flex;
  align-items: center;
  gap: 0.417vw;
  color: rgba(241, 241, 241, 0.8);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.972vw;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.market-speed-gr8-logo {
  display: block;
  width: 8.194vw;
  height: 1.319vw;
  object-fit: contain;
}

.market-speed-ball {
  position: absolute;
  z-index: 1;
  top: 1.4vw;
  left: 19.7vw;
  display: block;
  width: 8.944vw;
  height: 8.944vw;
  object-fit: contain;
  border-radius: 0;
  background: none;
  box-shadow: none;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Enter markets section */

.enter-markets-section {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 63.5417vw;
  overflow: hidden;
  color: #f1f1f1;
  background-color: #000000;
}

.enter-markets-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/enter-markets-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  mask-image: linear-gradient(
    180deg,
    #000000 0%,
    #000000 32.22%,
    #00000000 100%
  );
}

.enter-markets-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22.389vw;
  left: 0;
  width: 130%;
  height: 43.776vw;
  pointer-events: none;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/section left-bottom-gradient.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.enter-markets-heading-row {
  position: absolute;
  z-index: 3;
  top: 6.25vw;
  left: 5.556vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 88.889vw;
}

.enter-markets-title {
  width: 39.444vw;
  margin: 0;
  color: #f1f1f1;
  font-family: var(--title-font);
  font-size: 3.333vw;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.enter-markets-description {
  width: 23.958vw;
  margin: 2.431vw 0 0;
  color: #c2c2c2;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.111vw;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
}

.enter-markets-globe {
  position: absolute;
  z-index: 1;
  top: 6.2361vw;
  left: 21.181vw;
  display: block;
  width: 60.208vw;
  height: 45.708vw;
  object-fit: contain;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.enter-markets-labels {
  position: absolute;
  z-index: 4;
  bottom: 4.375vw;
  left: 10vw;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 81vw;
  height: 17.222vw;
  gap: 1.389vw;
}

.enter-markets-label {
  display: flex;
  flex: 0 0 15.486vw;
  height: 5.556vw;
  padding: 1.111vw 1.667vw;
  flex-direction: column;
  justify-content: center;
  gap: 0.278vw;
  overflow: hidden;
  border: 1px solid #ffffff1a;
  border-radius: 2.222vw 0 2.222vw 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
  backdrop-filter: blur(10.9px);
}

.enter-markets-label-row-two {
  margin-left: 10.174vw;
}

.enter-markets-label .label-digit,
.enter-markets-label .label-digit > span:first-child {
  margin: 0;
  color: #f1f1f1;
  font-family: var(--title-font);
  font-size: 3.333vw;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.enter-markets-label > span {
  margin: 0;
  color: #f1f1f1;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.972vw;
  font-weight: 500;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0;
  opacity: 0.8;
}

/* brand section */

.your-brand-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/pmtech/pages/solutions-white-label/assets/img/crypto-partner-up-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 44.5833vw;
  background-color: #000000;
}

.your-brend-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65.6944vw;
}

.your-brend-context-top-text {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 1.3889vw;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 2.222vw;
  letter-spacing: -0.01em;
  display: none;
}

.your-brend-content-title {
  font-family: var(--title-font);
  width: 46.375vw;
  font-weight: 500;
  font-size: 2.9167vw;
  letter-spacing: -0.03em;
  line-height: 110%;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.your-brend-content-text {
  margin: 1.111vw 0 2.222vw;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Wix MadeFor Display", sans-serif;
  font-size: 0.9722vw;
  color: #ffffff;
  opacity: 0.8;
}

.your-brend-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: fit-content; */
  /* height: 3.3333vw; */
  gap: 0.278vw;
  /* padding: 0 1.25vw; */
  border-radius: 0.278vw;
  background-color: var(--base-background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.903vw;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.your-brend-button::after {
  content: "";
  display: block;
  width: 1.667vw;
  height: 1.667vw;
  background: url("https://gr8.tech/wp-content/themes/pmtech/pages/homepage/assets/img/arrow.svg")
    center / 100% no-repeat;
  transition: transform 0.3s ease;
}

.your-brend-button:hover::after {
  transform: translateX(0.2vw);
}

.your-brend-button:hover {
  background-color: #ff813d;
}

@media (max-width: 960px) {
  .white-label-hero {
    z-index: 2;
    height: 333.3333vw;
  }

  .white-label-hero::before {
    width: 100%;
    height: 250vw;
  }

  .white-label-hero::after {
    bottom: -30.795vw;
    left: 0;
    width: 100%;
    height: 65vw;
    background-position: center;
  }

  .white-label-hero-intro {
    top: 25.128vw;
    left: 0;
    width: 100%;
  }

  .white-label-hero-title {
    width: 76.923vw;
    font-size: 15.897vw;
    letter-spacing: -0.03em;
    white-space: normal;
  }

  .white-label-hero-description {
    width: 80.718vw;
    margin-top: 6.154vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 140%;
  }

  .white-label-hero-intro .main-button {
    margin-top: 8.205vw;
  }

  .main-button {
    /* width: 30.769vw; */
    height: 12.308vw;
    gap: 1.538vw;
    padding: 0 4.615vw;
    border-radius: 1.026vw;
    font-size: 3.333vw;
  }

  .main-button::after {
    width: 6.154vw;
    height: 6.154vw;
  }

  .main-button:hover::after {
    transform: translateX(0.769vw);
  }

  .white-label-hero-main-image {
    top: 124.872vw;
    left: -8.726vw;
    width: 117.306vw;
    height: 115.385vw;
    transform: none;
  }

  .white-label-hero-labels {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.103vw;
    letter-spacing: -0.025em;
  }

  .white-label-hero-labels span {
    position: absolute;
    display: block;
    height: 4.615vw;
    text-align: center;
  }

  .white-label-hero-labels span:first-child {
    top: 140vw;
    left: 5.897vw;
    width: 40.513vw;
  }

  .white-label-hero-labels span:last-child {
    top: 223.333vw;
    left: 36.923vw;
    width: 55.385vw;
  }

  .white-label-hero-cards {
    top: 253.59vw;
    left: 5.128vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 34.359vw);
    width: 89.744vw;
    height: 71.795vw;
    gap: 3.077vw;
  }

  .white-label-hero-card {
    height: auto;
    padding: 4.103vw;
    border-radius: 8.205vw 0 8.205vw 0;
    gap: 2.051vw;
  }

  .white-label-hero-card-title {
    font-size: 5.128vw;
    letter-spacing: -0.025em;
  }

  .white-label-hero-card-text {
    font-size: 3.59vw;
    line-height: 140%;
  }

  .all-in-one-solution {
    min-height: 273.333vw;
    height: auto;
    padding: 0;
  }

  .all-in-one-title-box {
    top: 25.641vw;
    left: 0;
    width: 100%;
  }

  .all-in-one-title {
    width: 75.641vw;
    margin: 0 auto;
    font-size: 6.667vw;
    letter-spacing: -0.025em;
  }

  .all-in-one-subtitle {
    width: 78.718vw;
    margin: 4.103vw auto 0;
    font-size: 3.59vw;
    line-height: 140%;
  }

  .solution-animation-pin {
    width: 100%;
    height: 209.231vw;
    margin-top: 54.103vw;
    padding-top: 10vw;
  }

  .solution-animation-title {
    left: 0;
    width: 100%;
    font-size: 4.103vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .solution-animation-title-top {
    top: 0;
  }

  .solution-animation-title-middle {
    top: 60.462vw;
  }

  .solution-animation-title-bottom {
    top: auto;
    bottom: 21.641vw;
    left: 2.821vw;
    width: 94.359vw;
    height: auto;
    font-size: 4.615vw;
  }

  .solution-animation-top-line {
    top: 4.615vw;
    left: 50%;
    height: 53.846vw;
  }

  .solution-orange-eight {
    top: 4.8vw;
    left: -4.5vw;
    width: 104.7vw;
    height: auto;
  }

  .solution-platform {
    top: 6.077vw;
    left: 1.923vw;
    width: 97.949vw;
    height: 150.1538vw;
  }

  .solution-layout {
    top: 30.59vw;
    left: -8.974vw;
    width: 117.949vw;
    height: auto;
  }

  .solution-circle {
    display: none;
  }

  .solution-circle-item {
    left: 32.821vw;
    width: 34.359vw;
    height: 8.718vw;
    gap: 1.538vw;
    border-radius: 18.974vw;
    font-size: 3.077vw;
  }

  .solution-circle-item::before {
    width: 2.051vw;
    height: 2.051vw;
  }

  .solution-circle-item:not(.solution-circle-item-risk)::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 6.154vw;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(21, 21, 21, 0) 100%
    );
  }
  .solution-circle-item-platform {
    top: 70.897vw;
  }

  .solution-circle-item-sportsbook {
    top: 85.282vw;
  }

  .solution-circle-item-casino {
    top: 100.666vw;
  }

  .solution-circle-item-payments {
    top: 116.051vw;
  }

  .solution-circle-item-crm {
    top: 131.436vw;
  }

  .solution-circle-item-support {
    top: 146.82vw;
  }

  .solution-circle-item-risk {
    top: 162.205vw;
  }

  .solution-animation-bottom-line {
    top: auto;
    bottom: 31.897vw;
    left: 50%;
    height: 10.256vw;
  }

  /* Fastest front-end section */

  .market-speed-section {
    background: linear-gradient(270deg, #bebec0 0%, #ededed 100%);
    z-index: 3;
    height: 100vw;
    overflow: visible;
  }

  .market-speed-player-layer {
    height: 100%;
  }

  .market-speed-player-clip {
    height: 90vw;
  }

  .market-speed-player-layer::after {
    height: 84vw;
    bottom: -40vw;
  }

  .market-speed-player-image {
    top: 9.231vw;
    left: 24.103vw;
    width: 114.872vw;
    height: 126.41vw;
  }

  .market-speed-content {
    position: static;
    width: auto;
    padding-left: 0;
  }

  .market-speed-title-box {
    position: absolute;
    z-index: 5;
    top: 5.128vw;
    left: 5.128vw;
    width: 81.538vw;
    gap: 6.154vw;
  }

  .market-speed-title {
    font-size: 6.667vw;
    letter-spacing: -0.025em;
  }

  .market-speed-description {
    width: 47.692vw;
    font-size: 3.59vw;
    line-height: 140%;
  }

  .market-speed-card {
    position: absolute;
    z-index: 5;
    top: 82.367vw;
    left: 5.128vw;
    width: 78.974vw;
    height: 18.974vw;
    margin-top: 0;
    padding: 5.128vw;
    border-radius: 5.128vw 0 5.128vw 0;
  }

  .market-speed-stat-gr8,
  .market-speed-stat-industry {
    width: 29.744vw;
    gap: 3.077vw;
  }

  .market-speed-stat-main {
    gap: 1.026vw;
  }

  .market-speed-stat-label,
  .market-speed-stat-footer {
    font-size: 3.077vw;
    line-height: 130%;
  }

  .market-speed-stat-value {
    font-size: 5.897vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .market-speed-stat-brand {
    gap: 2.051vw;
    font-size: 3.077vw;
  }

  .market-speed-gr8-logo {
    width: 23.59vw;
    height: 3.846vw;
  }

  .market-speed-stat-brand span {
    display: none;
  }

  .market-speed-ball {
    top: 1.282vw;
    left: 34.385vw;
    width: 23.256vw;
    height: 23.256vw;
  }

  .market-speed-section::after {
    top: 80vw;
    width: 100vw;
  }

  .market-speed-player-layer::before {
    left: 5vw;
    top: -73vw;
    height: 136vw;
    width: 100vw;
  }

  /* Enter markets section */

  .enter-markets-section {
    z-index: 2;
    height: 234.615vw;
  }

  .enter-markets-heading-row {
    top: 25.641vw;
    left: 8.077vw;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 83.846vw;
    gap: 4.103vw;
  }

  .enter-markets-title {
    width: 100%;
    font-size: 5.897vw;
    line-height: 110%;
    letter-spacing: -0.025em;
    text-align: center;
  }

  .enter-markets-description {
    width: 100%;
    margin: 0;
    font-size: 3.59vw;
    line-height: 140%;
    text-align: center;
  }

  .enter-markets-section::after {
    top: -80vw;
    height: 230vw;
  }

  .enter-markets-globe {
    top: 54.897vw;
    left: -15.344vw;
    width: 128.687vw;
    height: 101.22vw;
    z-index: 2;
  }

  .enter-markets-labels {
    top: 136.923vw;
    bottom: auto;
    left: 5.128vw;
    display: grid;
    grid-template-columns: repeat(2, 43.333vw);
    grid-template-rows: repeat(4, 20.769vw);
    width: 89.744vw;
    height: auto;
    gap: 3.077vw;
  }

  .enter-markets-label {
    flex: none;
    width: auto;
    height: auto;
    padding: 4.103vw;
    gap: 2.051vw;
    border-radius: 8.205vw 0 8.205vw 0;
  }

  .enter-markets-label-row-two {
    margin-left: 0;
  }

  .enter-markets-label:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    width: 34.615vw;
  }

  .enter-markets-label:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .enter-markets-label:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .enter-markets-label:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .enter-markets-label:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }

  .enter-markets-label:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }

  .enter-markets-label:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
  .enter-markets-label .label-digit > span:first-child,
  .enter-markets-label .label-digit {
    font-size: 5.897vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .enter-markets-label span {
    font-size: 3.077vw;
    line-height: 130%;
  }

  .your-brand-section {
    position: relative;
    height: 140.513vw;
  }

  .your-brend-content {
    position: absolute;
    top: 40.256vw;
    left: 5.769vw;
    width: 88.462vw;
  }

  .your-brend-context-top-text {
    margin-bottom: 8.205vw;
    font-size: 4.103vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .your-brend-content-title {
    width: 100%;
    font-size: 5.385vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .your-brend-content-text {
    margin: 4.103vw 0 8.205vw;
    font-size: 3.077vw;
    line-height: 130%;
  }

  /* .your-brend-button {
    width: 30.769vw;
    height: 12.308vw;
    gap: 1.538vw;
    padding: 0 4.615vw;
    border-radius: 1.026vw;
    font-size: 3.333vw;
  } */

  .your-brend-button::after {
    width: 6.154vw;
    height: 6.154vw;
  }

  .your-brend-button:hover::after {
    transform: translateX(0.769vw);
  }

  .white-label-hero-video.show-sm {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 150%;
    height: 74vw;
    top: 44%;
    left: -23vw;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }
}
.hide-sm {
  display: block;
}
.show-sm {
  display: none;
}
@media screen and (max-width: 960px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
}
