@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/assets/fonts/ClashDisplay-Semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/assets/fonts/ClashDisplay-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/assets/fonts/Archivo-Regular.woff2') format('woff2');
}
#gambsvc-how {
  scroll-margin-top: 100px;
}

.gambsvc-how {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 8px;
}

.gambsvc-how__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
  box-sizing: border-box;
}

.gambsvc-how__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 48px;
  width: 100%;
}

.gambsvc-how__head-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  text-align: center;
  width: 100%;
  max-width: 260px;
}

.gambsvc-how__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.gambsvc-how__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 42px);
  line-height: 48.3px;
  color: #1a1a1a;
  width: min-content;
  min-width: 100%;
}

.gambsvc-how__intro {
  margin: 0;
  flex: 1 1 280px;
  max-width: 500px;
  font-size: 16px;
  line-height: 27.2px;
  color: #525252;
}

.gambsvc-how__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.gambsvc-how__cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

.gambsvc-how__card--acc {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 377px;
  width: 100%;
  max-width: 377px;
  min-height: 490px;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: #f8f8f8;
  cursor: pointer;
  transition: flex 0.35s ease, max-width 0.35s ease, background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.gambsvc-how__card--acc:focus-visible {
  outline: 2px solid #83ff8f;
  outline-offset: 3px;
}

.gambsvc-how__card--acc.is-expanded {
  flex: 1 1 auto;
  max-width: none;
  min-width: min(100%, 280px);
  background: #1a1a1a;
  border: 1px solid #e8e8e8;
  padding: 25px;
}

.gambsvc-how__card--acc:not(.is-expanded) .gambsvc-how__card-dark-deco {
  display: none;
}

.gambsvc-how__card-surface {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

.gambsvc-how__card-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.gambsvc-how__card--acc:not(.is-expanded) .gambsvc-how__card-top {
  min-height: 48px;
}

.gambsvc-how__ico--acc {
  background: linear-gradient(135deg, rgba(131, 255, 143, 0.133) 0%, rgba(131, 255, 143, 0.267) 100%);
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__ico--acc {
  background: #83ff8f;
}

.gambsvc-how__card-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 25.5px;
  color: #1a1a1a;
  max-width: 100%;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__card-title {
  color: #fff;
}

.gambsvc-how__card-lead {
  margin: 0;
  font-size: 14px;
  line-height: 23.1px;
  color: #fff;
  max-width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.35s ease;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__card-lead {
  opacity: 1;
  max-height: 120px;
}

.gambsvc-how__mock-wrap {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 200px;
}

.gambsvc-how__card--acc:not(.is-expanded) .gambsvc-how__mock-wrap {
  flex: 1 1 auto;
  min-height: 240px;
}

.gambsvc-how__card--acc:not(.is-expanded) .gambsvc-how__mock {
  opacity: 0.4;
  pointer-events: none;
  box-shadow: -16px 16px 4px rgba(255, 255, 255, 0.1);
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__mock {
  opacity: 1;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .gambsvc-how__card--acc.is-expanded {
    max-width: 510px;
    width: 510px;
    flex: 1 1 510px;
  }
}

.gambsvc-how__card-dark-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.gambsvc-how__card-dark-deco-lines {
  position: absolute;
  left: -18%;
  top: -35%;
  width: 130%;
  opacity: 0.05;
  transform: rotate(-171deg);
}

.gambsvc-how__card-dark-deco-line {
  position: absolute;
  left: -20%;
  top: -30%;
  width: 135%;
  opacity: 0.05;
  transform: rotate(99deg);
}

.gambsvc-how__card-dark-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.gambsvc-how__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  flex-shrink: 0;
}

.gambsvc-how__ico img {
  display: block;
}

.gambsvc-how__mock--form {
  position: absolute;
  height: fit-content;
  bottom: 0;
  width: 600px;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__mock--form {
  left: 0;
  top: 0;
}

.gambsvc-how__mock-form-inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gambsvc-how__mock-field {
  display: flex;
  flex-direction: column;
  gap: 8.019px;
}

.gambsvc-how__mock-label {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13.032px;
  line-height: 19.547px;
  color: #525252;
}

.gambsvc-how__mock-input {
  display: flex;
  align-items: center;
  min-height: 48.117px;
  padding: 12.029px 16.039px;
  background: #fff;
  border: 1.504px solid #e0e0e0;
  border-radius: 14.034px;
  box-sizing: border-box;
}

.gambsvc-how__mock-input span {
  font-size: 14.034px;
  color: rgba(15, 15, 15, 0.5);
  line-height: 1.2;
  word-break: break-all;
}

.gambsvc-how__mock-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8.368px;
}

.gambsvc-how__mock-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4.01px 17.041px;
  border-radius: 10.024px;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13.032px;
  line-height: 19.547px;
  box-sizing: border-box;
}

.gambsvc-how__mock-tag--on {
  background: rgba(131, 255, 143, 0.15);
  border: 1.002px solid rgba(131, 255, 143, 0.3);
  color: #219653;
}

.gambsvc-how__mock-tag--off {
  background: #f8f8f8;
  border: 1.002px solid #f8f8f8;
  color: #1a1a1a;
}

.gambsvc-how__mock--textarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
  width: 600px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 1;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__mock--textarea {
  left: 0;
  bottom: 0;
  height: 256px;
  background: #fff;
}

.gambsvc-how__mock-ta-inner {
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gambsvc-how__mock-ta-label {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #525252;
}

.gambsvc-how__mock-ta-box {
  flex: 1;
  min-height: 100px;
  padding: 12px 16px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 14px;
  box-sizing: border-box;
}

.gambsvc-how__mock-ta-box span {
  font-size: 14px;
  line-height: 22.4px;
  color: rgba(15, 15, 15, 0.5);
}

.gambsvc-how__mock-ta-foot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gambsvc-how__mock-ta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #83ff8f;
  flex-shrink: 0;
}

.gambsvc-how__mock-ta-count {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.gambsvc-how__mock--upload {
  position: absolute;
  width: 600px;
  height: 346px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 1;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__mock--upload {
  left: 0;
  top: 0;
  height: 346px;
}

.gambsvc-how__mock-up-inner {
  padding: 25px 25px 1px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gambsvc-how__mock-drop {
  position: relative;
  min-height: 152px;
  border: 2px dashed #d0d0d0;
  border-radius: 14px;
  background: rgba(131, 255, 143, 0.03);
  box-sizing: border-box;
}

.gambsvc-how__mock-drop-ico {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(131, 255, 143, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gambsvc-how__mock-drop-title {
  position: absolute;
  left: 50%;
  top: 84px;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #0f0f0f;
  text-align: center;
  white-space: nowrap;
}

.gambsvc-how__mock-drop-sub {
  position: absolute;
  left: 50%;
  top: 107.5px;
  transform: translateX(-50%);
  margin: 0;
  font-size: 11px;
  line-height: 16.5px;
  color: #999;
  text-align: center;
  white-space: nowrap;
}

.gambsvc-how__mock-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gambsvc-how__mock-file {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 1px 13px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-sizing: border-box;
}

.gambsvc-how__mock-file-emoji {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(131, 255, 143, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.gambsvc-how__mock-file-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.gambsvc-how__mock-file-name {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #0f0f0f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gambsvc-how__mock-file-size {
  margin: 0;
  font-size: 11px;
  line-height: 16.5px;
  color: #999;
}

.gambsvc-how__mock-file-check {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(131, 255, 143, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gambsvc-how__mock-file-check img {
  display: block;
}

.gambsvc-how__band {
  width: 100%;
  background: #1a1a1a;
  border-radius: 19px;
  padding: 16px;
  box-sizing: border-box;
}

.gambsvc-how__band-inner {
  display: flex;
  flex-direction: column;
  gap: 14.852px;
  width: 100%;
}

.gambsvc-how__band-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.gambsvc-how__band-row--2 .gambsvc-how__pill--grow {
  flex: 1 1 280px;
}

.gambsvc-how__pill {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

.gambsvc-how__band-row--2 .gambsvc-how__pill:first-child {
  padding-left: 16px;
  padding-right: 24px;
}

.gambsvc-how__pill--border {
  border: 1.238px solid #1a1a1a;
}

.gambsvc-how__pill-ico {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
  box-sizing: border-box;
}

.gambsvc-how__pill-ico img {
  display: block;
  width: 24px;
  height: 24px;
}

.gambsvc-how__pill-txt {
  margin: 0;
  font-size: 18.565px;
  line-height: 29.705px;
  color: #1a1a1a;
  white-space: normal;
}

.gambsvc-how__band-row--3 .gambsvc-how__pill-txt {
  line-height: 28px;
}

.gambsvc-how__pill-txt--w294 {
  max-width: 294px;
}

.gambsvc-how__pill-txt--w343 {
  max-width: 343px;
}

.gambsvc-how__pill-txt--w349 {
  max-width: 349px;
}

#cryptosvc-further {
  scroll-margin-top: 100px;
}

.cryptosvc-further {
  width: 100%;
  background: #f8f8f8;
  box-sizing: border-box;
}

.cryptosvc-deliver__cta-link-ico {
  display: block;
  width: 97px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .cryptosvc-deliver__row--3 > .cryptosvc-deliver__card,
  .cryptosvc-deliver__row--bottom > .cryptosvc-deliver__card,
  .cryptosvc-deliver__row--bottom > .cryptosvc-deliver__cta {
    flex: 1 1 100%;
    min-width: 0;
  }

  .cryptosvc-deliver__card--tall,
  .cryptosvc-deliver__cta {
    min-height: 0;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .cryptosvc-deliver__row--3 > .cryptosvc-deliver__card {
    flex: 1 1 calc(50% - 8px);
  }

  .cryptosvc-deliver__row--3 > .cryptosvc-deliver__card:last-child {
    flex: 1 1 100%;
  }

  .cryptosvc-deliver__row--bottom > .cryptosvc-deliver__card {
    flex: 1 1 calc(50% - 8px);
  }

  .cryptosvc-deliver__row--bottom > .cryptosvc-deliver__cta {
    flex: 1 1 100%;
  }
}

@media (max-width: 1199px) {
  .gambsvc-how__cards {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.gambsvc-hero .cryptosvc-fig-hero__illus-wrap {
  position: absolute;
  top: 0;
  left: clamp(0px, 4vw, 44px);
  width: min(532px, 100%);
  height: 404px;
}

.gambsvc-hero__illus {
  object-position: center bottom;
}

@media (max-width: 959px) {
  .gambsvc-hero .cryptosvc-fig-hero__illus-wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 100%);
    height: auto;
    min-height: 320px;
  }

  .gambsvc-hero__illus {
    object-position: center center;
  }

  .gambsvc-hero .cryptosvc-fig-hero__float {
    position: absolute;
    bottom: 8px;
  }
}

#gambsvc-how {
  scroll-margin-top: 100px;
}

.gambsvc-how__cards {
  gap: 24px;
}

.gambsvc-how__card--acc {
  flex: 0 0 250px;
  max-width: 250px;
  width: 250px;
  min-height: 491px;
}

.gambsvc-how__card--acc.is-expanded {
  flex: 1 1 auto;
  max-width: none;
  width: auto;
  min-width: min(100%, 280px);
}

@media (min-width: 1200px) {
  .gambsvc-how__card--acc.is-expanded {
    flex: 1 1 520px;
    max-width: 520px;
    width: 520px;
  }

  .gambsvc-how--gambling .gambsvc-how__card--acc.is-expanded {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }
}

.gambsvc-how__card-title {
  font-size: 17px;
  line-height: 25.5px;
}

.gambsvc-how__card--acc:not(.is-expanded) .gambsvc-how__card-title {
  color: #1a1a1a;
}

.gambsvc-how__band {
  border-radius: 19px;
}

.gambsvc-how__pill-txt {
  font-size: clamp(15px, 1.8vw, 18.565px);
}

#gambsvc-familiar {
  scroll-margin-top: 100px;
}

.gambsvc-familiar {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f8f8f8;
  box-sizing: border-box;
}

.gambsvc-familiar__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.gambsvc-familiar__left {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
}

.gambsvc-familiar__top {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 543px;
}

.gambsvc-familiar__titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gambsvc-familiar__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.gambsvc-familiar__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 48.3px;
  color: #0f0f0f;
}

@media (max-width: 520px) {
  .gambsvc-familiar__title {
    line-height: 1.15;
  }
}

.gambsvc-familiar__intro {
  margin: 0;
  max-width: 524px;
  font-size: 16px;
  line-height: 27.2px;
  color: #525252;
}

.gambsvc-familiar__checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.gambsvc-familiar__check {
  background: #fff;
  border-radius: 13px;
  padding: 12px;
  box-sizing: border-box;
}

.gambsvc-familiar__check-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gambsvc-familiar__check-ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(131, 255, 143, 0.133) 0%, rgba(131, 255, 143, 0.267) 100%);
}

.gambsvc-familiar__check-ico img {
  display: block;
  width: 10px;
  height: 10px;
}

.gambsvc-familiar__check-txt {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 1.333;
  color: #525252;
}

.gambsvc-familiar__panel {
  flex: 1 1 320px;
  width: auto;
  min-width: 0;
  background: #1a1a1a;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}

.gambsvc-familiar__panel-kicker {
  margin: 0 0 16px;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #83ff8f;
}

.gambsvc-familiar__panel-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gambsvc-familiar__tactic {
  min-height: 101px;
  border-radius: 14px;
  background: rgba(131, 255, 143, 0.1);
  padding: 16px 16px 16px 16px;
  box-sizing: border-box;
}

.gambsvc-familiar__tactic-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.gambsvc-familiar__tactic-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: #83ff8f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gambsvc-familiar__tactic-ico img {
  display: block;
  width: 24px;
  height: 24px;
}

.gambsvc-familiar__tactic-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gambsvc-familiar__tactic-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  color: #fff;
}

.gambsvc-familiar__tactic-text {
  margin: 0;
  font-size: 13px;
  line-height: 20.8px;
  color: #fff;
  opacity: 0.8;
  max-width: 465px;
}

@media (max-width: 1100px) {
  .gambsvc-familiar__inner {
    display: block;
  }

  .gambsvc-familiar__left {
    margin-bottom: 40px;
  }

  .gambsvc-familiar__panel {
    max-width: none;
  }
}

#gambsvc-recovery {
  scroll-margin-top: 100px;
}

.gambsvc-recovery {
  width: 100%;
  background: #f8f8f8;
  box-sizing: border-box;
}

.gambsvc-recovery__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  box-sizing: border-box;
}

.gambsvc-recovery__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 48px;
  width: 100%;
}

.gambsvc-recovery__head-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 320px;
  max-width: 650px;
  width: 100%;
}

.gambsvc-recovery__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.gambsvc-recovery__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 48.3px;
  color: #0f0f0f;
}

@media (max-width: 520px) {
  .gambsvc-recovery__title {
    line-height: 1.15;
  }
}

.gambsvc-recovery__intro {
  margin: 0;
  flex: 1 1 280px;
  max-width: 500px;
  font-size: 16px;
  line-height: 27.2px;
  color: #525252;
}

.gambsvc-recovery__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.gambsvc-recovery__card {
  flex: 1 1 260px;
  min-width: 0;
  min-height: 300px;
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
}

.gambsvc-recovery__ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 255, 143, 0.133) 0%, rgba(131, 255, 143, 0.267) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gambsvc-recovery__ico img {
  display: block;
  width: 24px;
  height: 24px;
}

.gambsvc-recovery__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gambsvc-recovery__card-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.13;
  color: #1a1a1a;
}

.gambsvc-recovery__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: #525252;
}

.gambsvc-recovery__row .gambsvc-recovery__card:first-child .gambsvc-recovery__card-text {
  color: #1a1a1a;
}

#romsvc-recovery {
  scroll-margin-top: 100px;
}

.romsvc-recovery {
  width: 100%;
  background: #f8f8f8;
  box-sizing: border-box;
}

.romsvc-recovery__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  box-sizing: border-box;
}

.romsvc-recovery__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 48px;
  width: 100%;
}

.romsvc-recovery__head-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 320px;
  max-width: 650px;
  width: 100%;
}

.romsvc-recovery__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.romsvc-recovery__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 48.3px;
  color: #0f0f0f;
}

@media (max-width: 520px) {
  .romsvc-recovery__title {
    line-height: 1.15;
  }
}

.romsvc-recovery__intro {
  margin: 0;
  flex: 1 1 280px;
  max-width: 500px;
  font-size: 16px;
  line-height: 27.2px;
  color: #525252;
}

.romsvc-recovery__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.romsvc-recovery__card {
  flex: 1 1 260px;
  min-width: 0;
  min-height: 300px;
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
}

.romsvc-recovery__ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 255, 143, 0.133) 0%, rgba(131, 255, 143, 0.267) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.romsvc-recovery__ico img {
  display: block;
  width: 24px;
  height: 24px;
}

.romsvc-recovery__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.romsvc-recovery__card-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.13;
  color: #1a1a1a;
}

.romsvc-recovery__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: #525252;
}

.romsvc-recovery__row .romsvc-recovery__card:first-child .romsvc-recovery__card-text {
  color: #1a1a1a;
}

#gambsvc-limits {
  scroll-margin-top: 100px;
}

.gambsvc-limits {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  box-sizing: border-box;
}

.gambsvc-limits__shell {
  padding: 16px;
  border-radius: 48px 48px 0 0;
  box-sizing: border-box;
}

.gambsvc-limits__card {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 32px;
  overflow: hidden;
  box-sizing: border-box;
}

.romsvc-limits__card {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 32px;
  overflow: hidden;
  box-sizing: border-box;
}

.gambsvc-limits__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.gambsvc-limits__deco-lines {
  position: absolute;
  left: -12%;
  top: -20%;
  width: min(710px, 90vw);
  opacity: 0.05;
  transform: rotate(-173deg);
  transform-origin: center;
}

.gambsvc-limits__deco-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.gambsvc-limits__deco-line {
  position: absolute;
  left: -10%;
  top: -15%;
  width: min(793px, 95vw);
  opacity: 0.05;
  transform: rotate(97deg);
  transform-origin: center;
}

.gambsvc-limits__deco-line img {
  display: block;
  width: 100%;
  height: auto;
}

.gambsvc-limits__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 48px);
  padding: clamp(32px, 6vw, 64px) clamp(24px, 5vw, 64px);
  box-sizing: border-box;
}

.gambsvc-limits__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 48px);
  flex: 1 1 280px;
  max-width: 451px;
  min-width: 0;
  align-self: stretch;
  position: sticky;
  top: 104px;
}

.gambsvc-limits__aside-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gambsvc-limits__aside-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 406px;
}

.gambsvc-limits__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #83ff8f;
}

.gambsvc-limits__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  color: #fff;
}

.gambsvc-limits__intro {
  margin: 0;
  font-size: 15px;
  line-height: 25.5px;
  color: #888;
}

.gambsvc-limits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 36px;
  background: #83ff8f;
  color: #0f0f0f;
  text-decoration: none;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
}

.gambsvc-limits__cta:hover {
  filter: brightness(1.04);
}

.gambsvc-limits__cta-txt {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.gambsvc-limits__cta-ico {
  display: block;
  flex-shrink: 0;
}

.gambsvc-limits__acc-col {
  flex: 1 1 400px;
  max-width: 701px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gambsvc-limits__lime {
  border-radius: 12px;
  border: 1px solid #83ff8f;
  background: #83ff8f;
  padding: 4px;
  box-sizing: border-box;
}

.gambsvc-limits__lime-head {
  background: #1a1a1a;
  border-radius: 12px 12px 0 0;
  padding: 24px;
  box-sizing: border-box;
}

.gambsvc-limits__lime-head p {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #83ff8f;
  text-align: center;
  width: 100%;
}

.gambsvc-limits__lime-body {
  padding: 24px;
  box-sizing: border-box;
}

.gambsvc-limits__lime-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: #0f0f0f;
}

.gambsvc-limits__acc-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gambsvc-limits__dark {
  border: 1px solid #83ff8f;
  border-radius: 12px;
  background: #1a1a1a;
  overflow: hidden;
}

.gambsvc-limits__acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-sizing: border-box;
}

.gambsvc-limits__acc-trigger-txt {
  flex: 1 1 auto;
  min-width: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #83ff8f;
}

.gambsvc-limits__acc-chev {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gambsvc-limits__acc-chev img {
  display: block;
}

.gambsvc-limits__acc-item.is-expanded .gambsvc-limits__acc-chev {
  transform: rotate(180deg);
}

.gambsvc-limits__acc-panel {
  margin: 0;
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 900px) {
  .gambsvc-limits__aside {
    position: static;
    max-width: none;
  }

  .gambsvc-limits__acc-col {
    max-width: none;
    width: 100%;
  }
}

#romsvc-limits {
  scroll-margin-top: 100px;
}

.romsvc-limits {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  box-sizing: border-box;
}

.romsvc-limits__shell {
  padding: 16px;
  border-radius: 48px 48px 0 0;
  box-sizing: border-box;
}

.romsvc-limits__card {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 32px;
  overflow: hidden;
  box-sizing: border-box;
}

.romsvc-limits__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.romsvc-limits__deco-lines {
  position: absolute;
  left: -12%;
  top: -20%;
  width: min(710px, 90vw);
  opacity: 0.05;
  transform: rotate(-173deg);
  transform-origin: center;
}

.romsvc-limits__deco-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.romsvc-limits__deco-line {
  position: absolute;
  left: -10%;
  top: -15%;
  width: min(793px, 95vw);
  opacity: 0.05;
  transform: rotate(97deg);
  transform-origin: center;
}

.romsvc-limits__deco-line img {
  display: block;
  width: 100%;
  height: auto;
}

.romsvc-limits__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 48px);
  padding: clamp(32px, 6vw, 64px) clamp(24px, 5vw, 64px);
  box-sizing: border-box;
}

.romsvc-limits__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 48px);
  flex: 1 1 280px;
  max-width: 451px;
  min-width: 0;
  align-self: stretch;
  position: sticky;
  top: 104px;
}

.romsvc-limits__aside-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.romsvc-limits__aside-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 406px;
}

.romsvc-limits__eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #83ff8f;
}

.romsvc-limits__title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  color: #fff;
}

.romsvc-limits__intro {
  margin: 0;
  font-size: 15px;
  line-height: 25.5px;
  color: #888;
}

.romsvc-limits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 36px;
  background: #83ff8f;
  color: #0f0f0f;
  text-decoration: none;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
}

.romsvc-limits__cta:hover {
  filter: brightness(1.04);
}

.romsvc-limits__cta-txt {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.romsvc-limits__cta-ico {
  display: block;
  flex-shrink: 0;
}

.romsvc-limits__acc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 400px;
  max-width: 701px;
  min-width: 0;
  padding: 0;
}

.romsvc-limits__acc-item:not(.is-expanded) .romsvc-limits__acc-surface {
  background: #1a1a1a;
  border: 1px solid #83ff8f;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}

.romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-surface {
  background: #83ff8f;
  border: 1px solid #83ff8f;
  border-radius: 12px;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.romsvc-limits__acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: inherit;
  box-sizing: border-box;
}

.romsvc-limits__acc-item:not(.is-expanded) .romsvc-limits__acc-trigger {
  padding: 0;
}

.romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-trigger {
  background: #1a1a1a;
  border-radius: 10px 10px 0 0;
  padding: 24px;
}

.romsvc-limits__acc-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #83ff8f;
  text-align: left;
}

.romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-title {
  font-size: 16px;
}

.romsvc-limits__acc-chev {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.romsvc-limits__acc-chev img {
  display: block;
}

.romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-chev {
  display: none;
}

.romsvc-limits__acc-panel {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.romsvc-limits__acc-item:not(.is-expanded) .romsvc-limits__acc-panel {
  display: none;
}

.romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-panel {
  display: block;
  padding: 24px;
  border-radius: 0 0 10px 10px;
}

.romsvc-limits__acc-panel-txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.333;
  color: #0f0f0f;
}

@media (max-width: 900px) {
  .romsvc-limits__aside {
    position: static;
    max-width: none;
  }

  .romsvc-limits__acc {
    max-width: none;
    width: 100%;
  }
}

#gambsvc-before {
  scroll-margin-top: 100px;
}

.cryptosvc-prep {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  box-sizing: border-box;
}

.cryptosvc-prep__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
  box-sizing: border-box;
}

.cryptosvc-prep__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 100%;
}

.cryptosvc-prep__head-titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 566px;
}

.cryptosvc-prep__eyebrow {
  margin: 0;
  width: 100%;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.cryptosvc-prep__title {
  margin: 0;
  width: 100%;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  color: #0f0f0f;
}

.cryptosvc-prep__lead {
  margin: 0;
  max-width: 544px;
  font-size: 16px;
  line-height: 27.2px;
  color: #525252;
}

.cryptosvc-prep__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.cryptosvc-prep__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}

@media (min-width: 640px) {
  .cryptosvc-prep__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .cryptosvc-prep__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cryptosvc-prep__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  padding: 20px 20px 20px 20px;
  background: #f8f8f8;
  border-radius: 16px;
  box-sizing: border-box;
}

.cryptosvc-prep__card-num {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  color: #fff;
  user-select: none;
}

.cryptosvc-prep__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

.cryptosvc-prep__card-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
}

.cryptosvc-prep__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 23.1px;
  color: #525252;
  max-width: 100%;
}

.cryptosvc-prep__banner {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  border: 1px solid rgba(131, 255, 143, 0.18);
  border-radius: 24px;
  padding: 33px;
  overflow: hidden;
  box-sizing: border-box;
}

.cryptosvc-prep__banner-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.cryptosvc-prep__banner-deco-lines {
  position: absolute;
  right: -8%;
  top: -35%;
  width: min(671px, 95vw);
  height: auto;
  opacity: 0.05;
  transform: rotate(-28deg);
  transform-origin: center;
}

.cryptosvc-prep__banner-deco-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.cryptosvc-prep__banner-deco-line {
  position: absolute;
  right: -5%;
  top: -20%;
  width: min(749px, 100vw);
  height: auto;
  opacity: 0.05;
  transform: rotate(-118deg);
  transform-origin: center;
}

.cryptosvc-prep__banner-deco-line img {
  display: block;
  width: 100%;
  height: auto;
}

.cryptosvc-prep__banner-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px 48px;
}

.cryptosvc-prep__banner-copy {
  display: flex;
  flex-direction: column;
  gap: 37px;
  flex: 1 1 320px;
  max-width: 640px;
  min-width: 0;
}

.cryptosvc-prep__banner-kicker {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.cryptosvc-prep__banner-eyebrow {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #83ff8f;
}

.cryptosvc-prep__banner-title {
  margin: 0;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  color: #fff;
}

.cryptosvc-prep__banner-text {
  margin: 0;
  font-size: 16px;
  line-height: 27.2px;
  color: #d1d1d1;
}

.cryptosvc-prep__banner-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.cryptosvc-prep__banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 36px;
  background: #83ff8f;
  color: #0f0f0f;
  text-decoration: none;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
}

.cryptosvc-prep__banner-btn:hover {
  filter: brightness(1.04);
}

.cryptosvc-prep__banner-btn-txt {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.cryptosvc-prep__banner-btn-ico {
  display: block;
  flex-shrink: 0;
}

.cryptosvc-prep__banner-note {
  margin: 0;
  font-size: 15px;
  line-height: 25.5px;
  color: #d1d1d1;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .cryptosvc-prep__banner-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .cryptosvc-prep__banner-aside {
    width: 100%;
  }
}

.gambsvc-how {
  background: #fff;
}

.gambsvc-how__head {
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.gambsvc-how__head-left {
  text-align: left;
  align-items: flex-start;
  max-width: 260px;
}

.gambsvc-how__title {
  width: auto;
  min-width: 0;
}

.gambsvc-how__card--acc.is-expanded .gambsvc-how__mock--platform {
  width: min(455px, calc(100% - 48px));
  max-width: calc(100% - 48px);
}

.gambsvc-how--gambling .gambsvc-how__eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.04px;
}

.gambsvc-how--gambling .gambsvc-how__cards {
  align-items: center;
  min-height: 491px;
}

.gambsvc-how--gambling .cryptosvc-how__cards {
  align-items: center;
  min-height: 491px;
}

.gambsvc-how--gambling .gambsvc-how__card--acc.is-expanded {
  border: 0;
  padding: 24px;
}

.gambsvc-how--gambling .cryptosvc-how__card--acc.is-expanded {
  border: 0;
  padding: 24px;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child {
  flex-wrap: nowrap;
}

.gambsvc-how--gambling .cryptosvc-how__band-row--3:first-child .cryptosvc-how__pill:first-child {
  padding-left: 16px;
  padding-right: 24px;
}

.gambsvc-how--gambling .cryptosvc-how__band-row--3:first-child .cryptosvc-how__pill:nth-child(1) .cryptosvc-how__pill-txt {
  max-width: 312px;
}

.gambsvc-how--gambling .cryptosvc-how__band-row--3:first-child .cryptosvc-how__pill:nth-child(2) .cryptosvc-how__pill-txt,
.gambsvc-how--gambling .cryptosvc-how__band-row--3:first-child .cryptosvc-how__pill:nth-child(3) .cryptosvc-how__pill-txt {
  max-width: 330px;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child .gambsvc-how__pill {
  flex: 0 0 auto;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child .gambsvc-how__pill:first-child {
  padding-left: 16px;
  padding-right: 24px;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child .gambsvc-how__pill:nth-child(1) .gambsvc-how__pill-txt {
  max-width: 312px;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child .gambsvc-how__pill:nth-child(2) .gambsvc-how__pill-txt,
.gambsvc-how--gambling .gambsvc-how__band-row--3:first-child .gambsvc-how__pill:nth-child(3) .gambsvc-how__pill-txt {
  max-width: 330px;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:last-child {
  flex-wrap: nowrap;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:last-child .gambsvc-how__pill:nth-child(1),
.gambsvc-how--gambling .gambsvc-how__band-row--3:last-child .gambsvc-how__pill:nth-child(3) {
  flex: 1 1 0;
  min-width: 0;
}

.gambsvc-how--gambling .gambsvc-how__band-row--3:last-child .gambsvc-how__pill:nth-child(2) {
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
}

@media (max-width: 1199px) {
  .gambsvc-how--gambling .gambsvc-how__cards {
    min-height: 0;
  }

  .gambsvc-how--gambling .cryptosvc-how__cards {
    min-height: 0;
  }

  .gambsvc-how--gambling .gambsvc-how__band-row--3:first-child,
  .gambsvc-how--gambling .gambsvc-how__band-row--3:last-child {
    flex-wrap: wrap;
  }

  .gambsvc-how--gambling .cryptosvc-how__band-row--3:last-child .cryptosvc-how__pill:nth-child(2) {
    flex: 1 1 100%;
    width: auto;
    max-width: none;
  }

  .gambsvc-how--gambling .gambsvc-how__band-row--3:last-child .gambsvc-how__pill:nth-child(2) {
    flex: 1 1 100%;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .gambsvc-familiar__inner {
    padding: 64px 0;
    gap: 64px;
  }

  .gambsvc-familiar__title {
    font-size: 42px;
    line-height: 48.3px;
  }

  .gambsvc-how--gambling .gambsvc-how__title {
    font-size: 42px;
    line-height: 48.3px;
  }

  .gambsvc-recovery__title {
    font-size: 42px;
    line-height: 48.3px;
  }

  .romsvc-recovery__title {
    font-size: 42px;
    line-height: 48.3px;
  }

  .gambsvc-limits__grid {
    padding: 64px;
    gap: 48px;
  }

  .romsvc-limits__grid {
    padding: 64px;
    gap: 48px;
  }

  .gambsvc-limits__title {
    font-size: 38px;
    line-height: 43.7px;
  }

  .romsvc-limits__title {
    font-size: 38px;
    line-height: 43.7px;
  }

}

@media (max-width: 1023px) {
  .gambsvc-how__inner,
  .gambsvc-familiar__inner,
  .gambsvc-recovery__inner,
  .gambsvc-limits__grid,
  .cryptosvc-prep__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gambsvc-limits__shell,
  .romsvc-limits__shell {
    border-radius: 28px 28px 0 0;
  }

  .gambsvc-limits__lime-head,
  .gambsvc-limits__lime-body,
  .gambsvc-limits__acc-trigger,
  .gambsvc-limits__acc-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .romsvc-limits__acc-item:not(.is-expanded) .romsvc-limits__acc-surface,
  .romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-trigger,
  .romsvc-limits__acc-item.is-expanded .romsvc-limits__acc-panel {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .gambsvc-hero .cryptosvc-fig-hero__shell {
    padding: 20px 16px 28px;
  }

  .gambsvc-how__inner,
  .gambsvc-familiar__inner,
  .gambsvc-recovery__inner,
  .cryptosvc-prep__inner {
    gap: 36px;
  }

  .gambsvc-how__pill,
  .gambsvc-familiar__panel,
  .gambsvc-recovery__card,
  .gambsvc-limits__card,
  .romsvc-limits__card,
  .cryptosvc-prep__banner {
    border-radius: 20px;
  }

  .gambsvc-how__pill {
    gap: 10px;
    padding: 14px;
  }

  .gambsvc-how__pill-txt {
    font-size: 15px;
    line-height: 1.45;
  }

  .gambsvc-familiar__panel,
  .gambsvc-recovery__card,
  .cryptosvc-prep__banner {
    padding: 18px 16px;
  }

  .gambsvc-limits__grid,
  .romsvc-limits__grid {
    padding: 28px 16px;
  }

  .gambsvc-limits__acc-panel {
    padding-bottom: 16px;
  }

  .cryptosvc-prep__banner-note {
    white-space: normal;
    text-align: left;
  }
}
