.AppsLinks_appsLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}
.AppsLinks_appsLinks > * {
  display: flex;
}
.AppsLinks_appsLinks img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .AppsLinks_appsLinks {
    justify-content: flex-start;
    gap: 0 calc(100vw * 12 / 924);
    width: fit-content;
  }
  .AppsLinks_appsLinks > * {
    width: calc(100vw * 129 / 924);
  }
  [id*=footer] .AppsLinks_appsLinks {
    display: flex;
  }
}
@media screen and (min-width: 1212px) {
  .AppsLinks_appsLinks {
    gap: 0 calc(100vw * 12 / 1212);
  }
  .AppsLinks_appsLinks > * {
    width: calc(100vw * 129 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .AppsLinks_appsLinks {
    gap: 0 calc(100vw * 12 / 1500);
  }
  .AppsLinks_appsLinks > * {
    width: calc(100vw * 129 / 1500);
  }
}.badge_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--step) calc(var(--step) * 1.3334);
  background-color: var(--primary-colors-orange);
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
  color: var(--white);
  font-weight: var(--font-weight-medium);
}

.badge_text {
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-transform: uppercase;
}

.badge_live {
  color: var(--live-badge-color);
  background-color: var(--live-badge-bg-color);
}

.badge_tag {
  color: var(--white-50);
  background-color: var(--white-10);
}

.badge_full-radius {
  border-radius: 50%;
}

.badge_small {
  padding: 0.1875rem;
  min-width: 1.125rem;
}
.badge_small span {
  font-size: 0.75rem;
}

.badge_secondary {
  background-color: var(--white);
  color: var(--primary-colors-background);
}

.badge_sticky {
  position: absolute;
  top: -0.25rem;
  inset-inline-end: -0.25rem;
}.styles_discount-holder {
  position: relative;
  margin-bottom: 0.75rem;
  overflow: hidden;
  height: 5.625rem;
}
*[class*=full-width] + .styles_discount-holder {
  margin-bottom: calc(var(--step) * 6);
}
.styles_discount-holder .styles_discount-content {
  margin: 0;
  height: 100%;
}
.styles_discount-holder > * {
  top: -100%;
  left: 0;
  right: 0;
  animation: styles_slide 8s infinite linear;
}
.styles_discount-holder > *:nth-child(1) {
  position: relative !important;
  top: 0;
  left: 0;
  animation-delay: 0s;
}
.styles_discount-holder > *:nth-child(2) {
  animation-delay: 4s;
  position: absolute !important;
}
.styles_discount-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 0.375rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 1.5rem;
  min-height: 4.6875rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.styles_discount-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .styles_discount-holder {
    height: 6.25rem;
  }
  *[class*=full-width] + .styles_discount-holder {
    margin-bottom: calc(var(--step) * 8);
  }
  .styles_discount-content img {
    width: 32.1875rem;
    object-fit: cover;
  }
}
@media screen and (min-width: 1212px) {
  .styles_discount-holder {
    height: 9rem;
  }
  .styles_discount-content img {
    width: 48rem;
  }
}
@media screen and (min-width: 1500px) {
  .styles_discount-holder {
    height: 8.125rem;
  }
  .styles_discount-content img {
    width: 47.1875rem;
  }
}

.styles_vertical {
  display: flex;
  height: 100%;
}
.styles_vertical > * {
  top: initial;
  left: -100%;
  right: initial;
  animation: styles_slide-horizontal 8s infinite linear;
}
.styles_vertical > *:nth-child(1) {
  left: 0;
}
.styles_vertical .styles_discount-content {
  width: 100%;
}
.styles_vertical img {
  width: 100%;
  height: 100%;
}

@keyframes styles_dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes styles_slide {
  0% {
    top: -100%;
  }
  4% {
    top: 0%;
  }
  50% {
    top: 0%;
  }
  54% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes styles_slide-horizontal {
  0% {
    left: -100%;
  }
  4% {
    left: 0%;
  }
  50% {
    left: 0%;
  }
  54% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}.cube-horizontal_wrapper-with-bottom-padding {
  padding-bottom: calc(var(--step) * 4);
}

.cube-horizontal_wrapper {
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 924px) {
  .cube-horizontal_wrapper {
    padding: 0.3125rem;
    margin-bottom: calc(var(--step) * 7);
  }
}
@media screen and (min-width: 1212px) {
  .cube-horizontal_wrapper {
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 1500px) {
  .cube-horizontal_wrapper {
    padding: 2.5rem;
  }
}

.cube-horizontal_cube {
  position: relative;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  animation: cube-horizontal_rotate 20s infinite;
}
.cube-horizontal_cube > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cube-horizontal_cube img {
  object-fit: contain !important;
}
@media screen and (min-width: 924px) {
  .cube-horizontal_cube img {
    width: 32.1875rem;
  }
}
@media screen and (min-width: 1212px) {
  .cube-horizontal_cube img {
    width: 48rem;
  }
}
.cube-horizontal_cube .cube-horizontal_front {
  transform: rotateY(0deg) translateZ(1.5625rem);
}
.cube-horizontal_cube .cube-horizontal_back {
  transform: rotateX(180deg) translateZ(1.5625rem);
}
.cube-horizontal_cube .cube-horizontal_top {
  transform: rotateX(90deg) translateZ(1.5625rem);
}
.cube-horizontal_cube .cube-horizontal_bottom {
  transform: rotateX(-90deg) translateZ(1.5625rem);
}
@media screen and (min-width: 924px) {
  .cube-horizontal_cube .cube-horizontal_front {
    transform: rotateY(0deg) translateZ(1.5625rem);
  }
  .cube-horizontal_cube .cube-horizontal_back {
    transform: rotateX(180deg) translateZ(1.5625rem);
  }
  .cube-horizontal_cube .cube-horizontal_top {
    transform: rotateX(90deg) translateZ(1.5625rem);
  }
  .cube-horizontal_cube .cube-horizontal_bottom {
    transform: rotateX(-90deg) translateZ(1.5625rem);
  }
}
@media screen and (min-width: 1212px) {
  .cube-horizontal_cube .cube-horizontal_front {
    transform: rotateY(0deg) translateZ(2.1875rem);
  }
  .cube-horizontal_cube .cube-horizontal_back {
    transform: rotateX(180deg) translateZ(2.1875rem);
  }
  .cube-horizontal_cube .cube-horizontal_top {
    transform: rotateX(90deg) translateZ(2.1875rem);
  }
  .cube-horizontal_cube .cube-horizontal_bottom {
    transform: rotateX(-90deg) translateZ(2.1875rem);
  }
}
@media screen and (min-width: 1500px) {
  .cube-horizontal_cube .cube-horizontal_front {
    transform: rotateY(0deg) translateZ(2.5rem);
  }
  .cube-horizontal_cube .cube-horizontal_back {
    transform: rotateX(180deg) translateZ(2.5rem);
  }
  .cube-horizontal_cube .cube-horizontal_top {
    transform: rotateX(90deg) translateZ(2.5rem);
  }
  .cube-horizontal_cube .cube-horizontal_bottom {
    transform: rotateX(-90deg) translateZ(2.5rem);
  }
}
.cube-horizontal_cube img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes cube-horizontal_rotate {
  0% {
    transform: rotateX(0deg);
  }
  10% {
    transform: rotateX(90deg);
  }
  25% {
    transform: rotateX(90deg);
  }
  35% {
    transform: rotateX(180deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  60% {
    transform: rotateX(270deg);
  }
  75% {
    transform: rotateX(270deg);
  }
  85% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}.text_heading, .text_h1, .text_h2 {
  font-weight: var(--font-weight-medium);
  color: var(--white);
  margin: 0;
}

.text_h1, .text_h2 {
  color: white;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 924px) {
  .text_h1, .text_h2 {
    font-size: 1.75rem;
    margin-bottom: 1.8125rem;
  }
}

.text_h3, .text_h5 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0 0 1.125rem;
  color: var(--white);
  font-weight: var(--font-weight-medium);
}
@media screen and (min-width: 924px) {
  .text_h3, .text_h5 {
    font-size: 1.75rem;
  }
}

.text_h4 {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  margin: 0 0 1.125rem;
}
@media screen and (min-width: 924px) {
  .text_h4 {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}

.text_h5 {
  letter-spacing: -0.005em;
  font-size: 1.375rem;
}
@media screen and (min-width: 924px) {
  .text_h5 {
    font-size: 1.75rem;
  }
}

.text_text, .text_text4, .text_text2, .text_text1 {
  color: var(--white-60);
  line-height: 1.875rem;
}

.text_text1 {
  font-size: 1.25rem;
}

.text_text2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text_text3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text_text4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text_text5 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.text_start {
  text-align: start;
}

.text_center {
  text-align: center;
}

.text_end {
  text-align: end;
}

.text_justify {
  text-align: justify;
}

.text_regular {
  font-weight: 400;
}

.text_medium {
  font-weight: 500;
}

.text_bold {
  font-weight: 700;
}

.text_white {
  color: var(--white);
}

.text_gray {
  color: var(--white-60);
}

.text_dark {
  color: var(--primary-colors-background);
}

.text_orange {
  color: var(--primary-colors-orange);
}

.text_green {
  color: var(--secondary-colors-green);
}

.text_red {
  color: var(--secondary-colors-red);
}

.text_blue {
  color: #1A98FF;
}

.text_yellow {
  color: var(--secondary-colors-yellow);
}

.text_brand {
  color: var(--primary-colors-brand);
}

.text_break {
  overflow-wrap: anywhere;
  word-break: normal;
}

.text_truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_margin-0 {
  margin: 0;
}

.text_margin-1x {
  margin-bottom: var(--step);
}

.text_margin-2x {
  margin-bottom: calc(var(--step) * 2);
}

.text_margin-3x {
  margin-bottom: calc(var(--step) * 3);
}

.text_margin-4x {
  margin-bottom: calc(var(--step) * 4);
}

@media screen and (min-width: 924px) {
  .text_margin-md-0x {
    margin-bottom: 0;
  }
  .text_margin-md-1x {
    margin-bottom: var(--step);
  }
  .text_margin-md-2x {
    margin-bottom: calc(var(--step) * 2);
  }
  .text_margin-md-3x {
    margin-bottom: calc(var(--step) * 3);
  }
  .text_margin-md-4x {
    margin-bottom: calc(var(--step) * 4);
  }
}

.text_size-8 {
  font-size: 0.5rem;
  line-height: 0.875rem;
}

.text_size-10 {
  font-size: 0.625rem;
  line-height: 1rem;
}

.text_size-12 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.text_size-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text_size-16 {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text_size-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text_size-20 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.text_size-22 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.text_size-24 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.text_size-26 {
  font-size: 1.625rem;
  line-height: 2rem;
}

.text_size-28 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.text_size-30 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text_size-32 {
  font-size: 2rem;
  line-height: 2.375rem;
}

.text_size-34 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

.text_size-36 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

.text_size-40 {
  font-size: 2.5rem;
  line-height: 2.875rem;
}

.text_size-42 {
  font-size: 2.625rem;
  line-height: 3rem;
}

.text_size-44 {
  font-size: 2.75rem;
  line-height: 3.125rem;
}

.text_size-46 {
  font-size: 2.875rem;
  line-height: 3.25rem;
}

.text_size-48 {
  font-size: 3rem;
  line-height: 3.375rem;
}

@media screen and (min-width: 924px) {
  .text_size-md-8 {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-10 {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-12 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-14 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-16 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-22 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-24 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-26 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-28 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-30 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-32 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-34 {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-36 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-40 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-42 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-44 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-46 {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-48 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-8 {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-10 {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-12 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-14 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-16 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-22 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-24 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-26 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-28 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-30 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-32 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-34 {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-36 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-40 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-42 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-44 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-46 {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-48 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.text_paragraph {
  font-size: 1rem;
}
.text_paragraph a {
  color: inherit;
}
@media (hover: hover) {
  .text_paragraph a:hover {
    color: #fff;
  }
}
.text_paragraph[class*=_white] a {
  transition-property: color, opacity;
}
@media (hover: hover) {
  .text_paragraph[class*=_white] a:hover {
    opacity: 0.5;
  }
}.styles_blockquote {
  padding: 0.75rem 1.5rem;
  background: var(--box-dark-filled);
  border-inline-start: 0.25rem solid var(--secondary-colors-green);
  border-start-end-radius: var(--radius);
  border-end-end-radius: var(--radius);
}.styles_browserPreference {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radius);
  border: var(--border);
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.styles_browserPreference p {
  margin: 0;
}

.styles_appLink {
  margin-top: var(--space-3);
}.icon_name-play-back:before {
  content: "\e900";
}
.icon_name-user:before {
  content: "\e901";
}
.icon_name-text:before {
  content: "\e902";
}
.icon_name-sort-block:before {
  content: "\e903";
}
.icon_name-cart:before {
  content: "\e904";
}
.icon_name-games:before {
  content: "\e905";
}
.icon_name-play-tv:before {
  content: "\e906";
}
.icon_name-submenu-horizontal:before {
  content: "\e907";
}
.icon_name-left-arrow:before {
  content: "\e908";
}
.icon_name-right-arrow:before {
  content: "\e909";
}
.icon_name-mute:before {
  content: "\e90a";
}
.icon_name-volume-1:before {
  content: "\e90b";
}
.icon_name-check-green:before {
  content: "\e90c";
}
.icon_name-eye:before {
  content: "\e90d";
}
.icon_name-down-small:before {
  content: "\e90e";
}
.icon_name-check-circle:before {
  content: "\e90f";
}
.icon_name-play:before {
  content: "\e910";
}
.icon_name-close:before {
  content: "\e911";
}
.icon_name-submenu-horizontal-circle:before {
  content: "\e912";
}
.icon_name-globe:before {
  content: "\e913";
}
.icon_name-monitor:before {
  content: "\e914";
}
.icon_name-smile:before {
  content: "\e915";
}
.icon_name-lock:before {
  content: "\e916";
}
.icon_name-phone:before {
  content: "\e917";
}
.icon_name-coupon:before {
  content: "\e918";
}
.icon_name-eye-off:before {
  content: "\e919";
}
.icon_name-full-screen:before {
  content: "\e91a";
}
.icon_name-arrow:before {
  content: "\e91b";
}
.icon_name-menu-bars:before {
  content: "\e91c";
}
.icon_name-exclamation-mark:before {
  content: "\e91d";
}
.icon_name-search:before {
  content: "\e91e";
}
.icon_name-cross:before {
  content: "\e91f";
}
.icon_name-play-outline:before {
  content: "\e920";
}
.icon_name-submenu-vertical:before {
  content: "\e921";
}
.icon_name-bell:before {
  content: "\e922";
}
.icon_name-bell-disabled:before {
  content: "\e923";
}
.icon_name-envelope:before {
  content: "\e924";
}
.icon_name-cross-circle:before {
  content: "\e925";
}
.icon_name-sort-list:before {
  content: "\e926";
}
.icon_name-like:before {
  content: "\e927";
}
.icon_name-dislike:before {
  content: "\e928";
}
.icon_name-dislike-filled:before {
  content: "\e929";
}
.icon_name-like-filled:before {
  content: "\e92a";
}
.icon_name-episodes:before {
  content: "\e92b";
}
.icon_name-live:before {
  content: "\e92c";
}

@font-face {
  font-family: "fonticon";
  src: url("/fonts/fonticon-eOQfzMjI.eot?b1fpjk");
  src: url("/fonts/fonticon-eOQfzMjI.eot?b1fpjk#iefix") format("embedded-opentype"), url("/fonts/fonticon-BNDSntXv.ttf?b1fpjk") format("truetype"), url("/images/fonticon-DIDCzdTf.svg?b1fpjk#fonticon") format("svg"), url("/fonts/fonticon-BRuqYVlR.woff?b1fpjk") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "blueprint-icons-16";
  src: url("/fonts/icons-16-B_UOEruG.ttf?d79e1fffb9277c0288263070ce150b69") format("truetype");
  src: url("/fonts/icons-16-C3g3NE58.eot?d79e1fffb9277c0288263070ce150b69#iefix") format("embedded-opentype");
  src: url("/fonts/icons-16-CdoK7s4V.woff2?d79e1fffb9277c0288263070ce150b69") format("woff2");
  src: url("/fonts/icons-16-AmphgYwJ.woff?d79e1fffb9277c0288263070ce150b69") format("woff");
  src: url("/images/icons-16-C0sFKxVN.svg?d79e1fffb9277c0288263070ce150b69#blueprint-icons-16") format("svg");
}
.icon_icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "blueprint-icons-16" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_icon::before {
  color: var(--white) !important;
}
@media screen and (min-width: 924px) {
  .icon_icon.icon_md-x-small, .icon_icon.icon_md-x-small::before {
    font-size: 1.125rem;
  }
  .icon_icon.icon_md-smaller, .icon_icon.icon_md-smaller::before {
    font-size: 1.5rem;
  }
  .icon_icon.icon_md-small, .icon_icon.icon_md-small::before {
    font-size: 1.875rem;
  }
  .icon_icon.icon_md-medium, .icon_icon.icon_md-medium::before {
    font-size: 2.25rem;
  }
  .icon_icon.icon_md-large, .icon_icon.icon_md-large::before {
    font-size: 3rem;
  }
  .icon_icon.icon_md-size60, .icon_icon.icon_md-size60:before {
    font-size: 3.75rem;
  }
}

.icon_gray::before {
  color: var(--white-50) !important;
}

.icon_green::before {
  color: var(--secondary-colors-green) !important;
}

.icon_orange::before {
  color: var(--primary-colors-orange) !important;
}

.icon_red::before {
  color: var(--secondary-colors-red) !important;
}

.icon_x-small {
  font-size: 1.125rem;
}

.icon_smaller {
  font-size: 1.5rem;
}

.icon_small {
  font-size: 1.875rem;
}

.icon_medium {
  font-size: 2.25rem;
}

.icon_large {
  font-size: 3rem;
}

.icon_size60 {
  font-size: 3.75rem;
}

.icon_x-large {
  font-size: 4.5rem;
}

.icon_rotate-left {
  transform: rotate(-90deg);
}
.icon_rotate-right {
  transform: rotate(90deg);
}
.icon_rotate-flip {
  transform: scale(-1, 1);
}
*[dir=rtl] .icon_rotate-flip {
  transform: none;
}
.icon_rotate-partial {
  transform: rotate(45deg);
}

.icon_name-arrow::before {
  content: "\f135";
}

.icon_name-arrow-down::before {
  content: "\f133";
}

.icon_name-arrow-left-thick::before {
  content: "\f134";
}

.icon_name-basket::before {
  content: "\f136";
}

.icon_name-bell::before {
  content: "\f13b";
}

.icon_name-bell-circle::before {
  content: "\f137";
}

.icon_name-bell-disabled::before {
  content: "\f138";
}

.icon_name-bell-filled::before {
  content: "\f13a";
}

.icon_name-bell-filled-circle::before {
  content: "\f139";
}

.icon_name-calendar::before {
  content: "\f13c";
}

.icon_name-cart::before {
  content: "\f13d";
}

.icon_name-check-circle::before {
  content: "\f13e";
}

.icon_name-check-green::before {
  content: "\f13f";
}

.icon_name-close::before {
  content: "\f140";
}

.icon_name-compass::before {
  content: "\f141";
}

.icon_name-coupon::before {
  content: "\f142";
}

.icon_name-cross::before {
  content: "\f144";
}

.icon_name-cross-circle::before {
  content: "\f143";
}

.icon_name-cry::before {
  content: "\f145";
}

.icon_name-dislike::before {
  content: "\f147";
}

.icon_name-dislike-filled::before {
  content: "\f146";
}

.icon_name-down-small::before {
  content: "\f148";
}

.icon_name-download::before {
  content: "\f14a";
}

.icon_name-download-offline::before {
  content: "\f149";
}

.icon_name-edit::before {
  content: "\f14b";
}

.icon_name-envelope::before {
  content: "\f14c";
}

.icon_name-episodes::before {
  content: "\f14d";
}

.icon_name-exclamation::before {
  content: "\f14f";
}

.icon_name-exclamation-mark::before {
  content: "\f14e";
}

.icon_name-exit::before {
  content: "\f150";
}

.icon_name-eye::before {
  content: "\f152";
}

.icon_name-eye-off::before {
  content: "\f151";
}

.icon_name-filters::before {
  content: "\f153";
}

.icon_name-full-screen::before {
  content: "\f154";
}

.icon_name-games::before {
  content: "\f155";
}

.icon_name-globe::before {
  content: "\f156";
}

.icon_name-heart::before {
  content: "\f158";
}

.icon_name-heart-filled::before {
  content: "\f157";
}

.icon_name-home::before {
  content: "\f159";
}

.icon_name-info::before {
  content: "\f15a";
}

.icon_name-left-arrow::before {
  content: "\f15b";
}

.icon_name-like::before {
  content: "\f15d";
}

.icon_name-like-filled::before {
  content: "\f15c";
}

.icon_name-live::before {
  content: "\f160";
}

.icon_name-live-text::before {
  content: "\f15e";
}

.icon_name-live-tv::before {
  content: "\f15f";
}

.icon_name-lock::before {
  content: "\f162";
}

.icon_name-lock-filled::before {
  content: "\f161";
}

.icon_name-menu-bars::before {
  content: "\f163";
}

.icon_name-minus::before {
  content: "\f164";
}

.icon_name-mobile::before {
  content: "\f165";
}

.icon_name-monitor::before {
  content: "\f166";
}

.icon_name-mute::before {
  content: "\f167";
}

.icon_name-news::before {
  content: "\f168";
}

.icon_name-pause::before {
  content: "\f169";
}

.icon_name-pencil::before {
  content: "\f16a";
}

.icon_name-phone::before {
  content: "\f16b";
}

.icon_name-play::before {
  content: "\f16f";
}

.icon_name-play-back::before {
  content: "\f16c";
}

.icon_name-play-outline::before {
  content: "\f16d";
}

.icon_name-play-tv::before {
  content: "\f16e";
}

.icon_name-plus-circle::before {
  content: "\f170";
}

.icon_name-reward::before {
  content: "\f171";
}

.icon_name-rewind::before {
  content: "\f172";
}

.icon_name-right-arrow::before {
  content: "\f173";
}

.icon_name-search::before {
  content: "\f174";
}

.icon_name-settings::before {
  content: "\f175";
}

.icon_name-shop::before {
  content: "\f176";
}

.icon_name-smile::before {
  content: "\f177";
}

.icon_name-sort-block::before {
  content: "\f178";
}

.icon_name-sort-list::before {
  content: "\f179";
}

.icon_name-submenu-horizontal::before {
  content: "\f17b";
}

.icon_name-submenu-horizontal-circle::before {
  content: "\f17a";
}

.icon_name-submenu-vertical::before {
  content: "\f17c";
}

.icon_name-switcher::before {
  content: "\f17d";
}

.icon_name-text::before {
  content: "\f17e";
}

.icon_name-tv-shows::before {
  content: "\f17f";
}

.icon_name-user::before {
  content: "\f180";
}

.icon_name-volume1::before {
  content: "\f181";
}

.icon_name-wifi::before {
  content: "\f182";
}.icon_icon {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_icon path {
  fill: white;
}
@media screen and (min-width: 924px) {
  .icon_icon.icon_md-x-small svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .icon_icon.icon_md-smaller svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .icon_icon.icon_md-small svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .icon_icon.icon_md-medium svg {
    width: 2.25rem;
    height: 2.25rem;
  }
  .icon_icon.icon_md-large svg {
    width: 3rem;
    height: 3rem;
  }
  .icon_icon.icon_md-size60 svg {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_icon.icon_md-x-large svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.icon_gray path {
  fill: var(--white-50);
}

.icon_green path {
  fill: var(--secondary-colors-green);
}

.icon_orange path {
  fill: var(--primary-colors-orange);
}

.icon_red path {
  fill: var(--secondary-colors-red);
}

.icon_x-small svg {
  width: 1.125rem;
}

.icon_smaller svg {
  width: 1.5rem;
}

.icon_small svg {
  width: 1.875rem;
}

.icon_medium svg {
  width: 2.25rem;
}

.icon_large svg {
  width: 3rem;
}

.icon_size60 svg {
  width: 3.75rem;
}

.icon_x-large svg {
  width: 4.5rem;
}

.icon_rotate-left {
  transform: rotate(-90deg);
}
.icon_rotate-right {
  transform: rotate(90deg);
}
.icon_rotate-flip {
  transform: scale(-1, 1);
}
*[dir=rtl] .icon_rotate-flip {
  transform: none;
}
.icon_rotate-partial {
  transform: rotate(45deg);
}.styles_spinner {
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity var(--speed) ease-in-out;
  pointer-events: none;
}
.styles_spinner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}
.styles_spinner span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 12px;
  background-color: var(--primary-colors-background);
  position: relative;
  z-index: 5;
}
.styles_spinner i {
  display: block;
  width: 96px;
  height: 96px;
  margin: auto;
  border-radius: 50%;
  border: 0.5rem solid rgba(255, 255, 255, 0.1);
  border-left: 0.5rem solid var(--primary-colors-orange);
  transform: translateZ(0);
}

.styles_loading {
  opacity: 1;
  pointer-events: auto;
}
.styles_loading i {
  animation: styles_load8 1.1s infinite linear;
}

.styles_block, .styles_inline {
  position: relative;
}
.styles_block::before, .styles_inline::before {
  display: none;
}
.styles_block[style*=background-color], [style*=background-color].styles_inline {
  background-color: transparent !important;
}
.styles_block[style*=background-color] span, [style*=background-color].styles_inline span {
  background-color: rgba(0, 0, 0, 0.3);
}
.styles_block span, .styles_inline span {
  width: 120px;
  height: 120px;
  padding: 12px;
  position: relative;
}
@media screen and (min-width: 924px) {
  .styles_block span, .styles_inline span {
    width: 6rem;
    height: 6rem;
    padding: 0.625rem;
  }
}
.styles_block i, .styles_inline i {
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 924px) {
  .styles_block i, .styles_inline i {
    width: 4.75rem;
    height: 4.75rem;
  }
}

.styles_inline span {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}
.styles_inline i {
  width: 1.375rem;
  height: 1.375rem;
  border-left: 0.5rem solid var(--white);
}

.styles_isAutoHeight span {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}
.styles_isAutoHeight i {
  width: 100%;
  height: 100%;
}

@keyframes styles_load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes styles_load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.styles_swiper-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
}
.styles_swiper-loader::before {
  display: none;
}
.styles_swiper-loader span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
}
.styles_swiper-loader i {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 924px) {
  .styles_swiper-loader {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
*[dir=rtl] .styles_swiper-loader {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%) scale(0.4);
}
@media screen and (min-width: 924px) {
  *[dir=rtl] .styles_swiper-loader {
    transform: translate(50%, -50%) scale(0.6);
  }
}

.styles_rainbow {
  position: relative;
}
.styles_rainbow::before {
  display: none;
}

.styles_spin {
  width: 2rem;
  height: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  animation: styles_rotator 1.4s linear infinite;
}

.styles_path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: styles_dash 1.4s ease-in-out infinite, styles_colors 5.6s ease-in-out infinite;
}

@keyframes styles_rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes styles_dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes styles_colors {
  0% {
    stroke: red;
  }
  14.2857% {
    stroke: orange;
  }
  28.5714% {
    stroke: yellow;
  }
  42.8571% {
    stroke: green;
  }
  57.1429% {
    stroke: blue;
  }
  71.4286% {
    stroke: indigo;
  }
  100% {
    stroke: violet;
  }
}.button_button {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0px;
  width: 100%;
  padding: 1.125rem;
  outline: none;
  border-radius: var(--radius);
  background: var(--primary-colors-orange);
  color: #fff;
  font-family: var(--font);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  transition: var(--speed) ease-in-out;
  transition-property: color, border-color, background-color, opacity;
  height: 3.75rem;
}
.button_button.button_disabled, .button_button[disabled] {
  pointer-events: none;
  background-color: var(--white-5);
  opacity: 0.6;
}
@media (hover: hover) {
  .button_button:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%);
  }
}
.button_button-head {
  border-radius: var(--radius);
  padding: 0.125rem 0.75rem;
  height: 2.25rem;
  color: rgba(255, 255, 255, 0.8);
  width: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  min-width: auto;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.button_button.button_compact {
  height: 3rem;
  padding: 0.75rem;
}
.button_button.button_inverse {
  background-color: var(--white-5);
}
@media (hover: hover) {
  .button_button.button_inverse:hover {
    background-color: var(--white-10);
  }
  .button_button.button_inverse:hover.button_button-head {
    color: white;
  }
}
.button_button.button_social {
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
  padding: 0.75rem;
}
.button_button.button_social.button_compact {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
}
.button_button.button_social > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
[class*=hoc_order] .button_button {
  min-width: 100%;
}
[class*=molded-buttons] .button_button {
  border-width: 0 0 1px;
  border-color: var(--white-10);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: calc(var(--step) * 3);
  padding-inline-start: calc(var(--step) * 3);
  background-color: var(--white-5);
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: normal;
}
[class*=molded-buttons] .button_button + .button_button {
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
}
[class*=molded-buttons] .button_button + .button_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
@media (hover: hover) {
  [class*=molded-buttons] .button_button + .button_button:hover::before {
    opacity: 1;
  }
}
[class*=molded-buttons] .button_button [class*=icon] {
  order: 1;
}
[class*=molded-buttons] .button_button span {
  order: 2;
}
@media screen and (min-width: 924px) {
  .button_button {
    width: auto;
    min-width: 14.75rem;
  }
  [class*=profile-save] .button_button {
    min-width: 0 !important;
  }
  .button_button.button_center {
    position: relative;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  .button_button-head {
    height: 3rem;
    font-size: 1rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    min-width: auto;
  }
}
@media screen and (min-width: 1212px) {
  .button_button.button_social {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.button_spinner {
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes button_rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes button_dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.button_fullWidth {
  display: flex;
  width: 100% !important;
  min-width: auto;
}

.button_iconWrapper {
  position: absolute;
  right: 0;
  margin: 0 12px;
}
*[dir=rtl] .button_iconWrapper {
  left: 0;
  right: initial;
}
.button_iconWrapper span {
  font-size: 18px;
}

.button_secondary {
  background: transparent;
  border: 2px solid var(--white-20);
}
@media (hover: hover) {
  .button_secondary:hover {
    border-color: var(--white-70);
    background: transparent;
  }
}

.button_contacts-button {
  margin: 0.75rem 0;
}
.button_contacts-button.button_social {
  margin-left: auto;
  margin-right: auto;
}

.button_small {
  width: 2.25rem;
  height: 2.25rem;
  min-width: initial;
}
@media screen and (min-width: 924px) {
  .button_small {
    width: 3rem;
    height: 3rem;
  }
}

.button_round {
  border-radius: 50%;
}

.button_plain {
  width: auto;
  min-width: auto;
  background: transparent;
  color: var(--primary-colors-brand);
  padding: 0;
}
@media (hover: hover) {
  .button_plain:hover {
    color: #fff;
    background-color: transparent;
  }
}

.button_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.3125rem;
  z-index: 4;
  background-color: #fff;
}
.button_progress::before {
  content: "";
  width: 1000px;
  height: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.button_white {
  position: relative;
  background-color: #fff;
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .button_white:hover {
    background-color: var(--white-80);
    color: var(--primary-colors-background);
  }
}
.button_white span {
  flex-grow: 1;
}
.button_white img,
.button_white svg {
  display: block;
  object-fit: contain;
  max-height: 1.375rem;
}.close-button_closeButton {
  border: 2px solid var(--white-30);
  background-color: transparent !important;
}
@media (hover: hover) {
  .close-button_closeButton:hover {
    border-color: #fff !important;
  }
}.styles_FormLayout {
  --form-layout-gap: var(--space-2);
  --form-layout-item-top: var(--space-3);
  margin-top: calc(-1 * var(--form-layout-item-top));
  margin-left: calc(-1 * var(--form-layout-gap));
}

.styles_Title {
  margin-bottom: calc(-1 * var(--space-2));
  padding: var(--form-layout-item-top) var(--form-layout-gap) 0;
}

.styles_Items {
  display: flex;
  flex-wrap: wrap;
}

.styles_Item {
  flex: 1 1 220px;
  margin-top: var(--form-layout-item-top);
  margin-left: var(--form-layout-gap);
  max-width: calc(100% - var(--form-layout-gap));
}
.styles_grouped .styles_Item {
  min-width: 220px;
}
.styles_condensed .styles_Item {
  flex-basis: 110px;
  min-width: 110px;
}.input_input {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius);
  width: 100%;
  color: var(--white-60);
  margin-bottom: 0.75rem;
  height: 3.75rem;
}
.input_input > * {
  min-width: 0;
  min-height: 0;
}
.input_input-wrapper {
  width: 100%;
}
.input_input .input_edit {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .input_input .input_edit:hover {
    color: #fff;
  }
}
.input_input .input_pre-icon {
  display: grid;
  grid-column: 1;
  grid-row: 1/3;
  width: 1.875rem;
  height: 1.875rem;
  margin-inline-end: 0.75rem;
  align-content: center;
}
.input_input .input_pre-icon img {
  height: inherit;
}
.input_input .input_controls {
  grid-column: -1;
  grid-row: 1/3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.75rem;
  height: 100%;
  padding: 0.25rem 0;
  margin-inline-start: 0.75rem;
  margin-inline-end: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.input_input .input_controls .input_icon {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.input_input .input_controls .input_additional-button {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 0.75rem;
  height: 100%;
  background: var(--primary-colors-brand);
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (hover: hover) {
  .input_input .input_controls .input_additional-button:hover {
    background: color-mix(in srgb, var(--primary-colors-brand), #000 20%);
  }
}
.input_input .input_field {
  grid-column: 2/4;
  grid-row: 2;
  padding-top: 0;
  transform: translateY(-50%);
  transition: transform var(--speed) ease-in-out;
}
.input_input .input_field + em {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background-color var(--speed) ease-in-out;
}
.input_input .input_label {
  display: grid;
  grid-column: 2/4;
  grid-row: 1;
  justify-content: start;
  transform: translateY(50%);
  transition: transform var(--speed) ease-in-out;
  transform-origin: left;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
}
*[dir=rtl] .input_input .input_label {
  transform-origin: right;
}
.input_input.input_error .input_label {
  color: var(--secondary-colors-red);
}
.input_input.input_error em {
  background: var(--secondary-colors-red);
}
.input_input.input_error .input_invalid-icon {
  opacity: 1;
}
.input_input input,
.input_input select,
.input_input textarea {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--font);
  letter-spacing: 0.08em;
  -webkit-appearance: none;
}
.input_input input:-webkit-autofill,
.input_input select:-webkit-autofill,
.input_input textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}
.input_input input:-internal-autofill-selected,
.input_input select:-internal-autofill-selected,
.input_input textarea:-internal-autofill-selected {
  background-color: transparent !important;
}
.input_input input:focus,
.input_input select:focus,
.input_input textarea:focus {
  outline: none;
  box-shadow: none;
}
.input_input input::-webkit-outer-spin-button, .input_input input::-webkit-inner-spin-button,
.input_input select::-webkit-outer-spin-button,
.input_input select::-webkit-inner-spin-button,
.input_input textarea::-webkit-outer-spin-button,
.input_input textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_input input[type=number],
.input_input select[type=number],
.input_input textarea[type=number] {
  -moz-appearance: textfield;
}
.input_input input::placeholder,
.input_input select::placeholder,
.input_input textarea::placeholder {
  color: transparent;
}
.input_input input:not(:placeholder-shown),
.input_input select:not(:placeholder-shown),
.input_input textarea:not(:placeholder-shown) {
  color: #fff;
  transform: translateY(0);
}
.input_input input:not(:placeholder-shown) + em,
.input_input select:not(:placeholder-shown) + em,
.input_input textarea:not(:placeholder-shown) + em {
  background-color: var(--primary-colors-brand);
}
.input_input input:not(:placeholder-shown) ~ .input_label,
.input_input select:not(:placeholder-shown) ~ .input_label,
.input_input textarea:not(:placeholder-shown) ~ .input_label {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
}
.input_input input:focus,
.input_input select:focus,
.input_input textarea:focus {
  transform: translateY(0);
}
.input_input input:focus ~ .input_label,
.input_input select:focus ~ .input_label,
.input_input textarea:focus ~ .input_label {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
  color: var(--primary-colors-brand);
}
.input_input input:focus + em,
.input_input select:focus + em,
.input_input textarea:focus + em {
  background-color: var(--primary-colors-brand);
  color: var(--primary-colors-brand);
}
.input_input input:focus ~ .input_prefix, .input_input input:not(:placeholder-shown) ~ .input_prefix,
.input_input select:focus ~ .input_prefix,
.input_input select:not(:placeholder-shown) ~ .input_prefix,
.input_input textarea:focus ~ .input_prefix,
.input_input textarea:not(:placeholder-shown) ~ .input_prefix {
  opacity: 1;
}
.input_input input:invalid:not(:valid):not(:placeholder-shown) + em,
.input_input select:invalid:not(:valid):not(:placeholder-shown) + em,
.input_input textarea:invalid:not(:valid):not(:placeholder-shown) + em {
  background-color: var(--secondary-colors-red);
}
.input_input input:invalid:not(:valid):not(:placeholder-shown) ~ .input_label,
.input_input select:invalid:not(:valid):not(:placeholder-shown) ~ .input_label,
.input_input textarea:invalid:not(:valid):not(:placeholder-shown) ~ .input_label {
  color: var(--secondary-colors-red);
}
.input_input input:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message,
.input_input select:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message,
.input_input textarea:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message {
  opacity: 1;
}
.input_input input:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon,
.input_input select:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon,
.input_input textarea:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon {
  opacity: 1;
}
.input_input input:valid:not(:placeholder-shown),
.input_input select:valid:not(:placeholder-shown),
.input_input textarea:valid:not(:placeholder-shown) {
  color: #fff;
}
.input_input input:valid:not(:placeholder-shown) + em,
.input_input select:valid:not(:placeholder-shown) + em,
.input_input textarea:valid:not(:placeholder-shown) + em {
  background-color: transparent;
}
.input_input input:valid:not(:placeholder-shown) ~ .input_label,
.input_input select:valid:not(:placeholder-shown) ~ .input_label,
.input_input textarea:valid:not(:placeholder-shown) ~ .input_label {
  color: var(--white-60);
}
.input_input input:valid:not(:placeholder-shown) ~ .input_icon,
.input_input select:valid:not(:placeholder-shown) ~ .input_icon,
.input_input textarea:valid:not(:placeholder-shown) ~ .input_icon {
  opacity: 1;
}
.input_input input:read-only + em,
.input_input select:read-only + em,
.input_input textarea:read-only + em {
  background-color: transparent;
}
.input_input input:read-only ~ .input_label,
.input_input select:read-only ~ .input_label,
.input_input textarea:read-only ~ .input_label {
  color: var(--white-60);
}
*[dir=rtl] .input_input input[name*=email],
*[dir=rtl] .input_input select[name*=email],
*[dir=rtl] .input_input textarea[name*=email] {
  direction: ltr;
  text-align: right;
}
.input_input textarea {
  min-height: 7.5rem;
  max-width: 100%;
  resize: vertical;
}
[dir=rtl] .input_input input[type=tel] {
  text-align: right;
}
@supports selector(:has(*)) {
  .input_input:has(textarea) {
    height: auto;
  }
  .input_input:has(textarea) label span {
    top: 1.6875rem;
  }
}
.input_input .input_edit {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 924px) {
  .input_input .input_pre-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .input_input .input_pre-icon, .input_input .input_pre-icon::before {
    font-size: 2.25rem !important;
    line-height: 2.25rem !important;
  }
  @supports selector(:has(*)) {
    .input_input:has(textarea) label span {
      top: 1.6875rem;
    }
  }
}
@media screen and (min-width: 1500px) {
  .input_input .input_edit {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.input_help-text, .input_errorMessage {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--white-50);
  text-align: initial;
}
.input_help-text p, .input_errorMessage p {
  margin-bottom: 0.375rem;
}
.input_help-text p:last-child, .input_errorMessage p:last-child {
  margin-bottom: 0;
}
.input_help-text a, .input_errorMessage a {
  color: #fff;
}
@media (hover: hover) {
  .input_help-text a:hover, .input_errorMessage a:hover {
    color: var(--primary-colors-brand);
  }
}
.input_help-text.input_error, .input_error.input_errorMessage {
  display: block;
  color: var(--secondary-colors-red);
  margin-top: -0.375rem;
}
@media screen and (min-width: 924px) {
  .input_help-text, .input_errorMessage {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .input_help-text p, .input_errorMessage p {
    margin-bottom: 0.75rem;
  }
}

.input_errorMessage {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  transition: opacity var(--speed) ease-in-out;
  z-index: 5;
  color: var(--secondary-colors-red);
  white-space: nowrap;
  text-align: initial;
}

.input_fieldWithoutInput {
  grid-template-rows: 1fr;
  padding-inline-start: 1.125rem;
}
.input_fieldWithoutInput .input_label {
  transform: initial;
  height: 100%;
  align-items: center;
}

.input_simple {
  height: 3.625rem;
  padding-inline-start: 0.75rem;
}
.input_simple .input_label {
  color: #fff;
}

.input_alike {
  grid-template-columns: auto 1fr auto;
  grid-template-rows: unset;
  height: 3.625rem;
  padding-inline-start: 0.75rem;
}
.input_alike .input_field {
  color: #fff;
  transform: translateY(0);
}
.input_alike .input_label {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
  height: auto;
  align-items: unset;
}

.input_qitaf {
  background-color: var(--secondary-colors-brand-dark);
  color: #fff;
}
.input_qitaf .input_edit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  transition-property: opacity;
}
@media (hover: hover) {
  .input_qitaf .input_edit:hover {
    opacity: 0.5;
  }
}
.input_qitaf.input_disabled .input_edit {
  opacity: 0.5;
  pointer-events: none;
}
.input_qitaf *[class*=icon-label] > * {
  max-width: 6.5625rem;
}

.input_areacode .input_field {
  display: flex;
  column-gap: var(--step);
  transform: translate(0);
}
*[dir=rtl] .input_areacode .input_field {
  direction: ltr;
}
.input_areacode .input_field ~ .input_label {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
}.inputdd_input {
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
}
.inputdd_input option {
  background-color: var(--white-10-filled);
}
.inputdd_input *[class*=icon] {
  grid-row: 1/3 !important;
}

.inputdd_label,
.inputdd_select {
  grid-column: 1/3 !important;
}.iconLabel_icon-label {
  display: flex;
  align-self: center;
  align-items: center;
  height: 2.625rem;
  color: #fff;
}
.iconLabel_icon-label .iconLabel_ico {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.375rem 0;
}
.iconLabel_icon-label .iconLabel_ico > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}.styles_hr {
  display: block;
  margin: calc(var(--step) * 2) 0;
  border: 0;
  height: 1px;
  background: var(--white-10);
}
.styles_hr[aria-orientation=vertical] {
  display: inline-flex;
  margin: 0 calc(var(--step) * 2);
  width: 1px;
  height: 100%;
  min-height: 2.25rem;
}

.styles_dark {
  background-color: var(--primary-colors-background);
}

.styles_white {
  background-color: var(--white-20);
}

.styles_inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: var(--primary-colors-background);
  width: fit-content;
  padding: 0 calc(var(--step) * 2);
}

.styles_holder {
  position: relative;
}.hoc_margin-0 {
  margin: 0 !important;
}

.hoc_padding-1x {
  padding: calc(var(--step) * 1) !important;
}

.hoc_margin-1x {
  margin: calc(var(--step) * 1) !important;
}

.hoc_gap-1x {
  gap: calc(var(--step) * 1) !important;
}

.hoc_padding-2x {
  padding: calc(var(--step) * 2) !important;
}

.hoc_margin-2x {
  margin: calc(var(--step) * 2) !important;
}

.hoc_gap-2x {
  gap: calc(var(--step) * 2) !important;
}

.hoc_padding-3x {
  padding: calc(var(--step) * 3) !important;
}

.hoc_margin-3x {
  margin: calc(var(--step) * 3) !important;
}

.hoc_gap-3x {
  gap: calc(var(--step) * 3) !important;
}

.hoc_padding-4x {
  padding: calc(var(--step) * 4) !important;
}

.hoc_margin-4x {
  margin: calc(var(--step) * 4) !important;
}

.hoc_gap-4x {
  gap: calc(var(--step) * 4) !important;
}

.hoc_padding-5x {
  padding: calc(var(--step) * 5) !important;
}

.hoc_margin-5x {
  margin: calc(var(--step) * 5) !important;
}

.hoc_gap-5x {
  gap: calc(var(--step) * 5) !important;
}

.hoc_padding-6x {
  padding: calc(var(--step) * 6) !important;
}

.hoc_margin-6x {
  margin: calc(var(--step) * 6) !important;
}

.hoc_gap-6x {
  gap: calc(var(--step) * 6) !important;
}

.hoc_padding-7x {
  padding: calc(var(--step) * 7) !important;
}

.hoc_margin-7x {
  margin: calc(var(--step) * 7) !important;
}

.hoc_gap-7x {
  gap: calc(var(--step) * 7) !important;
}

.hoc_padding-8x {
  padding: calc(var(--step) * 8) !important;
}

.hoc_margin-8x {
  margin: calc(var(--step) * 8) !important;
}

.hoc_gap-8x {
  gap: calc(var(--step) * 8) !important;
}

.hoc_padding-9x {
  padding: calc(var(--step) * 9) !important;
}

.hoc_margin-9x {
  margin: calc(var(--step) * 9) !important;
}

.hoc_gap-9x {
  gap: calc(var(--step) * 9) !important;
}

.hoc_padding-10x {
  padding: calc(var(--step) * 10) !important;
}

.hoc_margin-10x {
  margin: calc(var(--step) * 10) !important;
}

.hoc_gap-10x {
  gap: calc(var(--step) * 10) !important;
}

.hoc_padding-11x {
  padding: calc(var(--step) * 11) !important;
}

.hoc_margin-11x {
  margin: calc(var(--step) * 11) !important;
}

.hoc_gap-11x {
  gap: calc(var(--step) * 11) !important;
}

.hoc_padding-12x {
  padding: calc(var(--step) * 12) !important;
}

.hoc_margin-12x {
  margin: calc(var(--step) * 12) !important;
}

.hoc_gap-12x {
  gap: calc(var(--step) * 12) !important;
}

.hoc_padding-13x {
  padding: calc(var(--step) * 13) !important;
}

.hoc_margin-13x {
  margin: calc(var(--step) * 13) !important;
}

.hoc_gap-13x {
  gap: calc(var(--step) * 13) !important;
}

.hoc_padding-14x {
  padding: calc(var(--step) * 14) !important;
}

.hoc_margin-14x {
  margin: calc(var(--step) * 14) !important;
}

.hoc_gap-14x {
  gap: calc(var(--step) * 14) !important;
}

.hoc_padding-15x {
  padding: calc(var(--step) * 15) !important;
}

.hoc_margin-15x {
  margin: calc(var(--step) * 15) !important;
}

.hoc_gap-15x {
  gap: calc(var(--step) * 15) !important;
}

.hoc_padding-16x {
  padding: calc(var(--step) * 16) !important;
}

.hoc_margin-16x {
  margin: calc(var(--step) * 16) !important;
}

.hoc_gap-16x {
  gap: calc(var(--step) * 16) !important;
}

.hoc_padding-17x {
  padding: calc(var(--step) * 17) !important;
}

.hoc_margin-17x {
  margin: calc(var(--step) * 17) !important;
}

.hoc_gap-17x {
  gap: calc(var(--step) * 17) !important;
}

.hoc_padding-18x {
  padding: calc(var(--step) * 18) !important;
}

.hoc_margin-18x {
  margin: calc(var(--step) * 18) !important;
}

.hoc_gap-18x {
  gap: calc(var(--step) * 18) !important;
}

.hoc_padding-19x {
  padding: calc(var(--step) * 19) !important;
}

.hoc_margin-19x {
  margin: calc(var(--step) * 19) !important;
}

.hoc_gap-19x {
  gap: calc(var(--step) * 19) !important;
}

.hoc_padding-20x {
  padding: calc(var(--step) * 20) !important;
}

.hoc_margin-20x {
  margin: calc(var(--step) * 20) !important;
}

.hoc_gap-20x {
  gap: calc(var(--step) * 20) !important;
}

.hoc_padding-21x {
  padding: calc(var(--step) * 21) !important;
}

.hoc_margin-21x {
  margin: calc(var(--step) * 21) !important;
}

.hoc_gap-21x {
  gap: calc(var(--step) * 21) !important;
}

.hoc_padding-22x {
  padding: calc(var(--step) * 22) !important;
}

.hoc_margin-22x {
  margin: calc(var(--step) * 22) !important;
}

.hoc_gap-22x {
  gap: calc(var(--step) * 22) !important;
}

.hoc_padding-23x {
  padding: calc(var(--step) * 23) !important;
}

.hoc_margin-23x {
  margin: calc(var(--step) * 23) !important;
}

.hoc_gap-23x {
  gap: calc(var(--step) * 23) !important;
}

.hoc_padding-24x {
  padding: calc(var(--step) * 24) !important;
}

.hoc_margin-24x {
  margin: calc(var(--step) * 24) !important;
}

.hoc_gap-24x {
  gap: calc(var(--step) * 24) !important;
}

.hoc_padding-25x {
  padding: calc(var(--step) * 25) !important;
}

.hoc_margin-25x {
  margin: calc(var(--step) * 25) !important;
}

.hoc_gap-25x {
  gap: calc(var(--step) * 25) !important;
}

.hoc_padding-26x {
  padding: calc(var(--step) * 26) !important;
}

.hoc_margin-26x {
  margin: calc(var(--step) * 26) !important;
}

.hoc_gap-26x {
  gap: calc(var(--step) * 26) !important;
}

.hoc_padding-27x {
  padding: calc(var(--step) * 27) !important;
}

.hoc_margin-27x {
  margin: calc(var(--step) * 27) !important;
}

.hoc_gap-27x {
  gap: calc(var(--step) * 27) !important;
}

.hoc_padding-28x {
  padding: calc(var(--step) * 28) !important;
}

.hoc_margin-28x {
  margin: calc(var(--step) * 28) !important;
}

.hoc_gap-28x {
  gap: calc(var(--step) * 28) !important;
}

.hoc_padding-29x {
  padding: calc(var(--step) * 29) !important;
}

.hoc_margin-29x {
  margin: calc(var(--step) * 29) !important;
}

.hoc_gap-29x {
  gap: calc(var(--step) * 29) !important;
}

.hoc_padding-30x {
  padding: calc(var(--step) * 30) !important;
}

.hoc_margin-30x {
  margin: calc(var(--step) * 30) !important;
}

.hoc_gap-30x {
  gap: calc(var(--step) * 30) !important;
}

.hoc_padding-31x {
  padding: calc(var(--step) * 31) !important;
}

.hoc_margin-31x {
  margin: calc(var(--step) * 31) !important;
}

.hoc_gap-31x {
  gap: calc(var(--step) * 31) !important;
}

.hoc_padding-32x {
  padding: calc(var(--step) * 32) !important;
}

.hoc_margin-32x {
  margin: calc(var(--step) * 32) !important;
}

.hoc_gap-32x {
  gap: calc(var(--step) * 32) !important;
}

.hoc_padding-33x {
  padding: calc(var(--step) * 33) !important;
}

.hoc_margin-33x {
  margin: calc(var(--step) * 33) !important;
}

.hoc_gap-33x {
  gap: calc(var(--step) * 33) !important;
}

.hoc_padding-34x {
  padding: calc(var(--step) * 34) !important;
}

.hoc_margin-34x {
  margin: calc(var(--step) * 34) !important;
}

.hoc_gap-34x {
  gap: calc(var(--step) * 34) !important;
}

.hoc_padding-35x {
  padding: calc(var(--step) * 35) !important;
}

.hoc_margin-35x {
  margin: calc(var(--step) * 35) !important;
}

.hoc_gap-35x {
  gap: calc(var(--step) * 35) !important;
}

.hoc_padding-36x {
  padding: calc(var(--step) * 36) !important;
}

.hoc_margin-36x {
  margin: calc(var(--step) * 36) !important;
}

.hoc_gap-36x {
  gap: calc(var(--step) * 36) !important;
}

.hoc_padding-37x {
  padding: calc(var(--step) * 37) !important;
}

.hoc_margin-37x {
  margin: calc(var(--step) * 37) !important;
}

.hoc_gap-37x {
  gap: calc(var(--step) * 37) !important;
}

.hoc_padding-38x {
  padding: calc(var(--step) * 38) !important;
}

.hoc_margin-38x {
  margin: calc(var(--step) * 38) !important;
}

.hoc_gap-38x {
  gap: calc(var(--step) * 38) !important;
}

.hoc_padding-39x {
  padding: calc(var(--step) * 39) !important;
}

.hoc_margin-39x {
  margin: calc(var(--step) * 39) !important;
}

.hoc_gap-39x {
  gap: calc(var(--step) * 39) !important;
}

.hoc_padding-40x {
  padding: calc(var(--step) * 40) !important;
}

.hoc_margin-40x {
  margin: calc(var(--step) * 40) !important;
}

.hoc_gap-40x {
  gap: calc(var(--step) * 40) !important;
}

.hoc_padding-41x {
  padding: calc(var(--step) * 41) !important;
}

.hoc_margin-41x {
  margin: calc(var(--step) * 41) !important;
}

.hoc_gap-41x {
  gap: calc(var(--step) * 41) !important;
}

.hoc_padding-42x {
  padding: calc(var(--step) * 42) !important;
}

.hoc_margin-42x {
  margin: calc(var(--step) * 42) !important;
}

.hoc_gap-42x {
  gap: calc(var(--step) * 42) !important;
}

.hoc_padding-43x {
  padding: calc(var(--step) * 43) !important;
}

.hoc_margin-43x {
  margin: calc(var(--step) * 43) !important;
}

.hoc_gap-43x {
  gap: calc(var(--step) * 43) !important;
}

.hoc_padding-44x {
  padding: calc(var(--step) * 44) !important;
}

.hoc_margin-44x {
  margin: calc(var(--step) * 44) !important;
}

.hoc_gap-44x {
  gap: calc(var(--step) * 44) !important;
}

.hoc_padding-45x {
  padding: calc(var(--step) * 45) !important;
}

.hoc_margin-45x {
  margin: calc(var(--step) * 45) !important;
}

.hoc_gap-45x {
  gap: calc(var(--step) * 45) !important;
}

.hoc_padding-46x {
  padding: calc(var(--step) * 46) !important;
}

.hoc_margin-46x {
  margin: calc(var(--step) * 46) !important;
}

.hoc_gap-46x {
  gap: calc(var(--step) * 46) !important;
}

.hoc_padding-47x {
  padding: calc(var(--step) * 47) !important;
}

.hoc_margin-47x {
  margin: calc(var(--step) * 47) !important;
}

.hoc_gap-47x {
  gap: calc(var(--step) * 47) !important;
}

.hoc_padding-48x {
  padding: calc(var(--step) * 48) !important;
}

.hoc_margin-48x {
  margin: calc(var(--step) * 48) !important;
}

.hoc_gap-48x {
  gap: calc(var(--step) * 48) !important;
}

.hoc_padding-49x {
  padding: calc(var(--step) * 49) !important;
}

.hoc_margin-49x {
  margin: calc(var(--step) * 49) !important;
}

.hoc_gap-49x {
  gap: calc(var(--step) * 49) !important;
}

.hoc_padding-50x {
  padding: calc(var(--step) * 50) !important;
}

.hoc_margin-50x {
  margin: calc(var(--step) * 50) !important;
}

.hoc_gap-50x {
  gap: calc(var(--step) * 50) !important;
}

.hoc_padding-51x {
  padding: calc(var(--step) * 51) !important;
}

.hoc_margin-51x {
  margin: calc(var(--step) * 51) !important;
}

.hoc_gap-51x {
  gap: calc(var(--step) * 51) !important;
}

.hoc_padding-52x {
  padding: calc(var(--step) * 52) !important;
}

.hoc_margin-52x {
  margin: calc(var(--step) * 52) !important;
}

.hoc_gap-52x {
  gap: calc(var(--step) * 52) !important;
}

.hoc_padding-53x {
  padding: calc(var(--step) * 53) !important;
}

.hoc_margin-53x {
  margin: calc(var(--step) * 53) !important;
}

.hoc_gap-53x {
  gap: calc(var(--step) * 53) !important;
}

.hoc_padding-54x {
  padding: calc(var(--step) * 54) !important;
}

.hoc_margin-54x {
  margin: calc(var(--step) * 54) !important;
}

.hoc_gap-54x {
  gap: calc(var(--step) * 54) !important;
}

.hoc_padding-55x {
  padding: calc(var(--step) * 55) !important;
}

.hoc_margin-55x {
  margin: calc(var(--step) * 55) !important;
}

.hoc_gap-55x {
  gap: calc(var(--step) * 55) !important;
}

.hoc_padding-56x {
  padding: calc(var(--step) * 56) !important;
}

.hoc_margin-56x {
  margin: calc(var(--step) * 56) !important;
}

.hoc_gap-56x {
  gap: calc(var(--step) * 56) !important;
}

.hoc_padding-57x {
  padding: calc(var(--step) * 57) !important;
}

.hoc_margin-57x {
  margin: calc(var(--step) * 57) !important;
}

.hoc_gap-57x {
  gap: calc(var(--step) * 57) !important;
}

.hoc_padding-58x {
  padding: calc(var(--step) * 58) !important;
}

.hoc_margin-58x {
  margin: calc(var(--step) * 58) !important;
}

.hoc_gap-58x {
  gap: calc(var(--step) * 58) !important;
}

.hoc_padding-59x {
  padding: calc(var(--step) * 59) !important;
}

.hoc_margin-59x {
  margin: calc(var(--step) * 59) !important;
}

.hoc_gap-59x {
  gap: calc(var(--step) * 59) !important;
}

.hoc_padding-60x {
  padding: calc(var(--step) * 60) !important;
}

.hoc_margin-60x {
  margin: calc(var(--step) * 60) !important;
}

.hoc_gap-60x {
  gap: calc(var(--step) * 60) !important;
}

.hoc_padding-61x {
  padding: calc(var(--step) * 61) !important;
}

.hoc_margin-61x {
  margin: calc(var(--step) * 61) !important;
}

.hoc_gap-61x {
  gap: calc(var(--step) * 61) !important;
}

.hoc_padding-62x {
  padding: calc(var(--step) * 62) !important;
}

.hoc_margin-62x {
  margin: calc(var(--step) * 62) !important;
}

.hoc_gap-62x {
  gap: calc(var(--step) * 62) !important;
}

.hoc_padding-63x {
  padding: calc(var(--step) * 63) !important;
}

.hoc_margin-63x {
  margin: calc(var(--step) * 63) !important;
}

.hoc_gap-63x {
  gap: calc(var(--step) * 63) !important;
}

.hoc_padding-64x {
  padding: calc(var(--step) * 64) !important;
}

.hoc_margin-64x {
  margin: calc(var(--step) * 64) !important;
}

.hoc_gap-64x {
  gap: calc(var(--step) * 64) !important;
}

.hoc_padding-65x {
  padding: calc(var(--step) * 65) !important;
}

.hoc_margin-65x {
  margin: calc(var(--step) * 65) !important;
}

.hoc_gap-65x {
  gap: calc(var(--step) * 65) !important;
}

.hoc_padding-66x {
  padding: calc(var(--step) * 66) !important;
}

.hoc_margin-66x {
  margin: calc(var(--step) * 66) !important;
}

.hoc_gap-66x {
  gap: calc(var(--step) * 66) !important;
}

.hoc_padding-67x {
  padding: calc(var(--step) * 67) !important;
}

.hoc_margin-67x {
  margin: calc(var(--step) * 67) !important;
}

.hoc_gap-67x {
  gap: calc(var(--step) * 67) !important;
}

.hoc_padding-68x {
  padding: calc(var(--step) * 68) !important;
}

.hoc_margin-68x {
  margin: calc(var(--step) * 68) !important;
}

.hoc_gap-68x {
  gap: calc(var(--step) * 68) !important;
}

.hoc_padding-69x {
  padding: calc(var(--step) * 69) !important;
}

.hoc_margin-69x {
  margin: calc(var(--step) * 69) !important;
}

.hoc_gap-69x {
  gap: calc(var(--step) * 69) !important;
}

.hoc_padding-70x {
  padding: calc(var(--step) * 70) !important;
}

.hoc_margin-70x {
  margin: calc(var(--step) * 70) !important;
}

.hoc_gap-70x {
  gap: calc(var(--step) * 70) !important;
}

.hoc_padding-71x {
  padding: calc(var(--step) * 71) !important;
}

.hoc_margin-71x {
  margin: calc(var(--step) * 71) !important;
}

.hoc_gap-71x {
  gap: calc(var(--step) * 71) !important;
}

.hoc_padding-72x {
  padding: calc(var(--step) * 72) !important;
}

.hoc_margin-72x {
  margin: calc(var(--step) * 72) !important;
}

.hoc_gap-72x {
  gap: calc(var(--step) * 72) !important;
}

.hoc_paddingTop-1x {
  padding-top: calc(var(--step) * 1) !important;
}

.hoc_marginTop-1x {
  margin-top: calc(var(--step) * 1) !important;
}

.hoc_gapTop-1x {
  gap-top: calc(var(--step) * 1) !important;
}

.hoc_paddingTop-2x {
  padding-top: calc(var(--step) * 2) !important;
}

.hoc_marginTop-2x {
  margin-top: calc(var(--step) * 2) !important;
}

.hoc_gapTop-2x {
  gap-top: calc(var(--step) * 2) !important;
}

.hoc_paddingTop-3x {
  padding-top: calc(var(--step) * 3) !important;
}

.hoc_marginTop-3x {
  margin-top: calc(var(--step) * 3) !important;
}

.hoc_gapTop-3x {
  gap-top: calc(var(--step) * 3) !important;
}

.hoc_paddingTop-4x {
  padding-top: calc(var(--step) * 4) !important;
}

.hoc_marginTop-4x {
  margin-top: calc(var(--step) * 4) !important;
}

.hoc_gapTop-4x {
  gap-top: calc(var(--step) * 4) !important;
}

.hoc_paddingTop-5x {
  padding-top: calc(var(--step) * 5) !important;
}

.hoc_marginTop-5x {
  margin-top: calc(var(--step) * 5) !important;
}

.hoc_gapTop-5x {
  gap-top: calc(var(--step) * 5) !important;
}

.hoc_paddingTop-6x {
  padding-top: calc(var(--step) * 6) !important;
}

.hoc_marginTop-6x {
  margin-top: calc(var(--step) * 6) !important;
}

.hoc_gapTop-6x {
  gap-top: calc(var(--step) * 6) !important;
}

.hoc_paddingTop-7x {
  padding-top: calc(var(--step) * 7) !important;
}

.hoc_marginTop-7x {
  margin-top: calc(var(--step) * 7) !important;
}

.hoc_gapTop-7x {
  gap-top: calc(var(--step) * 7) !important;
}

.hoc_paddingTop-8x {
  padding-top: calc(var(--step) * 8) !important;
}

.hoc_marginTop-8x {
  margin-top: calc(var(--step) * 8) !important;
}

.hoc_gapTop-8x {
  gap-top: calc(var(--step) * 8) !important;
}

.hoc_paddingTop-9x {
  padding-top: calc(var(--step) * 9) !important;
}

.hoc_marginTop-9x {
  margin-top: calc(var(--step) * 9) !important;
}

.hoc_gapTop-9x {
  gap-top: calc(var(--step) * 9) !important;
}

.hoc_paddingTop-10x {
  padding-top: calc(var(--step) * 10) !important;
}

.hoc_marginTop-10x {
  margin-top: calc(var(--step) * 10) !important;
}

.hoc_gapTop-10x {
  gap-top: calc(var(--step) * 10) !important;
}

.hoc_paddingTop-11x {
  padding-top: calc(var(--step) * 11) !important;
}

.hoc_marginTop-11x {
  margin-top: calc(var(--step) * 11) !important;
}

.hoc_gapTop-11x {
  gap-top: calc(var(--step) * 11) !important;
}

.hoc_paddingTop-12x {
  padding-top: calc(var(--step) * 12) !important;
}

.hoc_marginTop-12x {
  margin-top: calc(var(--step) * 12) !important;
}

.hoc_gapTop-12x {
  gap-top: calc(var(--step) * 12) !important;
}

.hoc_paddingTop-13x {
  padding-top: calc(var(--step) * 13) !important;
}

.hoc_marginTop-13x {
  margin-top: calc(var(--step) * 13) !important;
}

.hoc_gapTop-13x {
  gap-top: calc(var(--step) * 13) !important;
}

.hoc_paddingTop-14x {
  padding-top: calc(var(--step) * 14) !important;
}

.hoc_marginTop-14x {
  margin-top: calc(var(--step) * 14) !important;
}

.hoc_gapTop-14x {
  gap-top: calc(var(--step) * 14) !important;
}

.hoc_paddingTop-15x {
  padding-top: calc(var(--step) * 15) !important;
}

.hoc_marginTop-15x {
  margin-top: calc(var(--step) * 15) !important;
}

.hoc_gapTop-15x {
  gap-top: calc(var(--step) * 15) !important;
}

.hoc_paddingTop-16x {
  padding-top: calc(var(--step) * 16) !important;
}

.hoc_marginTop-16x {
  margin-top: calc(var(--step) * 16) !important;
}

.hoc_gapTop-16x {
  gap-top: calc(var(--step) * 16) !important;
}

.hoc_paddingTop-17x {
  padding-top: calc(var(--step) * 17) !important;
}

.hoc_marginTop-17x {
  margin-top: calc(var(--step) * 17) !important;
}

.hoc_gapTop-17x {
  gap-top: calc(var(--step) * 17) !important;
}

.hoc_paddingTop-18x {
  padding-top: calc(var(--step) * 18) !important;
}

.hoc_marginTop-18x {
  margin-top: calc(var(--step) * 18) !important;
}

.hoc_gapTop-18x {
  gap-top: calc(var(--step) * 18) !important;
}

.hoc_paddingTop-19x {
  padding-top: calc(var(--step) * 19) !important;
}

.hoc_marginTop-19x {
  margin-top: calc(var(--step) * 19) !important;
}

.hoc_gapTop-19x {
  gap-top: calc(var(--step) * 19) !important;
}

.hoc_paddingTop-20x {
  padding-top: calc(var(--step) * 20) !important;
}

.hoc_marginTop-20x {
  margin-top: calc(var(--step) * 20) !important;
}

.hoc_gapTop-20x {
  gap-top: calc(var(--step) * 20) !important;
}

.hoc_paddingTop-21x {
  padding-top: calc(var(--step) * 21) !important;
}

.hoc_marginTop-21x {
  margin-top: calc(var(--step) * 21) !important;
}

.hoc_gapTop-21x {
  gap-top: calc(var(--step) * 21) !important;
}

.hoc_paddingTop-22x {
  padding-top: calc(var(--step) * 22) !important;
}

.hoc_marginTop-22x {
  margin-top: calc(var(--step) * 22) !important;
}

.hoc_gapTop-22x {
  gap-top: calc(var(--step) * 22) !important;
}

.hoc_paddingTop-23x {
  padding-top: calc(var(--step) * 23) !important;
}

.hoc_marginTop-23x {
  margin-top: calc(var(--step) * 23) !important;
}

.hoc_gapTop-23x {
  gap-top: calc(var(--step) * 23) !important;
}

.hoc_paddingTop-24x {
  padding-top: calc(var(--step) * 24) !important;
}

.hoc_marginTop-24x {
  margin-top: calc(var(--step) * 24) !important;
}

.hoc_gapTop-24x {
  gap-top: calc(var(--step) * 24) !important;
}

.hoc_paddingTop-25x {
  padding-top: calc(var(--step) * 25) !important;
}

.hoc_marginTop-25x {
  margin-top: calc(var(--step) * 25) !important;
}

.hoc_gapTop-25x {
  gap-top: calc(var(--step) * 25) !important;
}

.hoc_paddingTop-26x {
  padding-top: calc(var(--step) * 26) !important;
}

.hoc_marginTop-26x {
  margin-top: calc(var(--step) * 26) !important;
}

.hoc_gapTop-26x {
  gap-top: calc(var(--step) * 26) !important;
}

.hoc_paddingTop-27x {
  padding-top: calc(var(--step) * 27) !important;
}

.hoc_marginTop-27x {
  margin-top: calc(var(--step) * 27) !important;
}

.hoc_gapTop-27x {
  gap-top: calc(var(--step) * 27) !important;
}

.hoc_paddingTop-28x {
  padding-top: calc(var(--step) * 28) !important;
}

.hoc_marginTop-28x {
  margin-top: calc(var(--step) * 28) !important;
}

.hoc_gapTop-28x {
  gap-top: calc(var(--step) * 28) !important;
}

.hoc_paddingTop-29x {
  padding-top: calc(var(--step) * 29) !important;
}

.hoc_marginTop-29x {
  margin-top: calc(var(--step) * 29) !important;
}

.hoc_gapTop-29x {
  gap-top: calc(var(--step) * 29) !important;
}

.hoc_paddingTop-30x {
  padding-top: calc(var(--step) * 30) !important;
}

.hoc_marginTop-30x {
  margin-top: calc(var(--step) * 30) !important;
}

.hoc_gapTop-30x {
  gap-top: calc(var(--step) * 30) !important;
}

.hoc_paddingTop-31x {
  padding-top: calc(var(--step) * 31) !important;
}

.hoc_marginTop-31x {
  margin-top: calc(var(--step) * 31) !important;
}

.hoc_gapTop-31x {
  gap-top: calc(var(--step) * 31) !important;
}

.hoc_paddingTop-32x {
  padding-top: calc(var(--step) * 32) !important;
}

.hoc_marginTop-32x {
  margin-top: calc(var(--step) * 32) !important;
}

.hoc_gapTop-32x {
  gap-top: calc(var(--step) * 32) !important;
}

.hoc_paddingTop-33x {
  padding-top: calc(var(--step) * 33) !important;
}

.hoc_marginTop-33x {
  margin-top: calc(var(--step) * 33) !important;
}

.hoc_gapTop-33x {
  gap-top: calc(var(--step) * 33) !important;
}

.hoc_paddingTop-34x {
  padding-top: calc(var(--step) * 34) !important;
}

.hoc_marginTop-34x {
  margin-top: calc(var(--step) * 34) !important;
}

.hoc_gapTop-34x {
  gap-top: calc(var(--step) * 34) !important;
}

.hoc_paddingTop-35x {
  padding-top: calc(var(--step) * 35) !important;
}

.hoc_marginTop-35x {
  margin-top: calc(var(--step) * 35) !important;
}

.hoc_gapTop-35x {
  gap-top: calc(var(--step) * 35) !important;
}

.hoc_paddingTop-36x {
  padding-top: calc(var(--step) * 36) !important;
}

.hoc_marginTop-36x {
  margin-top: calc(var(--step) * 36) !important;
}

.hoc_gapTop-36x {
  gap-top: calc(var(--step) * 36) !important;
}

.hoc_paddingTop-37x {
  padding-top: calc(var(--step) * 37) !important;
}

.hoc_marginTop-37x {
  margin-top: calc(var(--step) * 37) !important;
}

.hoc_gapTop-37x {
  gap-top: calc(var(--step) * 37) !important;
}

.hoc_paddingTop-38x {
  padding-top: calc(var(--step) * 38) !important;
}

.hoc_marginTop-38x {
  margin-top: calc(var(--step) * 38) !important;
}

.hoc_gapTop-38x {
  gap-top: calc(var(--step) * 38) !important;
}

.hoc_paddingTop-39x {
  padding-top: calc(var(--step) * 39) !important;
}

.hoc_marginTop-39x {
  margin-top: calc(var(--step) * 39) !important;
}

.hoc_gapTop-39x {
  gap-top: calc(var(--step) * 39) !important;
}

.hoc_paddingTop-40x {
  padding-top: calc(var(--step) * 40) !important;
}

.hoc_marginTop-40x {
  margin-top: calc(var(--step) * 40) !important;
}

.hoc_gapTop-40x {
  gap-top: calc(var(--step) * 40) !important;
}

.hoc_paddingTop-41x {
  padding-top: calc(var(--step) * 41) !important;
}

.hoc_marginTop-41x {
  margin-top: calc(var(--step) * 41) !important;
}

.hoc_gapTop-41x {
  gap-top: calc(var(--step) * 41) !important;
}

.hoc_paddingTop-42x {
  padding-top: calc(var(--step) * 42) !important;
}

.hoc_marginTop-42x {
  margin-top: calc(var(--step) * 42) !important;
}

.hoc_gapTop-42x {
  gap-top: calc(var(--step) * 42) !important;
}

.hoc_paddingTop-43x {
  padding-top: calc(var(--step) * 43) !important;
}

.hoc_marginTop-43x {
  margin-top: calc(var(--step) * 43) !important;
}

.hoc_gapTop-43x {
  gap-top: calc(var(--step) * 43) !important;
}

.hoc_paddingTop-44x {
  padding-top: calc(var(--step) * 44) !important;
}

.hoc_marginTop-44x {
  margin-top: calc(var(--step) * 44) !important;
}

.hoc_gapTop-44x {
  gap-top: calc(var(--step) * 44) !important;
}

.hoc_paddingTop-45x {
  padding-top: calc(var(--step) * 45) !important;
}

.hoc_marginTop-45x {
  margin-top: calc(var(--step) * 45) !important;
}

.hoc_gapTop-45x {
  gap-top: calc(var(--step) * 45) !important;
}

.hoc_paddingTop-46x {
  padding-top: calc(var(--step) * 46) !important;
}

.hoc_marginTop-46x {
  margin-top: calc(var(--step) * 46) !important;
}

.hoc_gapTop-46x {
  gap-top: calc(var(--step) * 46) !important;
}

.hoc_paddingTop-47x {
  padding-top: calc(var(--step) * 47) !important;
}

.hoc_marginTop-47x {
  margin-top: calc(var(--step) * 47) !important;
}

.hoc_gapTop-47x {
  gap-top: calc(var(--step) * 47) !important;
}

.hoc_paddingTop-48x {
  padding-top: calc(var(--step) * 48) !important;
}

.hoc_marginTop-48x {
  margin-top: calc(var(--step) * 48) !important;
}

.hoc_gapTop-48x {
  gap-top: calc(var(--step) * 48) !important;
}

.hoc_paddingTop-49x {
  padding-top: calc(var(--step) * 49) !important;
}

.hoc_marginTop-49x {
  margin-top: calc(var(--step) * 49) !important;
}

.hoc_gapTop-49x {
  gap-top: calc(var(--step) * 49) !important;
}

.hoc_paddingTop-50x {
  padding-top: calc(var(--step) * 50) !important;
}

.hoc_marginTop-50x {
  margin-top: calc(var(--step) * 50) !important;
}

.hoc_gapTop-50x {
  gap-top: calc(var(--step) * 50) !important;
}

.hoc_paddingTop-51x {
  padding-top: calc(var(--step) * 51) !important;
}

.hoc_marginTop-51x {
  margin-top: calc(var(--step) * 51) !important;
}

.hoc_gapTop-51x {
  gap-top: calc(var(--step) * 51) !important;
}

.hoc_paddingTop-52x {
  padding-top: calc(var(--step) * 52) !important;
}

.hoc_marginTop-52x {
  margin-top: calc(var(--step) * 52) !important;
}

.hoc_gapTop-52x {
  gap-top: calc(var(--step) * 52) !important;
}

.hoc_paddingTop-53x {
  padding-top: calc(var(--step) * 53) !important;
}

.hoc_marginTop-53x {
  margin-top: calc(var(--step) * 53) !important;
}

.hoc_gapTop-53x {
  gap-top: calc(var(--step) * 53) !important;
}

.hoc_paddingTop-54x {
  padding-top: calc(var(--step) * 54) !important;
}

.hoc_marginTop-54x {
  margin-top: calc(var(--step) * 54) !important;
}

.hoc_gapTop-54x {
  gap-top: calc(var(--step) * 54) !important;
}

.hoc_paddingTop-55x {
  padding-top: calc(var(--step) * 55) !important;
}

.hoc_marginTop-55x {
  margin-top: calc(var(--step) * 55) !important;
}

.hoc_gapTop-55x {
  gap-top: calc(var(--step) * 55) !important;
}

.hoc_paddingTop-56x {
  padding-top: calc(var(--step) * 56) !important;
}

.hoc_marginTop-56x {
  margin-top: calc(var(--step) * 56) !important;
}

.hoc_gapTop-56x {
  gap-top: calc(var(--step) * 56) !important;
}

.hoc_paddingTop-57x {
  padding-top: calc(var(--step) * 57) !important;
}

.hoc_marginTop-57x {
  margin-top: calc(var(--step) * 57) !important;
}

.hoc_gapTop-57x {
  gap-top: calc(var(--step) * 57) !important;
}

.hoc_paddingTop-58x {
  padding-top: calc(var(--step) * 58) !important;
}

.hoc_marginTop-58x {
  margin-top: calc(var(--step) * 58) !important;
}

.hoc_gapTop-58x {
  gap-top: calc(var(--step) * 58) !important;
}

.hoc_paddingTop-59x {
  padding-top: calc(var(--step) * 59) !important;
}

.hoc_marginTop-59x {
  margin-top: calc(var(--step) * 59) !important;
}

.hoc_gapTop-59x {
  gap-top: calc(var(--step) * 59) !important;
}

.hoc_paddingTop-60x {
  padding-top: calc(var(--step) * 60) !important;
}

.hoc_marginTop-60x {
  margin-top: calc(var(--step) * 60) !important;
}

.hoc_gapTop-60x {
  gap-top: calc(var(--step) * 60) !important;
}

.hoc_paddingTop-61x {
  padding-top: calc(var(--step) * 61) !important;
}

.hoc_marginTop-61x {
  margin-top: calc(var(--step) * 61) !important;
}

.hoc_gapTop-61x {
  gap-top: calc(var(--step) * 61) !important;
}

.hoc_paddingTop-62x {
  padding-top: calc(var(--step) * 62) !important;
}

.hoc_marginTop-62x {
  margin-top: calc(var(--step) * 62) !important;
}

.hoc_gapTop-62x {
  gap-top: calc(var(--step) * 62) !important;
}

.hoc_paddingTop-63x {
  padding-top: calc(var(--step) * 63) !important;
}

.hoc_marginTop-63x {
  margin-top: calc(var(--step) * 63) !important;
}

.hoc_gapTop-63x {
  gap-top: calc(var(--step) * 63) !important;
}

.hoc_paddingTop-64x {
  padding-top: calc(var(--step) * 64) !important;
}

.hoc_marginTop-64x {
  margin-top: calc(var(--step) * 64) !important;
}

.hoc_gapTop-64x {
  gap-top: calc(var(--step) * 64) !important;
}

.hoc_paddingTop-65x {
  padding-top: calc(var(--step) * 65) !important;
}

.hoc_marginTop-65x {
  margin-top: calc(var(--step) * 65) !important;
}

.hoc_gapTop-65x {
  gap-top: calc(var(--step) * 65) !important;
}

.hoc_paddingTop-66x {
  padding-top: calc(var(--step) * 66) !important;
}

.hoc_marginTop-66x {
  margin-top: calc(var(--step) * 66) !important;
}

.hoc_gapTop-66x {
  gap-top: calc(var(--step) * 66) !important;
}

.hoc_paddingTop-67x {
  padding-top: calc(var(--step) * 67) !important;
}

.hoc_marginTop-67x {
  margin-top: calc(var(--step) * 67) !important;
}

.hoc_gapTop-67x {
  gap-top: calc(var(--step) * 67) !important;
}

.hoc_paddingTop-68x {
  padding-top: calc(var(--step) * 68) !important;
}

.hoc_marginTop-68x {
  margin-top: calc(var(--step) * 68) !important;
}

.hoc_gapTop-68x {
  gap-top: calc(var(--step) * 68) !important;
}

.hoc_paddingTop-69x {
  padding-top: calc(var(--step) * 69) !important;
}

.hoc_marginTop-69x {
  margin-top: calc(var(--step) * 69) !important;
}

.hoc_gapTop-69x {
  gap-top: calc(var(--step) * 69) !important;
}

.hoc_paddingTop-70x {
  padding-top: calc(var(--step) * 70) !important;
}

.hoc_marginTop-70x {
  margin-top: calc(var(--step) * 70) !important;
}

.hoc_gapTop-70x {
  gap-top: calc(var(--step) * 70) !important;
}

.hoc_paddingTop-71x {
  padding-top: calc(var(--step) * 71) !important;
}

.hoc_marginTop-71x {
  margin-top: calc(var(--step) * 71) !important;
}

.hoc_gapTop-71x {
  gap-top: calc(var(--step) * 71) !important;
}

.hoc_paddingTop-72x {
  padding-top: calc(var(--step) * 72) !important;
}

.hoc_marginTop-72x {
  margin-top: calc(var(--step) * 72) !important;
}

.hoc_gapTop-72x {
  gap-top: calc(var(--step) * 72) !important;
}

.hoc_paddingBottom-1x {
  padding-bottom: calc(var(--step) * 1) !important;
}

.hoc_marginBottom-1x {
  margin-bottom: calc(var(--step) * 1) !important;
}

.hoc_gapBottom-1x {
  gap-bottom: calc(var(--step) * 1) !important;
}

.hoc_paddingBottom-2x {
  padding-bottom: calc(var(--step) * 2) !important;
}

.hoc_marginBottom-2x {
  margin-bottom: calc(var(--step) * 2) !important;
}

.hoc_gapBottom-2x {
  gap-bottom: calc(var(--step) * 2) !important;
}

.hoc_paddingBottom-3x {
  padding-bottom: calc(var(--step) * 3) !important;
}

.hoc_marginBottom-3x {
  margin-bottom: calc(var(--step) * 3) !important;
}

.hoc_gapBottom-3x {
  gap-bottom: calc(var(--step) * 3) !important;
}

.hoc_paddingBottom-4x {
  padding-bottom: calc(var(--step) * 4) !important;
}

.hoc_marginBottom-4x {
  margin-bottom: calc(var(--step) * 4) !important;
}

.hoc_gapBottom-4x {
  gap-bottom: calc(var(--step) * 4) !important;
}

.hoc_paddingBottom-5x {
  padding-bottom: calc(var(--step) * 5) !important;
}

.hoc_marginBottom-5x {
  margin-bottom: calc(var(--step) * 5) !important;
}

.hoc_gapBottom-5x {
  gap-bottom: calc(var(--step) * 5) !important;
}

.hoc_paddingBottom-6x {
  padding-bottom: calc(var(--step) * 6) !important;
}

.hoc_marginBottom-6x {
  margin-bottom: calc(var(--step) * 6) !important;
}

.hoc_gapBottom-6x {
  gap-bottom: calc(var(--step) * 6) !important;
}

.hoc_paddingBottom-7x {
  padding-bottom: calc(var(--step) * 7) !important;
}

.hoc_marginBottom-7x {
  margin-bottom: calc(var(--step) * 7) !important;
}

.hoc_gapBottom-7x {
  gap-bottom: calc(var(--step) * 7) !important;
}

.hoc_paddingBottom-8x {
  padding-bottom: calc(var(--step) * 8) !important;
}

.hoc_marginBottom-8x {
  margin-bottom: calc(var(--step) * 8) !important;
}

.hoc_gapBottom-8x {
  gap-bottom: calc(var(--step) * 8) !important;
}

.hoc_paddingBottom-9x {
  padding-bottom: calc(var(--step) * 9) !important;
}

.hoc_marginBottom-9x {
  margin-bottom: calc(var(--step) * 9) !important;
}

.hoc_gapBottom-9x {
  gap-bottom: calc(var(--step) * 9) !important;
}

.hoc_paddingBottom-10x {
  padding-bottom: calc(var(--step) * 10) !important;
}

.hoc_marginBottom-10x {
  margin-bottom: calc(var(--step) * 10) !important;
}

.hoc_gapBottom-10x {
  gap-bottom: calc(var(--step) * 10) !important;
}

.hoc_paddingBottom-11x {
  padding-bottom: calc(var(--step) * 11) !important;
}

.hoc_marginBottom-11x {
  margin-bottom: calc(var(--step) * 11) !important;
}

.hoc_gapBottom-11x {
  gap-bottom: calc(var(--step) * 11) !important;
}

.hoc_paddingBottom-12x {
  padding-bottom: calc(var(--step) * 12) !important;
}

.hoc_marginBottom-12x {
  margin-bottom: calc(var(--step) * 12) !important;
}

.hoc_gapBottom-12x {
  gap-bottom: calc(var(--step) * 12) !important;
}

.hoc_paddingBottom-13x {
  padding-bottom: calc(var(--step) * 13) !important;
}

.hoc_marginBottom-13x {
  margin-bottom: calc(var(--step) * 13) !important;
}

.hoc_gapBottom-13x {
  gap-bottom: calc(var(--step) * 13) !important;
}

.hoc_paddingBottom-14x {
  padding-bottom: calc(var(--step) * 14) !important;
}

.hoc_marginBottom-14x {
  margin-bottom: calc(var(--step) * 14) !important;
}

.hoc_gapBottom-14x {
  gap-bottom: calc(var(--step) * 14) !important;
}

.hoc_paddingBottom-15x {
  padding-bottom: calc(var(--step) * 15) !important;
}

.hoc_marginBottom-15x {
  margin-bottom: calc(var(--step) * 15) !important;
}

.hoc_gapBottom-15x {
  gap-bottom: calc(var(--step) * 15) !important;
}

.hoc_paddingBottom-16x {
  padding-bottom: calc(var(--step) * 16) !important;
}

.hoc_marginBottom-16x {
  margin-bottom: calc(var(--step) * 16) !important;
}

.hoc_gapBottom-16x {
  gap-bottom: calc(var(--step) * 16) !important;
}

.hoc_paddingBottom-17x {
  padding-bottom: calc(var(--step) * 17) !important;
}

.hoc_marginBottom-17x {
  margin-bottom: calc(var(--step) * 17) !important;
}

.hoc_gapBottom-17x {
  gap-bottom: calc(var(--step) * 17) !important;
}

.hoc_paddingBottom-18x {
  padding-bottom: calc(var(--step) * 18) !important;
}

.hoc_marginBottom-18x {
  margin-bottom: calc(var(--step) * 18) !important;
}

.hoc_gapBottom-18x {
  gap-bottom: calc(var(--step) * 18) !important;
}

.hoc_paddingBottom-19x {
  padding-bottom: calc(var(--step) * 19) !important;
}

.hoc_marginBottom-19x {
  margin-bottom: calc(var(--step) * 19) !important;
}

.hoc_gapBottom-19x {
  gap-bottom: calc(var(--step) * 19) !important;
}

.hoc_paddingBottom-20x {
  padding-bottom: calc(var(--step) * 20) !important;
}

.hoc_marginBottom-20x {
  margin-bottom: calc(var(--step) * 20) !important;
}

.hoc_gapBottom-20x {
  gap-bottom: calc(var(--step) * 20) !important;
}

.hoc_paddingBottom-21x {
  padding-bottom: calc(var(--step) * 21) !important;
}

.hoc_marginBottom-21x {
  margin-bottom: calc(var(--step) * 21) !important;
}

.hoc_gapBottom-21x {
  gap-bottom: calc(var(--step) * 21) !important;
}

.hoc_paddingBottom-22x {
  padding-bottom: calc(var(--step) * 22) !important;
}

.hoc_marginBottom-22x {
  margin-bottom: calc(var(--step) * 22) !important;
}

.hoc_gapBottom-22x {
  gap-bottom: calc(var(--step) * 22) !important;
}

.hoc_paddingBottom-23x {
  padding-bottom: calc(var(--step) * 23) !important;
}

.hoc_marginBottom-23x {
  margin-bottom: calc(var(--step) * 23) !important;
}

.hoc_gapBottom-23x {
  gap-bottom: calc(var(--step) * 23) !important;
}

.hoc_paddingBottom-24x {
  padding-bottom: calc(var(--step) * 24) !important;
}

.hoc_marginBottom-24x {
  margin-bottom: calc(var(--step) * 24) !important;
}

.hoc_gapBottom-24x {
  gap-bottom: calc(var(--step) * 24) !important;
}

.hoc_paddingBottom-25x {
  padding-bottom: calc(var(--step) * 25) !important;
}

.hoc_marginBottom-25x {
  margin-bottom: calc(var(--step) * 25) !important;
}

.hoc_gapBottom-25x {
  gap-bottom: calc(var(--step) * 25) !important;
}

.hoc_paddingBottom-26x {
  padding-bottom: calc(var(--step) * 26) !important;
}

.hoc_marginBottom-26x {
  margin-bottom: calc(var(--step) * 26) !important;
}

.hoc_gapBottom-26x {
  gap-bottom: calc(var(--step) * 26) !important;
}

.hoc_paddingBottom-27x {
  padding-bottom: calc(var(--step) * 27) !important;
}

.hoc_marginBottom-27x {
  margin-bottom: calc(var(--step) * 27) !important;
}

.hoc_gapBottom-27x {
  gap-bottom: calc(var(--step) * 27) !important;
}

.hoc_paddingBottom-28x {
  padding-bottom: calc(var(--step) * 28) !important;
}

.hoc_marginBottom-28x {
  margin-bottom: calc(var(--step) * 28) !important;
}

.hoc_gapBottom-28x {
  gap-bottom: calc(var(--step) * 28) !important;
}

.hoc_paddingBottom-29x {
  padding-bottom: calc(var(--step) * 29) !important;
}

.hoc_marginBottom-29x {
  margin-bottom: calc(var(--step) * 29) !important;
}

.hoc_gapBottom-29x {
  gap-bottom: calc(var(--step) * 29) !important;
}

.hoc_paddingBottom-30x {
  padding-bottom: calc(var(--step) * 30) !important;
}

.hoc_marginBottom-30x {
  margin-bottom: calc(var(--step) * 30) !important;
}

.hoc_gapBottom-30x {
  gap-bottom: calc(var(--step) * 30) !important;
}

.hoc_paddingBottom-31x {
  padding-bottom: calc(var(--step) * 31) !important;
}

.hoc_marginBottom-31x {
  margin-bottom: calc(var(--step) * 31) !important;
}

.hoc_gapBottom-31x {
  gap-bottom: calc(var(--step) * 31) !important;
}

.hoc_paddingBottom-32x {
  padding-bottom: calc(var(--step) * 32) !important;
}

.hoc_marginBottom-32x {
  margin-bottom: calc(var(--step) * 32) !important;
}

.hoc_gapBottom-32x {
  gap-bottom: calc(var(--step) * 32) !important;
}

.hoc_paddingBottom-33x {
  padding-bottom: calc(var(--step) * 33) !important;
}

.hoc_marginBottom-33x {
  margin-bottom: calc(var(--step) * 33) !important;
}

.hoc_gapBottom-33x {
  gap-bottom: calc(var(--step) * 33) !important;
}

.hoc_paddingBottom-34x {
  padding-bottom: calc(var(--step) * 34) !important;
}

.hoc_marginBottom-34x {
  margin-bottom: calc(var(--step) * 34) !important;
}

.hoc_gapBottom-34x {
  gap-bottom: calc(var(--step) * 34) !important;
}

.hoc_paddingBottom-35x {
  padding-bottom: calc(var(--step) * 35) !important;
}

.hoc_marginBottom-35x {
  margin-bottom: calc(var(--step) * 35) !important;
}

.hoc_gapBottom-35x {
  gap-bottom: calc(var(--step) * 35) !important;
}

.hoc_paddingBottom-36x {
  padding-bottom: calc(var(--step) * 36) !important;
}

.hoc_marginBottom-36x {
  margin-bottom: calc(var(--step) * 36) !important;
}

.hoc_gapBottom-36x {
  gap-bottom: calc(var(--step) * 36) !important;
}

.hoc_paddingBottom-37x {
  padding-bottom: calc(var(--step) * 37) !important;
}

.hoc_marginBottom-37x {
  margin-bottom: calc(var(--step) * 37) !important;
}

.hoc_gapBottom-37x {
  gap-bottom: calc(var(--step) * 37) !important;
}

.hoc_paddingBottom-38x {
  padding-bottom: calc(var(--step) * 38) !important;
}

.hoc_marginBottom-38x {
  margin-bottom: calc(var(--step) * 38) !important;
}

.hoc_gapBottom-38x {
  gap-bottom: calc(var(--step) * 38) !important;
}

.hoc_paddingBottom-39x {
  padding-bottom: calc(var(--step) * 39) !important;
}

.hoc_marginBottom-39x {
  margin-bottom: calc(var(--step) * 39) !important;
}

.hoc_gapBottom-39x {
  gap-bottom: calc(var(--step) * 39) !important;
}

.hoc_paddingBottom-40x {
  padding-bottom: calc(var(--step) * 40) !important;
}

.hoc_marginBottom-40x {
  margin-bottom: calc(var(--step) * 40) !important;
}

.hoc_gapBottom-40x {
  gap-bottom: calc(var(--step) * 40) !important;
}

.hoc_paddingBottom-41x {
  padding-bottom: calc(var(--step) * 41) !important;
}

.hoc_marginBottom-41x {
  margin-bottom: calc(var(--step) * 41) !important;
}

.hoc_gapBottom-41x {
  gap-bottom: calc(var(--step) * 41) !important;
}

.hoc_paddingBottom-42x {
  padding-bottom: calc(var(--step) * 42) !important;
}

.hoc_marginBottom-42x {
  margin-bottom: calc(var(--step) * 42) !important;
}

.hoc_gapBottom-42x {
  gap-bottom: calc(var(--step) * 42) !important;
}

.hoc_paddingBottom-43x {
  padding-bottom: calc(var(--step) * 43) !important;
}

.hoc_marginBottom-43x {
  margin-bottom: calc(var(--step) * 43) !important;
}

.hoc_gapBottom-43x {
  gap-bottom: calc(var(--step) * 43) !important;
}

.hoc_paddingBottom-44x {
  padding-bottom: calc(var(--step) * 44) !important;
}

.hoc_marginBottom-44x {
  margin-bottom: calc(var(--step) * 44) !important;
}

.hoc_gapBottom-44x {
  gap-bottom: calc(var(--step) * 44) !important;
}

.hoc_paddingBottom-45x {
  padding-bottom: calc(var(--step) * 45) !important;
}

.hoc_marginBottom-45x {
  margin-bottom: calc(var(--step) * 45) !important;
}

.hoc_gapBottom-45x {
  gap-bottom: calc(var(--step) * 45) !important;
}

.hoc_paddingBottom-46x {
  padding-bottom: calc(var(--step) * 46) !important;
}

.hoc_marginBottom-46x {
  margin-bottom: calc(var(--step) * 46) !important;
}

.hoc_gapBottom-46x {
  gap-bottom: calc(var(--step) * 46) !important;
}

.hoc_paddingBottom-47x {
  padding-bottom: calc(var(--step) * 47) !important;
}

.hoc_marginBottom-47x {
  margin-bottom: calc(var(--step) * 47) !important;
}

.hoc_gapBottom-47x {
  gap-bottom: calc(var(--step) * 47) !important;
}

.hoc_paddingBottom-48x {
  padding-bottom: calc(var(--step) * 48) !important;
}

.hoc_marginBottom-48x {
  margin-bottom: calc(var(--step) * 48) !important;
}

.hoc_gapBottom-48x {
  gap-bottom: calc(var(--step) * 48) !important;
}

.hoc_paddingBottom-49x {
  padding-bottom: calc(var(--step) * 49) !important;
}

.hoc_marginBottom-49x {
  margin-bottom: calc(var(--step) * 49) !important;
}

.hoc_gapBottom-49x {
  gap-bottom: calc(var(--step) * 49) !important;
}

.hoc_paddingBottom-50x {
  padding-bottom: calc(var(--step) * 50) !important;
}

.hoc_marginBottom-50x {
  margin-bottom: calc(var(--step) * 50) !important;
}

.hoc_gapBottom-50x {
  gap-bottom: calc(var(--step) * 50) !important;
}

.hoc_paddingBottom-51x {
  padding-bottom: calc(var(--step) * 51) !important;
}

.hoc_marginBottom-51x {
  margin-bottom: calc(var(--step) * 51) !important;
}

.hoc_gapBottom-51x {
  gap-bottom: calc(var(--step) * 51) !important;
}

.hoc_paddingBottom-52x {
  padding-bottom: calc(var(--step) * 52) !important;
}

.hoc_marginBottom-52x {
  margin-bottom: calc(var(--step) * 52) !important;
}

.hoc_gapBottom-52x {
  gap-bottom: calc(var(--step) * 52) !important;
}

.hoc_paddingBottom-53x {
  padding-bottom: calc(var(--step) * 53) !important;
}

.hoc_marginBottom-53x {
  margin-bottom: calc(var(--step) * 53) !important;
}

.hoc_gapBottom-53x {
  gap-bottom: calc(var(--step) * 53) !important;
}

.hoc_paddingBottom-54x {
  padding-bottom: calc(var(--step) * 54) !important;
}

.hoc_marginBottom-54x {
  margin-bottom: calc(var(--step) * 54) !important;
}

.hoc_gapBottom-54x {
  gap-bottom: calc(var(--step) * 54) !important;
}

.hoc_paddingBottom-55x {
  padding-bottom: calc(var(--step) * 55) !important;
}

.hoc_marginBottom-55x {
  margin-bottom: calc(var(--step) * 55) !important;
}

.hoc_gapBottom-55x {
  gap-bottom: calc(var(--step) * 55) !important;
}

.hoc_paddingBottom-56x {
  padding-bottom: calc(var(--step) * 56) !important;
}

.hoc_marginBottom-56x {
  margin-bottom: calc(var(--step) * 56) !important;
}

.hoc_gapBottom-56x {
  gap-bottom: calc(var(--step) * 56) !important;
}

.hoc_paddingBottom-57x {
  padding-bottom: calc(var(--step) * 57) !important;
}

.hoc_marginBottom-57x {
  margin-bottom: calc(var(--step) * 57) !important;
}

.hoc_gapBottom-57x {
  gap-bottom: calc(var(--step) * 57) !important;
}

.hoc_paddingBottom-58x {
  padding-bottom: calc(var(--step) * 58) !important;
}

.hoc_marginBottom-58x {
  margin-bottom: calc(var(--step) * 58) !important;
}

.hoc_gapBottom-58x {
  gap-bottom: calc(var(--step) * 58) !important;
}

.hoc_paddingBottom-59x {
  padding-bottom: calc(var(--step) * 59) !important;
}

.hoc_marginBottom-59x {
  margin-bottom: calc(var(--step) * 59) !important;
}

.hoc_gapBottom-59x {
  gap-bottom: calc(var(--step) * 59) !important;
}

.hoc_paddingBottom-60x {
  padding-bottom: calc(var(--step) * 60) !important;
}

.hoc_marginBottom-60x {
  margin-bottom: calc(var(--step) * 60) !important;
}

.hoc_gapBottom-60x {
  gap-bottom: calc(var(--step) * 60) !important;
}

.hoc_paddingBottom-61x {
  padding-bottom: calc(var(--step) * 61) !important;
}

.hoc_marginBottom-61x {
  margin-bottom: calc(var(--step) * 61) !important;
}

.hoc_gapBottom-61x {
  gap-bottom: calc(var(--step) * 61) !important;
}

.hoc_paddingBottom-62x {
  padding-bottom: calc(var(--step) * 62) !important;
}

.hoc_marginBottom-62x {
  margin-bottom: calc(var(--step) * 62) !important;
}

.hoc_gapBottom-62x {
  gap-bottom: calc(var(--step) * 62) !important;
}

.hoc_paddingBottom-63x {
  padding-bottom: calc(var(--step) * 63) !important;
}

.hoc_marginBottom-63x {
  margin-bottom: calc(var(--step) * 63) !important;
}

.hoc_gapBottom-63x {
  gap-bottom: calc(var(--step) * 63) !important;
}

.hoc_paddingBottom-64x {
  padding-bottom: calc(var(--step) * 64) !important;
}

.hoc_marginBottom-64x {
  margin-bottom: calc(var(--step) * 64) !important;
}

.hoc_gapBottom-64x {
  gap-bottom: calc(var(--step) * 64) !important;
}

.hoc_paddingBottom-65x {
  padding-bottom: calc(var(--step) * 65) !important;
}

.hoc_marginBottom-65x {
  margin-bottom: calc(var(--step) * 65) !important;
}

.hoc_gapBottom-65x {
  gap-bottom: calc(var(--step) * 65) !important;
}

.hoc_paddingBottom-66x {
  padding-bottom: calc(var(--step) * 66) !important;
}

.hoc_marginBottom-66x {
  margin-bottom: calc(var(--step) * 66) !important;
}

.hoc_gapBottom-66x {
  gap-bottom: calc(var(--step) * 66) !important;
}

.hoc_paddingBottom-67x {
  padding-bottom: calc(var(--step) * 67) !important;
}

.hoc_marginBottom-67x {
  margin-bottom: calc(var(--step) * 67) !important;
}

.hoc_gapBottom-67x {
  gap-bottom: calc(var(--step) * 67) !important;
}

.hoc_paddingBottom-68x {
  padding-bottom: calc(var(--step) * 68) !important;
}

.hoc_marginBottom-68x {
  margin-bottom: calc(var(--step) * 68) !important;
}

.hoc_gapBottom-68x {
  gap-bottom: calc(var(--step) * 68) !important;
}

.hoc_paddingBottom-69x {
  padding-bottom: calc(var(--step) * 69) !important;
}

.hoc_marginBottom-69x {
  margin-bottom: calc(var(--step) * 69) !important;
}

.hoc_gapBottom-69x {
  gap-bottom: calc(var(--step) * 69) !important;
}

.hoc_paddingBottom-70x {
  padding-bottom: calc(var(--step) * 70) !important;
}

.hoc_marginBottom-70x {
  margin-bottom: calc(var(--step) * 70) !important;
}

.hoc_gapBottom-70x {
  gap-bottom: calc(var(--step) * 70) !important;
}

.hoc_paddingBottom-71x {
  padding-bottom: calc(var(--step) * 71) !important;
}

.hoc_marginBottom-71x {
  margin-bottom: calc(var(--step) * 71) !important;
}

.hoc_gapBottom-71x {
  gap-bottom: calc(var(--step) * 71) !important;
}

.hoc_paddingBottom-72x {
  padding-bottom: calc(var(--step) * 72) !important;
}

.hoc_marginBottom-72x {
  margin-bottom: calc(var(--step) * 72) !important;
}

.hoc_gapBottom-72x {
  gap-bottom: calc(var(--step) * 72) !important;
}

.hoc_paddingEnd-1x {
  padding-inline-end: calc(var(--step) * 1) !important;
}

.hoc_marginEnd-1x {
  margin-inline-end: calc(var(--step) * 1) !important;
}

.hoc_gapEnd-1x {
  gap-inline-end: calc(var(--step) * 1) !important;
}

.hoc_paddingEnd-2x {
  padding-inline-end: calc(var(--step) * 2) !important;
}

.hoc_marginEnd-2x {
  margin-inline-end: calc(var(--step) * 2) !important;
}

.hoc_gapEnd-2x {
  gap-inline-end: calc(var(--step) * 2) !important;
}

.hoc_paddingEnd-3x {
  padding-inline-end: calc(var(--step) * 3) !important;
}

.hoc_marginEnd-3x {
  margin-inline-end: calc(var(--step) * 3) !important;
}

.hoc_gapEnd-3x {
  gap-inline-end: calc(var(--step) * 3) !important;
}

.hoc_paddingEnd-4x {
  padding-inline-end: calc(var(--step) * 4) !important;
}

.hoc_marginEnd-4x {
  margin-inline-end: calc(var(--step) * 4) !important;
}

.hoc_gapEnd-4x {
  gap-inline-end: calc(var(--step) * 4) !important;
}

.hoc_paddingEnd-5x {
  padding-inline-end: calc(var(--step) * 5) !important;
}

.hoc_marginEnd-5x {
  margin-inline-end: calc(var(--step) * 5) !important;
}

.hoc_gapEnd-5x {
  gap-inline-end: calc(var(--step) * 5) !important;
}

.hoc_paddingEnd-6x {
  padding-inline-end: calc(var(--step) * 6) !important;
}

.hoc_marginEnd-6x {
  margin-inline-end: calc(var(--step) * 6) !important;
}

.hoc_gapEnd-6x {
  gap-inline-end: calc(var(--step) * 6) !important;
}

.hoc_paddingEnd-7x {
  padding-inline-end: calc(var(--step) * 7) !important;
}

.hoc_marginEnd-7x {
  margin-inline-end: calc(var(--step) * 7) !important;
}

.hoc_gapEnd-7x {
  gap-inline-end: calc(var(--step) * 7) !important;
}

.hoc_paddingEnd-8x {
  padding-inline-end: calc(var(--step) * 8) !important;
}

.hoc_marginEnd-8x {
  margin-inline-end: calc(var(--step) * 8) !important;
}

.hoc_gapEnd-8x {
  gap-inline-end: calc(var(--step) * 8) !important;
}

.hoc_paddingEnd-9x {
  padding-inline-end: calc(var(--step) * 9) !important;
}

.hoc_marginEnd-9x {
  margin-inline-end: calc(var(--step) * 9) !important;
}

.hoc_gapEnd-9x {
  gap-inline-end: calc(var(--step) * 9) !important;
}

.hoc_paddingEnd-10x {
  padding-inline-end: calc(var(--step) * 10) !important;
}

.hoc_marginEnd-10x {
  margin-inline-end: calc(var(--step) * 10) !important;
}

.hoc_gapEnd-10x {
  gap-inline-end: calc(var(--step) * 10) !important;
}

.hoc_paddingEnd-11x {
  padding-inline-end: calc(var(--step) * 11) !important;
}

.hoc_marginEnd-11x {
  margin-inline-end: calc(var(--step) * 11) !important;
}

.hoc_gapEnd-11x {
  gap-inline-end: calc(var(--step) * 11) !important;
}

.hoc_paddingEnd-12x {
  padding-inline-end: calc(var(--step) * 12) !important;
}

.hoc_marginEnd-12x {
  margin-inline-end: calc(var(--step) * 12) !important;
}

.hoc_gapEnd-12x {
  gap-inline-end: calc(var(--step) * 12) !important;
}

.hoc_paddingEnd-13x {
  padding-inline-end: calc(var(--step) * 13) !important;
}

.hoc_marginEnd-13x {
  margin-inline-end: calc(var(--step) * 13) !important;
}

.hoc_gapEnd-13x {
  gap-inline-end: calc(var(--step) * 13) !important;
}

.hoc_paddingEnd-14x {
  padding-inline-end: calc(var(--step) * 14) !important;
}

.hoc_marginEnd-14x {
  margin-inline-end: calc(var(--step) * 14) !important;
}

.hoc_gapEnd-14x {
  gap-inline-end: calc(var(--step) * 14) !important;
}

.hoc_paddingEnd-15x {
  padding-inline-end: calc(var(--step) * 15) !important;
}

.hoc_marginEnd-15x {
  margin-inline-end: calc(var(--step) * 15) !important;
}

.hoc_gapEnd-15x {
  gap-inline-end: calc(var(--step) * 15) !important;
}

.hoc_paddingEnd-16x {
  padding-inline-end: calc(var(--step) * 16) !important;
}

.hoc_marginEnd-16x {
  margin-inline-end: calc(var(--step) * 16) !important;
}

.hoc_gapEnd-16x {
  gap-inline-end: calc(var(--step) * 16) !important;
}

.hoc_paddingEnd-17x {
  padding-inline-end: calc(var(--step) * 17) !important;
}

.hoc_marginEnd-17x {
  margin-inline-end: calc(var(--step) * 17) !important;
}

.hoc_gapEnd-17x {
  gap-inline-end: calc(var(--step) * 17) !important;
}

.hoc_paddingEnd-18x {
  padding-inline-end: calc(var(--step) * 18) !important;
}

.hoc_marginEnd-18x {
  margin-inline-end: calc(var(--step) * 18) !important;
}

.hoc_gapEnd-18x {
  gap-inline-end: calc(var(--step) * 18) !important;
}

.hoc_paddingEnd-19x {
  padding-inline-end: calc(var(--step) * 19) !important;
}

.hoc_marginEnd-19x {
  margin-inline-end: calc(var(--step) * 19) !important;
}

.hoc_gapEnd-19x {
  gap-inline-end: calc(var(--step) * 19) !important;
}

.hoc_paddingEnd-20x {
  padding-inline-end: calc(var(--step) * 20) !important;
}

.hoc_marginEnd-20x {
  margin-inline-end: calc(var(--step) * 20) !important;
}

.hoc_gapEnd-20x {
  gap-inline-end: calc(var(--step) * 20) !important;
}

.hoc_paddingEnd-21x {
  padding-inline-end: calc(var(--step) * 21) !important;
}

.hoc_marginEnd-21x {
  margin-inline-end: calc(var(--step) * 21) !important;
}

.hoc_gapEnd-21x {
  gap-inline-end: calc(var(--step) * 21) !important;
}

.hoc_paddingEnd-22x {
  padding-inline-end: calc(var(--step) * 22) !important;
}

.hoc_marginEnd-22x {
  margin-inline-end: calc(var(--step) * 22) !important;
}

.hoc_gapEnd-22x {
  gap-inline-end: calc(var(--step) * 22) !important;
}

.hoc_paddingEnd-23x {
  padding-inline-end: calc(var(--step) * 23) !important;
}

.hoc_marginEnd-23x {
  margin-inline-end: calc(var(--step) * 23) !important;
}

.hoc_gapEnd-23x {
  gap-inline-end: calc(var(--step) * 23) !important;
}

.hoc_paddingEnd-24x {
  padding-inline-end: calc(var(--step) * 24) !important;
}

.hoc_marginEnd-24x {
  margin-inline-end: calc(var(--step) * 24) !important;
}

.hoc_gapEnd-24x {
  gap-inline-end: calc(var(--step) * 24) !important;
}

.hoc_paddingEnd-25x {
  padding-inline-end: calc(var(--step) * 25) !important;
}

.hoc_marginEnd-25x {
  margin-inline-end: calc(var(--step) * 25) !important;
}

.hoc_gapEnd-25x {
  gap-inline-end: calc(var(--step) * 25) !important;
}

.hoc_paddingEnd-26x {
  padding-inline-end: calc(var(--step) * 26) !important;
}

.hoc_marginEnd-26x {
  margin-inline-end: calc(var(--step) * 26) !important;
}

.hoc_gapEnd-26x {
  gap-inline-end: calc(var(--step) * 26) !important;
}

.hoc_paddingEnd-27x {
  padding-inline-end: calc(var(--step) * 27) !important;
}

.hoc_marginEnd-27x {
  margin-inline-end: calc(var(--step) * 27) !important;
}

.hoc_gapEnd-27x {
  gap-inline-end: calc(var(--step) * 27) !important;
}

.hoc_paddingEnd-28x {
  padding-inline-end: calc(var(--step) * 28) !important;
}

.hoc_marginEnd-28x {
  margin-inline-end: calc(var(--step) * 28) !important;
}

.hoc_gapEnd-28x {
  gap-inline-end: calc(var(--step) * 28) !important;
}

.hoc_paddingEnd-29x {
  padding-inline-end: calc(var(--step) * 29) !important;
}

.hoc_marginEnd-29x {
  margin-inline-end: calc(var(--step) * 29) !important;
}

.hoc_gapEnd-29x {
  gap-inline-end: calc(var(--step) * 29) !important;
}

.hoc_paddingEnd-30x {
  padding-inline-end: calc(var(--step) * 30) !important;
}

.hoc_marginEnd-30x {
  margin-inline-end: calc(var(--step) * 30) !important;
}

.hoc_gapEnd-30x {
  gap-inline-end: calc(var(--step) * 30) !important;
}

.hoc_paddingEnd-31x {
  padding-inline-end: calc(var(--step) * 31) !important;
}

.hoc_marginEnd-31x {
  margin-inline-end: calc(var(--step) * 31) !important;
}

.hoc_gapEnd-31x {
  gap-inline-end: calc(var(--step) * 31) !important;
}

.hoc_paddingEnd-32x {
  padding-inline-end: calc(var(--step) * 32) !important;
}

.hoc_marginEnd-32x {
  margin-inline-end: calc(var(--step) * 32) !important;
}

.hoc_gapEnd-32x {
  gap-inline-end: calc(var(--step) * 32) !important;
}

.hoc_paddingEnd-33x {
  padding-inline-end: calc(var(--step) * 33) !important;
}

.hoc_marginEnd-33x {
  margin-inline-end: calc(var(--step) * 33) !important;
}

.hoc_gapEnd-33x {
  gap-inline-end: calc(var(--step) * 33) !important;
}

.hoc_paddingEnd-34x {
  padding-inline-end: calc(var(--step) * 34) !important;
}

.hoc_marginEnd-34x {
  margin-inline-end: calc(var(--step) * 34) !important;
}

.hoc_gapEnd-34x {
  gap-inline-end: calc(var(--step) * 34) !important;
}

.hoc_paddingEnd-35x {
  padding-inline-end: calc(var(--step) * 35) !important;
}

.hoc_marginEnd-35x {
  margin-inline-end: calc(var(--step) * 35) !important;
}

.hoc_gapEnd-35x {
  gap-inline-end: calc(var(--step) * 35) !important;
}

.hoc_paddingEnd-36x {
  padding-inline-end: calc(var(--step) * 36) !important;
}

.hoc_marginEnd-36x {
  margin-inline-end: calc(var(--step) * 36) !important;
}

.hoc_gapEnd-36x {
  gap-inline-end: calc(var(--step) * 36) !important;
}

.hoc_paddingEnd-37x {
  padding-inline-end: calc(var(--step) * 37) !important;
}

.hoc_marginEnd-37x {
  margin-inline-end: calc(var(--step) * 37) !important;
}

.hoc_gapEnd-37x {
  gap-inline-end: calc(var(--step) * 37) !important;
}

.hoc_paddingEnd-38x {
  padding-inline-end: calc(var(--step) * 38) !important;
}

.hoc_marginEnd-38x {
  margin-inline-end: calc(var(--step) * 38) !important;
}

.hoc_gapEnd-38x {
  gap-inline-end: calc(var(--step) * 38) !important;
}

.hoc_paddingEnd-39x {
  padding-inline-end: calc(var(--step) * 39) !important;
}

.hoc_marginEnd-39x {
  margin-inline-end: calc(var(--step) * 39) !important;
}

.hoc_gapEnd-39x {
  gap-inline-end: calc(var(--step) * 39) !important;
}

.hoc_paddingEnd-40x {
  padding-inline-end: calc(var(--step) * 40) !important;
}

.hoc_marginEnd-40x {
  margin-inline-end: calc(var(--step) * 40) !important;
}

.hoc_gapEnd-40x {
  gap-inline-end: calc(var(--step) * 40) !important;
}

.hoc_paddingEnd-41x {
  padding-inline-end: calc(var(--step) * 41) !important;
}

.hoc_marginEnd-41x {
  margin-inline-end: calc(var(--step) * 41) !important;
}

.hoc_gapEnd-41x {
  gap-inline-end: calc(var(--step) * 41) !important;
}

.hoc_paddingEnd-42x {
  padding-inline-end: calc(var(--step) * 42) !important;
}

.hoc_marginEnd-42x {
  margin-inline-end: calc(var(--step) * 42) !important;
}

.hoc_gapEnd-42x {
  gap-inline-end: calc(var(--step) * 42) !important;
}

.hoc_paddingEnd-43x {
  padding-inline-end: calc(var(--step) * 43) !important;
}

.hoc_marginEnd-43x {
  margin-inline-end: calc(var(--step) * 43) !important;
}

.hoc_gapEnd-43x {
  gap-inline-end: calc(var(--step) * 43) !important;
}

.hoc_paddingEnd-44x {
  padding-inline-end: calc(var(--step) * 44) !important;
}

.hoc_marginEnd-44x {
  margin-inline-end: calc(var(--step) * 44) !important;
}

.hoc_gapEnd-44x {
  gap-inline-end: calc(var(--step) * 44) !important;
}

.hoc_paddingEnd-45x {
  padding-inline-end: calc(var(--step) * 45) !important;
}

.hoc_marginEnd-45x {
  margin-inline-end: calc(var(--step) * 45) !important;
}

.hoc_gapEnd-45x {
  gap-inline-end: calc(var(--step) * 45) !important;
}

.hoc_paddingEnd-46x {
  padding-inline-end: calc(var(--step) * 46) !important;
}

.hoc_marginEnd-46x {
  margin-inline-end: calc(var(--step) * 46) !important;
}

.hoc_gapEnd-46x {
  gap-inline-end: calc(var(--step) * 46) !important;
}

.hoc_paddingEnd-47x {
  padding-inline-end: calc(var(--step) * 47) !important;
}

.hoc_marginEnd-47x {
  margin-inline-end: calc(var(--step) * 47) !important;
}

.hoc_gapEnd-47x {
  gap-inline-end: calc(var(--step) * 47) !important;
}

.hoc_paddingEnd-48x {
  padding-inline-end: calc(var(--step) * 48) !important;
}

.hoc_marginEnd-48x {
  margin-inline-end: calc(var(--step) * 48) !important;
}

.hoc_gapEnd-48x {
  gap-inline-end: calc(var(--step) * 48) !important;
}

.hoc_paddingEnd-49x {
  padding-inline-end: calc(var(--step) * 49) !important;
}

.hoc_marginEnd-49x {
  margin-inline-end: calc(var(--step) * 49) !important;
}

.hoc_gapEnd-49x {
  gap-inline-end: calc(var(--step) * 49) !important;
}

.hoc_paddingEnd-50x {
  padding-inline-end: calc(var(--step) * 50) !important;
}

.hoc_marginEnd-50x {
  margin-inline-end: calc(var(--step) * 50) !important;
}

.hoc_gapEnd-50x {
  gap-inline-end: calc(var(--step) * 50) !important;
}

.hoc_paddingEnd-51x {
  padding-inline-end: calc(var(--step) * 51) !important;
}

.hoc_marginEnd-51x {
  margin-inline-end: calc(var(--step) * 51) !important;
}

.hoc_gapEnd-51x {
  gap-inline-end: calc(var(--step) * 51) !important;
}

.hoc_paddingEnd-52x {
  padding-inline-end: calc(var(--step) * 52) !important;
}

.hoc_marginEnd-52x {
  margin-inline-end: calc(var(--step) * 52) !important;
}

.hoc_gapEnd-52x {
  gap-inline-end: calc(var(--step) * 52) !important;
}

.hoc_paddingEnd-53x {
  padding-inline-end: calc(var(--step) * 53) !important;
}

.hoc_marginEnd-53x {
  margin-inline-end: calc(var(--step) * 53) !important;
}

.hoc_gapEnd-53x {
  gap-inline-end: calc(var(--step) * 53) !important;
}

.hoc_paddingEnd-54x {
  padding-inline-end: calc(var(--step) * 54) !important;
}

.hoc_marginEnd-54x {
  margin-inline-end: calc(var(--step) * 54) !important;
}

.hoc_gapEnd-54x {
  gap-inline-end: calc(var(--step) * 54) !important;
}

.hoc_paddingEnd-55x {
  padding-inline-end: calc(var(--step) * 55) !important;
}

.hoc_marginEnd-55x {
  margin-inline-end: calc(var(--step) * 55) !important;
}

.hoc_gapEnd-55x {
  gap-inline-end: calc(var(--step) * 55) !important;
}

.hoc_paddingEnd-56x {
  padding-inline-end: calc(var(--step) * 56) !important;
}

.hoc_marginEnd-56x {
  margin-inline-end: calc(var(--step) * 56) !important;
}

.hoc_gapEnd-56x {
  gap-inline-end: calc(var(--step) * 56) !important;
}

.hoc_paddingEnd-57x {
  padding-inline-end: calc(var(--step) * 57) !important;
}

.hoc_marginEnd-57x {
  margin-inline-end: calc(var(--step) * 57) !important;
}

.hoc_gapEnd-57x {
  gap-inline-end: calc(var(--step) * 57) !important;
}

.hoc_paddingEnd-58x {
  padding-inline-end: calc(var(--step) * 58) !important;
}

.hoc_marginEnd-58x {
  margin-inline-end: calc(var(--step) * 58) !important;
}

.hoc_gapEnd-58x {
  gap-inline-end: calc(var(--step) * 58) !important;
}

.hoc_paddingEnd-59x {
  padding-inline-end: calc(var(--step) * 59) !important;
}

.hoc_marginEnd-59x {
  margin-inline-end: calc(var(--step) * 59) !important;
}

.hoc_gapEnd-59x {
  gap-inline-end: calc(var(--step) * 59) !important;
}

.hoc_paddingEnd-60x {
  padding-inline-end: calc(var(--step) * 60) !important;
}

.hoc_marginEnd-60x {
  margin-inline-end: calc(var(--step) * 60) !important;
}

.hoc_gapEnd-60x {
  gap-inline-end: calc(var(--step) * 60) !important;
}

.hoc_paddingEnd-61x {
  padding-inline-end: calc(var(--step) * 61) !important;
}

.hoc_marginEnd-61x {
  margin-inline-end: calc(var(--step) * 61) !important;
}

.hoc_gapEnd-61x {
  gap-inline-end: calc(var(--step) * 61) !important;
}

.hoc_paddingEnd-62x {
  padding-inline-end: calc(var(--step) * 62) !important;
}

.hoc_marginEnd-62x {
  margin-inline-end: calc(var(--step) * 62) !important;
}

.hoc_gapEnd-62x {
  gap-inline-end: calc(var(--step) * 62) !important;
}

.hoc_paddingEnd-63x {
  padding-inline-end: calc(var(--step) * 63) !important;
}

.hoc_marginEnd-63x {
  margin-inline-end: calc(var(--step) * 63) !important;
}

.hoc_gapEnd-63x {
  gap-inline-end: calc(var(--step) * 63) !important;
}

.hoc_paddingEnd-64x {
  padding-inline-end: calc(var(--step) * 64) !important;
}

.hoc_marginEnd-64x {
  margin-inline-end: calc(var(--step) * 64) !important;
}

.hoc_gapEnd-64x {
  gap-inline-end: calc(var(--step) * 64) !important;
}

.hoc_paddingEnd-65x {
  padding-inline-end: calc(var(--step) * 65) !important;
}

.hoc_marginEnd-65x {
  margin-inline-end: calc(var(--step) * 65) !important;
}

.hoc_gapEnd-65x {
  gap-inline-end: calc(var(--step) * 65) !important;
}

.hoc_paddingEnd-66x {
  padding-inline-end: calc(var(--step) * 66) !important;
}

.hoc_marginEnd-66x {
  margin-inline-end: calc(var(--step) * 66) !important;
}

.hoc_gapEnd-66x {
  gap-inline-end: calc(var(--step) * 66) !important;
}

.hoc_paddingEnd-67x {
  padding-inline-end: calc(var(--step) * 67) !important;
}

.hoc_marginEnd-67x {
  margin-inline-end: calc(var(--step) * 67) !important;
}

.hoc_gapEnd-67x {
  gap-inline-end: calc(var(--step) * 67) !important;
}

.hoc_paddingEnd-68x {
  padding-inline-end: calc(var(--step) * 68) !important;
}

.hoc_marginEnd-68x {
  margin-inline-end: calc(var(--step) * 68) !important;
}

.hoc_gapEnd-68x {
  gap-inline-end: calc(var(--step) * 68) !important;
}

.hoc_paddingEnd-69x {
  padding-inline-end: calc(var(--step) * 69) !important;
}

.hoc_marginEnd-69x {
  margin-inline-end: calc(var(--step) * 69) !important;
}

.hoc_gapEnd-69x {
  gap-inline-end: calc(var(--step) * 69) !important;
}

.hoc_paddingEnd-70x {
  padding-inline-end: calc(var(--step) * 70) !important;
}

.hoc_marginEnd-70x {
  margin-inline-end: calc(var(--step) * 70) !important;
}

.hoc_gapEnd-70x {
  gap-inline-end: calc(var(--step) * 70) !important;
}

.hoc_paddingEnd-71x {
  padding-inline-end: calc(var(--step) * 71) !important;
}

.hoc_marginEnd-71x {
  margin-inline-end: calc(var(--step) * 71) !important;
}

.hoc_gapEnd-71x {
  gap-inline-end: calc(var(--step) * 71) !important;
}

.hoc_paddingEnd-72x {
  padding-inline-end: calc(var(--step) * 72) !important;
}

.hoc_marginEnd-72x {
  margin-inline-end: calc(var(--step) * 72) !important;
}

.hoc_gapEnd-72x {
  gap-inline-end: calc(var(--step) * 72) !important;
}

.hoc_paddingStart-1x {
  padding-inline-start: calc(var(--step) * 1) !important;
}

.hoc_marginStart-1x {
  margin-inline-start: calc(var(--step) * 1) !important;
}

.hoc_gapStart-1x {
  gap-inline-start: calc(var(--step) * 1) !important;
}

.hoc_paddingStart-2x {
  padding-inline-start: calc(var(--step) * 2) !important;
}

.hoc_marginStart-2x {
  margin-inline-start: calc(var(--step) * 2) !important;
}

.hoc_gapStart-2x {
  gap-inline-start: calc(var(--step) * 2) !important;
}

.hoc_paddingStart-3x {
  padding-inline-start: calc(var(--step) * 3) !important;
}

.hoc_marginStart-3x {
  margin-inline-start: calc(var(--step) * 3) !important;
}

.hoc_gapStart-3x {
  gap-inline-start: calc(var(--step) * 3) !important;
}

.hoc_paddingStart-4x {
  padding-inline-start: calc(var(--step) * 4) !important;
}

.hoc_marginStart-4x {
  margin-inline-start: calc(var(--step) * 4) !important;
}

.hoc_gapStart-4x {
  gap-inline-start: calc(var(--step) * 4) !important;
}

.hoc_paddingStart-5x {
  padding-inline-start: calc(var(--step) * 5) !important;
}

.hoc_marginStart-5x {
  margin-inline-start: calc(var(--step) * 5) !important;
}

.hoc_gapStart-5x {
  gap-inline-start: calc(var(--step) * 5) !important;
}

.hoc_paddingStart-6x {
  padding-inline-start: calc(var(--step) * 6) !important;
}

.hoc_marginStart-6x {
  margin-inline-start: calc(var(--step) * 6) !important;
}

.hoc_gapStart-6x {
  gap-inline-start: calc(var(--step) * 6) !important;
}

.hoc_paddingStart-7x {
  padding-inline-start: calc(var(--step) * 7) !important;
}

.hoc_marginStart-7x {
  margin-inline-start: calc(var(--step) * 7) !important;
}

.hoc_gapStart-7x {
  gap-inline-start: calc(var(--step) * 7) !important;
}

.hoc_paddingStart-8x {
  padding-inline-start: calc(var(--step) * 8) !important;
}

.hoc_marginStart-8x {
  margin-inline-start: calc(var(--step) * 8) !important;
}

.hoc_gapStart-8x {
  gap-inline-start: calc(var(--step) * 8) !important;
}

.hoc_paddingStart-9x {
  padding-inline-start: calc(var(--step) * 9) !important;
}

.hoc_marginStart-9x {
  margin-inline-start: calc(var(--step) * 9) !important;
}

.hoc_gapStart-9x {
  gap-inline-start: calc(var(--step) * 9) !important;
}

.hoc_paddingStart-10x {
  padding-inline-start: calc(var(--step) * 10) !important;
}

.hoc_marginStart-10x {
  margin-inline-start: calc(var(--step) * 10) !important;
}

.hoc_gapStart-10x {
  gap-inline-start: calc(var(--step) * 10) !important;
}

.hoc_paddingStart-11x {
  padding-inline-start: calc(var(--step) * 11) !important;
}

.hoc_marginStart-11x {
  margin-inline-start: calc(var(--step) * 11) !important;
}

.hoc_gapStart-11x {
  gap-inline-start: calc(var(--step) * 11) !important;
}

.hoc_paddingStart-12x {
  padding-inline-start: calc(var(--step) * 12) !important;
}

.hoc_marginStart-12x {
  margin-inline-start: calc(var(--step) * 12) !important;
}

.hoc_gapStart-12x {
  gap-inline-start: calc(var(--step) * 12) !important;
}

.hoc_paddingStart-13x {
  padding-inline-start: calc(var(--step) * 13) !important;
}

.hoc_marginStart-13x {
  margin-inline-start: calc(var(--step) * 13) !important;
}

.hoc_gapStart-13x {
  gap-inline-start: calc(var(--step) * 13) !important;
}

.hoc_paddingStart-14x {
  padding-inline-start: calc(var(--step) * 14) !important;
}

.hoc_marginStart-14x {
  margin-inline-start: calc(var(--step) * 14) !important;
}

.hoc_gapStart-14x {
  gap-inline-start: calc(var(--step) * 14) !important;
}

.hoc_paddingStart-15x {
  padding-inline-start: calc(var(--step) * 15) !important;
}

.hoc_marginStart-15x {
  margin-inline-start: calc(var(--step) * 15) !important;
}

.hoc_gapStart-15x {
  gap-inline-start: calc(var(--step) * 15) !important;
}

.hoc_paddingStart-16x {
  padding-inline-start: calc(var(--step) * 16) !important;
}

.hoc_marginStart-16x {
  margin-inline-start: calc(var(--step) * 16) !important;
}

.hoc_gapStart-16x {
  gap-inline-start: calc(var(--step) * 16) !important;
}

.hoc_paddingStart-17x {
  padding-inline-start: calc(var(--step) * 17) !important;
}

.hoc_marginStart-17x {
  margin-inline-start: calc(var(--step) * 17) !important;
}

.hoc_gapStart-17x {
  gap-inline-start: calc(var(--step) * 17) !important;
}

.hoc_paddingStart-18x {
  padding-inline-start: calc(var(--step) * 18) !important;
}

.hoc_marginStart-18x {
  margin-inline-start: calc(var(--step) * 18) !important;
}

.hoc_gapStart-18x {
  gap-inline-start: calc(var(--step) * 18) !important;
}

.hoc_paddingStart-19x {
  padding-inline-start: calc(var(--step) * 19) !important;
}

.hoc_marginStart-19x {
  margin-inline-start: calc(var(--step) * 19) !important;
}

.hoc_gapStart-19x {
  gap-inline-start: calc(var(--step) * 19) !important;
}

.hoc_paddingStart-20x {
  padding-inline-start: calc(var(--step) * 20) !important;
}

.hoc_marginStart-20x {
  margin-inline-start: calc(var(--step) * 20) !important;
}

.hoc_gapStart-20x {
  gap-inline-start: calc(var(--step) * 20) !important;
}

.hoc_paddingStart-21x {
  padding-inline-start: calc(var(--step) * 21) !important;
}

.hoc_marginStart-21x {
  margin-inline-start: calc(var(--step) * 21) !important;
}

.hoc_gapStart-21x {
  gap-inline-start: calc(var(--step) * 21) !important;
}

.hoc_paddingStart-22x {
  padding-inline-start: calc(var(--step) * 22) !important;
}

.hoc_marginStart-22x {
  margin-inline-start: calc(var(--step) * 22) !important;
}

.hoc_gapStart-22x {
  gap-inline-start: calc(var(--step) * 22) !important;
}

.hoc_paddingStart-23x {
  padding-inline-start: calc(var(--step) * 23) !important;
}

.hoc_marginStart-23x {
  margin-inline-start: calc(var(--step) * 23) !important;
}

.hoc_gapStart-23x {
  gap-inline-start: calc(var(--step) * 23) !important;
}

.hoc_paddingStart-24x {
  padding-inline-start: calc(var(--step) * 24) !important;
}

.hoc_marginStart-24x {
  margin-inline-start: calc(var(--step) * 24) !important;
}

.hoc_gapStart-24x {
  gap-inline-start: calc(var(--step) * 24) !important;
}

.hoc_paddingStart-25x {
  padding-inline-start: calc(var(--step) * 25) !important;
}

.hoc_marginStart-25x {
  margin-inline-start: calc(var(--step) * 25) !important;
}

.hoc_gapStart-25x {
  gap-inline-start: calc(var(--step) * 25) !important;
}

.hoc_paddingStart-26x {
  padding-inline-start: calc(var(--step) * 26) !important;
}

.hoc_marginStart-26x {
  margin-inline-start: calc(var(--step) * 26) !important;
}

.hoc_gapStart-26x {
  gap-inline-start: calc(var(--step) * 26) !important;
}

.hoc_paddingStart-27x {
  padding-inline-start: calc(var(--step) * 27) !important;
}

.hoc_marginStart-27x {
  margin-inline-start: calc(var(--step) * 27) !important;
}

.hoc_gapStart-27x {
  gap-inline-start: calc(var(--step) * 27) !important;
}

.hoc_paddingStart-28x {
  padding-inline-start: calc(var(--step) * 28) !important;
}

.hoc_marginStart-28x {
  margin-inline-start: calc(var(--step) * 28) !important;
}

.hoc_gapStart-28x {
  gap-inline-start: calc(var(--step) * 28) !important;
}

.hoc_paddingStart-29x {
  padding-inline-start: calc(var(--step) * 29) !important;
}

.hoc_marginStart-29x {
  margin-inline-start: calc(var(--step) * 29) !important;
}

.hoc_gapStart-29x {
  gap-inline-start: calc(var(--step) * 29) !important;
}

.hoc_paddingStart-30x {
  padding-inline-start: calc(var(--step) * 30) !important;
}

.hoc_marginStart-30x {
  margin-inline-start: calc(var(--step) * 30) !important;
}

.hoc_gapStart-30x {
  gap-inline-start: calc(var(--step) * 30) !important;
}

.hoc_paddingStart-31x {
  padding-inline-start: calc(var(--step) * 31) !important;
}

.hoc_marginStart-31x {
  margin-inline-start: calc(var(--step) * 31) !important;
}

.hoc_gapStart-31x {
  gap-inline-start: calc(var(--step) * 31) !important;
}

.hoc_paddingStart-32x {
  padding-inline-start: calc(var(--step) * 32) !important;
}

.hoc_marginStart-32x {
  margin-inline-start: calc(var(--step) * 32) !important;
}

.hoc_gapStart-32x {
  gap-inline-start: calc(var(--step) * 32) !important;
}

.hoc_paddingStart-33x {
  padding-inline-start: calc(var(--step) * 33) !important;
}

.hoc_marginStart-33x {
  margin-inline-start: calc(var(--step) * 33) !important;
}

.hoc_gapStart-33x {
  gap-inline-start: calc(var(--step) * 33) !important;
}

.hoc_paddingStart-34x {
  padding-inline-start: calc(var(--step) * 34) !important;
}

.hoc_marginStart-34x {
  margin-inline-start: calc(var(--step) * 34) !important;
}

.hoc_gapStart-34x {
  gap-inline-start: calc(var(--step) * 34) !important;
}

.hoc_paddingStart-35x {
  padding-inline-start: calc(var(--step) * 35) !important;
}

.hoc_marginStart-35x {
  margin-inline-start: calc(var(--step) * 35) !important;
}

.hoc_gapStart-35x {
  gap-inline-start: calc(var(--step) * 35) !important;
}

.hoc_paddingStart-36x {
  padding-inline-start: calc(var(--step) * 36) !important;
}

.hoc_marginStart-36x {
  margin-inline-start: calc(var(--step) * 36) !important;
}

.hoc_gapStart-36x {
  gap-inline-start: calc(var(--step) * 36) !important;
}

.hoc_paddingStart-37x {
  padding-inline-start: calc(var(--step) * 37) !important;
}

.hoc_marginStart-37x {
  margin-inline-start: calc(var(--step) * 37) !important;
}

.hoc_gapStart-37x {
  gap-inline-start: calc(var(--step) * 37) !important;
}

.hoc_paddingStart-38x {
  padding-inline-start: calc(var(--step) * 38) !important;
}

.hoc_marginStart-38x {
  margin-inline-start: calc(var(--step) * 38) !important;
}

.hoc_gapStart-38x {
  gap-inline-start: calc(var(--step) * 38) !important;
}

.hoc_paddingStart-39x {
  padding-inline-start: calc(var(--step) * 39) !important;
}

.hoc_marginStart-39x {
  margin-inline-start: calc(var(--step) * 39) !important;
}

.hoc_gapStart-39x {
  gap-inline-start: calc(var(--step) * 39) !important;
}

.hoc_paddingStart-40x {
  padding-inline-start: calc(var(--step) * 40) !important;
}

.hoc_marginStart-40x {
  margin-inline-start: calc(var(--step) * 40) !important;
}

.hoc_gapStart-40x {
  gap-inline-start: calc(var(--step) * 40) !important;
}

.hoc_paddingStart-41x {
  padding-inline-start: calc(var(--step) * 41) !important;
}

.hoc_marginStart-41x {
  margin-inline-start: calc(var(--step) * 41) !important;
}

.hoc_gapStart-41x {
  gap-inline-start: calc(var(--step) * 41) !important;
}

.hoc_paddingStart-42x {
  padding-inline-start: calc(var(--step) * 42) !important;
}

.hoc_marginStart-42x {
  margin-inline-start: calc(var(--step) * 42) !important;
}

.hoc_gapStart-42x {
  gap-inline-start: calc(var(--step) * 42) !important;
}

.hoc_paddingStart-43x {
  padding-inline-start: calc(var(--step) * 43) !important;
}

.hoc_marginStart-43x {
  margin-inline-start: calc(var(--step) * 43) !important;
}

.hoc_gapStart-43x {
  gap-inline-start: calc(var(--step) * 43) !important;
}

.hoc_paddingStart-44x {
  padding-inline-start: calc(var(--step) * 44) !important;
}

.hoc_marginStart-44x {
  margin-inline-start: calc(var(--step) * 44) !important;
}

.hoc_gapStart-44x {
  gap-inline-start: calc(var(--step) * 44) !important;
}

.hoc_paddingStart-45x {
  padding-inline-start: calc(var(--step) * 45) !important;
}

.hoc_marginStart-45x {
  margin-inline-start: calc(var(--step) * 45) !important;
}

.hoc_gapStart-45x {
  gap-inline-start: calc(var(--step) * 45) !important;
}

.hoc_paddingStart-46x {
  padding-inline-start: calc(var(--step) * 46) !important;
}

.hoc_marginStart-46x {
  margin-inline-start: calc(var(--step) * 46) !important;
}

.hoc_gapStart-46x {
  gap-inline-start: calc(var(--step) * 46) !important;
}

.hoc_paddingStart-47x {
  padding-inline-start: calc(var(--step) * 47) !important;
}

.hoc_marginStart-47x {
  margin-inline-start: calc(var(--step) * 47) !important;
}

.hoc_gapStart-47x {
  gap-inline-start: calc(var(--step) * 47) !important;
}

.hoc_paddingStart-48x {
  padding-inline-start: calc(var(--step) * 48) !important;
}

.hoc_marginStart-48x {
  margin-inline-start: calc(var(--step) * 48) !important;
}

.hoc_gapStart-48x {
  gap-inline-start: calc(var(--step) * 48) !important;
}

.hoc_paddingStart-49x {
  padding-inline-start: calc(var(--step) * 49) !important;
}

.hoc_marginStart-49x {
  margin-inline-start: calc(var(--step) * 49) !important;
}

.hoc_gapStart-49x {
  gap-inline-start: calc(var(--step) * 49) !important;
}

.hoc_paddingStart-50x {
  padding-inline-start: calc(var(--step) * 50) !important;
}

.hoc_marginStart-50x {
  margin-inline-start: calc(var(--step) * 50) !important;
}

.hoc_gapStart-50x {
  gap-inline-start: calc(var(--step) * 50) !important;
}

.hoc_paddingStart-51x {
  padding-inline-start: calc(var(--step) * 51) !important;
}

.hoc_marginStart-51x {
  margin-inline-start: calc(var(--step) * 51) !important;
}

.hoc_gapStart-51x {
  gap-inline-start: calc(var(--step) * 51) !important;
}

.hoc_paddingStart-52x {
  padding-inline-start: calc(var(--step) * 52) !important;
}

.hoc_marginStart-52x {
  margin-inline-start: calc(var(--step) * 52) !important;
}

.hoc_gapStart-52x {
  gap-inline-start: calc(var(--step) * 52) !important;
}

.hoc_paddingStart-53x {
  padding-inline-start: calc(var(--step) * 53) !important;
}

.hoc_marginStart-53x {
  margin-inline-start: calc(var(--step) * 53) !important;
}

.hoc_gapStart-53x {
  gap-inline-start: calc(var(--step) * 53) !important;
}

.hoc_paddingStart-54x {
  padding-inline-start: calc(var(--step) * 54) !important;
}

.hoc_marginStart-54x {
  margin-inline-start: calc(var(--step) * 54) !important;
}

.hoc_gapStart-54x {
  gap-inline-start: calc(var(--step) * 54) !important;
}

.hoc_paddingStart-55x {
  padding-inline-start: calc(var(--step) * 55) !important;
}

.hoc_marginStart-55x {
  margin-inline-start: calc(var(--step) * 55) !important;
}

.hoc_gapStart-55x {
  gap-inline-start: calc(var(--step) * 55) !important;
}

.hoc_paddingStart-56x {
  padding-inline-start: calc(var(--step) * 56) !important;
}

.hoc_marginStart-56x {
  margin-inline-start: calc(var(--step) * 56) !important;
}

.hoc_gapStart-56x {
  gap-inline-start: calc(var(--step) * 56) !important;
}

.hoc_paddingStart-57x {
  padding-inline-start: calc(var(--step) * 57) !important;
}

.hoc_marginStart-57x {
  margin-inline-start: calc(var(--step) * 57) !important;
}

.hoc_gapStart-57x {
  gap-inline-start: calc(var(--step) * 57) !important;
}

.hoc_paddingStart-58x {
  padding-inline-start: calc(var(--step) * 58) !important;
}

.hoc_marginStart-58x {
  margin-inline-start: calc(var(--step) * 58) !important;
}

.hoc_gapStart-58x {
  gap-inline-start: calc(var(--step) * 58) !important;
}

.hoc_paddingStart-59x {
  padding-inline-start: calc(var(--step) * 59) !important;
}

.hoc_marginStart-59x {
  margin-inline-start: calc(var(--step) * 59) !important;
}

.hoc_gapStart-59x {
  gap-inline-start: calc(var(--step) * 59) !important;
}

.hoc_paddingStart-60x {
  padding-inline-start: calc(var(--step) * 60) !important;
}

.hoc_marginStart-60x {
  margin-inline-start: calc(var(--step) * 60) !important;
}

.hoc_gapStart-60x {
  gap-inline-start: calc(var(--step) * 60) !important;
}

.hoc_paddingStart-61x {
  padding-inline-start: calc(var(--step) * 61) !important;
}

.hoc_marginStart-61x {
  margin-inline-start: calc(var(--step) * 61) !important;
}

.hoc_gapStart-61x {
  gap-inline-start: calc(var(--step) * 61) !important;
}

.hoc_paddingStart-62x {
  padding-inline-start: calc(var(--step) * 62) !important;
}

.hoc_marginStart-62x {
  margin-inline-start: calc(var(--step) * 62) !important;
}

.hoc_gapStart-62x {
  gap-inline-start: calc(var(--step) * 62) !important;
}

.hoc_paddingStart-63x {
  padding-inline-start: calc(var(--step) * 63) !important;
}

.hoc_marginStart-63x {
  margin-inline-start: calc(var(--step) * 63) !important;
}

.hoc_gapStart-63x {
  gap-inline-start: calc(var(--step) * 63) !important;
}

.hoc_paddingStart-64x {
  padding-inline-start: calc(var(--step) * 64) !important;
}

.hoc_marginStart-64x {
  margin-inline-start: calc(var(--step) * 64) !important;
}

.hoc_gapStart-64x {
  gap-inline-start: calc(var(--step) * 64) !important;
}

.hoc_paddingStart-65x {
  padding-inline-start: calc(var(--step) * 65) !important;
}

.hoc_marginStart-65x {
  margin-inline-start: calc(var(--step) * 65) !important;
}

.hoc_gapStart-65x {
  gap-inline-start: calc(var(--step) * 65) !important;
}

.hoc_paddingStart-66x {
  padding-inline-start: calc(var(--step) * 66) !important;
}

.hoc_marginStart-66x {
  margin-inline-start: calc(var(--step) * 66) !important;
}

.hoc_gapStart-66x {
  gap-inline-start: calc(var(--step) * 66) !important;
}

.hoc_paddingStart-67x {
  padding-inline-start: calc(var(--step) * 67) !important;
}

.hoc_marginStart-67x {
  margin-inline-start: calc(var(--step) * 67) !important;
}

.hoc_gapStart-67x {
  gap-inline-start: calc(var(--step) * 67) !important;
}

.hoc_paddingStart-68x {
  padding-inline-start: calc(var(--step) * 68) !important;
}

.hoc_marginStart-68x {
  margin-inline-start: calc(var(--step) * 68) !important;
}

.hoc_gapStart-68x {
  gap-inline-start: calc(var(--step) * 68) !important;
}

.hoc_paddingStart-69x {
  padding-inline-start: calc(var(--step) * 69) !important;
}

.hoc_marginStart-69x {
  margin-inline-start: calc(var(--step) * 69) !important;
}

.hoc_gapStart-69x {
  gap-inline-start: calc(var(--step) * 69) !important;
}

.hoc_paddingStart-70x {
  padding-inline-start: calc(var(--step) * 70) !important;
}

.hoc_marginStart-70x {
  margin-inline-start: calc(var(--step) * 70) !important;
}

.hoc_gapStart-70x {
  gap-inline-start: calc(var(--step) * 70) !important;
}

.hoc_paddingStart-71x {
  padding-inline-start: calc(var(--step) * 71) !important;
}

.hoc_marginStart-71x {
  margin-inline-start: calc(var(--step) * 71) !important;
}

.hoc_gapStart-71x {
  gap-inline-start: calc(var(--step) * 71) !important;
}

.hoc_paddingStart-72x {
  padding-inline-start: calc(var(--step) * 72) !important;
}

.hoc_marginStart-72x {
  margin-inline-start: calc(var(--step) * 72) !important;
}

.hoc_gapStart-72x {
  gap-inline-start: calc(var(--step) * 72) !important;
}

.hoc_paddingStart-auto {
  padding-inline-start: auto;
}

.hoc_paddingEnd-auto {
  padding-inline-end: auto;
}

.hoc_marginStart-auto {
  margin-inline-start: auto;
}

.hoc_marginEnd-auto {
  margin-inline-end: auto;
}

.hoc_gapStart-auto {
  gap-inline-start: auto;
}

.hoc_gapEnd-auto {
  gap-inline-end: auto;
}

@media screen and (min-width: 924px) {
  .hoc_padding-md-1x {
    padding: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-1x {
    margin: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-1x {
    gap: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-2x {
    padding: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-2x {
    margin: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-2x {
    gap: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-3x {
    padding: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-3x {
    margin: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-3x {
    gap: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-4x {
    padding: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-4x {
    margin: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-4x {
    gap: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-5x {
    padding: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-5x {
    margin: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-5x {
    gap: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-6x {
    padding: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-6x {
    margin: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-6x {
    gap: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-7x {
    padding: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-7x {
    margin: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-7x {
    gap: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-8x {
    padding: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-8x {
    margin: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-8x {
    gap: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-9x {
    padding: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-9x {
    margin: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-9x {
    gap: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-10x {
    padding: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-10x {
    margin: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-10x {
    gap: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-11x {
    padding: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-11x {
    margin: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-11x {
    gap: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-12x {
    padding: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-12x {
    margin: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-12x {
    gap: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-13x {
    padding: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-13x {
    margin: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-13x {
    gap: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-14x {
    padding: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-14x {
    margin: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-14x {
    gap: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-15x {
    padding: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-15x {
    margin: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-15x {
    gap: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-16x {
    padding: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-16x {
    margin: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-16x {
    gap: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-17x {
    padding: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-17x {
    margin: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-17x {
    gap: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-18x {
    padding: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-18x {
    margin: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-18x {
    gap: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-19x {
    padding: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-19x {
    margin: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-19x {
    gap: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-20x {
    padding: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-20x {
    margin: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-20x {
    gap: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-21x {
    padding: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-21x {
    margin: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-21x {
    gap: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-22x {
    padding: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-22x {
    margin: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-22x {
    gap: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-23x {
    padding: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-23x {
    margin: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-23x {
    gap: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-24x {
    padding: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-24x {
    margin: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-24x {
    gap: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-25x {
    padding: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-25x {
    margin: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-25x {
    gap: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-26x {
    padding: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-26x {
    margin: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-26x {
    gap: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-27x {
    padding: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-27x {
    margin: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-27x {
    gap: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-28x {
    padding: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-28x {
    margin: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-28x {
    gap: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-29x {
    padding: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-29x {
    margin: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-29x {
    gap: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-30x {
    padding: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-30x {
    margin: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-30x {
    gap: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-31x {
    padding: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-31x {
    margin: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-31x {
    gap: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-32x {
    padding: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-32x {
    margin: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-32x {
    gap: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-33x {
    padding: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-33x {
    margin: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-33x {
    gap: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-34x {
    padding: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-34x {
    margin: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-34x {
    gap: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-35x {
    padding: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-35x {
    margin: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-35x {
    gap: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-36x {
    padding: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-36x {
    margin: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-36x {
    gap: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-37x {
    padding: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-37x {
    margin: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-37x {
    gap: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-38x {
    padding: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-38x {
    margin: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-38x {
    gap: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-39x {
    padding: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-39x {
    margin: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-39x {
    gap: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-40x {
    padding: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-40x {
    margin: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-40x {
    gap: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-41x {
    padding: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-41x {
    margin: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-41x {
    gap: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-42x {
    padding: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-42x {
    margin: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-42x {
    gap: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-43x {
    padding: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-43x {
    margin: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-43x {
    gap: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-44x {
    padding: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-44x {
    margin: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-44x {
    gap: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-45x {
    padding: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-45x {
    margin: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-45x {
    gap: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-46x {
    padding: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-46x {
    margin: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-46x {
    gap: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-47x {
    padding: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-47x {
    margin: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-47x {
    gap: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-48x {
    padding: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-48x {
    margin: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-48x {
    gap: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-49x {
    padding: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-49x {
    margin: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-49x {
    gap: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-50x {
    padding: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-50x {
    margin: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-50x {
    gap: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-51x {
    padding: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-51x {
    margin: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-51x {
    gap: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-52x {
    padding: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-52x {
    margin: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-52x {
    gap: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-53x {
    padding: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-53x {
    margin: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-53x {
    gap: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-54x {
    padding: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-54x {
    margin: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-54x {
    gap: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-55x {
    padding: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-55x {
    margin: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-55x {
    gap: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-56x {
    padding: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-56x {
    margin: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-56x {
    gap: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-57x {
    padding: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-57x {
    margin: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-57x {
    gap: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-58x {
    padding: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-58x {
    margin: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-58x {
    gap: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-59x {
    padding: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-59x {
    margin: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-59x {
    gap: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-60x {
    padding: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-60x {
    margin: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-60x {
    gap: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-61x {
    padding: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-61x {
    margin: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-61x {
    gap: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-62x {
    padding: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-62x {
    margin: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-62x {
    gap: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-63x {
    padding: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-63x {
    margin: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-63x {
    gap: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-64x {
    padding: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-64x {
    margin: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-64x {
    gap: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-65x {
    padding: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-65x {
    margin: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-65x {
    gap: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-66x {
    padding: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-66x {
    margin: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-66x {
    gap: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-67x {
    padding: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-67x {
    margin: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-67x {
    gap: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-68x {
    padding: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-68x {
    margin: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-68x {
    gap: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-69x {
    padding: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-69x {
    margin: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-69x {
    gap: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-70x {
    padding: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-70x {
    margin: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-70x {
    gap: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-71x {
    padding: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-71x {
    margin: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-71x {
    gap: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-72x {
    padding: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-72x {
    margin: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-72x {
    gap: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-1x {
    padding-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_paddingEnd-md-1x {
    padding-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_paddingBottom-md-1x {
    padding-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_paddingTop-md-1x {
    padding-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-1x {
    margin-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_marginEnd-md-1x {
    margin-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_marginBottom-md-1x {
    margin-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_marginTop-md-1x {
    margin-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-1x {
    gap-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_gapEnd-md-1x {
    gap-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_gapBottom-md-1x {
    gap-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_gapTop-md-1x {
    gap-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-2x {
    padding-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_paddingEnd-md-2x {
    padding-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_paddingBottom-md-2x {
    padding-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_paddingTop-md-2x {
    padding-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-2x {
    margin-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_marginEnd-md-2x {
    margin-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_marginBottom-md-2x {
    margin-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_marginTop-md-2x {
    margin-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-2x {
    gap-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_gapEnd-md-2x {
    gap-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_gapBottom-md-2x {
    gap-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_gapTop-md-2x {
    gap-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-3x {
    padding-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_paddingEnd-md-3x {
    padding-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_paddingBottom-md-3x {
    padding-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_paddingTop-md-3x {
    padding-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-3x {
    margin-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_marginEnd-md-3x {
    margin-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_marginBottom-md-3x {
    margin-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_marginTop-md-3x {
    margin-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-3x {
    gap-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_gapEnd-md-3x {
    gap-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_gapBottom-md-3x {
    gap-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_gapTop-md-3x {
    gap-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-4x {
    padding-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_paddingEnd-md-4x {
    padding-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_paddingBottom-md-4x {
    padding-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_paddingTop-md-4x {
    padding-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-4x {
    margin-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_marginEnd-md-4x {
    margin-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_marginBottom-md-4x {
    margin-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_marginTop-md-4x {
    margin-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-4x {
    gap-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_gapEnd-md-4x {
    gap-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_gapBottom-md-4x {
    gap-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_gapTop-md-4x {
    gap-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-5x {
    padding-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_paddingEnd-md-5x {
    padding-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_paddingBottom-md-5x {
    padding-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_paddingTop-md-5x {
    padding-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-5x {
    margin-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_marginEnd-md-5x {
    margin-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_marginBottom-md-5x {
    margin-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_marginTop-md-5x {
    margin-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-5x {
    gap-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_gapEnd-md-5x {
    gap-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_gapBottom-md-5x {
    gap-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_gapTop-md-5x {
    gap-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-6x {
    padding-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_paddingEnd-md-6x {
    padding-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_paddingBottom-md-6x {
    padding-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_paddingTop-md-6x {
    padding-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-6x {
    margin-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_marginEnd-md-6x {
    margin-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_marginBottom-md-6x {
    margin-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_marginTop-md-6x {
    margin-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-6x {
    gap-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_gapEnd-md-6x {
    gap-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_gapBottom-md-6x {
    gap-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_gapTop-md-6x {
    gap-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-7x {
    padding-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_paddingEnd-md-7x {
    padding-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_paddingBottom-md-7x {
    padding-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_paddingTop-md-7x {
    padding-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-7x {
    margin-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_marginEnd-md-7x {
    margin-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_marginBottom-md-7x {
    margin-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_marginTop-md-7x {
    margin-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-7x {
    gap-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_gapEnd-md-7x {
    gap-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_gapBottom-md-7x {
    gap-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_gapTop-md-7x {
    gap-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-8x {
    padding-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_paddingEnd-md-8x {
    padding-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_paddingBottom-md-8x {
    padding-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_paddingTop-md-8x {
    padding-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-8x {
    margin-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_marginEnd-md-8x {
    margin-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_marginBottom-md-8x {
    margin-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_marginTop-md-8x {
    margin-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-8x {
    gap-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_gapEnd-md-8x {
    gap-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_gapBottom-md-8x {
    gap-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_gapTop-md-8x {
    gap-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-9x {
    padding-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_paddingEnd-md-9x {
    padding-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_paddingBottom-md-9x {
    padding-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_paddingTop-md-9x {
    padding-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-9x {
    margin-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_marginEnd-md-9x {
    margin-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_marginBottom-md-9x {
    margin-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_marginTop-md-9x {
    margin-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-9x {
    gap-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_gapEnd-md-9x {
    gap-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_gapBottom-md-9x {
    gap-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_gapTop-md-9x {
    gap-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-10x {
    padding-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_paddingEnd-md-10x {
    padding-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_paddingBottom-md-10x {
    padding-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_paddingTop-md-10x {
    padding-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-10x {
    margin-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_marginEnd-md-10x {
    margin-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_marginBottom-md-10x {
    margin-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_marginTop-md-10x {
    margin-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-10x {
    gap-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_gapEnd-md-10x {
    gap-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_gapBottom-md-10x {
    gap-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_gapTop-md-10x {
    gap-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-11x {
    padding-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_paddingEnd-md-11x {
    padding-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_paddingBottom-md-11x {
    padding-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_paddingTop-md-11x {
    padding-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-11x {
    margin-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_marginEnd-md-11x {
    margin-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_marginBottom-md-11x {
    margin-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_marginTop-md-11x {
    margin-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-11x {
    gap-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_gapEnd-md-11x {
    gap-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_gapBottom-md-11x {
    gap-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_gapTop-md-11x {
    gap-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-12x {
    padding-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_paddingEnd-md-12x {
    padding-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_paddingBottom-md-12x {
    padding-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_paddingTop-md-12x {
    padding-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-12x {
    margin-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_marginEnd-md-12x {
    margin-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_marginBottom-md-12x {
    margin-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_marginTop-md-12x {
    margin-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-12x {
    gap-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_gapEnd-md-12x {
    gap-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_gapBottom-md-12x {
    gap-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_gapTop-md-12x {
    gap-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-13x {
    padding-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_paddingEnd-md-13x {
    padding-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_paddingBottom-md-13x {
    padding-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_paddingTop-md-13x {
    padding-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-13x {
    margin-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_marginEnd-md-13x {
    margin-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_marginBottom-md-13x {
    margin-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_marginTop-md-13x {
    margin-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-13x {
    gap-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_gapEnd-md-13x {
    gap-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_gapBottom-md-13x {
    gap-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_gapTop-md-13x {
    gap-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-14x {
    padding-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_paddingEnd-md-14x {
    padding-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_paddingBottom-md-14x {
    padding-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_paddingTop-md-14x {
    padding-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-14x {
    margin-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_marginEnd-md-14x {
    margin-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_marginBottom-md-14x {
    margin-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_marginTop-md-14x {
    margin-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-14x {
    gap-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_gapEnd-md-14x {
    gap-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_gapBottom-md-14x {
    gap-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_gapTop-md-14x {
    gap-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-15x {
    padding-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_paddingEnd-md-15x {
    padding-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_paddingBottom-md-15x {
    padding-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_paddingTop-md-15x {
    padding-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-15x {
    margin-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_marginEnd-md-15x {
    margin-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_marginBottom-md-15x {
    margin-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_marginTop-md-15x {
    margin-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-15x {
    gap-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_gapEnd-md-15x {
    gap-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_gapBottom-md-15x {
    gap-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_gapTop-md-15x {
    gap-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-16x {
    padding-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_paddingEnd-md-16x {
    padding-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_paddingBottom-md-16x {
    padding-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_paddingTop-md-16x {
    padding-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-16x {
    margin-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_marginEnd-md-16x {
    margin-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_marginBottom-md-16x {
    margin-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_marginTop-md-16x {
    margin-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-16x {
    gap-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_gapEnd-md-16x {
    gap-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_gapBottom-md-16x {
    gap-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_gapTop-md-16x {
    gap-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-17x {
    padding-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_paddingEnd-md-17x {
    padding-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_paddingBottom-md-17x {
    padding-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_paddingTop-md-17x {
    padding-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-17x {
    margin-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_marginEnd-md-17x {
    margin-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_marginBottom-md-17x {
    margin-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_marginTop-md-17x {
    margin-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-17x {
    gap-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_gapEnd-md-17x {
    gap-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_gapBottom-md-17x {
    gap-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_gapTop-md-17x {
    gap-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-18x {
    padding-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_paddingEnd-md-18x {
    padding-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_paddingBottom-md-18x {
    padding-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_paddingTop-md-18x {
    padding-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-18x {
    margin-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_marginEnd-md-18x {
    margin-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_marginBottom-md-18x {
    margin-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_marginTop-md-18x {
    margin-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-18x {
    gap-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_gapEnd-md-18x {
    gap-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_gapBottom-md-18x {
    gap-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_gapTop-md-18x {
    gap-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-19x {
    padding-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_paddingEnd-md-19x {
    padding-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_paddingBottom-md-19x {
    padding-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_paddingTop-md-19x {
    padding-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-19x {
    margin-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_marginEnd-md-19x {
    margin-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_marginBottom-md-19x {
    margin-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_marginTop-md-19x {
    margin-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-19x {
    gap-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_gapEnd-md-19x {
    gap-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_gapBottom-md-19x {
    gap-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_gapTop-md-19x {
    gap-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-20x {
    padding-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_paddingEnd-md-20x {
    padding-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_paddingBottom-md-20x {
    padding-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_paddingTop-md-20x {
    padding-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-20x {
    margin-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_marginEnd-md-20x {
    margin-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_marginBottom-md-20x {
    margin-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_marginTop-md-20x {
    margin-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-20x {
    gap-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_gapEnd-md-20x {
    gap-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_gapBottom-md-20x {
    gap-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_gapTop-md-20x {
    gap-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-21x {
    padding-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_paddingEnd-md-21x {
    padding-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_paddingBottom-md-21x {
    padding-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_paddingTop-md-21x {
    padding-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-21x {
    margin-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_marginEnd-md-21x {
    margin-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_marginBottom-md-21x {
    margin-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_marginTop-md-21x {
    margin-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-21x {
    gap-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_gapEnd-md-21x {
    gap-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_gapBottom-md-21x {
    gap-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_gapTop-md-21x {
    gap-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-22x {
    padding-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_paddingEnd-md-22x {
    padding-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_paddingBottom-md-22x {
    padding-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_paddingTop-md-22x {
    padding-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-22x {
    margin-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_marginEnd-md-22x {
    margin-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_marginBottom-md-22x {
    margin-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_marginTop-md-22x {
    margin-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-22x {
    gap-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_gapEnd-md-22x {
    gap-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_gapBottom-md-22x {
    gap-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_gapTop-md-22x {
    gap-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-23x {
    padding-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_paddingEnd-md-23x {
    padding-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_paddingBottom-md-23x {
    padding-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_paddingTop-md-23x {
    padding-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-23x {
    margin-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_marginEnd-md-23x {
    margin-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_marginBottom-md-23x {
    margin-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_marginTop-md-23x {
    margin-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-23x {
    gap-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_gapEnd-md-23x {
    gap-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_gapBottom-md-23x {
    gap-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_gapTop-md-23x {
    gap-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-24x {
    padding-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_paddingEnd-md-24x {
    padding-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_paddingBottom-md-24x {
    padding-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_paddingTop-md-24x {
    padding-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-24x {
    margin-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_marginEnd-md-24x {
    margin-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_marginBottom-md-24x {
    margin-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_marginTop-md-24x {
    margin-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-24x {
    gap-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_gapEnd-md-24x {
    gap-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_gapBottom-md-24x {
    gap-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_gapTop-md-24x {
    gap-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-25x {
    padding-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_paddingEnd-md-25x {
    padding-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_paddingBottom-md-25x {
    padding-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_paddingTop-md-25x {
    padding-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-25x {
    margin-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_marginEnd-md-25x {
    margin-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_marginBottom-md-25x {
    margin-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_marginTop-md-25x {
    margin-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-25x {
    gap-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_gapEnd-md-25x {
    gap-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_gapBottom-md-25x {
    gap-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_gapTop-md-25x {
    gap-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-26x {
    padding-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_paddingEnd-md-26x {
    padding-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_paddingBottom-md-26x {
    padding-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_paddingTop-md-26x {
    padding-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-26x {
    margin-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_marginEnd-md-26x {
    margin-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_marginBottom-md-26x {
    margin-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_marginTop-md-26x {
    margin-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-26x {
    gap-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_gapEnd-md-26x {
    gap-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_gapBottom-md-26x {
    gap-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_gapTop-md-26x {
    gap-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-27x {
    padding-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_paddingEnd-md-27x {
    padding-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_paddingBottom-md-27x {
    padding-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_paddingTop-md-27x {
    padding-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-27x {
    margin-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_marginEnd-md-27x {
    margin-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_marginBottom-md-27x {
    margin-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_marginTop-md-27x {
    margin-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-27x {
    gap-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_gapEnd-md-27x {
    gap-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_gapBottom-md-27x {
    gap-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_gapTop-md-27x {
    gap-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-28x {
    padding-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_paddingEnd-md-28x {
    padding-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_paddingBottom-md-28x {
    padding-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_paddingTop-md-28x {
    padding-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-28x {
    margin-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_marginEnd-md-28x {
    margin-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_marginBottom-md-28x {
    margin-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_marginTop-md-28x {
    margin-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-28x {
    gap-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_gapEnd-md-28x {
    gap-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_gapBottom-md-28x {
    gap-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_gapTop-md-28x {
    gap-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-29x {
    padding-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_paddingEnd-md-29x {
    padding-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_paddingBottom-md-29x {
    padding-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_paddingTop-md-29x {
    padding-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-29x {
    margin-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_marginEnd-md-29x {
    margin-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_marginBottom-md-29x {
    margin-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_marginTop-md-29x {
    margin-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-29x {
    gap-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_gapEnd-md-29x {
    gap-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_gapBottom-md-29x {
    gap-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_gapTop-md-29x {
    gap-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-30x {
    padding-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_paddingEnd-md-30x {
    padding-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_paddingBottom-md-30x {
    padding-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_paddingTop-md-30x {
    padding-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-30x {
    margin-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_marginEnd-md-30x {
    margin-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_marginBottom-md-30x {
    margin-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_marginTop-md-30x {
    margin-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-30x {
    gap-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_gapEnd-md-30x {
    gap-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_gapBottom-md-30x {
    gap-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_gapTop-md-30x {
    gap-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-31x {
    padding-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_paddingEnd-md-31x {
    padding-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_paddingBottom-md-31x {
    padding-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_paddingTop-md-31x {
    padding-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-31x {
    margin-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_marginEnd-md-31x {
    margin-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_marginBottom-md-31x {
    margin-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_marginTop-md-31x {
    margin-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-31x {
    gap-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_gapEnd-md-31x {
    gap-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_gapBottom-md-31x {
    gap-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_gapTop-md-31x {
    gap-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-32x {
    padding-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_paddingEnd-md-32x {
    padding-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_paddingBottom-md-32x {
    padding-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_paddingTop-md-32x {
    padding-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-32x {
    margin-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_marginEnd-md-32x {
    margin-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_marginBottom-md-32x {
    margin-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_marginTop-md-32x {
    margin-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-32x {
    gap-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_gapEnd-md-32x {
    gap-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_gapBottom-md-32x {
    gap-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_gapTop-md-32x {
    gap-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-33x {
    padding-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_paddingEnd-md-33x {
    padding-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_paddingBottom-md-33x {
    padding-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_paddingTop-md-33x {
    padding-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-33x {
    margin-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_marginEnd-md-33x {
    margin-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_marginBottom-md-33x {
    margin-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_marginTop-md-33x {
    margin-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-33x {
    gap-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_gapEnd-md-33x {
    gap-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_gapBottom-md-33x {
    gap-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_gapTop-md-33x {
    gap-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-34x {
    padding-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_paddingEnd-md-34x {
    padding-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_paddingBottom-md-34x {
    padding-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_paddingTop-md-34x {
    padding-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-34x {
    margin-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_marginEnd-md-34x {
    margin-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_marginBottom-md-34x {
    margin-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_marginTop-md-34x {
    margin-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-34x {
    gap-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_gapEnd-md-34x {
    gap-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_gapBottom-md-34x {
    gap-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_gapTop-md-34x {
    gap-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-35x {
    padding-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_paddingEnd-md-35x {
    padding-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_paddingBottom-md-35x {
    padding-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_paddingTop-md-35x {
    padding-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-35x {
    margin-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_marginEnd-md-35x {
    margin-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_marginBottom-md-35x {
    margin-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_marginTop-md-35x {
    margin-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-35x {
    gap-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_gapEnd-md-35x {
    gap-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_gapBottom-md-35x {
    gap-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_gapTop-md-35x {
    gap-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-36x {
    padding-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_paddingEnd-md-36x {
    padding-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_paddingBottom-md-36x {
    padding-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_paddingTop-md-36x {
    padding-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-36x {
    margin-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_marginEnd-md-36x {
    margin-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_marginBottom-md-36x {
    margin-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_marginTop-md-36x {
    margin-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-36x {
    gap-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_gapEnd-md-36x {
    gap-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_gapBottom-md-36x {
    gap-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_gapTop-md-36x {
    gap-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-37x {
    padding-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_paddingEnd-md-37x {
    padding-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_paddingBottom-md-37x {
    padding-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_paddingTop-md-37x {
    padding-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-37x {
    margin-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_marginEnd-md-37x {
    margin-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_marginBottom-md-37x {
    margin-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_marginTop-md-37x {
    margin-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-37x {
    gap-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_gapEnd-md-37x {
    gap-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_gapBottom-md-37x {
    gap-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_gapTop-md-37x {
    gap-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-38x {
    padding-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_paddingEnd-md-38x {
    padding-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_paddingBottom-md-38x {
    padding-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_paddingTop-md-38x {
    padding-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-38x {
    margin-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_marginEnd-md-38x {
    margin-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_marginBottom-md-38x {
    margin-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_marginTop-md-38x {
    margin-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-38x {
    gap-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_gapEnd-md-38x {
    gap-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_gapBottom-md-38x {
    gap-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_gapTop-md-38x {
    gap-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-39x {
    padding-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_paddingEnd-md-39x {
    padding-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_paddingBottom-md-39x {
    padding-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_paddingTop-md-39x {
    padding-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-39x {
    margin-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_marginEnd-md-39x {
    margin-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_marginBottom-md-39x {
    margin-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_marginTop-md-39x {
    margin-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-39x {
    gap-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_gapEnd-md-39x {
    gap-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_gapBottom-md-39x {
    gap-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_gapTop-md-39x {
    gap-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-40x {
    padding-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_paddingEnd-md-40x {
    padding-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_paddingBottom-md-40x {
    padding-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_paddingTop-md-40x {
    padding-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-40x {
    margin-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_marginEnd-md-40x {
    margin-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_marginBottom-md-40x {
    margin-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_marginTop-md-40x {
    margin-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-40x {
    gap-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_gapEnd-md-40x {
    gap-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_gapBottom-md-40x {
    gap-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_gapTop-md-40x {
    gap-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-41x {
    padding-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_paddingEnd-md-41x {
    padding-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_paddingBottom-md-41x {
    padding-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_paddingTop-md-41x {
    padding-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-41x {
    margin-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_marginEnd-md-41x {
    margin-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_marginBottom-md-41x {
    margin-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_marginTop-md-41x {
    margin-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-41x {
    gap-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_gapEnd-md-41x {
    gap-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_gapBottom-md-41x {
    gap-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_gapTop-md-41x {
    gap-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-42x {
    padding-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_paddingEnd-md-42x {
    padding-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_paddingBottom-md-42x {
    padding-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_paddingTop-md-42x {
    padding-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-42x {
    margin-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_marginEnd-md-42x {
    margin-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_marginBottom-md-42x {
    margin-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_marginTop-md-42x {
    margin-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-42x {
    gap-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_gapEnd-md-42x {
    gap-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_gapBottom-md-42x {
    gap-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_gapTop-md-42x {
    gap-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-43x {
    padding-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_paddingEnd-md-43x {
    padding-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_paddingBottom-md-43x {
    padding-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_paddingTop-md-43x {
    padding-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-43x {
    margin-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_marginEnd-md-43x {
    margin-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_marginBottom-md-43x {
    margin-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_marginTop-md-43x {
    margin-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-43x {
    gap-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_gapEnd-md-43x {
    gap-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_gapBottom-md-43x {
    gap-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_gapTop-md-43x {
    gap-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-44x {
    padding-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_paddingEnd-md-44x {
    padding-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_paddingBottom-md-44x {
    padding-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_paddingTop-md-44x {
    padding-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-44x {
    margin-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_marginEnd-md-44x {
    margin-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_marginBottom-md-44x {
    margin-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_marginTop-md-44x {
    margin-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-44x {
    gap-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_gapEnd-md-44x {
    gap-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_gapBottom-md-44x {
    gap-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_gapTop-md-44x {
    gap-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-45x {
    padding-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_paddingEnd-md-45x {
    padding-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_paddingBottom-md-45x {
    padding-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_paddingTop-md-45x {
    padding-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-45x {
    margin-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_marginEnd-md-45x {
    margin-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_marginBottom-md-45x {
    margin-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_marginTop-md-45x {
    margin-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-45x {
    gap-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_gapEnd-md-45x {
    gap-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_gapBottom-md-45x {
    gap-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_gapTop-md-45x {
    gap-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-46x {
    padding-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_paddingEnd-md-46x {
    padding-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_paddingBottom-md-46x {
    padding-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_paddingTop-md-46x {
    padding-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-46x {
    margin-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_marginEnd-md-46x {
    margin-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_marginBottom-md-46x {
    margin-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_marginTop-md-46x {
    margin-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-46x {
    gap-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_gapEnd-md-46x {
    gap-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_gapBottom-md-46x {
    gap-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_gapTop-md-46x {
    gap-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-47x {
    padding-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_paddingEnd-md-47x {
    padding-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_paddingBottom-md-47x {
    padding-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_paddingTop-md-47x {
    padding-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-47x {
    margin-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_marginEnd-md-47x {
    margin-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_marginBottom-md-47x {
    margin-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_marginTop-md-47x {
    margin-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-47x {
    gap-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_gapEnd-md-47x {
    gap-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_gapBottom-md-47x {
    gap-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_gapTop-md-47x {
    gap-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-48x {
    padding-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_paddingEnd-md-48x {
    padding-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_paddingBottom-md-48x {
    padding-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_paddingTop-md-48x {
    padding-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-48x {
    margin-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_marginEnd-md-48x {
    margin-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_marginBottom-md-48x {
    margin-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_marginTop-md-48x {
    margin-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-48x {
    gap-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_gapEnd-md-48x {
    gap-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_gapBottom-md-48x {
    gap-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_gapTop-md-48x {
    gap-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-49x {
    padding-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_paddingEnd-md-49x {
    padding-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_paddingBottom-md-49x {
    padding-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_paddingTop-md-49x {
    padding-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-49x {
    margin-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_marginEnd-md-49x {
    margin-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_marginBottom-md-49x {
    margin-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_marginTop-md-49x {
    margin-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-49x {
    gap-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_gapEnd-md-49x {
    gap-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_gapBottom-md-49x {
    gap-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_gapTop-md-49x {
    gap-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-50x {
    padding-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_paddingEnd-md-50x {
    padding-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_paddingBottom-md-50x {
    padding-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_paddingTop-md-50x {
    padding-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-50x {
    margin-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_marginEnd-md-50x {
    margin-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_marginBottom-md-50x {
    margin-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_marginTop-md-50x {
    margin-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-50x {
    gap-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_gapEnd-md-50x {
    gap-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_gapBottom-md-50x {
    gap-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_gapTop-md-50x {
    gap-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-51x {
    padding-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_paddingEnd-md-51x {
    padding-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_paddingBottom-md-51x {
    padding-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_paddingTop-md-51x {
    padding-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-51x {
    margin-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_marginEnd-md-51x {
    margin-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_marginBottom-md-51x {
    margin-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_marginTop-md-51x {
    margin-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-51x {
    gap-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_gapEnd-md-51x {
    gap-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_gapBottom-md-51x {
    gap-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_gapTop-md-51x {
    gap-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-52x {
    padding-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_paddingEnd-md-52x {
    padding-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_paddingBottom-md-52x {
    padding-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_paddingTop-md-52x {
    padding-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-52x {
    margin-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_marginEnd-md-52x {
    margin-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_marginBottom-md-52x {
    margin-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_marginTop-md-52x {
    margin-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-52x {
    gap-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_gapEnd-md-52x {
    gap-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_gapBottom-md-52x {
    gap-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_gapTop-md-52x {
    gap-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-53x {
    padding-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_paddingEnd-md-53x {
    padding-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_paddingBottom-md-53x {
    padding-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_paddingTop-md-53x {
    padding-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-53x {
    margin-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_marginEnd-md-53x {
    margin-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_marginBottom-md-53x {
    margin-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_marginTop-md-53x {
    margin-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-53x {
    gap-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_gapEnd-md-53x {
    gap-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_gapBottom-md-53x {
    gap-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_gapTop-md-53x {
    gap-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-54x {
    padding-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_paddingEnd-md-54x {
    padding-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_paddingBottom-md-54x {
    padding-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_paddingTop-md-54x {
    padding-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-54x {
    margin-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_marginEnd-md-54x {
    margin-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_marginBottom-md-54x {
    margin-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_marginTop-md-54x {
    margin-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-54x {
    gap-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_gapEnd-md-54x {
    gap-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_gapBottom-md-54x {
    gap-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_gapTop-md-54x {
    gap-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-55x {
    padding-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_paddingEnd-md-55x {
    padding-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_paddingBottom-md-55x {
    padding-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_paddingTop-md-55x {
    padding-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-55x {
    margin-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_marginEnd-md-55x {
    margin-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_marginBottom-md-55x {
    margin-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_marginTop-md-55x {
    margin-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-55x {
    gap-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_gapEnd-md-55x {
    gap-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_gapBottom-md-55x {
    gap-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_gapTop-md-55x {
    gap-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-56x {
    padding-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_paddingEnd-md-56x {
    padding-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_paddingBottom-md-56x {
    padding-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_paddingTop-md-56x {
    padding-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-56x {
    margin-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_marginEnd-md-56x {
    margin-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_marginBottom-md-56x {
    margin-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_marginTop-md-56x {
    margin-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-56x {
    gap-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_gapEnd-md-56x {
    gap-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_gapBottom-md-56x {
    gap-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_gapTop-md-56x {
    gap-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-57x {
    padding-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_paddingEnd-md-57x {
    padding-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_paddingBottom-md-57x {
    padding-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_paddingTop-md-57x {
    padding-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-57x {
    margin-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_marginEnd-md-57x {
    margin-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_marginBottom-md-57x {
    margin-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_marginTop-md-57x {
    margin-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-57x {
    gap-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_gapEnd-md-57x {
    gap-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_gapBottom-md-57x {
    gap-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_gapTop-md-57x {
    gap-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-58x {
    padding-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_paddingEnd-md-58x {
    padding-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_paddingBottom-md-58x {
    padding-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_paddingTop-md-58x {
    padding-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-58x {
    margin-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_marginEnd-md-58x {
    margin-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_marginBottom-md-58x {
    margin-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_marginTop-md-58x {
    margin-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-58x {
    gap-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_gapEnd-md-58x {
    gap-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_gapBottom-md-58x {
    gap-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_gapTop-md-58x {
    gap-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-59x {
    padding-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_paddingEnd-md-59x {
    padding-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_paddingBottom-md-59x {
    padding-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_paddingTop-md-59x {
    padding-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-59x {
    margin-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_marginEnd-md-59x {
    margin-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_marginBottom-md-59x {
    margin-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_marginTop-md-59x {
    margin-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-59x {
    gap-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_gapEnd-md-59x {
    gap-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_gapBottom-md-59x {
    gap-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_gapTop-md-59x {
    gap-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-60x {
    padding-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_paddingEnd-md-60x {
    padding-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_paddingBottom-md-60x {
    padding-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_paddingTop-md-60x {
    padding-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-60x {
    margin-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_marginEnd-md-60x {
    margin-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_marginBottom-md-60x {
    margin-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_marginTop-md-60x {
    margin-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-60x {
    gap-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_gapEnd-md-60x {
    gap-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_gapBottom-md-60x {
    gap-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_gapTop-md-60x {
    gap-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-61x {
    padding-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_paddingEnd-md-61x {
    padding-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_paddingBottom-md-61x {
    padding-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_paddingTop-md-61x {
    padding-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-61x {
    margin-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_marginEnd-md-61x {
    margin-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_marginBottom-md-61x {
    margin-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_marginTop-md-61x {
    margin-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-61x {
    gap-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_gapEnd-md-61x {
    gap-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_gapBottom-md-61x {
    gap-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_gapTop-md-61x {
    gap-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-62x {
    padding-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_paddingEnd-md-62x {
    padding-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_paddingBottom-md-62x {
    padding-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_paddingTop-md-62x {
    padding-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-62x {
    margin-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_marginEnd-md-62x {
    margin-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_marginBottom-md-62x {
    margin-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_marginTop-md-62x {
    margin-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-62x {
    gap-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_gapEnd-md-62x {
    gap-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_gapBottom-md-62x {
    gap-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_gapTop-md-62x {
    gap-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-63x {
    padding-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_paddingEnd-md-63x {
    padding-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_paddingBottom-md-63x {
    padding-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_paddingTop-md-63x {
    padding-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-63x {
    margin-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_marginEnd-md-63x {
    margin-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_marginBottom-md-63x {
    margin-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_marginTop-md-63x {
    margin-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-63x {
    gap-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_gapEnd-md-63x {
    gap-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_gapBottom-md-63x {
    gap-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_gapTop-md-63x {
    gap-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-64x {
    padding-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_paddingEnd-md-64x {
    padding-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_paddingBottom-md-64x {
    padding-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_paddingTop-md-64x {
    padding-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-64x {
    margin-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_marginEnd-md-64x {
    margin-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_marginBottom-md-64x {
    margin-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_marginTop-md-64x {
    margin-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-64x {
    gap-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_gapEnd-md-64x {
    gap-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_gapBottom-md-64x {
    gap-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_gapTop-md-64x {
    gap-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-65x {
    padding-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_paddingEnd-md-65x {
    padding-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_paddingBottom-md-65x {
    padding-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_paddingTop-md-65x {
    padding-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-65x {
    margin-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_marginEnd-md-65x {
    margin-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_marginBottom-md-65x {
    margin-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_marginTop-md-65x {
    margin-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-65x {
    gap-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_gapEnd-md-65x {
    gap-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_gapBottom-md-65x {
    gap-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_gapTop-md-65x {
    gap-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-66x {
    padding-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_paddingEnd-md-66x {
    padding-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_paddingBottom-md-66x {
    padding-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_paddingTop-md-66x {
    padding-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-66x {
    margin-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_marginEnd-md-66x {
    margin-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_marginBottom-md-66x {
    margin-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_marginTop-md-66x {
    margin-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-66x {
    gap-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_gapEnd-md-66x {
    gap-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_gapBottom-md-66x {
    gap-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_gapTop-md-66x {
    gap-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-67x {
    padding-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_paddingEnd-md-67x {
    padding-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_paddingBottom-md-67x {
    padding-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_paddingTop-md-67x {
    padding-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-67x {
    margin-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_marginEnd-md-67x {
    margin-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_marginBottom-md-67x {
    margin-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_marginTop-md-67x {
    margin-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-67x {
    gap-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_gapEnd-md-67x {
    gap-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_gapBottom-md-67x {
    gap-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_gapTop-md-67x {
    gap-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-68x {
    padding-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_paddingEnd-md-68x {
    padding-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_paddingBottom-md-68x {
    padding-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_paddingTop-md-68x {
    padding-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-68x {
    margin-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_marginEnd-md-68x {
    margin-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_marginBottom-md-68x {
    margin-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_marginTop-md-68x {
    margin-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-68x {
    gap-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_gapEnd-md-68x {
    gap-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_gapBottom-md-68x {
    gap-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_gapTop-md-68x {
    gap-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-69x {
    padding-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_paddingEnd-md-69x {
    padding-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_paddingBottom-md-69x {
    padding-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_paddingTop-md-69x {
    padding-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-69x {
    margin-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_marginEnd-md-69x {
    margin-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_marginBottom-md-69x {
    margin-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_marginTop-md-69x {
    margin-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-69x {
    gap-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_gapEnd-md-69x {
    gap-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_gapBottom-md-69x {
    gap-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_gapTop-md-69x {
    gap-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-70x {
    padding-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_paddingEnd-md-70x {
    padding-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_paddingBottom-md-70x {
    padding-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_paddingTop-md-70x {
    padding-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-70x {
    margin-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_marginEnd-md-70x {
    margin-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_marginBottom-md-70x {
    margin-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_marginTop-md-70x {
    margin-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-70x {
    gap-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_gapEnd-md-70x {
    gap-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_gapBottom-md-70x {
    gap-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_gapTop-md-70x {
    gap-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-71x {
    padding-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_paddingEnd-md-71x {
    padding-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_paddingBottom-md-71x {
    padding-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_paddingTop-md-71x {
    padding-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-71x {
    margin-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_marginEnd-md-71x {
    margin-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_marginBottom-md-71x {
    margin-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_marginTop-md-71x {
    margin-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-71x {
    gap-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_gapEnd-md-71x {
    gap-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_gapBottom-md-71x {
    gap-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_gapTop-md-71x {
    gap-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-72x {
    padding-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_paddingEnd-md-72x {
    padding-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_paddingBottom-md-72x {
    padding-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_paddingTop-md-72x {
    padding-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-72x {
    margin-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_marginEnd-md-72x {
    margin-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_marginBottom-md-72x {
    margin-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_marginTop-md-72x {
    margin-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-72x {
    gap-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_gapEnd-md-72x {
    gap-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_gapBottom-md-72x {
    gap-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_gapTop-md-72x {
    gap-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-0 {
    margin-bottom: 0 !important;
  }
  .hoc_margin-md-1x {
    margin-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_margin-md-2x {
    margin-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_margin-md-3x {
    margin-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_margin-md-4x {
    margin-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_margin-md-5x {
    margin-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_margin-md-6x {
    margin-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_margin-md-7x {
    margin-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_margin-md-8x {
    margin-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_margin-md-9x {
    margin-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_margin-md-10x {
    margin-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_margin-md-11x {
    margin-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_margin-md-12x {
    margin-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_margin-md-13x {
    margin-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_margin-md-14x {
    margin-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_margin-md-15x {
    margin-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_margin-md-16x {
    margin-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_margin-md-17x {
    margin-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_margin-md-18x {
    margin-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_margin-md-19x {
    margin-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_margin-md-20x {
    margin-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_margin-md-21x {
    margin-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_margin-md-22x {
    margin-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_margin-md-23x {
    margin-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_margin-md-24x {
    margin-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_margin-md-25x {
    margin-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_margin-md-26x {
    margin-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_margin-md-27x {
    margin-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_margin-md-28x {
    margin-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_margin-md-29x {
    margin-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_margin-md-30x {
    margin-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_margin-md-31x {
    margin-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_margin-md-32x {
    margin-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_margin-md-33x {
    margin-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_margin-md-34x {
    margin-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_margin-md-35x {
    margin-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_margin-md-36x {
    margin-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_margin-md-37x {
    margin-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_margin-md-38x {
    margin-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_margin-md-39x {
    margin-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_margin-md-40x {
    margin-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_margin-md-41x {
    margin-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_margin-md-42x {
    margin-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_margin-md-43x {
    margin-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_margin-md-44x {
    margin-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_margin-md-45x {
    margin-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_margin-md-46x {
    margin-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_margin-md-47x {
    margin-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_margin-md-48x {
    margin-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_margin-md-49x {
    margin-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_margin-md-50x {
    margin-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_margin-md-51x {
    margin-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_margin-md-52x {
    margin-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_margin-md-53x {
    margin-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_margin-md-54x {
    margin-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_margin-md-55x {
    margin-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_margin-md-56x {
    margin-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_margin-md-57x {
    margin-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_margin-md-58x {
    margin-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_margin-md-59x {
    margin-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_margin-md-60x {
    margin-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_margin-md-61x {
    margin-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_margin-md-62x {
    margin-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_margin-md-63x {
    margin-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_margin-md-64x {
    margin-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_margin-md-65x {
    margin-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_margin-md-66x {
    margin-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_margin-md-67x {
    margin-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_margin-md-68x {
    margin-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_margin-md-69x {
    margin-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_margin-md-70x {
    margin-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_margin-md-71x {
    margin-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_margin-md-72x {
    margin-bottom: calc(var(--step) * 72) !important;
  }
}

.hoc_padding-0 {
  padding: 0 !important;
}

@media screen and (min-width: 924px) {
  .hoc_padding-md-0 {
    padding: 0 !important;
  }
  .hoc_padding-md-1x {
    padding: calc(var(--step) * 1) !important;
  }
  .hoc_padding-md-2x {
    padding: calc(var(--step) * 2) !important;
  }
  .hoc_padding-md-3x {
    padding: calc(var(--step) * 3) !important;
  }
  .hoc_padding-md-4x {
    padding: calc(var(--step) * 4) !important;
  }
  .hoc_padding-md-5x {
    padding: calc(var(--step) * 5) !important;
  }
  .hoc_padding-md-6x {
    padding: calc(var(--step) * 6) !important;
  }
  .hoc_padding-md-7x {
    padding: calc(var(--step) * 7) !important;
  }
  .hoc_padding-md-8x {
    padding: calc(var(--step) * 8) !important;
  }
  .hoc_padding-md-9x {
    padding: calc(var(--step) * 9) !important;
  }
  .hoc_padding-md-10x {
    padding: calc(var(--step) * 10) !important;
  }
  .hoc_padding-md-11x {
    padding: calc(var(--step) * 11) !important;
  }
  .hoc_padding-md-12x {
    padding: calc(var(--step) * 12) !important;
  }
  .hoc_padding-md-13x {
    padding: calc(var(--step) * 13) !important;
  }
  .hoc_padding-md-14x {
    padding: calc(var(--step) * 14) !important;
  }
  .hoc_padding-md-15x {
    padding: calc(var(--step) * 15) !important;
  }
  .hoc_padding-md-16x {
    padding: calc(var(--step) * 16) !important;
  }
  .hoc_padding-md-17x {
    padding: calc(var(--step) * 17) !important;
  }
  .hoc_padding-md-18x {
    padding: calc(var(--step) * 18) !important;
  }
  .hoc_padding-md-19x {
    padding: calc(var(--step) * 19) !important;
  }
  .hoc_padding-md-20x {
    padding: calc(var(--step) * 20) !important;
  }
  .hoc_padding-md-21x {
    padding: calc(var(--step) * 21) !important;
  }
  .hoc_padding-md-22x {
    padding: calc(var(--step) * 22) !important;
  }
  .hoc_padding-md-23x {
    padding: calc(var(--step) * 23) !important;
  }
  .hoc_padding-md-24x {
    padding: calc(var(--step) * 24) !important;
  }
  .hoc_padding-md-25x {
    padding: calc(var(--step) * 25) !important;
  }
  .hoc_padding-md-26x {
    padding: calc(var(--step) * 26) !important;
  }
  .hoc_padding-md-27x {
    padding: calc(var(--step) * 27) !important;
  }
  .hoc_padding-md-28x {
    padding: calc(var(--step) * 28) !important;
  }
  .hoc_padding-md-29x {
    padding: calc(var(--step) * 29) !important;
  }
  .hoc_padding-md-30x {
    padding: calc(var(--step) * 30) !important;
  }
  .hoc_padding-md-31x {
    padding: calc(var(--step) * 31) !important;
  }
  .hoc_padding-md-32x {
    padding: calc(var(--step) * 32) !important;
  }
  .hoc_padding-md-33x {
    padding: calc(var(--step) * 33) !important;
  }
  .hoc_padding-md-34x {
    padding: calc(var(--step) * 34) !important;
  }
  .hoc_padding-md-35x {
    padding: calc(var(--step) * 35) !important;
  }
  .hoc_padding-md-36x {
    padding: calc(var(--step) * 36) !important;
  }
  .hoc_padding-md-37x {
    padding: calc(var(--step) * 37) !important;
  }
  .hoc_padding-md-38x {
    padding: calc(var(--step) * 38) !important;
  }
  .hoc_padding-md-39x {
    padding: calc(var(--step) * 39) !important;
  }
  .hoc_padding-md-40x {
    padding: calc(var(--step) * 40) !important;
  }
  .hoc_padding-md-41x {
    padding: calc(var(--step) * 41) !important;
  }
  .hoc_padding-md-42x {
    padding: calc(var(--step) * 42) !important;
  }
  .hoc_padding-md-43x {
    padding: calc(var(--step) * 43) !important;
  }
  .hoc_padding-md-44x {
    padding: calc(var(--step) * 44) !important;
  }
  .hoc_padding-md-45x {
    padding: calc(var(--step) * 45) !important;
  }
  .hoc_padding-md-46x {
    padding: calc(var(--step) * 46) !important;
  }
  .hoc_padding-md-47x {
    padding: calc(var(--step) * 47) !important;
  }
  .hoc_padding-md-48x {
    padding: calc(var(--step) * 48) !important;
  }
  .hoc_padding-md-49x {
    padding: calc(var(--step) * 49) !important;
  }
  .hoc_padding-md-50x {
    padding: calc(var(--step) * 50) !important;
  }
  .hoc_padding-md-51x {
    padding: calc(var(--step) * 51) !important;
  }
  .hoc_padding-md-52x {
    padding: calc(var(--step) * 52) !important;
  }
  .hoc_padding-md-53x {
    padding: calc(var(--step) * 53) !important;
  }
  .hoc_padding-md-54x {
    padding: calc(var(--step) * 54) !important;
  }
  .hoc_padding-md-55x {
    padding: calc(var(--step) * 55) !important;
  }
  .hoc_padding-md-56x {
    padding: calc(var(--step) * 56) !important;
  }
  .hoc_padding-md-57x {
    padding: calc(var(--step) * 57) !important;
  }
  .hoc_padding-md-58x {
    padding: calc(var(--step) * 58) !important;
  }
  .hoc_padding-md-59x {
    padding: calc(var(--step) * 59) !important;
  }
  .hoc_padding-md-60x {
    padding: calc(var(--step) * 60) !important;
  }
  .hoc_padding-md-61x {
    padding: calc(var(--step) * 61) !important;
  }
  .hoc_padding-md-62x {
    padding: calc(var(--step) * 62) !important;
  }
  .hoc_padding-md-63x {
    padding: calc(var(--step) * 63) !important;
  }
  .hoc_padding-md-64x {
    padding: calc(var(--step) * 64) !important;
  }
  .hoc_padding-md-65x {
    padding: calc(var(--step) * 65) !important;
  }
  .hoc_padding-md-66x {
    padding: calc(var(--step) * 66) !important;
  }
  .hoc_padding-md-67x {
    padding: calc(var(--step) * 67) !important;
  }
  .hoc_padding-md-68x {
    padding: calc(var(--step) * 68) !important;
  }
  .hoc_padding-md-69x {
    padding: calc(var(--step) * 69) !important;
  }
  .hoc_padding-md-70x {
    padding: calc(var(--step) * 70) !important;
  }
  .hoc_padding-md-71x {
    padding: calc(var(--step) * 71) !important;
  }
  .hoc_padding-md-72x {
    padding: calc(var(--step) * 72) !important;
  }
}

@media screen and (min-width: 924px) {
  .hoc_paddingTop-md-0 {
    padding: 0 !important;
  }
  .hoc_paddingTop-md-1x {
    padding-top: calc(var(--step) * 1) !important;
  }
  .hoc_paddingTop-md-2x {
    padding-top: calc(var(--step) * 2) !important;
  }
  .hoc_paddingTop-md-3x {
    padding-top: calc(var(--step) * 3) !important;
  }
  .hoc_paddingTop-md-4x {
    padding-top: calc(var(--step) * 4) !important;
  }
  .hoc_paddingTop-md-5x {
    padding-top: calc(var(--step) * 5) !important;
  }
  .hoc_paddingTop-md-6x {
    padding-top: calc(var(--step) * 6) !important;
  }
  .hoc_paddingTop-md-7x {
    padding-top: calc(var(--step) * 7) !important;
  }
  .hoc_paddingTop-md-8x {
    padding-top: calc(var(--step) * 8) !important;
  }
  .hoc_paddingTop-md-9x {
    padding-top: calc(var(--step) * 9) !important;
  }
  .hoc_paddingTop-md-10x {
    padding-top: calc(var(--step) * 10) !important;
  }
  .hoc_paddingTop-md-11x {
    padding-top: calc(var(--step) * 11) !important;
  }
  .hoc_paddingTop-md-12x {
    padding-top: calc(var(--step) * 12) !important;
  }
  .hoc_paddingTop-md-13x {
    padding-top: calc(var(--step) * 13) !important;
  }
  .hoc_paddingTop-md-14x {
    padding-top: calc(var(--step) * 14) !important;
  }
  .hoc_paddingTop-md-15x {
    padding-top: calc(var(--step) * 15) !important;
  }
  .hoc_paddingTop-md-16x {
    padding-top: calc(var(--step) * 16) !important;
  }
  .hoc_paddingTop-md-17x {
    padding-top: calc(var(--step) * 17) !important;
  }
  .hoc_paddingTop-md-18x {
    padding-top: calc(var(--step) * 18) !important;
  }
  .hoc_paddingTop-md-19x {
    padding-top: calc(var(--step) * 19) !important;
  }
  .hoc_paddingTop-md-20x {
    padding-top: calc(var(--step) * 20) !important;
  }
  .hoc_paddingTop-md-21x {
    padding-top: calc(var(--step) * 21) !important;
  }
  .hoc_paddingTop-md-22x {
    padding-top: calc(var(--step) * 22) !important;
  }
  .hoc_paddingTop-md-23x {
    padding-top: calc(var(--step) * 23) !important;
  }
  .hoc_paddingTop-md-24x {
    padding-top: calc(var(--step) * 24) !important;
  }
  .hoc_paddingTop-md-25x {
    padding-top: calc(var(--step) * 25) !important;
  }
  .hoc_paddingTop-md-26x {
    padding-top: calc(var(--step) * 26) !important;
  }
  .hoc_paddingTop-md-27x {
    padding-top: calc(var(--step) * 27) !important;
  }
  .hoc_paddingTop-md-28x {
    padding-top: calc(var(--step) * 28) !important;
  }
  .hoc_paddingTop-md-29x {
    padding-top: calc(var(--step) * 29) !important;
  }
  .hoc_paddingTop-md-30x {
    padding-top: calc(var(--step) * 30) !important;
  }
  .hoc_paddingTop-md-31x {
    padding-top: calc(var(--step) * 31) !important;
  }
  .hoc_paddingTop-md-32x {
    padding-top: calc(var(--step) * 32) !important;
  }
  .hoc_paddingTop-md-33x {
    padding-top: calc(var(--step) * 33) !important;
  }
  .hoc_paddingTop-md-34x {
    padding-top: calc(var(--step) * 34) !important;
  }
  .hoc_paddingTop-md-35x {
    padding-top: calc(var(--step) * 35) !important;
  }
  .hoc_paddingTop-md-36x {
    padding-top: calc(var(--step) * 36) !important;
  }
  .hoc_paddingTop-md-37x {
    padding-top: calc(var(--step) * 37) !important;
  }
  .hoc_paddingTop-md-38x {
    padding-top: calc(var(--step) * 38) !important;
  }
  .hoc_paddingTop-md-39x {
    padding-top: calc(var(--step) * 39) !important;
  }
  .hoc_paddingTop-md-40x {
    padding-top: calc(var(--step) * 40) !important;
  }
  .hoc_paddingTop-md-41x {
    padding-top: calc(var(--step) * 41) !important;
  }
  .hoc_paddingTop-md-42x {
    padding-top: calc(var(--step) * 42) !important;
  }
  .hoc_paddingTop-md-43x {
    padding-top: calc(var(--step) * 43) !important;
  }
  .hoc_paddingTop-md-44x {
    padding-top: calc(var(--step) * 44) !important;
  }
  .hoc_paddingTop-md-45x {
    padding-top: calc(var(--step) * 45) !important;
  }
  .hoc_paddingTop-md-46x {
    padding-top: calc(var(--step) * 46) !important;
  }
  .hoc_paddingTop-md-47x {
    padding-top: calc(var(--step) * 47) !important;
  }
  .hoc_paddingTop-md-48x {
    padding-top: calc(var(--step) * 48) !important;
  }
  .hoc_paddingTop-md-49x {
    padding-top: calc(var(--step) * 49) !important;
  }
  .hoc_paddingTop-md-50x {
    padding-top: calc(var(--step) * 50) !important;
  }
  .hoc_paddingTop-md-51x {
    padding-top: calc(var(--step) * 51) !important;
  }
  .hoc_paddingTop-md-52x {
    padding-top: calc(var(--step) * 52) !important;
  }
  .hoc_paddingTop-md-53x {
    padding-top: calc(var(--step) * 53) !important;
  }
  .hoc_paddingTop-md-54x {
    padding-top: calc(var(--step) * 54) !important;
  }
  .hoc_paddingTop-md-55x {
    padding-top: calc(var(--step) * 55) !important;
  }
  .hoc_paddingTop-md-56x {
    padding-top: calc(var(--step) * 56) !important;
  }
  .hoc_paddingTop-md-57x {
    padding-top: calc(var(--step) * 57) !important;
  }
  .hoc_paddingTop-md-58x {
    padding-top: calc(var(--step) * 58) !important;
  }
  .hoc_paddingTop-md-59x {
    padding-top: calc(var(--step) * 59) !important;
  }
  .hoc_paddingTop-md-60x {
    padding-top: calc(var(--step) * 60) !important;
  }
  .hoc_paddingTop-md-61x {
    padding-top: calc(var(--step) * 61) !important;
  }
  .hoc_paddingTop-md-62x {
    padding-top: calc(var(--step) * 62) !important;
  }
  .hoc_paddingTop-md-63x {
    padding-top: calc(var(--step) * 63) !important;
  }
  .hoc_paddingTop-md-64x {
    padding-top: calc(var(--step) * 64) !important;
  }
  .hoc_paddingTop-md-65x {
    padding-top: calc(var(--step) * 65) !important;
  }
  .hoc_paddingTop-md-66x {
    padding-top: calc(var(--step) * 66) !important;
  }
  .hoc_paddingTop-md-67x {
    padding-top: calc(var(--step) * 67) !important;
  }
  .hoc_paddingTop-md-68x {
    padding-top: calc(var(--step) * 68) !important;
  }
  .hoc_paddingTop-md-69x {
    padding-top: calc(var(--step) * 69) !important;
  }
  .hoc_paddingTop-md-70x {
    padding-top: calc(var(--step) * 70) !important;
  }
  .hoc_paddingTop-md-71x {
    padding-top: calc(var(--step) * 71) !important;
  }
  .hoc_paddingTop-md-72x {
    padding-top: calc(var(--step) * 72) !important;
  }
}

@media screen and (min-width: 924px) {
  .hoc_paddingBottom-md-0 {
    padding: 0 !important;
  }
  .hoc_paddingBottom-md-1x {
    padding-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_paddingBottom-md-2x {
    padding-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_paddingBottom-md-3x {
    padding-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_paddingBottom-md-4x {
    padding-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_paddingBottom-md-5x {
    padding-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_paddingBottom-md-6x {
    padding-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_paddingBottom-md-7x {
    padding-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_paddingBottom-md-8x {
    padding-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_paddingBottom-md-9x {
    padding-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_paddingBottom-md-10x {
    padding-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_paddingBottom-md-11x {
    padding-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_paddingBottom-md-12x {
    padding-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_paddingBottom-md-13x {
    padding-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_paddingBottom-md-14x {
    padding-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_paddingBottom-md-15x {
    padding-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_paddingBottom-md-16x {
    padding-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_paddingBottom-md-17x {
    padding-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_paddingBottom-md-18x {
    padding-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_paddingBottom-md-19x {
    padding-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_paddingBottom-md-20x {
    padding-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_paddingBottom-md-21x {
    padding-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_paddingBottom-md-22x {
    padding-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_paddingBottom-md-23x {
    padding-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_paddingBottom-md-24x {
    padding-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_paddingBottom-md-25x {
    padding-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_paddingBottom-md-26x {
    padding-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_paddingBottom-md-27x {
    padding-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_paddingBottom-md-28x {
    padding-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_paddingBottom-md-29x {
    padding-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_paddingBottom-md-30x {
    padding-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_paddingBottom-md-31x {
    padding-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_paddingBottom-md-32x {
    padding-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_paddingBottom-md-33x {
    padding-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_paddingBottom-md-34x {
    padding-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_paddingBottom-md-35x {
    padding-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_paddingBottom-md-36x {
    padding-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_paddingBottom-md-37x {
    padding-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_paddingBottom-md-38x {
    padding-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_paddingBottom-md-39x {
    padding-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_paddingBottom-md-40x {
    padding-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_paddingBottom-md-41x {
    padding-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_paddingBottom-md-42x {
    padding-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_paddingBottom-md-43x {
    padding-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_paddingBottom-md-44x {
    padding-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_paddingBottom-md-45x {
    padding-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_paddingBottom-md-46x {
    padding-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_paddingBottom-md-47x {
    padding-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_paddingBottom-md-48x {
    padding-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_paddingBottom-md-49x {
    padding-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_paddingBottom-md-50x {
    padding-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_paddingBottom-md-51x {
    padding-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_paddingBottom-md-52x {
    padding-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_paddingBottom-md-53x {
    padding-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_paddingBottom-md-54x {
    padding-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_paddingBottom-md-55x {
    padding-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_paddingBottom-md-56x {
    padding-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_paddingBottom-md-57x {
    padding-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_paddingBottom-md-58x {
    padding-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_paddingBottom-md-59x {
    padding-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_paddingBottom-md-60x {
    padding-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_paddingBottom-md-61x {
    padding-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_paddingBottom-md-62x {
    padding-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_paddingBottom-md-63x {
    padding-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_paddingBottom-md-64x {
    padding-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_paddingBottom-md-65x {
    padding-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_paddingBottom-md-66x {
    padding-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_paddingBottom-md-67x {
    padding-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_paddingBottom-md-68x {
    padding-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_paddingBottom-md-69x {
    padding-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_paddingBottom-md-70x {
    padding-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_paddingBottom-md-71x {
    padding-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_paddingBottom-md-72x {
    padding-bottom: calc(var(--step) * 72) !important;
  }
}

.hoc_size-2 {
  font-size: 0.125rem !important;
  line-height: 0.5rem !important;
}

.hoc_size-3 {
  font-size: 0.1875rem !important;
  line-height: 0.5625rem !important;
}

.hoc_size-4 {
  font-size: 0.25rem !important;
  line-height: 0.625rem !important;
}

.hoc_size-5 {
  font-size: 0.3125rem !important;
  line-height: 0.6875rem !important;
}

.hoc_size-6 {
  font-size: 0.375rem !important;
  line-height: 0.75rem !important;
}

.hoc_size-7 {
  font-size: 0.4375rem !important;
  line-height: 0.8125rem !important;
}

.hoc_size-8 {
  font-size: 0.5rem !important;
  line-height: 0.875rem !important;
}

.hoc_size-9 {
  font-size: 0.5625rem !important;
  line-height: 0.9375rem !important;
}

.hoc_size-10 {
  font-size: 0.625rem !important;
  line-height: 1rem !important;
}

.hoc_size-11 {
  font-size: 0.6875rem !important;
  line-height: 1.0625rem !important;
}

.hoc_size-12 {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}

.hoc_size-14 {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.hoc_size-16 {
  font-size: 1rem !important;
  line-height: 1.375rem !important;
}

.hoc_size-18 {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.hoc_size-20 {
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
}

.hoc_size-22 {
  font-size: 1.375rem !important;
  line-height: 1.75rem !important;
}

.hoc_size-24 {
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
}

.hoc_size-26 {
  font-size: 1.625rem !important;
  line-height: 2rem !important;
}

.hoc_size-28 {
  font-size: 1.75rem !important;
  line-height: 2.125rem !important;
}

.hoc_size-30 {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.hoc_size-32 {
  font-size: 2rem !important;
  line-height: 2.375rem !important;
}

.hoc_size-34 {
  font-size: 2.125rem !important;
  line-height: 2.5rem !important;
}

.hoc_size-36 {
  font-size: 2.25rem !important;
  line-height: 2.625rem !important;
}

.hoc_size-40 {
  font-size: 2.5rem !important;
  line-height: 2.875rem !important;
}

.hoc_size-42 {
  font-size: 2.625rem !important;
  line-height: 3rem !important;
}

.hoc_size-44 {
  font-size: 2.75rem !important;
  line-height: 3.125rem !important;
}

.hoc_size-46 {
  font-size: 2.875rem !important;
  line-height: 3.25rem !important;
}

.hoc_size-48 {
  font-size: 3rem !important;
  line-height: 3.375rem !important;
}

@media screen and (min-width: 924px) {
  .hoc_size-md-2 {
    font-size: 0.125rem !important;
    line-height: 0.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-3 {
    font-size: 0.1875rem !important;
    line-height: 0.6875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-4 {
    font-size: 0.25rem !important;
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-5 {
    font-size: 0.3125rem !important;
    line-height: 0.8125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-6 {
    font-size: 0.375rem !important;
    line-height: 0.875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-7 {
    font-size: 0.4375rem !important;
    line-height: 0.9375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-8 {
    font-size: 0.5rem !important;
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-9 {
    font-size: 0.5625rem !important;
    line-height: 1.0625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-10 {
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-11 {
    font-size: 0.6875rem !important;
    line-height: 1.1875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-12 {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-14 {
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-16 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-18 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-20 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-22 {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-24 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-26 {
    font-size: 1.625rem !important;
    line-height: 2.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-28 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-30 {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-32 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-34 {
    font-size: 2.125rem !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-36 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-40 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-42 {
    font-size: 2.625rem !important;
    line-height: 3.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-44 {
    font-size: 2.75rem !important;
    line-height: 3.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-46 {
    font-size: 2.875rem !important;
    line-height: 3.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-48 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-2 {
    font-size: 0.125rem !important;
    line-height: 0.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-3 {
    font-size: 0.1875rem !important;
    line-height: 0.6875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-4 {
    font-size: 0.25rem !important;
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-5 {
    font-size: 0.3125rem !important;
    line-height: 0.8125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-6 {
    font-size: 0.375rem !important;
    line-height: 0.875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-7 {
    font-size: 0.4375rem !important;
    line-height: 0.9375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-8 {
    font-size: 0.5rem !important;
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-9 {
    font-size: 0.5625rem !important;
    line-height: 1.0625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-10 {
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-11 {
    font-size: 0.6875rem !important;
    line-height: 1.1875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-12 {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-14 {
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-16 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-18 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-20 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-22 {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-24 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-26 {
    font-size: 1.625rem !important;
    line-height: 2.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-28 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-30 {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-32 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-34 {
    font-size: 2.125rem !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-36 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-40 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-42 {
    font-size: 2.625rem !important;
    line-height: 3.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-44 {
    font-size: 2.75rem !important;
    line-height: 3.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-46 {
    font-size: 2.875rem !important;
    line-height: 3.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-48 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
}
.hoc_width-2x {
  width: calc(var(--step) * 2) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-2x {
    width: calc(var(--step) * 2) !important;
  }
}
.hoc_width-3x {
  width: calc(var(--step) * 3) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-3x {
    width: calc(var(--step) * 3) !important;
  }
}
.hoc_width-4x {
  width: calc(var(--step) * 4) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-4x {
    width: calc(var(--step) * 4) !important;
  }
}
.hoc_width-5x {
  width: calc(var(--step) * 5) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-5x {
    width: calc(var(--step) * 5) !important;
  }
}
.hoc_width-6x {
  width: calc(var(--step) * 6) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-6x {
    width: calc(var(--step) * 6) !important;
  }
}
.hoc_width-7x {
  width: calc(var(--step) * 7) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-7x {
    width: calc(var(--step) * 7) !important;
  }
}
.hoc_width-8x {
  width: calc(var(--step) * 8) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-8x {
    width: calc(var(--step) * 8) !important;
  }
}
.hoc_width-9x {
  width: calc(var(--step) * 9) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-9x {
    width: calc(var(--step) * 9) !important;
  }
}
.hoc_width-10x {
  width: calc(var(--step) * 10) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-10x {
    width: calc(var(--step) * 10) !important;
  }
}
.hoc_width-11x {
  width: calc(var(--step) * 11) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-11x {
    width: calc(var(--step) * 11) !important;
  }
}
.hoc_width-12x {
  width: calc(var(--step) * 12) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-12x {
    width: calc(var(--step) * 12) !important;
  }
}
.hoc_width-13x {
  width: calc(var(--step) * 13) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-13x {
    width: calc(var(--step) * 13) !important;
  }
}
.hoc_width-14x {
  width: calc(var(--step) * 14) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-14x {
    width: calc(var(--step) * 14) !important;
  }
}
.hoc_width-15x {
  width: calc(var(--step) * 15) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-15x {
    width: calc(var(--step) * 15) !important;
  }
}
.hoc_width-16x {
  width: calc(var(--step) * 16) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-16x {
    width: calc(var(--step) * 16) !important;
  }
}
.hoc_width-17x {
  width: calc(var(--step) * 17) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-17x {
    width: calc(var(--step) * 17) !important;
  }
}
.hoc_width-18x {
  width: calc(var(--step) * 18) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-18x {
    width: calc(var(--step) * 18) !important;
  }
}
.hoc_width-19x {
  width: calc(var(--step) * 19) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-19x {
    width: calc(var(--step) * 19) !important;
  }
}
.hoc_width-20x {
  width: calc(var(--step) * 20) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-20x {
    width: calc(var(--step) * 20) !important;
  }
}
.hoc_width-21x {
  width: calc(var(--step) * 21) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-21x {
    width: calc(var(--step) * 21) !important;
  }
}
.hoc_width-22x {
  width: calc(var(--step) * 22) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-22x {
    width: calc(var(--step) * 22) !important;
  }
}
.hoc_width-23x {
  width: calc(var(--step) * 23) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-23x {
    width: calc(var(--step) * 23) !important;
  }
}
.hoc_width-24x {
  width: calc(var(--step) * 24) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-24x {
    width: calc(var(--step) * 24) !important;
  }
}
.hoc_width-25x {
  width: calc(var(--step) * 25) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-25x {
    width: calc(var(--step) * 25) !important;
  }
}
.hoc_width-26x {
  width: calc(var(--step) * 26) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-26x {
    width: calc(var(--step) * 26) !important;
  }
}
.hoc_width-27x {
  width: calc(var(--step) * 27) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-27x {
    width: calc(var(--step) * 27) !important;
  }
}
.hoc_width-28x {
  width: calc(var(--step) * 28) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-28x {
    width: calc(var(--step) * 28) !important;
  }
}
.hoc_width-29x {
  width: calc(var(--step) * 29) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-29x {
    width: calc(var(--step) * 29) !important;
  }
}
.hoc_width-30x {
  width: calc(var(--step) * 30) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-30x {
    width: calc(var(--step) * 30) !important;
  }
}
.hoc_width-31x {
  width: calc(var(--step) * 31) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-31x {
    width: calc(var(--step) * 31) !important;
  }
}
.hoc_width-32x {
  width: calc(var(--step) * 32) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-32x {
    width: calc(var(--step) * 32) !important;
  }
}
.hoc_width-33x {
  width: calc(var(--step) * 33) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-33x {
    width: calc(var(--step) * 33) !important;
  }
}
.hoc_width-34x {
  width: calc(var(--step) * 34) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-34x {
    width: calc(var(--step) * 34) !important;
  }
}
.hoc_width-35x {
  width: calc(var(--step) * 35) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-35x {
    width: calc(var(--step) * 35) !important;
  }
}
.hoc_width-36x {
  width: calc(var(--step) * 36) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-36x {
    width: calc(var(--step) * 36) !important;
  }
}
.hoc_width-37x {
  width: calc(var(--step) * 37) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-37x {
    width: calc(var(--step) * 37) !important;
  }
}
.hoc_width-38x {
  width: calc(var(--step) * 38) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-38x {
    width: calc(var(--step) * 38) !important;
  }
}
.hoc_width-39x {
  width: calc(var(--step) * 39) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-39x {
    width: calc(var(--step) * 39) !important;
  }
}
.hoc_width-40x {
  width: calc(var(--step) * 40) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-40x {
    width: calc(var(--step) * 40) !important;
  }
}
.hoc_width-41x {
  width: calc(var(--step) * 41) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-41x {
    width: calc(var(--step) * 41) !important;
  }
}
.hoc_width-42x {
  width: calc(var(--step) * 42) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-42x {
    width: calc(var(--step) * 42) !important;
  }
}
.hoc_width-43x {
  width: calc(var(--step) * 43) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-43x {
    width: calc(var(--step) * 43) !important;
  }
}
.hoc_width-44x {
  width: calc(var(--step) * 44) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-44x {
    width: calc(var(--step) * 44) !important;
  }
}
.hoc_width-45x {
  width: calc(var(--step) * 45) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-45x {
    width: calc(var(--step) * 45) !important;
  }
}
.hoc_width-46x {
  width: calc(var(--step) * 46) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-46x {
    width: calc(var(--step) * 46) !important;
  }
}
.hoc_width-47x {
  width: calc(var(--step) * 47) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-47x {
    width: calc(var(--step) * 47) !important;
  }
}
.hoc_width-48x {
  width: calc(var(--step) * 48) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-48x {
    width: calc(var(--step) * 48) !important;
  }
}
.hoc_width-49x {
  width: calc(var(--step) * 49) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-49x {
    width: calc(var(--step) * 49) !important;
  }
}
.hoc_width-50x {
  width: calc(var(--step) * 50) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-50x {
    width: calc(var(--step) * 50) !important;
  }
}
.hoc_width-51x {
  width: calc(var(--step) * 51) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-51x {
    width: calc(var(--step) * 51) !important;
  }
}
.hoc_width-52x {
  width: calc(var(--step) * 52) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-52x {
    width: calc(var(--step) * 52) !important;
  }
}
.hoc_width-53x {
  width: calc(var(--step) * 53) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-53x {
    width: calc(var(--step) * 53) !important;
  }
}
.hoc_width-54x {
  width: calc(var(--step) * 54) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-54x {
    width: calc(var(--step) * 54) !important;
  }
}
.hoc_width-55x {
  width: calc(var(--step) * 55) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-55x {
    width: calc(var(--step) * 55) !important;
  }
}
.hoc_width-56x {
  width: calc(var(--step) * 56) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-56x {
    width: calc(var(--step) * 56) !important;
  }
}
.hoc_width-57x {
  width: calc(var(--step) * 57) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-57x {
    width: calc(var(--step) * 57) !important;
  }
}
.hoc_width-58x {
  width: calc(var(--step) * 58) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-58x {
    width: calc(var(--step) * 58) !important;
  }
}
.hoc_width-59x {
  width: calc(var(--step) * 59) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-59x {
    width: calc(var(--step) * 59) !important;
  }
}
.hoc_width-60x {
  width: calc(var(--step) * 60) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-60x {
    width: calc(var(--step) * 60) !important;
  }
}
.hoc_width-61x {
  width: calc(var(--step) * 61) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-61x {
    width: calc(var(--step) * 61) !important;
  }
}
.hoc_width-62x {
  width: calc(var(--step) * 62) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-62x {
    width: calc(var(--step) * 62) !important;
  }
}
.hoc_width-63x {
  width: calc(var(--step) * 63) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-63x {
    width: calc(var(--step) * 63) !important;
  }
}
.hoc_width-64x {
  width: calc(var(--step) * 64) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-64x {
    width: calc(var(--step) * 64) !important;
  }
}
.hoc_width-65x {
  width: calc(var(--step) * 65) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-65x {
    width: calc(var(--step) * 65) !important;
  }
}
.hoc_width-66x {
  width: calc(var(--step) * 66) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-66x {
    width: calc(var(--step) * 66) !important;
  }
}
.hoc_width-67x {
  width: calc(var(--step) * 67) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-67x {
    width: calc(var(--step) * 67) !important;
  }
}
.hoc_width-68x {
  width: calc(var(--step) * 68) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-68x {
    width: calc(var(--step) * 68) !important;
  }
}
.hoc_width-69x {
  width: calc(var(--step) * 69) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-69x {
    width: calc(var(--step) * 69) !important;
  }
}
.hoc_width-70x {
  width: calc(var(--step) * 70) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-70x {
    width: calc(var(--step) * 70) !important;
  }
}
.hoc_width-71x {
  width: calc(var(--step) * 71) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-71x {
    width: calc(var(--step) * 71) !important;
  }
}
.hoc_width-72x {
  width: calc(var(--step) * 72) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-72x {
    width: calc(var(--step) * 72) !important;
  }
}

.hoc_height-2x {
  height: calc(var(--step) * 2) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-2x {
    height: calc(var(--step) * 2) !important;
  }
}
.hoc_height-3x {
  height: calc(var(--step) * 3) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-3x {
    height: calc(var(--step) * 3) !important;
  }
}
.hoc_height-4x {
  height: calc(var(--step) * 4) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-4x {
    height: calc(var(--step) * 4) !important;
  }
}
.hoc_height-5x {
  height: calc(var(--step) * 5) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-5x {
    height: calc(var(--step) * 5) !important;
  }
}
.hoc_height-6x {
  height: calc(var(--step) * 6) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-6x {
    height: calc(var(--step) * 6) !important;
  }
}
.hoc_height-7x {
  height: calc(var(--step) * 7) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-7x {
    height: calc(var(--step) * 7) !important;
  }
}
.hoc_height-8x {
  height: calc(var(--step) * 8) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-8x {
    height: calc(var(--step) * 8) !important;
  }
}
.hoc_height-9x {
  height: calc(var(--step) * 9) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-9x {
    height: calc(var(--step) * 9) !important;
  }
}
.hoc_height-10x {
  height: calc(var(--step) * 10) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-10x {
    height: calc(var(--step) * 10) !important;
  }
}
.hoc_height-11x {
  height: calc(var(--step) * 11) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-11x {
    height: calc(var(--step) * 11) !important;
  }
}
.hoc_height-12x {
  height: calc(var(--step) * 12) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-12x {
    height: calc(var(--step) * 12) !important;
  }
}
.hoc_height-13x {
  height: calc(var(--step) * 13) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-13x {
    height: calc(var(--step) * 13) !important;
  }
}
.hoc_height-14x {
  height: calc(var(--step) * 14) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-14x {
    height: calc(var(--step) * 14) !important;
  }
}
.hoc_height-15x {
  height: calc(var(--step) * 15) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-15x {
    height: calc(var(--step) * 15) !important;
  }
}
.hoc_height-16x {
  height: calc(var(--step) * 16) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-16x {
    height: calc(var(--step) * 16) !important;
  }
}
.hoc_height-17x {
  height: calc(var(--step) * 17) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-17x {
    height: calc(var(--step) * 17) !important;
  }
}
.hoc_height-18x {
  height: calc(var(--step) * 18) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-18x {
    height: calc(var(--step) * 18) !important;
  }
}
.hoc_height-19x {
  height: calc(var(--step) * 19) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-19x {
    height: calc(var(--step) * 19) !important;
  }
}
.hoc_height-20x {
  height: calc(var(--step) * 20) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-20x {
    height: calc(var(--step) * 20) !important;
  }
}
.hoc_height-21x {
  height: calc(var(--step) * 21) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-21x {
    height: calc(var(--step) * 21) !important;
  }
}
.hoc_height-22x {
  height: calc(var(--step) * 22) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-22x {
    height: calc(var(--step) * 22) !important;
  }
}
.hoc_height-23x {
  height: calc(var(--step) * 23) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-23x {
    height: calc(var(--step) * 23) !important;
  }
}
.hoc_height-24x {
  height: calc(var(--step) * 24) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-24x {
    height: calc(var(--step) * 24) !important;
  }
}
.hoc_height-25x {
  height: calc(var(--step) * 25) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-25x {
    height: calc(var(--step) * 25) !important;
  }
}
.hoc_height-26x {
  height: calc(var(--step) * 26) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-26x {
    height: calc(var(--step) * 26) !important;
  }
}
.hoc_height-27x {
  height: calc(var(--step) * 27) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-27x {
    height: calc(var(--step) * 27) !important;
  }
}
.hoc_height-28x {
  height: calc(var(--step) * 28) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-28x {
    height: calc(var(--step) * 28) !important;
  }
}
.hoc_height-29x {
  height: calc(var(--step) * 29) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-29x {
    height: calc(var(--step) * 29) !important;
  }
}
.hoc_height-30x {
  height: calc(var(--step) * 30) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-30x {
    height: calc(var(--step) * 30) !important;
  }
}
.hoc_height-31x {
  height: calc(var(--step) * 31) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-31x {
    height: calc(var(--step) * 31) !important;
  }
}
.hoc_height-32x {
  height: calc(var(--step) * 32) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-32x {
    height: calc(var(--step) * 32) !important;
  }
}
.hoc_height-33x {
  height: calc(var(--step) * 33) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-33x {
    height: calc(var(--step) * 33) !important;
  }
}
.hoc_height-34x {
  height: calc(var(--step) * 34) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-34x {
    height: calc(var(--step) * 34) !important;
  }
}
.hoc_height-35x {
  height: calc(var(--step) * 35) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-35x {
    height: calc(var(--step) * 35) !important;
  }
}
.hoc_height-36x {
  height: calc(var(--step) * 36) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-36x {
    height: calc(var(--step) * 36) !important;
  }
}
.hoc_height-37x {
  height: calc(var(--step) * 37) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-37x {
    height: calc(var(--step) * 37) !important;
  }
}
.hoc_height-38x {
  height: calc(var(--step) * 38) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-38x {
    height: calc(var(--step) * 38) !important;
  }
}
.hoc_height-39x {
  height: calc(var(--step) * 39) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-39x {
    height: calc(var(--step) * 39) !important;
  }
}
.hoc_height-40x {
  height: calc(var(--step) * 40) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-40x {
    height: calc(var(--step) * 40) !important;
  }
}
.hoc_height-41x {
  height: calc(var(--step) * 41) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-41x {
    height: calc(var(--step) * 41) !important;
  }
}
.hoc_height-42x {
  height: calc(var(--step) * 42) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-42x {
    height: calc(var(--step) * 42) !important;
  }
}
.hoc_height-43x {
  height: calc(var(--step) * 43) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-43x {
    height: calc(var(--step) * 43) !important;
  }
}
.hoc_height-44x {
  height: calc(var(--step) * 44) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-44x {
    height: calc(var(--step) * 44) !important;
  }
}
.hoc_height-45x {
  height: calc(var(--step) * 45) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-45x {
    height: calc(var(--step) * 45) !important;
  }
}
.hoc_height-46x {
  height: calc(var(--step) * 46) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-46x {
    height: calc(var(--step) * 46) !important;
  }
}
.hoc_height-47x {
  height: calc(var(--step) * 47) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-47x {
    height: calc(var(--step) * 47) !important;
  }
}
.hoc_height-48x {
  height: calc(var(--step) * 48) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-48x {
    height: calc(var(--step) * 48) !important;
  }
}
.hoc_height-49x {
  height: calc(var(--step) * 49) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-49x {
    height: calc(var(--step) * 49) !important;
  }
}
.hoc_height-50x {
  height: calc(var(--step) * 50) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-50x {
    height: calc(var(--step) * 50) !important;
  }
}
.hoc_height-51x {
  height: calc(var(--step) * 51) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-51x {
    height: calc(var(--step) * 51) !important;
  }
}
.hoc_height-52x {
  height: calc(var(--step) * 52) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-52x {
    height: calc(var(--step) * 52) !important;
  }
}
.hoc_height-53x {
  height: calc(var(--step) * 53) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-53x {
    height: calc(var(--step) * 53) !important;
  }
}
.hoc_height-54x {
  height: calc(var(--step) * 54) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-54x {
    height: calc(var(--step) * 54) !important;
  }
}
.hoc_height-55x {
  height: calc(var(--step) * 55) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-55x {
    height: calc(var(--step) * 55) !important;
  }
}
.hoc_height-56x {
  height: calc(var(--step) * 56) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-56x {
    height: calc(var(--step) * 56) !important;
  }
}
.hoc_height-57x {
  height: calc(var(--step) * 57) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-57x {
    height: calc(var(--step) * 57) !important;
  }
}
.hoc_height-58x {
  height: calc(var(--step) * 58) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-58x {
    height: calc(var(--step) * 58) !important;
  }
}
.hoc_height-59x {
  height: calc(var(--step) * 59) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-59x {
    height: calc(var(--step) * 59) !important;
  }
}
.hoc_height-60x {
  height: calc(var(--step) * 60) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-60x {
    height: calc(var(--step) * 60) !important;
  }
}
.hoc_height-61x {
  height: calc(var(--step) * 61) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-61x {
    height: calc(var(--step) * 61) !important;
  }
}
.hoc_height-62x {
  height: calc(var(--step) * 62) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-62x {
    height: calc(var(--step) * 62) !important;
  }
}
.hoc_height-63x {
  height: calc(var(--step) * 63) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-63x {
    height: calc(var(--step) * 63) !important;
  }
}
.hoc_height-64x {
  height: calc(var(--step) * 64) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-64x {
    height: calc(var(--step) * 64) !important;
  }
}
.hoc_height-65x {
  height: calc(var(--step) * 65) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-65x {
    height: calc(var(--step) * 65) !important;
  }
}
.hoc_height-66x {
  height: calc(var(--step) * 66) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-66x {
    height: calc(var(--step) * 66) !important;
  }
}
.hoc_height-67x {
  height: calc(var(--step) * 67) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-67x {
    height: calc(var(--step) * 67) !important;
  }
}
.hoc_height-68x {
  height: calc(var(--step) * 68) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-68x {
    height: calc(var(--step) * 68) !important;
  }
}
.hoc_height-69x {
  height: calc(var(--step) * 69) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-69x {
    height: calc(var(--step) * 69) !important;
  }
}
.hoc_height-70x {
  height: calc(var(--step) * 70) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-70x {
    height: calc(var(--step) * 70) !important;
  }
}
.hoc_height-71x {
  height: calc(var(--step) * 71) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-71x {
    height: calc(var(--step) * 71) !important;
  }
}
.hoc_height-72x {
  height: calc(var(--step) * 72) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-72x {
    height: calc(var(--step) * 72) !important;
  }
}

.hoc_placement-center {
  margin-left: auto !important;
  margin-right: auto !important;
  place-items: center !important;
  display: flex !important;
  width: fit-content !important;
}
.hoc_placement-start {
  margin-inline-end: auto !important;
  place-items: flex-start !important;
}
.hoc_placement-end {
  margin-inline-start: auto !important;
  place-items: flex-end !important;
}
@media screen and (min-width: 924px) {
  .hoc_placement-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
    place-items: center !important;
    display: flex !important;
    width: fit-content !important;
  }
  .hoc_placement-md-start {
    margin-inline-end: auto !important;
    place-items: flex-start !important;
  }
  .hoc_placement-md-end {
    margin-inline-start: auto !important;
    place-items: flex-end !important;
  }
}

.hoc_order-1 {
  order: 1 !important;
}
.hoc_order-2 {
  order: 2 !important;
}
.hoc_order-3 {
  order: 3 !important;
}
.hoc_order-4 {
  order: 4 !important;
}
.hoc_order-5 {
  order: 5 !important;
}
.hoc_order-6 {
  order: 6 !important;
}
.hoc_order-7 {
  order: 7 !important;
}
.hoc_order-8 {
  order: 8 !important;
}
.hoc_order-9 {
  order: 9 !important;
}
.hoc_order-10 {
  order: 10 !important;
}
.hoc_order-11 {
  order: 11 !important;
}
.hoc_order-12 {
  order: 12 !important;
}

@media screen and (min-width: 924px) {
  .hoc_order-md-1 {
    order: 1 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-2 {
    order: 2 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-3 {
    order: 3 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-4 {
    order: 4 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-5 {
    order: 5 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-7 {
    order: 7 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-8 {
    order: 8 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-9 {
    order: 9 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-10 {
    order: 10 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-11 {
    order: 11 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-12 {
    order: 12 !important;
  }
}
.hoc_direction-row {
  flex-direction: row !important;
}
.hoc_direction-column {
  flex-direction: column !important;
}
@media screen and (min-width: 924px) {
  .hoc_direction-md-row {
    flex-direction: row !important;
  }
  .hoc_direction-md-column {
    flex-direction: column !important;
  }
}

.hoc_theme-dark {
  background: var(--box-dark) !important;
}
.hoc_theme-light {
  background-color: var(--white-5) !important;
}
.hoc_theme-none {
  background-color: transparent !important;
}
.hoc_theme-bg {
  background-color: var(--primary-colors-background) !important;
}
.hoc_theme-brand {
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-orange)) !important;
}
@media screen and (min-width: 924px) {
  .hoc_theme-md-dark {
    background: var(--box-dark) !important;
  }
  .hoc_theme-md-light {
    background-color: var(--white-5) !important;
  }
  .hoc_theme-md-none {
    background-color: transparent !important;
  }
  .hoc_theme-md-bg {
    background-color: var(--primary-colors-background) !important;
  }
  .hoc_theme-md-brand {
    background-color: var(--secondary-colors-brand-dark, var(--primary-colors-orange)) !important;
  }
}

.hoc_itemCount-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.hoc_itemCount-2 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .hoc_itemCount-md-2 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.hoc_itemCount-3 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .hoc_itemCount-md-3 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.hoc_itemCount-4 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .hoc_itemCount-md-4 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
}
.hoc_itemCount-5 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .hoc_itemCount-md-5 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-6 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
}
.hoc_itemCount-6 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .hoc_itemCount-md-6 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-7 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}
.hoc_itemCount-7 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-7 {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .hoc_itemCount-md-7 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-8 {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
}
.hoc_itemCount-8 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-8 {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .hoc_itemCount-md-8 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-9 {
  display: grid !important;
  grid-template-columns: repeat(9, 1fr) !important;
}
.hoc_itemCount-9 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-9 {
    display: grid !important;
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .hoc_itemCount-md-9 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-10 {
  display: grid !important;
  grid-template-columns: repeat(10, 1fr) !important;
}
.hoc_itemCount-10 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-10 {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .hoc_itemCount-md-10 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-11 {
  display: grid !important;
  grid-template-columns: repeat(11, 1fr) !important;
}
.hoc_itemCount-11 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-11 {
    display: grid !important;
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .hoc_itemCount-md-11 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-12 {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
}
.hoc_itemCount-12 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-12 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .hoc_itemCount-md-12 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-14 {
  display: grid !important;
  grid-template-columns: repeat(14, 1fr) !important;
}
.hoc_itemCount-14 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-14 {
    display: grid !important;
    grid-template-columns: repeat(14, 1fr) !important;
  }
  .hoc_itemCount-md-14 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-16 {
  display: grid !important;
  grid-template-columns: repeat(16, 1fr) !important;
}
.hoc_itemCount-16 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-16 {
    display: grid !important;
    grid-template-columns: repeat(16, 1fr) !important;
  }
  .hoc_itemCount-md-16 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-18 {
  display: grid !important;
  grid-template-columns: repeat(18, 1fr) !important;
}
.hoc_itemCount-18 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-18 {
    display: grid !important;
    grid-template-columns: repeat(18, 1fr) !important;
  }
  .hoc_itemCount-md-18 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-20 {
  display: grid !important;
  grid-template-columns: repeat(20, 1fr) !important;
}
.hoc_itemCount-20 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-20 {
    display: grid !important;
    grid-template-columns: repeat(20, 1fr) !important;
  }
  .hoc_itemCount-md-20 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-22 {
  display: grid !important;
  grid-template-columns: repeat(22, 1fr) !important;
}
.hoc_itemCount-22 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-22 {
    display: grid !important;
    grid-template-columns: repeat(22, 1fr) !important;
  }
  .hoc_itemCount-md-22 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-24 {
  display: grid !important;
  grid-template-columns: repeat(24, 1fr) !important;
}
.hoc_itemCount-24 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-24 {
    display: grid !important;
    grid-template-columns: repeat(24, 1fr) !important;
  }
  .hoc_itemCount-md-24 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-26 {
  display: grid !important;
  grid-template-columns: repeat(26, 1fr) !important;
}
.hoc_itemCount-26 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-26 {
    display: grid !important;
    grid-template-columns: repeat(26, 1fr) !important;
  }
  .hoc_itemCount-md-26 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-28 {
  display: grid !important;
  grid-template-columns: repeat(28, 1fr) !important;
}
.hoc_itemCount-28 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-28 {
    display: grid !important;
    grid-template-columns: repeat(28, 1fr) !important;
  }
  .hoc_itemCount-md-28 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-30 {
  display: grid !important;
  grid-template-columns: repeat(30, 1fr) !important;
}
.hoc_itemCount-30 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-30 {
    display: grid !important;
    grid-template-columns: repeat(30, 1fr) !important;
  }
  .hoc_itemCount-md-30 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-32 {
  display: grid !important;
  grid-template-columns: repeat(32, 1fr) !important;
}
.hoc_itemCount-32 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-32 {
    display: grid !important;
    grid-template-columns: repeat(32, 1fr) !important;
  }
  .hoc_itemCount-md-32 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-34 {
  display: grid !important;
  grid-template-columns: repeat(34, 1fr) !important;
}
.hoc_itemCount-34 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-34 {
    display: grid !important;
    grid-template-columns: repeat(34, 1fr) !important;
  }
  .hoc_itemCount-md-34 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-36 {
  display: grid !important;
  grid-template-columns: repeat(36, 1fr) !important;
}
.hoc_itemCount-36 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-36 {
    display: grid !important;
    grid-template-columns: repeat(36, 1fr) !important;
  }
  .hoc_itemCount-md-36 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-40 {
  display: grid !important;
  grid-template-columns: repeat(40, 1fr) !important;
}
.hoc_itemCount-40 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-40 {
    display: grid !important;
    grid-template-columns: repeat(40, 1fr) !important;
  }
  .hoc_itemCount-md-40 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-42 {
  display: grid !important;
  grid-template-columns: repeat(42, 1fr) !important;
}
.hoc_itemCount-42 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-42 {
    display: grid !important;
    grid-template-columns: repeat(42, 1fr) !important;
  }
  .hoc_itemCount-md-42 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-44 {
  display: grid !important;
  grid-template-columns: repeat(44, 1fr) !important;
}
.hoc_itemCount-44 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-44 {
    display: grid !important;
    grid-template-columns: repeat(44, 1fr) !important;
  }
  .hoc_itemCount-md-44 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-46 {
  display: grid !important;
  grid-template-columns: repeat(46, 1fr) !important;
}
.hoc_itemCount-46 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-46 {
    display: grid !important;
    grid-template-columns: repeat(46, 1fr) !important;
  }
  .hoc_itemCount-md-46 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-48 {
  display: grid !important;
  grid-template-columns: repeat(48, 1fr) !important;
}
.hoc_itemCount-48 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-48 {
    display: grid !important;
    grid-template-columns: repeat(48, 1fr) !important;
  }
  .hoc_itemCount-md-48 > * {
    min-width: 0 !important;
  }
}.styles_input {
  grid-template-columns: 1fr !important;
}

.styles_label {
  grid-column: 1/1 !important;
}

/* `textarea` element has different height than other input elements. To target `textarea` specifically and set it's
 * height `:has()` pseudo-class is used for Chrome, Safari, etc. But Firefox doesn't support it. So `.textarea`
 * class is added to TextArea component and the following rule is used to target Firefox browser
 * https://stackoverflow.com/a/7695964 */
@-moz-document url-prefix() {
  .styles_textarea {
    height: auto;
  }
  .styles_textarea span {
    top: 36px;
  }
}.styles_lang-box {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  right: inherit;
}
.styles_lang-box.styles_show .styles_lang-dropdown {
  opacity: 1;
  pointer-events: all;
}
.styles_lang-box.styles_show .styles_arrow {
  transform: rotate(180deg);
}
.styles_lang-box.styles_show .styles_arrow span::before {
  margin-inline-end: 12px;
  margin-inline-start: 0;
}
.styles_lang-box.styles_show .styles_arrow svg {
  margin-inline-end: 12px;
  margin-inline-start: 0;
}
.styles_lang-box .styles_arrow {
  display: inline-flex;
  transform: rotate(0deg);
  filter: grayscale(100) brightness(100);
}
.styles_lang-box .styles_arrow span::before {
  font-size: 14px;
  margin-inline-start: 12px;
}
.styles_lang-box .styles_arrow svg {
  width: 14px;
  margin-inline-start: 12px;
}
.styles_lang-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  inset-inline-end: 0;
  background: rgba(7, 9, 11, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--speed) ease-in-out;
}
.styles_lang-dropdown [dir=rtl] {
  direction: ltr;
}
[dir=rtl] .styles_lang-dropdown [dir=rtl] {
  direction: rtl;
}
.styles_lang-dropdown > * {
  display: flex;
  gap: 0 22px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.styles_lang-dropdown > *.styles_active, .styles_lang-dropdown > *[class*=unsupported] {
  color: #fff !important;
}
@supports selector(:has(*)) {
  .styles_lang-dropdown > *:has(.styles_arrow) {
    color: #fff !important;
  }
}
@media (hover: hover) {
  .styles_lang-dropdown > *:hover {
    color: #fff;
  }
}
[dir=rtl] .styles_lang-dropdown * {
  direction: rtl;
}
@media screen and (min-width: 924px) {
  .styles_lang .styles_arrow {
    width: calc(100vw * 24 / 924);
    height: calc(100vw * 24 / 924);
  }
  .styles_lang-dropdown {
    top: calc(100% + 100vw * 12 / 924);
    border-radius: calc(100vw * calc(var(--radius) * 2) / 924);
    gap: calc(100vw * 18 / 924) 0;
    padding: calc(100vw * 24 / 924);
  }
  .styles_lang-dropdown > * {
    gap: 0 calc(100vw * 22 / 924);
    font-size: calc(100vw * 14 / 924) !important;
    line-height: calc(100vw * 24 / 924) !important;
  }
}
@media screen and (min-width: 1212px) {
  .styles_lang .styles_arrow {
    width: calc(100vw * 24 / 1212);
    height: calc(100vw * 24 / 1212);
  }
  .styles_lang-dropdown {
    top: calc(100% + 100vw * 12 / 1212);
    border-radius: calc(100vw * calc(var(--radius) * 2) / 1212);
    gap: calc(100vw * 18 / 1212) 0;
    padding: calc(100vw * 24 / 1212);
  }
  .styles_lang-dropdown > * {
    gap: 0 calc(100vw * 22 / 1212);
    font-size: calc(100vw * 14 / 1212) !important;
    line-height: calc(100vw * 24 / 1212) !important;
  }
}
@media screen and (min-width: 1500px) {
  .styles_lang .styles_arrow {
    width: calc(100vw * 24 / 1500);
    height: calc(100vw * 24 / 1500);
  }
  .styles_lang-dropdown {
    top: calc(100% + 100vw * 12 / 1500);
    border-radius: calc(100vw * calc(var(--radius) * 2) / 1500);
    gap: calc(100vw * 18 / 1500) 0;
    padding: calc(100vw * 24 / 1500);
  }
  .styles_lang-dropdown > * {
    gap: 0 calc(100vw * 22 / 1500);
    font-size: calc(100vw * 14 / 1500) !important;
    line-height: calc(100vw * 24 / 1500) !important;
  }
}.menulist_holder {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menulist_list {
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--box-dark);
  border-radius: var(--radius);
  padding: var(--step) 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 13.4375rem;
  z-index: 6;
}
.menulist_list .menulist_item > *:not([class*=icon]), .menulist_list .menulist_title > *:not([class*=icon]) {
  flex-grow: 1;
}

.menulist_item, .menulist_title {
  padding: 0.5rem calc(var(--step) * 3);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: calc(var(--step) * 2);
  cursor: pointer;
  transition: var(--speed) var(--easing);
  transition-property: background-color, opacity;
  white-space: nowrap;
}
@media (hover: hover) {
  .menulist_item:hover, .menulist_title:hover {
    background-color: var(--white-10);
  }
  .menulist_item:hover[class*=not-active], .menulist_title:hover[class*=not-active] {
    opacity: 1;
  }
}
.menulist_item[class*=not-active], [class*=not-active].menulist_title {
  opacity: 0.5;
}
@media screen and (min-width: 924px) {
  [class*=headerwcp_] .menulist_item, [class*=headerwcp_] .menulist_title {
    min-width: 15rem;
  }
}

.menulist_title {
  background: var(--box-dark);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 13.4375rem;
  max-width: 16.25rem;
  justify-content: space-between;
  cursor: pointer;
  white-space: nowrap;
}
.menulist_title.menulist_compact {
  min-width: auto;
  gap: var(--step);
  padding: 0.5rem calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .menulist_title.menulist_compact {
    min-width: 13.4375rem;
    gap: calc(var(--step) * 2);
    padding: 0.5rem calc(var(--step) * 3);
  }
}
@media (hover: hover) {
  .menulist_title:hover {
    background-color: var(--box-dark);
  }
}

.menulist_open {
  background-color: var(--box-dark) !important;
}
.menulist_open [class*=arrow] {
  transform: rotate(-90deg) scale(-1, 1);
}

.menulist_text,
.menulist_drop {
  display: inline-flex;
  cursor: pointer;
  padding: 0.5rem 0;
  gap: var(--step);
}
.menulist_text.menulist_open,
.menulist_drop.menulist_open {
  background-color: transparent !important;
}

.menulist_drop {
  padding: 0 !important;
}
.menulist_drop + .menulist_list {
  top: calc(100% + var(--step));
}

.menulist_selected {
  justify-content: space-between;
}

.menulist_medium {
  width: 26.25rem;
}

.menulist_full {
  width: 100%;
}

.menulist_align-end {
  margin-inline-start: auto;
}
.menulist_align-end > * {
  place-self: flex-end;
}
.menulist_align-start {
  margin-inline-end: auto;
}
.menulist_align-start > * {
  place-self: flex-start;
}

.menulist_frame {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--step) * 2);
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}

.menulist_heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menulist_heading.menulist_compact {
  display: none;
}
@media screen and (min-width: 924px) {
  .menulist_heading.menulist_compact {
    display: block;
  }
}

.menulist_border {
  position: relative;
}
.menulist_border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--white-30);
  pointer-events: none;
  border-radius: var(--radius);
  z-index: 4;
}

.menulist_full, .menulist_full .menulist_title, .menulist_full .menulist_list {
  width: 100%;
}

.menulist_fit-content, .menulist_fit-content .menulist_title {
  min-width: max-content;
}
.menulist_fit-content .menulist_list {
  min-width: 100%;
  width: auto;
}

.menulist_above {
  top: auto;
  bottom: 100%;
}

.menulist_header {
  display: flex;
  flex-direction: row;
  gap: calc(var(--step) * 2);
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 924px) {
  .menulist_header {
    justify-content: space-between;
  }
}

.menulist_close {
  position: absolute;
  bottom: calc(var(--step) * 4);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 924px) {
  .menulist_close {
    position: static;
    inset: auto;
    transform: translateX(0);
    width: calc(var(--step) * 6) !important;
    height: calc(var(--step) * 6) !important;
    padding: var(--step) !important;
    min-width: auto !important;
  }
}

.menulist_fixed {
  position: fixed;
  inset: 0;
  z-index: 16;
  transform: translateX(100%);
  transition: transform var(--speed) var(--easing);
  backdrop-filter: blur(32px);
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: calc(var(--step) * 4);
}
.menulist_fixed.menulist_choose {
  transform: translateX(0);
}
@media screen and (min-width: 924px) {
  .menulist_fixed {
    padding: calc(var(--step) * 4) calc(var(--step) * 6);
    width: 30.116%;
    inset-inline-start: auto;
  }
  [dir=rtl] .menulist_fixed {
    transform: translateX(-100%);
  }
  [dir=rtl] .menulist_fixed.menulist_choose {
    transform: translateX(0);
  }
}

.menulist_placeholder {
  position: static;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  inset: auto;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--white-60);
  overflow-y: auto;
  margin: calc(var(--step) * 2) 0 calc(var(--step) * 10);
}
.menulist_placeholder::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.menulist_placeholder::-webkit-scrollbar-track {
  background-color: transparent;
}
.menulist_placeholder::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.menulist_placeholder::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.menulist_placeholder::before, .menulist_placeholder::after {
  content: "";
  display: block;
  margin: auto;
}
.menulist_placeholder .menulist_today,
.menulist_placeholder [class*=selected] {
  color: #fff;
}
.menulist_placeholder .menulist_item, .menulist_placeholder .menulist_title {
  padding-left: 0;
  padding-right: 0;
}
@media (hover: hover) {
  .menulist_placeholder .menulist_item:hover, .menulist_placeholder .menulist_title:hover {
    background: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 924px) {
  .menulist_placeholder {
    align-items: flex-start;
  }
}#menu_mobile-menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  background: var(--black);
  padding: 24px 0 0;
  transition: opacity var(--speed) ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.menu_navigation #menu_mobile-menu {
  opacity: 1;
  pointer-events: all;
}
#menu_mobile-menu .menu_container {
  height: 100%;
  display: grid;
  grid-auto-rows: 1fr auto;
}
#menu_mobile-menu .menu_container > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px 0;
}
#menu_mobile-menu .menu_button-head {
  background-color: rgba(235, 235, 235, 0.06);
}
#menu_mobile-menu .menu_social {
  border-top-width: 1px;
  border-bottom-width: 0;
}
#menu_mobile-menu .menu_country-current {
  white-space: nowrap;
}
#menu_mobile-menu .menu_country-current .menu_country {
  flex-direction: row;
  gap: 0 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
#menu_mobile-menu .menu_country-current .menu_flag {
  width: 27px;
  height: 27px;
}
#menu_mobile-menu .menu_copyright {
  padding: 16px;
}
@media screen and (min-width: 924px) {
  #menu_mobile-menu {
    display: none;
  }
}

#menu_menu,
#menu_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 36px;
}
#menu_menu ul,
#menu_nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
#menu_menu a,
#menu_nav a {
  color: #fff;
}
@media screen and (min-width: 924px) {
  #menu_menu,
  #menu_nav {
    padding-bottom: 0;
  }
  #menu_menu ul,
  #menu_nav ul {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 calc(100vw * 24 / 924);
    margin-bottom: calc(100vw * 40 / 924);
    font-size: calc(100vw * 14 / 924);
  }
  #menu_menu a,
  #menu_nav a {
    opacity: 0.6;
    transition-property: opacity;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  #menu_menu a:hover,
  #menu_nav a:hover {
    color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1212px) {
  #menu_menu ul,
  #menu_nav ul {
    gap: 0 calc(100vw * 24 / 1212);
    margin-bottom: calc(100vw * 40 / 1212);
    font-size: calc(100vw * 14 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  #menu_menu ul,
  #menu_nav ul {
    gap: 0 calc(100vw * 24 / 1515);
    margin-bottom: calc(100vw * 40 / 1500);
    font-size: calc(100vw * 14 / 1500);
  }
}.pinholder_pin-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 0.75rem;
  padding-top: 0.75rem;
}

.pinholder_input {
  width: 3.75rem;
  height: 5.25rem;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.005em;
  font-weight: var(--font-weight-medium);
  padding: 12px 6px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  transition: border-radius var(--speed) ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.1);
  align-items: center;
  background: hsla(0, 0%, 100%, 0.08);
  display: flex;
  align-items: center;
  position: relative;
}
.pinholder_input input {
  all: unset;
  padding: 0;
  text-align: center;
  display: block;
  font-size: inherit;
  -webkit-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  letter-spacing: 0.08em;
  margin: 0;
  outline: none;
  color: var(--white);
  width: 100%;
  -moz-appearance: textfield;
}
.pinholder_input input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}
.pinholder_input input:-internal-autofill-selected {
  background-color: transparent !important;
}
.pinholder_input input:focus {
  outline: none;
  box-shadow: none;
}
.pinholder_input input::placeholder {
  color: var(--white-50);
  transition: var(--speed) var(--easing);
  transition-property: color, opacity;
}
.pinholder_input input:focus::placeholder {
  color: transparent;
}
.pinholder_input input::-webkit-outer-spin-button, .pinholder_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pinholder_input input:focus + label, .pinholder_input input:valid:not(:placeholder-shown):focus + label {
  border-color: var(--secondary-colors-green);
}
body[dir=rtl] .pinholder_input input, *[dir=rtl] .pinholder_input input {
  padding: inherit;
  direction: ltr;
}
.pinholder_input input:invalid:not(:valid):not(:placeholder-shown) + label {
  border-color: var(--secondary-colors-red);
}
.pinholder_input input:valid:not(:placeholder-shown) + label {
  border-color: transparent;
}
.pinholder_input label {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.5);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color var(--speed) ease-in-out;
}
@supports selector(:has(*)) {
  .pinholder_input:has(input:valid:not(:placeholder-shown)) {
    border-radius: var(--radius);
  }
}.styles_logo-base, .styles_logo, .styles_logoMobile {
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  position: relative;
  z-index: 8;
}
.styles_logo-base a, .styles_logo a, .styles_logoMobile a {
  display: block;
  height: 100%;
}
.styles_logo-base a img, .styles_logo a img, .styles_logoMobile a img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.styles_logoMobile {
  width: 92px;
  height: 32px;
}
.styles_logoMobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .styles_logoMobile {
    display: none;
  }
}

.styles_logo {
  display: none;
}
.styles_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styles_logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_logo-we {
  width: 70px;
  height: 39px;
  position: relative;
}
.styles_logo-we::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
body[dir=rtl] .styles_logo-we::before {
  left: auto;
  right: -12px;
}
@media screen and (min-width: 924px) {
  .styles_logo {
    display: inline-flex;
    height: calc(100vw * 45 / 924);
  }
  .styles_logos {
    gap: 0 calc(100vw * 24 / 924);
  }
  .styles_logo-we {
    width: calc(100vw * 70 / 924);
    height: calc(100vw * 39 / 924);
  }
  .styles_logo::before {
    left: calc(100vw * 12 / 924 * -1);
  }
  body[dir=rtl] .styles_logo::before {
    left: auto;
    right: calc(100vw * 12 / 924 * -1);
  }
}
@media screen and (min-width: 1212px) {
  .styles_logo {
    height: calc(100vw * 45 / 1212);
  }
  .styles_logos {
    gap: 0 calc(100vw * 24 / 1212);
  }
  .styles_logo-we {
    width: calc(100vw * 73 / 1212);
    height: calc(100vw * 46 / 1212);
  }
  .styles_logo::before {
    left: calc(100vw * 12 / 1212 * -1);
  }
  body[dir=rtl] .styles_logo::before {
    left: auto;
    right: calc(100vw * 12 / 1212 * -1);
  }
}
@media screen and (min-width: 1500px) {
  .styles_logo {
    height: calc(100vw * 45 / 1500);
  }
  .styles_logos {
    gap: 0 calc(100vw * 24 / 1500);
  }
  .styles_logo-we {
    width: calc(100vw * 73 / 1500);
    height: calc(100vw * 46 / 1500);
  }
  .styles_logo::before {
    left: calc(100vw * 12 / 1500 * -1);
  }
  body[dir=rtl] .styles_logo::before {
    left: auto;
    right: calc(100vw * 12 / 1500 * -1);
  }
}.styles_socialLinks {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.styles_socialLinks a {
  display: flex;
}
.styles_socialLinks > * {
  width: 28px;
  height: 28px;
}
.styles_socialLinks > * > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styles_foot-bottom .styles_socialLinks {
  padding: 30px 0;
  border: solid rgba(255, 255, 255, 0.12);
  border-width: 0 0 1px;
}
@media screen and (min-width: 924px) {
  .styles_socialLinks {
    width: auto;
    justify-content: flex-end;
    gap: 0 2.6vw;
  }
  .styles_socialLinks > * {
    width: calc(100vw * 28 / 924);
    height: calc(100vw * 28 / 924);
  }
  .styles_foot-bottom .styles_socialLinks {
    padding: 0;
    margin: 0;
    transform: translateY(calc((50% + 100vw * 28 / 924) * -1));
    position: relative;
    z-index: 15;
    border-bottom: none;
  }
}
@media screen and (min-width: 1212px) {
  .styles_socialLinks {
    gap: 0 calc(100vw * 40 / 1212);
  }
  .styles_socialLinks > * {
    width: calc(100vw * 28 / 1212);
    height: calc(100vw * 28 / 1212);
  }
  .styles_foot-bottom .styles_socialLinks {
    transform: translateY(calc((50% + 100vw * 28 / 1212) * -1));
  }
}
@media screen and (min-width: 1500px) {
  .styles_socialLinks {
    gap: 0 calc(100vw * 40 / 1500);
  }
  .styles_socialLinks > * {
    width: calc(100vw * 28 / 1500);
    height: calc(100vw * 28 / 1500);
  }
  .styles_foot-bottom .styles_socialLinks {
    transform: translateY(calc((50% + 100vw * 28 / 1500) * -1));
  }
}.tabs_TabsRoot {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: visible;
  position: relative;
  z-index: 1;
}

.tabs_TabsList {
  flex-shrink: 0;
  display: flex;
  background: var(--primary-colors-background);
  overflow-x: visible;
  position: relative;
  z-index: 100;
  justify-content: center;
}

.tabs_Trigger {
  all: unset;
  padding: 0 calc(var(--step) * 4);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: var(--white);
  opacity: 0.5;
  user-select: none;
  position: relative;
}
.tabs_Trigger:focus {
  position: relative;
}
@media screen and (min-width: 924px) {
  .tabs_Trigger {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.tabs_TextTrigger {
  font-weight: var(--font-weight-medium);
  height: 1.875rem;
  white-space: nowrap;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  cursor: pointer;
}
.tabs_TextTrigger::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary-colors-orange);
  transition: var(--speed) ease-in-out;
  transition-property: width, left;
}
.tabs_TextTrigger[data-state=active] {
  opacity: 1;
}
.tabs_TextTrigger[data-state=active]::before {
  left: 0;
  width: 100%;
}

.tabs_DotTrigger {
  flex: 0;
  padding: 0 calc(var(--step));
  pointer-events: none;
  margin-top: calc(var(--step) * 3);
}
.tabs_DotTrigger::before {
  content: "";
  width: var(--step);
  height: var(--step);
  border: 0.125rem solid;
  border-radius: 50%;
}
.tabs_DotTrigger[data-state=active]::before {
  border-color: var(--primary-colors-brand);
  background: var(--primary-colors-brand);
}

.tabs_Done::before {
  background: var(--white);
}

.tabs_TabsContent {
  flex-grow: 1;
  outline: none;
  margin-top: var(--space-2);
  height: auto;
  overflow-x: visible;
  position: relative;
  z-index: 100;
  will-change: opacity;
  backface-visibility: hidden;
}
.tabs_TabsContent[data-state=inactive] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-99999px);
}
.tabs_TabsContent[data-state=active] {
  opacity: 1;
  pointer-events: all;
  position: relative;
  transform: none;
}

.tabs_switchers {
  position: relative;
  border-radius: 1.25rem;
  background-color: var(--white-10);
  box-shadow: 0 0 0 0.125rem var(--white-10);
}
.tabs_switchers .tabs_TextTrigger {
  position: relative;
  z-index: 2;
  border: none;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: auto;
  padding: var(--step) calc(var(--step) * 2);
  border-radius: 1.25rem;
  color: var(--white-60);
  opacity: 1;
  transition: color var(--speed) var(--easing);
}
.tabs_switchers .tabs_TextTrigger::before {
  display: none;
}
.tabs_switchers .tabs_TextTrigger[data-state=active] {
  color: var(--primary-colors-background);
}
.tabs_switchers .tabs_TextTrigger:last-of-type[data-state=active] + [class*=bar] {
  transform: translateX(100%);
}
[dir=rtl] .tabs_switchers .tabs_TextTrigger:last-of-type[data-state=active] + [class*=bar] {
  transform: translateX(-100%);
}

.tabs_bar {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 50%;
  border-radius: 1.25rem;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
  transition: transform calc(var(--speed) / 2) var(--easing);
}.tooltip_tooltipContent {
  max-width: 25rem;
  border-radius: var(--radius);
  padding: 0.625rem 0.9375rem;
  background-color: var(--primary-colors-air, var(--primary-colors-milk));
  box-shadow: hsla(206, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206, 22%, 7%, 0.2) 0px 10px 20px -15px;
  user-select: none;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  z-index: 15;
}
.tooltip_tooltipContent[data-state=delayed-open][data-side=top] {
  animation-name: tooltip_slideDownAndFade;
}
.tooltip_tooltipContent[data-state=delayed-open][data-side=right] {
  animation-name: tooltip_slideLeftAndFade;
}
.tooltip_tooltipContent[data-state=delayed-open][data-side=bottom] {
  animation-name: tooltip_slideUpAndFade;
}
.tooltip_tooltipContent[data-state=delayed-open][data-side=left] {
  animation-name: tooltip_slideRightAndFade;
}

.tooltip_tooltipArrow {
  fill: var(--primary-colors-air, var(--primary-colors-milk));
  width: 1.5625rem;
  height: 0.9375rem;
  position: relative;
  top: -0.0625rem;
}

.tooltip_icon {
  font-family: inherit;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: transparent;
}
.tooltip_icon:hover span::before {
  color: var(--white-80) !important;
}

@keyframes tooltip_slideUpAndFade {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tooltip_slideRightAndFade {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tooltip_slideDownAndFade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tooltip_slideLeftAndFade {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}.flex_flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.flex_basis-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.flex_basis-2 > * {
  min-width: 0;
}

.flex_basis-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.flex_basis-3 > * {
  min-width: 0;
}

.flex_basis-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.flex_basis-4 > * {
  min-width: 0;
}

.flex_basis-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.flex_basis-5 > * {
  min-width: 0;
}

.flex_basis-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.flex_basis-6 > * {
  min-width: 0;
}

.flex_basis-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.flex_basis-7 > * {
  min-width: 0;
}

.flex_basis-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.flex_basis-8 > * {
  min-width: 0;
}

.flex_basis-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.flex_basis-9 > * {
  min-width: 0;
}

.flex_basis-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.flex_basis-10 > * {
  min-width: 0;
}

.flex_basis-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.flex_basis-11 > * {
  min-width: 0;
}

.flex_basis-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.flex_basis-12 > * {
  min-width: 0;
}

.flex_justify-start {
  justify-content: flex-start;
}
.flex_justify-end {
  justify-content: flex-end;
}
.flex_justify-center {
  justify-content: center;
}
.flex_justify-between {
  justify-content: space-between;
}
.flex_justify-around {
  justify-content: space-around;
}
.flex_justify-evenly {
  justify-content: space-evenly;
}

.flex_direction-row {
  flex-direction: row;
}

.flex_direction-column {
  flex-direction: column;
}
.flex_direction-column > * {
  width: 100%;
}

.flex_valign {
  min-height: 100%;
  justify-content: center;
}

.flex_grow {
  flex-grow: 1;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_align-self {
  width: fit-content;
}
.flex_align-self-start {
  align-self: flex-start;
}
.flex_align-self-center {
  align-self: center;
}
.flex_align-self-end {
  align-self: flex-end;
}

.flex_justify {
  display: flex;
  flex-direction: column;
}
.flex_justify-start {
  justify-content: flex-start;
}
.flex_justify-center {
  justify-content: center;
}
.flex_justify-end {
  justify-content: flex-end;
}
.flex_justify-between {
  justify-content: space-between;
}

.flex_align-items-start {
  align-items: flex-start;
}
.flex_align-items-center {
  align-items: center;
}
.flex_align-items-end {
  align-items: flex-end;
}

.flex_sticky {
  position: sticky;
  top: 0;
}.styles_toaster {
  position: fixed;
  z-index: 24;
}

.styles_toast {
  position: fixed;
  bottom: var(--space-2);
  left: var(--space-2);
  right: var(--space-2);
  border-radius: var(--radius);
  padding: 0.75rem;
  padding-inline-end: 1rem;
  color: var(--white-80);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 5;
  gap: 0 12px;
  background: var(--box-dark);
  transition: all 0.5s ease-out;
}
.styles_toast > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
.styles_toast .styles_icon {
  flex-shrink: 0;
  flex-grow: 0;
  height: 50px;
  text-align: center;
  color: var(--white);
}
.styles_toast .styles_icon > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
}
.styles_toast b {
  color: #fff;
}
.styles_toast p {
  margin: 0;
}
.styles_toast.styles_success {
  background-color: var(--secondary-colors-green);
}
.styles_toast.styles_error {
  background-color: var(--secondary-colors-red);
}
.styles_toast.styles_default {
  bottom: auto;
  top: calc(var(--step) * 2);
  border: 2px solid var(--white-20);
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 924px) {
  .styles_toast {
    bottom: calc(100vw * 48 / 924);
    margin: 0 auto;
    width: calc(100vw * 600 / 924);
    gap: 0 calc(100vw * 12 / 924);
  }
  .styles_toast > * {
    gap: 0 calc(100vw * 12 / 924);
  }
  .styles_toast .styles_icon {
    height: calc(100vw * 50 / 924);
  }
}
@media screen and (min-width: 1212px) {
  .styles_toast {
    bottom: calc(100vw * 48 / 1212);
    width: calc(100vw * 600 / 1212);
    gap: 0 calc(100vw * 12 / 1212);
  }
  .styles_toast > * {
    gap: 0 calc(100vw * 12 / 1212);
  }
  .styles_toast .styles_icon {
    height: calc(100vw * 50 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .styles_toast {
    bottom: calc(100vw * 48 / 1500);
    width: calc(100vw * 600 / 1500);
    gap: 0 calc(100vw * 12 / 1500);
  }
  .styles_toast > * {
    gap: 0 calc(100vw * 12 / 1500);
  }
  .styles_toast .styles_icon {
    height: calc(100vw * 50 / 1500);
  }
}

.styles_dismissBtn {
  cursor: pointer;
}

.styles_button {
  padding: var(--step) calc(var(--step) * 2);
  margin: 0;
  border: none;
  min-width: auto;
  display: block;
  align-self: center;
  border-radius: var(--radius);
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  transition: var(--speed) var(--easing);
  transition-property: background-color, color;
}
@media (hover: hover) {
  .styles_button:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}.braze-toast_wrapper {
  height: 6.125rem;
  padding: 0.25rem;
}
@media screen and (min-width: 924px) {
  .braze-toast_wrapper {
    width: 35.625rem;
  }
}

.braze-toast_play-icon {
  margin-inline-end: 1.25rem;
}.expiration-banner_banner {
  background-color: var(--primary-colors-orange) !important;
}
.expiration-banner_banner a {
  text-decoration: underline;
}.styles_ToggleGroup {
  display: inline-flex;
  background-color: var(--box-dark);
  border-radius: clamp(0.125rem, var(--radius), 0.25rem);
  gap: 0 var(--step);
  padding: 0.125rem;
  margin: 0 auto;
  color: var(--white);
  width: fit-content !important;
}
.styles_ToggleGroup[data-orientation=vertical] {
  flex-direction: column;
}
.styles_ToggleGroupItem {
  all: unset;
  min-width: var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(0.125rem, var(--radius), 0.25rem);
  padding: 0.375rem 1.5rem;
  transition: var(--speed) ease-in-out;
  transition-property: background-color, color;
  cursor: pointer;
}
@media (hover: hover) {
  .styles_ToggleGroupItem:not(.styles_active):hover {
    color: var(--secondary-colors-green);
  }
  .styles_ToggleGroupItem.styles_active {
    background-color: var(--blue);
  }
}
.styles_ToggleGroupItem[data-state=on] {
  background-color: var(--secondary-colors-green);
}
.styles_ToggleGroupItem[data-state=on]:hover {
  color: inherit;
}
.styles_ToggleGroupItem:focus {
  position: relative;
}
.styles_ToggleGroupItem:focus[data-state=off] {
  color: var(--secondary-colors-green);
}.price_price {
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2px;
  flex-wrap: wrap;
  font-size: 0.875rem;
  text-align: end;
  margin-inline-start: auto;
  flex-shrink: 0;
}
.price_price b {
  color: #fff;
  font-weight: var(--font-weight-medium);
  font-size: 1rem;
}
.price_price i {
  font-size: inherit;
  font-style: normal;
  color: var(--white-60);
}
.price_price .price_free {
  text-decoration: line-through;
  color: var(--primary-colors-orange) !important;
  font-weight: normal;
}
.price_price.price_start {
  text-align: initial;
  margin-inline-start: initial;
}

.price_description {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-50);
  font-style: normal;
  text-align: start;
  flex-basis: 100%;
}.steps_steps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
.steps_steps > * {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.steps_steps > *::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: var(--speed) ease-in-out;
}
@media (hover: hover) {
  .steps_steps > *:hover::before {
    border-color: var(--secondary-colors-green);
  }
}
.steps_steps > *.steps_done::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.steps_steps > *.steps_current::before {
  border-color: var(--secondary-colors-green);
  background-color: var(--secondary-colors-green);
}
@media screen and (min-width: 924px) {
  .steps_steps {
    gap: 0 calc(100vw * 24 / 924);
  }
  .steps_steps > *::before {
    width: calc(100vw * 12 / 924);
    height: calc(100vw * 12 / 924);
    border-width: 2px;
  }
}
@media screen and (min-width: 1212px) {
  .steps_steps {
    gap: 0 calc(100vw * 24 / 1212);
  }
  .steps_steps > *::before {
    width: calc(100vw * 12 / 1212);
    height: calc(100vw * 12 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .steps_steps {
    gap: 0 calc(100vw * 12 / 1500);
  }
  .steps_steps > *::before {
    width: calc(100vw * 12 / 1500);
    height: calc(100vw * 12 / 1500);
  }
}.informer_p404 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-width: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  font-family: var(--font);
}
.informer_p404 > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 0;
  text-align: center;
}
.informer_p404 > img {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  object-fit: cover;
}
.informer_p404 h2 {
  font-size: 6.25rem;
  line-height: 6.25rem;
  margin-bottom: 0;
  text-align: inherit;
}
.informer_p404 h3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-align: inherit;
}
.informer_p404 p {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 924px) {
  .informer_p404 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    align-items: center;
  }
  .informer_p404 > * {
    gap: 1.5rem;
    max-width: 33.75rem;
  }
  .informer_p404 > img {
    width: 60%;
  }
  .informer_p404 > img.informer_center {
    left: 50%;
    transform: translate(-50%);
  }
  *[dir=rtl] .informer_p404 > img.informer_center {
    left: auto;
    right: 50%;
    transform: translate(50%);
  }
  .informer_p404 > img.informer_left {
    left: 0;
  }
  .informer_p404 > img.informer_right {
    left: auto;
    right: 0;
  }
  .informer_p404 h2 {
    font-size: 10rem;
    line-height: 8.75rem;
  }
  .informer_p404 h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.informer_wrapper-holder {
  min-height: 100vh;
  display: grid;
  align-items: center;
}.skeleton_skeleton {
  display: block;
  min-height: 1em;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
}

.skeleton_animate {
  animation: 1.5s skeleton_shine linear infinite;
}

.skeleton_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.skeleton_circle {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
}

.skeleton_rectangular {
  border-radius: 0;
}

.skeleton_rounded {
  border-radius: var(--radius);
}

.skeleton_text {
  width: 100%;
  line-height: 1.5rem;
  margin-bottom: var(--step);
}

@keyframes skeleton_shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.skeleton_center {
  margin: auto;
}

.skeleton_end {
  margin-inline-start: auto;
}

.skeleton_grid-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.skeleton_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .skeleton_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1212px) {
  .skeleton_grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.skeleton_grid > * {
  aspect-ratio: 2/3;
}.error_error {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  max-width: 31.5rem;
  padding: 0 0.75rem;
  gap: 0.75rem;
}
.error_error.error_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
}
[class*=hero_detail] .error_error {
  padding-bottom: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .error_error {
    padding: 0 2.25rem;
  }
  [class*=hero_detail] .error_error {
    padding-bottom: calc(var(--step) * 6);
  }
}

.error_ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--step);
}
.error_ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error_description {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: var(--step);
}.avatar_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--step) 0;
}

.avatar_avatar {
  display: flex;
  position: relative;
  width: 2.25rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: calc(var(--step) * 4);
}
.avatar_avatar::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
*[class*=header] .avatar_avatar {
  margin-bottom: 0;
}
@media (hover: hover) {
  .avatar_avatar:hover::before {
    opacity: 1;
  }
}
.avatar_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.avatar_border {
  cursor: pointer;
}
.avatar_border::before {
  content: "";
  position: absolute;
  height: calc(100% + 0.25rem);
  width: calc(100% + 0.25rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid #fff;
  transition: opacity var(--speed) var(--easing);
  pointer-events: none;
  border-radius: 50%;
}

.avatar_size-small {
  width: 1.875rem;
}
.avatar_size-medium {
  width: 3rem;
}
.avatar_size-large {
  width: 5.25rem;
}
.avatar_size-unequal::after {
  padding-top: 0;
}

.avatar_name {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (min-width: 924px) {
  .avatar_name {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.avatar_description {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--white-60);
  margin-bottom: calc(var(--step) * 2);
}

.avatar_restrict {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-bold);
  padding: calc(var(--step) / 2) var(--step);
  background-color: var(--white-10);
  border-radius: var(--radius);
}

.avatar_inline,
.avatar_header {
  flex-direction: row;
  gap: calc(var(--step) * 2);
}
.avatar_inline .avatar_avatar,
.avatar_header .avatar_avatar {
  margin-bottom: 0;
}
.avatar_inline .avatar_restrict,
.avatar_header .avatar_restrict {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: var(--font-weight-medium);
}
.avatar_inline .avatar_name,
.avatar_header .avatar_name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
}

.avatar_header .avatar_name {
  font-size: 1rem;
  line-height: 1.375rem;
}
.avatar_header .avatar_description {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: normal;
}

.avatar_edit {
  position: absolute;
  bottom: -0.5625rem;
  inset-inline-end: -0.5625rem;
  border-radius: 50%;
  width: calc(var(--step) * 6);
  height: calc(var(--step) * 6);
  border: 0.1875rem solid var(--primary-colors-background);
  background-color: var(--white-10-filled);
  z-index: 4;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: background-color var(--speed) var(--easing);
}
@media (hover: hover) {
  .avatar_edit:hover {
    background-color: var(--primary-colors-brand);
  }
}.box_box {
  padding: 0.5rem;
  background: var(--box-dark);
  border-radius: var(--radius);
}

.box_padding0 {
  padding: 0;
}
.box_padding2x {
  padding: calc(var(--step) * 2);
}
.box_padding3x {
  padding: calc(var(--step) * 3);
}

.box_light {
  background-color: var(--white-5);
}

.box_none {
  background-color: transparent;
}

.box_hovered {
  cursor: pointer;
  transition: background-color var(--speed) var(--easing);
}
@media (hover: hover) {
  .box_hovered[class*=_light]:hover {
    background-color: var(--white-20) !important;
  }
}

.box_sticky {
  position: sticky;
  z-index: 10;
}
.box_sticky::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 0;
  right: 0;
}
.box_sticky.box_top {
  top: 0;
}
.box_sticky.box_top::before {
  top: 0;
  bottom: calc(var(--step) * -6);
}
.box_sticky.box_bottom {
  bottom: 0;
}
.box_sticky.box_bottom::before {
  bottom: 0;
  top: calc(var(--step) * -6);
  background: linear-gradient(180deg, rgba(var(--rgb-background), 0) 0%, rgba(var(--rgb-background), 1) 31.67%);
}
.box_sticky > * {
  position: relative;
  z-index: 6;
}.hero_picture {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero_picture:not(.hero_compact) {
  margin: 0 calc(var(--step) * -2);
  width: calc(100% + var(--step) * 4);
}
.hero_picture::before {
  content: "";
  position: relative;
  padding-top: calc(83.334% + 1.875rem);
  background: linear-gradient(360deg, var(--primary-colors-background) 0%, rgba(var(--rgb-background), 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero_picture > img,
.hero_picture [class*=bitmovin],
.hero_picture [class*=bitholder] {
  position: absolute;
  top: 0;
  width: auto;
  min-width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
  background-size: auto 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hero_picture [id*=bitmovinplayer-video-player] {
  object-fit: cover !important;
}
@media screen and (min-width: 560px) {
  .hero_picture::before {
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 924px) {
  .hero_picture:not(.hero_compact) {
    margin: 0 calc(var(--step) * -6) calc(var(--step) * 2);
    width: calc(100% + var(--step) * 12);
  }
  *[class*=width] .hero_picture:not(.hero_compact) {
    width: calc(100vw - 4.5rem);
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  *[class*=width] .hero_picture:not(.hero_compact)::before {
    padding-top: clamp(260px, 56.25% + 6rem, 24.125rem);
  }
  *[dir=rtl] *[class*=width] .hero_picture:not(.hero_compact) {
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }
}

.hero_heading {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  font-weight: bold;
  padding: 0 calc(var(--step) * 2);
}
.hero_heading:not([class*=size]) {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 924px) {
  .hero_heading {
    padding: 0 calc(var(--step) * 3);
  }
  .hero_heading::before {
    top: calc(1.875rem - 1px);
  }
  .hero_heading:not([class*=size]) {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hero_picture:not(.hero_compact) .hero_heading {
    padding: 0 calc(var(--step) * 6);
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 3rem;
  }
  .hero_picture:not(.hero_compact) .hero_heading::before {
    top: 3rem;
  }
  *[class*=width] .hero_picture:not(.hero_compact) .hero_heading {
    max-width: 35.25rem;
    padding: 0;
    margin: -6rem auto 0;
  }
  *[class*=width] .hero_picture:not(.hero_compact) .hero_heading::before {
    top: calc(6rem - 1px);
    bottom: -1px;
    left: -50vw;
    right: -50vw;
  }
}

.hero_detail {
  margin: calc(var(--step) * -2) calc(var(--step) * -2) calc(var(--step) * 1);
  width: calc(100% + var(--step) * 4);
}
.hero_detail + * {
  position: relative;
  z-index: 8;
}
.hero_detail .hero_heading {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 924px) {
  .hero_detail {
    margin: calc(var(--step) * -6) calc(var(--step) * -6) calc(var(--step) * -12);
    width: calc(100% + var(--step) * 12);
  }
  .hero_detail .hero_heading {
    padding: 0 calc(var(--step) * 6);
    transform: translateY(calc(var(--step) * -12));
  }
}

.hero_content {
  position: relative;
  max-width: 35.25rem;
  margin: 0 auto;
  z-index: 2;
}

.hero_holder {
  position: relative;
  z-index: 1;
  background: var(--primary-colors-background);
}
.hero_holder + * {
  position: relative;
  z-index: 2;
}
[class*=theme-light] > .hero_holder {
  background-color: transparent;
}
[class*=theme-light] > .hero_holder .hero_picture::before {
  background: linear-gradient(360deg, var(--white-5-filled) 0%, rgba(var(--rgb-background), 0) 100%);
}
.hero_holder [class*=trailer] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: auto;
  border-radius: 1.5rem;
  z-index: 6;
  padding-inline-start: calc(var(--step) * 4);
  gap: 0 calc(var(--step) * 2);
}
.hero_holder[class*=centered] > * {
  position: static;
}
@media screen and (min-width: 924px) {
  .hero_holder [class*=trailer] {
    display: none;
  }
}

.hero_minHeight.hero_picture::before {
  padding-top: 35.96%;
}

.hero_blurred {
  margin-bottom: 0;
}
.hero_blurred:before {
  padding-top: 19.5rem;
}
.hero_blurred > img {
  filter: blur(30px);
}
.hero_blurred .hero_heading {
  position: relative;
  transform: none;
}
.hero_blurred + .hero_content {
  max-width: 100%;
}
@media screen and (min-width: 924px) {
  .hero_blurred:before {
    padding-top: calc(56.25% - var(--step) * 12);
  }
  .hero_blurred > img {
    filter: blur(40px);
  }
}

.hero_inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.hero_poster {
  width: 6.75rem;
  height: 10.5rem;
  margin: 0 auto calc(var(--step) * 3);
}
.hero_poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .hero_poster {
    width: 11.25rem;
    height: 16.625rem;
  }
}.iconlist_item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: var(--white-80);
}
.iconlist_item p {
  margin: 0;
}
.iconlist_item *[class*=text4] {
  color: var(--white-80);
}

.iconlist_icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: var(--white-10);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.iconlist_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 2.25rem;
  min-height: 2.25rem;
  filter: invert(1);
}
.iconlist_icon > * {
  opacity: 0.7;
}

.iconlist_title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  margin-bottom: calc(var(--step) * 2);
}

.iconlist_frame {
  padding-top: calc(var(--step) * 3);
  padding-inline-start: var(--step);
}.image_image-fade-in {
  opacity: 1;
  transition: var(--speed) var(--easing);
}

.image_loading {
  opacity: 0;
}

.image_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  pointer-events: none;
  transition: opacity var(--speed) var(--easing);
}

.image_wrapper {
  position: relative;
}.pagination_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: calc(var(--step) * 2);
  justify-content: flex-end;
}
.pagination_holder > .pagination_holder {
  margin-bottom: 0;
}
.pagination_holder a {
  white-space: nowrap;
}
@media screen and (min-width: 924px) {
  .pagination_holder {
    margin-bottom: calc(var(--step) * 3);
  }
}

.pagination_paging {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.125rem;
  min-height: 1.5rem;
  width: auto !important;
}
.pagination_paging > *,
.pagination_paging *[class*=swiper-pagination-bullet] {
  margin: 0 !important;
  opacity: 1;
  background: none;
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  cursor: pointer;
}
.pagination_paging > *::before,
.pagination_paging *[class*=swiper-pagination-bullet]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white-30);
  pointer-events: none;
}
.pagination_paging > *[class*=-active]::before {
  background: var(--primary-colors-brand);
}

.pagination_bullet {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white-30);
}
.pagination_bullet-active {
  background: var(--primary-colors-brand);
}
.pagination_bullet:only-child {
  display: none;
}.details_details {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: var(--white-80);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
  align-items: center;
  margin-inline-start: -0.8125rem;
  transform: translateX(0.75rem);
  overflow: hidden;
}
[dir=rtl] .details_details {
  margin-inline-start: 0;
}
.details_details > *,
.details_details .details_inner {
  position: relative;
  padding-inline-start: 0.375rem;
  padding-inline-end: 0.125rem;
}
.details_details > *::after,
.details_details .details_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: -0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--white-10);
}
.details_details > *:first-child,
.details_details .details_inner:first-child {
  margin-inline-start: 0;
}
.details_details > *:first-child:not(.details_age),
.details_details .details_inner:first-child:not(.details_age) {
  padding-inline-start: 0;
}
.details_details > *:first-child::after,
.details_details .details_inner:first-child::after {
  display: none;
}
.details_details > span {
  display: flex;
  min-height: 1.25rem;
}
.details_details > span + div {
  display: contents;
}
.details_details > span + div::before {
  content: "\a";
  flex-basis: 100%;
}
.details_details strong {
  font-weight: normal;
  color: var(--white-50);
}

.details_provider {
  padding-inline-start: 0;
  display: flex;
  justify-content: flex-start;
}
.details_provider img {
  display: block;
  width: fit-content;
  height: auto;
  max-width: 9.5rem;
  max-height: 1.75rem;
  object-fit: contain;
}

.details_age {
  display: flex;
  line-height: 1.25rem;
  border-radius: var(--radius);
  background-color: var(--white-10);
  padding: 0 var(--step);
  margin-inline-start: 0.375rem;
  margin-inline-end: 0.125rem;
}
.details_age::after {
  inset-inline-start: -0.625rem;
}

.details_lock {
  padding-inline-end: 0;
}
.details_lock + * {
  padding-inline-start: 0;
}
.details_lock + *::after {
  display: none;
}

.details_live {
  position: relative;
  display: block;
  background-color: var(--secondary-colors-red);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-medium, 500);
  padding-left: 0.875rem;
}
.details_live::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--step);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}

.details_divide {
  width: -webkit-fill-available;
}
.details_divide + * {
  padding-inline-start: 0;
}.lock_lock {
  position: absolute;
  top: var(--step);
  inset-inline-end: calc(var(--step) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius);
}
@media screen and (min-width: 924px) {
  .lock_lock {
    width: 3rem;
    height: 3rem;
  }
}

.lock_inline {
  position: relative;
  top: auto;
  inset-inline-end: auto;
  width: fit-content;
  height: auto;
  align-self: center;
}
@media screen and (min-width: 924px) {
  .lock_inline {
    min-width: calc(var(--step) * 6);
    min-height: calc(var(--step) * 6);
  }
}

.lock_filled {
  background-color: var(--primary-colors-brand);
}

.lock_small {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  padding: var(--step);
}
.lock_small *[class*=icon_] svg {
  width: calc(var(--step) * 3);
  height: calc(var(--step) * 3);
}

.lock_lockRelative {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}

.lock_program {
  inset-inline-start: var(--step);
  top: 0;
  inset-inline-end: auto;
  height: auto;
  padding: var(--step);
  z-index: 6;
  cursor: pointer;
}.activity_list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(var(--step) * 2);
  overflow: hidden;
  border-top: 1px solid var(--white-10);
  padding-top: calc(var(--step) * 2);
}
.activity_list > *:not([class*=icon]) {
  padding-bottom: calc(var(--step) * 2);
}
.activity_list *[class*=icon] {
  align-items: flex-start;
}
.activity_list.activity_unsorted {
  grid-template-columns: auto auto 1fr;
}

.activity_date {
  flex-grow: 0;
  min-width: 5.25rem;
  position: relative;
  letter-spacing: 0.02em;
  color: var(--white-60);
}
.activity_date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  border-top: 1px solid var(--white-10);
}

.activity_heading {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-wight-bold);
}
@media screen and (min-width: 924px) {
  .activity_heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.activity_more {
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  padding: calc(var(--step) * 3) 0;
  color: var(--primary-colors-brand);
  transition: color var(--speed) var(--easing);
  margin-bottom: 0.375rem;
}
@media (hover: hover) {
  .activity_more:hover {
    color: #fff;
  }
}

.activity_hidden {
  opacity: 0;
  pointer-events: none;
}.like_likes {
  display: flex;
  flex-direction: row;
  gap: 0 calc(var(--step) * 2);
}
[class*=reward-compact] .like_likes {
  gap: 0 calc(var(--step) * 5);
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .like_likes {
    gap: 0 calc(var(--step) * 2);
  }
}

.like_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 var(--step);
  color: var(--white-60);
  cursor: pointer;
  transition: color var(--speed) var(--easing);
}
.like_item:first-child span:last-child:not(:only-child) {
  margin-inline-end: calc(var(--step) * 2);
}
@media (hover: hover) {
  .like_item:hover .like_ico {
    border-color: var(--white-70);
  }
}
[class*=reward-compact] .like_item {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  flex-direction: column;
  gap: var(--step);
}
[class*=reward-compact] .like_item:first-child span:last-child:not(:only-child) {
  margin-inline-end: 0;
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .like_item {
    flex-direction: row;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.like_ico {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--speed) var(--easing);
}.scroll_scroll {
  height: 100%;
  overflow: auto;
}
.scroll_scroll::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.scroll_scroll::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.scroll_scroll::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.scroll_scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.scroll_hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll_hidden::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.scroll_hidden::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll_hidden::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.scroll_hidden::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.scroll_horizontal {
  height: auto;
  overflow-x: auto;
}.playersettings_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--step);
  font-size: 0.875rem;
}
.playersettings_row > span {
  white-space: nowrap;
}

.playersettings_settings {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  padding-inline-start: calc(var(--step) * 2);
  background: var(--box-dark);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius);
  min-width: 16.25rem;
  min-height: 3rem;
}

.playersettings_menu [class*=title] {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-inline-end: var(--step);
}
@media (hover: hover) {
  .playersettings_menu [class*=title]:hover {
    background-color: var(--box-dark);
  }
}.formcontrol_checkbox,
.formcontrol_radio {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 calc(var(--step) * 4);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.formcontrol_checkbox > b,
.formcontrol_radio > b {
  flex-shrink: 0;
  flex-grow: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--white-30);
  opacity: 0.5;
  border: 1px solid var(--white-40);
  border-radius: var(--radius);
  transition: 0.3s ease-in-out;
  transition-property: background-color, border-color, opacity;
  align-content: center;
}
.formcontrol_checkbox > b [class*=icon],
.formcontrol_radio > b [class*=icon] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.formcontrol_checkbox.formcontrol_radio b,
.formcontrol_radio.formcontrol_radio b {
  border-radius: 50%;
}
.formcontrol_checkbox.formcontrol_radio b::before,
.formcontrol_radio.formcontrol_radio b::before {
  border-radius: 50%;
}
.formcontrol_checkbox input,
.formcontrol_radio input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.formcontrol_checkbox input:checked ~ b,
.formcontrol_radio input:checked ~ b {
  background-color: var(--primary-colors-brand);
  border-color: transparent;
  opacity: 1;
}
.formcontrol_checkbox input:checked ~ b [class*=icon],
.formcontrol_radio input:checked ~ b [class*=icon] {
  opacity: 1;
}

.formcontrol_rate {
  background: var(--white-10);
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  height: 2.25rem;
}
.formcontrol_rate b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff !important;
  opacity: 0;
  z-index: 1;
  transition: opacity var(--speed) var(--easing);
  width: auto;
  height: auto;
  border-radius: 0 !important;
}
.formcontrol_rate > span {
  position: relative;
  z-index: 4;
  display: block;
  transition: var(--speed) var(--easing);
  transition-property: color, transform;
  font-size: 1rem;
}
.formcontrol_rate input:checked ~ b {
  opacity: 1;
}
.formcontrol_rate input:checked ~ span {
  color: #000;
  font-weight: var(--font-weight-medium);
  transform: scale(1.14);
}

.formcontrol_card {
  width: 100%;
  background-color: var(--white-10);
  height: 3.75rem;
  padding: 0 calc(var(--step) * 2);
  border-radius: var(--radius);
}
.formcontrol_card .formcontrol_label {
  display: none;
}
.formcontrol_card input ~ b {
  order: 2;
  margin-inline-start: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.formcontrol_card input ~ b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid var(--secondary-colors-green);
  border-radius: var(--radius);
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.formcontrol_card input:checked ~ b {
  background-color: var(--secondary-colors-green);
}
.formcontrol_card input:checked ~ b::before {
  opacity: 1;
}

.formcontrol_checklist {
  gap: calc(var(--step) * 4);
  min-height: calc(var(--step) * 10);
  border-bottom: 1px solid var(--white-10);
  align-items: center;
}
.formcontrol_checklist:last-child {
  border-bottom: none;
}
.formcontrol_checklist label,
.formcontrol_checklist b + * {
  opacity: 0.5;
  transition: opacity var(--speed) var(--easing);
}
.formcontrol_checklist b {
  opacity: 0;
  order: 3;
  margin-inline-start: auto;
  background: none;
  width: auto;
  height: auto;
  border: none;
}
.formcontrol_checklist b::before {
  display: none;
}
.formcontrol_checklist input:checked ~ * {
  opacity: 1;
}
.formcontrol_checklist input:checked ~ b {
  background: none;
  border: none;
}
@media (hover: hover) {
  .formcontrol_checklist:hover label,
  .formcontrol_checklist:hover b + * {
    opacity: 1;
  }
}.feedback_feedback {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 var(--step);
  width: 100%;
}

.feedback_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--step);
  border-radius: var(--radius);
  padding: var(--step);
  font-size: 0.75rem;
  line-height: 1rem;
  overflow: hidden;
}
.feedback_item span {
  position: relative;
  z-index: 4;
  color: var(--white-60);
  transition: color var(--speed) var(--easing);
  text-align: center;
}
.feedback_item b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color var(--speed) var(--easing);
  z-index: 1;
}
.feedback_item input {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.feedback_item input:checked ~ span {
  color: #000;
}
.feedback_item input:checked ~ .feedback_ico::before {
  opacity: 1;
}
.feedback_item.feedback_selected input ~ span {
  color: #000;
}
.feedback_item.feedback_selected input ~ .feedback_ico::before {
  opacity: 1;
}

.feedback_ico {
  position: relative;
  z-index: 4;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.feedback_ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.feedback_ico svg, .feedback_ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feedback_red:checked + b, .feedback_red ~ .feedback_ico {
  background-color: var(--secondary-colors-red);
}

.feedback_peach:checked + b, .feedback_peach ~ .feedback_ico {
  background-color: var(--primary-colors-orange);
}

.feedback_orange:checked + b, .feedback_orange ~ .feedback_ico {
  background-color: #f9a11b;
}

.feedback_yellow:checked + b, .feedback_yellow ~ .feedback_ico {
  background-color: var(--secondary-colors-yellow);
}

.feedback_green:checked + b, .feedback_green ~ .feedback_ico {
  background-color: var(--secondary-colors-green);
}.renttimer_timer {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.renttimer_timer.renttimer_small {
  height: 2.25rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding-inline-end: var(--step);
}
.renttimer_timer.renttimer_small .renttimer_progress {
  width: calc(var(--step) * 6);
  background: transparent;
}

.renttimer_count {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  color: #fff;
}
.renttimer_count strong {
  display: block;
}
.renttimer_count span {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.renttimer_count i {
  font-style: normal;
}

.renttimer_progress {
  display: block;
  width: 100%;
  height: 100%;
}

.renttimer_circle {
  fill: none;
  stroke-width: 1px;
  stroke: var(--secondary-colors-green);
}
.renttimer_circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
  transition: stroke 0.3s ease-in-out;
}

.renttimer_expired *[class*=circle] {
  stroke: var(--secondary-colors-red);
}
.renttimer_expired *[class*=count] strong {
  color: var(--secondary-colors-red);
}

.renttimer_almost *[class*=circle]:not([class*=circle-bg]) {
  stroke: var(--secondary-colors-red);
}
.renttimer_almost *[class*=count] strong, .renttimer_almost.renttimer_inline *[class*=count] i {
  color: var(--secondary-colors-red);
}

.renttimer_absolute, .renttimer_timer, .renttimer_count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .renttimer_absolute, [dir=rtl] .renttimer_timer, [dir=rtl] .renttimer_count {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.renttimer_inline {
  position: static;
  transform: none;
  width: auto;
  height: 3rem;
  background: none;
  display: flex;
  align-items: center;
  gap: 0 var(--step);
}
.renttimer_inline .renttimer_progress {
  width: 3rem;
  border-radius: 50%;
  background: rgba(var(--primary-colors-background-rgb), 0.6);
  padding: 0.21875rem;
  border: 1.5px solid var(--white-20);
}
.renttimer_inline .renttimer_circle,
.renttimer_inline .renttimer_circle-bg {
  stroke-width: 0.25rem;
}
.renttimer_inline .renttimer_count {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 0.1875rem;
}
.renttimer_inline .renttimer_count * {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
}
.renttimer_inline .renttimer_count strong {
  display: inline-flex;
  gap: 0 0.1875rem;
}
*[dir=rtl] .renttimer_inline,
*[dir=rtl] .renttimer_inline .renttimer_count {
  transform: none;
  position: static;
}
[class*=reward-compact] .renttimer_inline {
  flex-direction: column;
  gap: var(--step);
}
[class*=reward-compact] .renttimer_inline .renttimer_count {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: var(--secondary-colors-green);
}
[class*=reward-compact] .renttimer_inline .renttimer_count strong, [class*=reward-compact] .renttimer_inline .renttimer_count i {
  font-weight: normal;
}
[class*=almost] [class*=reward-compact] .renttimer_inline .renttimer_count {
  color: var(--secondary-colors-red);
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .renttimer_inline {
    flex-direction: row;
  }
  [class*=reward-compact] .renttimer_inline .renttimer_count {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.renttimer_holder {
  width: fit-content;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: var(--step) calc(var(--step) * 4);
}
.renttimer_holder.renttimer_expired .renttimer_label, .renttimer_holder.renttimer_almost .renttimer_label {
  color: var(--secondary-colors-red);
}
.renttimer_holder .renttimer_count * {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: normal;
}
.renttimer_holder .renttimer_progress {
  background: transparent;
  width: calc(var(--step) * 6);
  padding: 0;
}
.renttimer_holder .renttimer_circle, .renttimer_holder .renttimer_circle-bg {
  stroke-width: 0.3125rem;
}

.renttimer_label {
  color: var(--secondary-colors-green);
  transition: var(--speed) var(--easing);
}

.renttimer_mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.renttimer_frame {
  position: relative;
}.checklist_list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}
.checklist_list dd, .checklist_list dt {
  margin: 0;
}
.checklist_list dt {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 calc(var(--step) * 2);
  min-height: 3rem;
}
.checklist_list dt *:first-child {
  flex-grow: 0;
  display: inline-flex;
}
.checklist_list dt *[class*=icon] {
  width: 2.25rem;
  height: 2.25rem;
}
.checklist_list dt.checklist_nested {
  flex-wrap: wrap;
  grid-column: 1/-1;
}
.checklist_list dd {
  text-align: end;
  font-weight: var(--font-weight-medium);
  align-self: center;
  color: #fff;
}
.checklist_list dd *[class*=icon] {
  justify-content: start;
}
.checklist_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checklist_list.checklist_equal {
  grid-template-columns: repeat(2, 1fr);
}
.checklist_list.checklist_equal dt {
  color: var(--white-50);
}
.checklist_list.checklist_equal dd {
  text-align: start;
}

.checklist_disabled {
  opacity: 0.5;
}

.checklist_border {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.checklist_border dt,
.checklist_border dd {
  padding: var(--step) 0;
}
.checklist_border dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  height: 1px;
  background: var(--white-10);
  pointer-events: none;
}
.checklist_border dt:last-of-type::before {
  display: none;
}

.checklist_ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.checklist_ul li {
  position: relative;
  padding-inline-start: calc(var(--step) * 8 + 1.25rem);
}
.checklist_ul li::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  inset-inline-start: calc(var(--step) * 8 + 0.625rem - 0.125rem);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 924px) {
  .checklist_compare {
    grid-template-columns: auto;
    overflow: visible;
  }
  .checklist_compare dt {
    width: calc(100vw - var(--step) * 4);
    margin-inline-start: calc(-50vw + var(--step));
    background: var(--primary-colors-background);
    justify-content: center;
  }
  .checklist_compare dd {
    display: flex;
    justify-content: center;
    min-height: 2.25rem;
  }
  .checklist_compare dd > svg, .checklist_compare dd > img {
    max-height: calc(2.25rem - var(--step) * 2);
    display: flex;
    margin: 0 auto;
    object-fit: contain;
  }
  .checklist_compare.checklist_border dt::before {
    display: none;
  }
  .checklist_compare .checklist_ul {
    padding: calc(var(--step) * 2);
    gap: calc(var(--step) * 2);
    line-height: 1.125rem;
    text-align: start;
  }
  .checklist_compare .checklist_ul li {
    padding-inline-start: 0;
  }
  .checklist_compare .checklist_ul li::before {
    display: none;
  }
}.range_control {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: calc(var(--step) * 2 - 1px) 0 calc(var(--step) * 2);
  margin-top: calc(var(--step) * 2);
}
.range_control input {
  display: block;
  width: 100%;
}
.range_control input[type=range] {
  -webkit-appearance: none;
  height: calc(var(--step) * 4);
  cursor: ew-resize;
  margin: calc(var(--step) * -2) 0 0;
  padding: 0;
  transition: background var(--speed) var(--easing);
  opacity: 0;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.range_control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: calc(var(--step) * 4);
  width: calc(var(--step) * 4);
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: ew-resize;
  margin: calc(var(--step) * -4) 0 0;
}
.range_control input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range_values {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--icon-50, rgba(255, 255, 255, 0.5));
  transition: color var(--speed) var(--easing);
}

.range_valOption {
  position: relative;
  padding-top: calc(var(--step) * 4 + 0.5rem);
  width: calc(var(--step) * 4);
  text-align: center;
}
.range_valOption::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - var(--step) * 2);
  border-radius: 50%;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px var(--primary-colors-background);
  background: var(--box-dark-filled, rgba(0, 0, 0, 0.3));
  transition: var(--speed) var(--easing);
  transition-property: border, background;
}
*[class*=theme-dark] .range_valOption::before {
  box-shadow: 0 0 0 2px var(--box-dark-filled);
}
@media screen and (min-width: 924px) {
  *[class*=theme-md-dark] .range_valOption::before {
    box-shadow: 0 0 0 2px var(--box-dark-filled);
  }
}
.range_valOption::after {
  content: "";
  position: absolute;
  top: calc(var(--step) * 2);
  inset-inline-end: 50%;
  width: 1200px;
  height: 2px;
  z-index: -1;
  background-color: transparent;
  transition: background-color var(--speed) var(--easing);
}
.range_valOption span {
  position: absolute;
  top: calc(var(--step) * 4 + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.range_valOption:last-child span, .range_valOption:first-child span {
  min-width: calc(var(--step) * 4);
  left: auto;
  transform: none;
}
.range_valOption:last-child span {
  inset-inline-end: 0;
}
.range_valOption:first-child span {
  inset-inline-start: 0;
}
.range_valOption.range_checked::before {
  border: var(--step) solid var(--white-10-filled, rgba(255, 255, 255, 0.1));
  background: var(--primary-colors-brand);
}
.range_valOption.range_selected {
  color: #fff;
}
.range_valOption.range_selected::before {
  border: var(--step) solid var(--primary-colors-brand);
  background: #fff;
}
.range_valOption.range_selected::after {
  background: var(--primary-colors-brand);
}

.range_text {
  display: block;
  color: var(--white-60);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.range_values + .range_text {
  padding-top: calc(var(--step) * 7);
}

.range_tOption {
  display: none;
}
.range_tOption.range_selected {
  display: block;
}

.range_range {
  position: absolute;
  top: calc(var(--step) * 2);
  left: 0;
  right: 0;
  height: 0.125rem;
  background: var(--white-10);
  background-image: linear-gradient(var(--primary-colors-brand), var(--primary-colors-brand));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background var(--speed) var(--easing);
}

.range_disabled {
  pointer-events: none;
}.switch_switch {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--step);
  width: fit-content;
}
.switch_switch input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  transition: background-color var(--speed) var(--easing);
  z-index: 4;
}
.switch_switch input:checked ~ b {
  background-color: var(--primary-colors-brand);
  border-color: var(--primary-colors-brand);
}
.switch_switch input:checked ~ b::before {
  background-color: #fff;
  transform: translateX(100%);
}
.switch_switch b {
  display: block;
  position: relative;
  z-index: 2;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: calc(var(--step) * 2);
  border: 2px solid var(--white-50);
  transition-property: background-color, border-color;
  transition: var(--speed) var(--easing);
  flex-shrink: 0;
}
.switch_switch b::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 2px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--primary-colors-brand);
  transition-property: background-color, transform;
  transition: var(--speed) var(--easing);
}

.switch_label {
  position: relative;
  z-index: 2;
}.accordion_accordion {
  display: flex;
  flex-direction: column;
}

.accordion_heading {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: calc(var(--step) * 2);
  cursor: pointer;
}

.accordion_expand {
  position: relative;
  margin-bottom: calc(var(--step) * 2);
}

.accordion_rotate {
  transform: rotate(90deg);
}.lazy_lazy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity var(--speed) var(--easing);
  max-width: 100%;
  min-height: 100%;
  opacity: 0;
}
.lazy_lazy:not([src]):not([srcset]) {
  visibility: hidden;
}

.lazy_lazy-load-done {
  opacity: 1;
  visibility: visible;
}

.lazy_holder {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lazy_holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}.addonitem_addon {
  border-radius: var(--radius);
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--step) * 2) 0;
  transition: var(--speed) var(--easing);
  transition-property: background-color, transform;
  height: 100%;
}
.addonitem_addon [class*=_details] {
  color: var(--white-60);
}
.addonitem_addon [class*=_button] {
  min-width: auto;
  width: 100%;
}
@media (hover: hover) {
  .addonitem_addon:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.addonitem_bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  width: 100%;
}
.addonitem_bg::before {
  content: "";
  display: block;
  padding-top: 33.333vw;
}
@media screen and (min-width: 924px) {
  .addonitem_bg::before {
    padding-top: 10.314vw;
  }
}

.addonitem_bgStatic {
  display: block;
  height: 100%;
  background-size: contain;
}
.addonitem_bgStatic::before {
  display: none;
}

.addonitem_foot {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--step) * 2) 0;
  padding: 0 calc(var(--step) * 3) var(--step);
}

.addonitem_status, .addonitem_cost {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-colors-green);
  text-align: center;
}
.addonitem_status.addonitem_red, .addonitem_red.addonitem_cost {
  color: var(--secondary-colors-red);
}
.addonitem_status.addonitem_green, .addonitem_green.addonitem_cost {
  color: var(--secondary-colors-green);
}

.addonitem_cost {
  color: #fff;
  text-align: center;
}
.addonitem_cost b {
  font-weight: var(--font-weight-medium);
}

.addonitem_price {
  margin: 0 auto;
}

.addonitem_logo {
  position: relative;
  width: 100%;
  padding: 0 calc(var(--step) * 3);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-grow: 1;
}
.addonitem_logo > * {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
}
.addonitem_logo img,
.addonitem_logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.addonitem_flags {
  display: flex;
  align-items: center;
  height: 1.5rem;
}.image_parent {
  display: flex;
  position: relative;
  align-items: center;
}

.image_inner {
  position: relative;
  width: 100%;
}
.image_inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}

.image_loaded img {
  position: static;
  opacity: 1;
}
.image_loaded *[class*=spinner] {
  position: absolute;
  opacity: 0;
}.survey_fav {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity var(--speed) var(--easing);
}
.survey_fav::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 147.778%;
}
.survey_fav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: var(--easing) var(--speed);
  transition-property: opacity, border-color;
}
.survey_fav > img, .survey_fav > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (hover: hover) {
  .survey_fav:hover {
    opacity: 1;
  }
  .survey_fav:hover .survey_icon {
    opacity: 1;
  }
}

.survey_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  border: 2px solid var(--white-70);
  background-color: rgba(0, 0, 0, 0.6);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: var(--easing) var(--speed);
  transition-property: opacity, border-color, opacity;
}
@media screen and (min-width: 924px) {
  .survey_icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.survey_selected {
  opacity: 1;
}
.survey_selected::after {
  opacity: 1;
  border-color: var(--primary-colors-orange);
}
.survey_selected .survey_icon {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--primary-colors-orange);
}.subscribed_addon {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  background-color: var(--white-10);
  border-radius: var(--radius);
  padding: var(--step) calc(var(--step) * 3);
  min-height: 3.75rem;
}
@media screen and (min-width: 924px) {
  .subscribed_addon {
    grid-template-columns: auto 1fr auto;
    justify-items: start;
  }
}

.subscribed_date {
  grid-row: 3;
  grid-column: 1/-1;
  border-top: 1px solid var(--white-10);
  display: flex;
  color: #fff;
}
.subscribed_date > * {
  flex: 1;
  padding: var(--step) calc(var(--step) * 2) 0;
}
.subscribed_date > *:not(:first-child) {
  border-inline-start: 1px solid var(--white-10);
}
.subscribed_date > *:first-child {
  padding-inline-start: 0;
}
.subscribed_date > *:last-child {
  min-width: auto;
}
.subscribed_date span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-60);
  padding-bottom: 2px;
}
.subscribed_date b {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 924px) {
  .subscribed_date {
    grid-row: 1;
    grid-column: 2;
    border-top: none;
    padding: 0;
  }
  .subscribed_date > * {
    min-width: clamp(8.125rem, 50%, 9rem);
    white-space: nowrap;
    padding-top: 0;
  }
}

.subscribed_provider {
  position: relative;
  overflow: hidden;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  height: 3.125rem;
  width: 7.8125rem;
  padding: var(--step) 0 calc(var(--step) * 2);
  padding-inline-end: calc(var(--step) * 2);
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.8125rem;
  font-weight: var(--font-weight-medium);
}
.subscribed_provider > img, .subscribed_provider > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 924px) {
  .subscribed_provider {
    height: 2.875rem;
    width: 9.375rem;
    padding: 0;
    padding-inline-end: calc(var(--step) * 4);
  }
}

.subscribed_icon {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
}
@media screen and (min-width: 924px) {
  .subscribed_icon {
    grid-column: 3;
  }
}

.subscribed_link {
  display: inline-flex;
  justify-self: end;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--primary-colors-brand);
}

span.subscribed_link {
  display: block;
  cursor: pointer;
}
span.subscribed_link, span.subscribed_link > * {
  transition: color var(--speed) var(--easing);
}
@media (hover: hover) {
  span.subscribed_link:hover, span.subscribed_link:hover > * {
    color: #fff;
  }
}

.subscribed_name {
  min-width: auto;
  align-self: center;
}
.subscribed_name + * {
  min-width: auto;
}

.subscribed_row {
  width: 100%;
  grid-column: 1/-1;
}
.subscribed_row [class*=checklist] dd,
.subscribed_row [class*=checklist] dt {
  min-height: 2.25rem;
}
.subscribed_row [class*=checklist] dd {
  font-weight: normal;
}

.subscribed_description {
  grid-row: 2;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #fff;
  padding: calc(var(--step) * 2) 0;
}
.subscribed_description a {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .subscribed_description a:hover {
    color: #fff;
  }
}

.subscribed_expand {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: var(--speed) var(--easing);
  transition-property: max-height;
}
.subscribed_expand > *:first-child {
  padding-top: calc(var(--step) * 2);
}
.subscribed_description + .subscribed_expand > *:first-child {
  padding-top: 0;
}

.subscribed_open {
  max-height: 600px;
}

.subscribed_name-gold {
  color: var(--premium);
}
.subscribed_name-brand {
  color: var(--primary-colors-brand);
}
.subscribed_name-orange {
  color: var(--primary-colors-orange);
}

.subscribed_expired {
  color: var(--secondary-colors-red) !important;
}.gift_gift {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--step);
  background-color: var(--white-10);
  padding: 0 calc(var(--step) * 2);
  height: 3.75rem;
  color: var(--white-60);
}
@media (hover: hover) {
  .gift_gift:hover {
    color: #fff;
  }
}

.gift_image {
  height: 100%;
}
.gift_image > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 100%;
}

.gift_message {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.gift_message b {
  color: #d1aa6e;
}.top_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 var(--step);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: var(--font-weight-medium);
}.episode_episode {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--step) * 2);
}
.episode_episode > * {
  min-width: 0;
  min-height: 0;
  height: fit-content;
}
@media screen and (min-width: 924px) {
  .episode_episode {
    grid-template-columns: 17.25rem auto;
    gap: var(--step) calc(var(--step) * 4);
    justify-items: start;
    grid-auto-rows: min-content;
  }
}

.episode_holder {
  grid-row: 1/2;
}
@media screen and (min-width: 924px) {
  .episode_holder {
    grid-row: 1/span 4;
    width: 100%;
  }
}

.episode_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.episode_image::before {
  content: "";
  display: block;
  padding-top: 55.952%;
}
.episode_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.episode_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.episode_image > * {
  position: relative;
  z-index: 4;
}
@media (hover: hover) {
  .episode_image:hover:after {
    opacity: 1;
  }
}

.episode_info {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: calc(var(--step) / 2);
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--white-50);
}
.episode_info strong {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
}
.episode_info strong * {
  display: inline-flex;
  color: #fff;
}
@media (hover: hover) {
  .episode_info strong *:hover {
    color: var(--white-60);
  }
}
@media screen and (min-width: 924px) {
  .episode_info {
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 1.5rem;
    align-self: start;
    align-items: center;
  }
}

.episode_duration {
  color: var(--white-60);
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.episode_description {
  grid-column: 1/-1;
  color: var(--white-80);
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 924px) {
  .episode_description {
    grid-column: auto;
  }
}

.episode_progress {
  position: absolute;
  top: calc(100% - var(--step) - 2px);
  left: var(--step);
  right: var(--step);
  width: calc(100% - var(--step) * 2);
  height: 2px;
  border-radius: 2px;
  z-index: 4;
  background-color: var(--white-10);
  pointer-events: none;
}
.episode_progress i {
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--primary-colors-orange);
  z-index: 2;
}
@media screen and (min-width: 924px) {
  .episode_progress {
    height: 3px;
    top: calc(100% - var(--step) * 3 - 3px);
    left: calc(var(--step) * 3);
    right: calc(var(--step) * 3);
    width: calc(100% - var(--step) * 6);
  }
  .episode_progress i {
    height: 3px;
  }
}

.episode_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 924px) {
  .episode_icon {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.episode_locked {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
}

.episode_vertical .episode_description {
  grid-column: 1/-1;
}
.episode_vertical .episode_info {
  align-items: flex-start;
}
@media screen and (min-width: 924px) {
  .episode_vertical .episode_info {
    gap: calc(var(--step) * 2);
  }
}
@media screen and (min-width: 924px) {
  .episode_vertical {
    grid-template-columns: auto;
  }
  .episode_vertical .episode_holder {
    grid-column: 1/-1;
  }
  .episode_vertical .episode_description {
    grid-column: 1/-1;
  }
  .episode_vertical .episode_info {
    grid-column: 1/-1;
  }
}.stickylabel_label {
  position: absolute;
  transform: translateY(-50%);
}
.stickylabel_label img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}.poster_poster {
  position: relative;
  overflow: hidden;
}
.poster_poster::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 154.356%;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .poster_poster::before {
    padding-top: 147.78%;
  }
}

.poster_hover {
  cursor: pointer;
}
@media (hover: hover) {
  .poster_hover:hover .poster_picture {
    opacity: 0.6;
  }
}

.poster_picture {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity var(--speed) var(--easing);
}
.poster_picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.poster_inline::before {
  display: none;
}
.poster_inline .poster_picture {
  position: static;
  inset: auto;
}

.poster_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 4;
  transition: opacity var(--speed) var(--easing);
}
.poster_hover .poster_play {
  opacity: 1;
}.mood_mood {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  height: 10.5rem;
  cursor: pointer;
}
.mood_mood::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--rgb-background), 0.54) 100%);
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .mood_mood {
    height: 16.625rem;
  }
}

.mood_title {
  position: relative;
  z-index: 4;
  padding: 0 calc(var(--step) * 2) var(--step);
}
@media screen and (min-width: 924px) {
  .mood_title {
    padding: 0 calc(var(--step) * 3) calc(var(--step) * 2);
  }
}

.mood_image img {
  position: relative;
  z-index: 1;
}.detailed_detailed {
  position: relative;
  height: 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.detailed_detailed > * {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 924px) {
  .detailed_detailed {
    height: 16.625rem;
  }
}

.detailed_picture {
  position: absolute;
  z-index: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detailed_picture > img {
  z-index: 1;
}

.detailed_provider {
  display: flex;
  align-items: center;
  width: 6.25rem;
  height: 2.5rem;
  margin: 0 calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .detailed_provider {
    width: 12.5rem;
    height: 5rem;
    margin: 0 calc(var(--step) * 3);
  }
}

.detailed_title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-medium);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.detailed_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
  min-height: 1.125rem;
  color: var(--white-50);
  letter-spacing: 0.04em;
  gap: 0.125rem 0.5rem;
  padding-top: var(--step);
}
.detailed_info span {
  position: relative;
  padding-inline-start: 0.375rem;
  padding-inline-end: 0.125rem;
}
.detailed_info span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: -0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--white-10);
}
.detailed_info span:first-child {
  padding: 0;
}
.detailed_info span:first-child::after {
  display: none;
}

.detailed_holder {
  z-index: 2;
  background-color: var(--white-10-filled);
  margin-bottom: -1px;
  padding: var(--step) var(--step) calc(var(--step) + 1px);
}
.detailed_holder::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  height: 10.5rem;
  background: linear-gradient(180deg, rgba(var(--rgb-background), 0) 0.67%, var(--white-10-filled) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .detailed_holder {
    padding: var(--step) calc(var(--step) * 3);
  }
  .detailed_holder::before {
    height: 12.8125rem;
  }
}

.detailed_locked {
  position: absolute;
  top: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  border-end-end-radius: var(--radius);
}
@media screen and (min-width: 924px) {
  .detailed_locked {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}.profileitem_link {
  cursor: pointer;
  transition: color var(--speed) var(--easing);
}
@media (hover: hover) {
  .profileitem_link:hover {
    color: #fff;
  }
}

.profileitem_profile {
  position: relative;
  min-width: 15rem;
}
.profileitem_profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--secondary-colors-green);
  pointer-events: none;
  border-radius: var(--radius);
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.profileitem_profile [class*=flex-wrap] {
  min-height: calc(var(--step) * 10);
}

.profileitem_active::before {
  opacity: 1;
}

.profileitem_compact [class*=name] {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.profileitem_compact [class*=flex-wrap] {
  min-height: calc(var(--step) * 8);
}
[class*=menulist_list] .profileitem_compact {
  max-width: 15rem;
}
[class*=menulist_list] .profileitem_compact [class*=avatar_holder] {
  width: 100%;
  justify-content: space-between;
}
[class*=menulist_list] .profileitem_compact [class*=avatar_restrict] {
  margin-inline-start: auto;
}

.profileitem_clickable {
  cursor: pointer;
  transition: background var(--speed) var(--easing);
}
@media (hover: hover) {
  .profileitem_clickable:hover {
    background-color: var(--white-10) !important;
  }
}.empty_empty {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 4);
  align-items: center;
  justify-content: center;
  height: 10.5rem;
  padding: calc(var(--step) * 4);
  margin-bottom: calc(var(--step) * 4);
}
.empty_empty > *:not(:first-child) {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 924px) {
  .empty_empty {
    height: 16.625rem;
    margin-bottom: calc(var(--step) * 7);
  }
}.service_holder {
  overflow: hidden;
  max-width: 100vw;
}
.service_holder [class=container] {
  position: relative;
}
@media screen and (min-width: 924px) {
  .service_holder + .service_holder .service_content, .service_holder.service_opposite .service_content {
    grid-template-areas: "visual text";
    grid-template-columns: auto 29.25rem;
  }
  .service_holder + .service_holder .service_visual > *, .service_holder.service_opposite .service_visual > * {
    left: auto;
    right: 0;
  }
  body[dir=rtl] .service_holder + .service_holder .service_content, body[dir=rtl] .service_holder.service_opposite .service_content, *[dir=rtl] .service_holder.service_opposite .service_content {
    grid-template-areas: "text visual";
    grid-template-columns: 29.25rem auto;
  }
}

.service_content {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 calc(var(--step) * 8);
}
.service_loading .service_content {
  gap: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .service_content {
    grid-template-areas: "text visual";
    grid-template-columns: 29.25rem auto;
    align-items: center;
    margin-bottom: calc(var(--step) * 7);
  }
  body[dir=rtl] .service_content, *[dir=rtl] .service_content {
    grid-template-areas: "visual text";
    grid-template-columns: auto 29.25rem;
  }
}

.service_ico > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service_visual {
  display: block;
  height: 19.5rem;
}
.service_visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--step) * -10);
  right: calc(var(--step) * -10);
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--rgb-background), 0) 50%);
  z-index: 2;
  pointer-events: none;
}
.service_visual > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 923px) {
  .service_visual > * {
    max-inline-size: calc(100% + var(--step) * 4);
    block-size: auto;
    inline-size: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 924px) {
  .service_visual {
    grid-area: visual;
    height: auto;
    min-height: 33rem;
  }
  .service_visual::before {
    display: none;
  }
}

.service_text {
  margin-top: -6.25rem;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 4) 0;
}
.service_text > * {
  margin: 0;
}
@media screen and (min-width: 924px) {
  .service_text {
    grid-area: text;
    margin-top: 0;
    gap: calc(var(--step) * 4);
  }
}

.service_description {
  color: var(--white-80);
}.accountlabel_holder {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--step) * 2);
  padding: var(--step) 0;
  margin-bottom: var(--step);
}
.accountlabel_holder::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(var(--step) * 6 + var(--step) * 2);
  inset-inline-end: 0;
  bottom: 0;
  border-bottom: 1px solid var(--white-10);
}

.accountlabel_content {
  font-weight: var(--font-weight-medium);
  flex-grow: 1;
}

.accountlabel_link {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: var(--primary-colors-brand);
  transition: color var(--speed) var(--easing);
}
@media (hover: hover) {
  .accountlabel_link:hover {
    color: #fff;
  }
}

.accountlabel_icon {
  width: calc(var(--step) * 6);
  flex-grow: 0;
}.pairbg_bgImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
}
.pairbg_bgImage::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--rgb-background), 0) 100%);
}

.pairbg_title {
  font-size: 2.5rem;
  line-height: 3rem;
}

.pairbg_description {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--white-80);
}.news_news {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  padding: calc(var(--step) * 4) 0;
  border-top: 1px solid var(--white-10);
}
.news_news:first-of-type {
  border-top: none;
}
@media screen and (min-width: 924px) {
  .news_news {
    padding: calc(var(--step) * 6) 0;
  }
}

*:not([class*=news]) + .news_news {
  border-top: none;
}

.news_description {
  color: var(--white-70);
}

.news_date {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
  color: var(--white-60);
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.news_date svg {
  width: 2.25rem;
  height: 2.25rem;
}

.news_border {
  position: relative;
  padding-inline-start: calc(var(--step) * 2);
}
.news_border::before {
  content: "";
  position: absolute;
  top: calc(var(--step) * 4);
  bottom: calc(var(--step) * 4);
  inset-inline-start: 0;
  border-inline-start: 2px solid var(--primary-colors-orange);
}
@media screen and (min-width: 924px) {
  .news_border {
    padding-inline-start: calc(var(--step) * 4);
  }
}.video_video5 {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 4.3125rem);
}
.video_video5::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video_video5 video,
.video_video5 .video_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  object-position: top;
}
.video_video5.video_error video {
  opacity: 0.6;
  pointer-events: none;
}

.video_play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity var(--speed) var(--easing);
}
.video_play svg path {
  transition: var(--speed) var(--easing);
  transition-property: opacity, fill;
}
@media (hover: hover) {
  .video_play svg:hover path {
    opacity: 0.5;
    fill: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .video_play [class*=icon] svg {
    width: 11.25rem;
    height: 11.25rem;
  }
}

.video_playing .video_play {
  opacity: 0;
}

.video_poster {
  background-size: cover;
}

.video_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 35.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: calc(var(--step) * 2);
  z-index: 4;
}
@media screen and (min-width: 560px) {
  .video_message {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}.filter_filter {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: calc(var(--step) * 4);
  width: max-content;
}

.filter_item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  padding: var(--step) calc(var(--step) * 2);
  border-radius: var(--radius);
  background-color: var(--white-10);
  transition: var(--speed) var(--easing);
  cursor: pointer;
}
.filter_item.filter_active {
  background-color: #fff;
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .filter_item:not(.filter_active):hover {
    background-color: var(--white-30);
  }
}

.filter_holder {
  margin: 0 calc(var(--step) * -2);
  padding: 0 calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .filter_holder {
    margin: 0 calc(var(--step) * -6);
    padding: 0 calc(var(--step) * 6);
  }
}.horizontal-promotion_promotion {
  display: block;
  position: relative;
  overflow: hidden;
}
.horizontal-promotion_promotion::before {
  content: "";
  display: block;
  padding-top: 45.16%;
}
@media screen and (min-width: 924px) {
  .horizontal-promotion_promotion::before {
    padding-top: 22.93%;
  }
}
.horizontal-promotion_promotion-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.horizontal-promotion_promotion-text {
  position: absolute;
  bottom: 0.75rem;
  padding: 0 calc(var(--step) * 2);
  display: flex;
  flex-direction: column;
  width: calc((100vw - 1.5rem + 0.75rem) / 3 * 2);
}
.horizontal-promotion_promotion-text-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.horizontal-promotion_promotion-text-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .horizontal-promotion_promotion-text {
    bottom: 2.25rem;
    width: calc((100vw - 4.5rem + 3rem) / 5 * 3);
    padding: 0 calc(var(--step) * 6);
  }
  .horizontal-promotion_promotion-text-description {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1500px) {
  .horizontal-promotion_promotion-text {
    width: calc((100vw - 4.5rem + 3.75rem) / 6 * 3);
  }
}
@media screen and (min-width: 1620px) {
  .horizontal-promotion_promotion-text {
    width: calc((100vw - 4.5rem + 5.25rem) / 7 * 3);
  }
}

.horizontal-promotion_ppv {
  margin: 0 !important;
  align-items: center;
}
.horizontal-promotion_ppv:before {
  display: none !important;
}.tablex_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr) calc(var(--step) * 4);
  gap: 0 calc(var(--step) * 2);
  margin: 0 calc(var(--step) * -2);
  padding: calc(var(--step) * 2);
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--white-50);
}
.tablex_row:nth-child(even) {
  background-color: var(--white-5);
  border: solid var(--white-20);
  border-width: 1px 0;
}
.tablex_row.tablex_head {
  color: var(--white-30);
  padding-top: var(--step);
  padding-bottom: var(--step);
}
@media screen and (min-width: 924px) {
  .tablex_row {
    grid-template-columns: repeat(2, 1fr) calc(var(--step) * 8);
    margin: 0 calc(var(--step) * -6);
    padding: calc(var(--step) * 2 + 0.25rem) calc(var(--step) * 6);
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .tablex_row.tablex_head {
    padding-top: calc(var(--step) * 2 + 0.25rem);
    padding-bottom: calc(var(--step) * 2 + 0.25rem);
    margin-bottom: calc(var(--step) * 2);
  }
}
@media screen and (min-width: 1500px) {
  .tablex_row {
    margin-left: 0;
    margin-right: 0;
  }
}

.tablex_cell {
  display: flex;
  flex-direction: column;
  gap: var(--step);
}

.tablex_name {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 924px) {
  .tablex_name {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.tablex_link {
  color: var(--primary-colors-brand);
}

.tablex_control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  border-radius: var(--radius);
  border: 1px solid transparent;
  background-color: var(--primary-colors-orange);
  transition: var(--speed) var(--easing);
  transition-property: border-color, background-color;
  cursor: pointer;
}
@media (hover: hover) {
  .tablex_control:hover {
    background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%);
  }
}
.tablex_opened .tablex_control {
  border-color: var(--white-20);
  background-color: transparent;
}
@media screen and (min-width: 924px) {
  .tablex_control {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.tablex_expand {
  display: none;
  position: relative;
  overflow: hidden;
}
.tablex_opened .tablex_expand {
  display: block;
}

.tablex_foot {
  display: flex;
  justify-content: center;
  margin: calc(var(--step) * 4) 0;
}
.tablex_foot > * {
  min-width: 23.25rem;
}
@media screen and (min-width: 924px) {
  .tablex_foot {
    margin: calc(var(--step) * 8) 0;
  }
}.breadcrumbs_breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
}

.breadcrumbs_separator {
  opacity: 0.5;
}

.breadcrumbs_link {
  cursor: pointer;
  color: var(--primary-colors-brand);
}
[class*=sticky] .breadcrumbs_link {
  color: var(--primary-colors-orange);
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (hover: hover) {
  .breadcrumbs_link:hover {
    color: #fff;
  }
}.phone_phone {
  grid-template-columns: auto 1fr !important;
}
[dir=rtl] .phone_phone {
  direction: ltr;
}

.phone_options {
  font-size: 1.25rem;
}
.phone_options::before, .phone_options[class*=menulist_holder]::before {
  border-width: 0 0 2px;
  border-color: var(--white-50);
  border-radius: 0;
}
.phone_options [class*=title] {
  background-color: var(--white-5);
  border-radius: var(--radius) 0 0;
  height: 100%;
}

.phone_input {
  margin: 0 !important;
}
.phone_input input {
  grid-row: 1 !important;
  font-size: 1.25rem !important;
}
.phone_input input:valid:not(:placeholder-shown) + em {
  background-color: var(--white-50);
}
.phone_input input ~ [class*=label] {
  display: none;
}
.phone_input ~ [class*=help-text] {
  display: none !important;
}

.phone_error {
  grid-row: 2;
  grid-column: 1/-1;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--secondary-colors-red);
  padding: var(--step) 0;
}
@media screen and (min-width: 924px) {
  .phone_error {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.countdown_holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: calc(var(--step) * 3);
  width: 100%;
}
@media screen and (max-width: 924px) {
  [class*=_slide] .countdown_holder {
    position: absolute;
    left: calc(var(--step) * 2);
    right: calc(var(--step) * 2);
    max-width: calc(100% - var(--step) * 4);
    transform: translateY(calc((var(--step) * 4 + 5.875rem + var(--step) * 4) * -1 - 100%));
  }
}

.countdown_time {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: var(--step) calc(var(--step) * 2) calc(var(--step) + 0.25rem);
  min-width: 4.5rem;
}
.countdown_time strong {
  display: block;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
}
.countdown_time span {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--white-50);
  text-transform: lowercase;
}
.countdown_time::before {
  content: ":";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(var(--step) * -2.25);
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  animation: 1.5s countdown_shine linear infinite;
}
.countdown_time:first-child::before {
  display: none;
}
@media screen and (min-width: 924px) {
  .countdown_time {
    min-width: 5.25rem;
  }
}

@keyframes countdown_shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}.ppvpayment_ppvpayment {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  background-color: var(--white-10);
  border-radius: var(--radius);
  padding: calc(var(--step) * 2);
}

.ppvpayment_part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ppvpayment_details {
  color: var(--white-60);
}

.ppvpayment_link {
  display: block;
  cursor: pointer;
  transition: color var(--speed) var(--easing);
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .ppvpayment_link:hover {
    color: #fff;
  }
}

.ppvpayment_text {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-60);
}.rwbanner_rwbanner {
  position: relative;
  overflow: hidden;
  padding: calc(var(--step) * 6);
  padding-inline-start: calc(var(--step) * 2);
  padding-inline-end: calc(var(--step) * 4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--step) * 2);
  margin: calc(var(--step) * 2) 0;
  border-radius: 0.25rem;
  min-height: 12.5rem;
}
.rwbanner_rwbanner [class*=text_] {
  letter-spacing: -0.005em;
}
@media screen and (min-width: 924px) {
  .rwbanner_rwbanner {
    padding: calc(var(--step) * 10);
    padding-inline-start: calc(var(--step) * 6);
    padding-inline-end: calc(var(--step) * 6);
    gap: calc(var(--step) * 4);
    margin: calc(var(--step) * 6) 0;
    min-height: 17.375rem;
  }
}

.rwbanner_content {
  display: flex;
  flex-direction: column;
  gap: var(--step);
}

.rwbanner_heading {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.005em;
}

.rwbanner_description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white-80);
}

.rwbanner_link {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .rwbanner_link:hover {
    color: #fff;
  }
}

.rwbanner_coin {
  width: 6rem;
  height: 6rem;
}
.rwbanner_coin svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .rwbanner_coin {
    width: 10rem;
    height: 10rem;
  }
}.rwprogress_rwprogress {
  padding: calc(var(--step) * 2);
  border-radius: 0.25rem;
  background-color: var(--white-5);
  display: flex;
  flex-direction: column;
  gap: var(--step);
}

.rwprogress_points {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--step);
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--white-50);
}
.rwprogress_points b {
  color: #fff;
  font-weight: normal;
}

.rwprogress_percentage {
  color: #fff;
}
.rwprogress_percentage b {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.rwprogress_progress {
  position: relative;
  height: var(--step);
  margin-bottom: var(--step);
  background: rgba(0, 0, 0, 0.7);
}
.rwprogress_progress span {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: var(--secondary-colors-green);
}

.rwprogress_values {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.1875rem;
}

.rwprogress_info {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity var(--speed) var(--easing);
}
@media (hover: hover) {
  .rwprogress_info:hover {
    opacity: 1;
  }
}.rwitem_rwitem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--step);
  background-color: var(--white-5);
  border-radius: 0.25rem;
  padding: calc(var(--step) * 2);
  max-width: 35.25rem;
  margin: 0 auto;
}

.rwitem_heading {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #fff;
}

.rwitem_description, .rwitem_error {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: var(--white-60);
}

.rwitem_reward {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--step);
  color: var(--white-60);
  letter-spacing: 0.006em;
}

.rwitem_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: var(--step);
  font-size: 1rem;
  line-height: 1.5rem;
}

.rwitem_hexagon {
  width: 1.875rem;
  height: 1.875rem;
  background: var(--primary-colors-orange);
  position: relative;
  aspect-ratio: 1;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color var(--speed) var(--easing);
}
.rwitem_hexagon svg {
  width: 0.875rem !important;
  height: 0.875rem !important;
}

.rwitem_link {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
  color: #fff;
}
*[dir=rtl] .rwitem_link:not(.rwitem_finished) svg {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .rwitem_link:hover {
    color: var(--primary-colors-orange);
  }
  .rwitem_link:hover .rwitem_hexagon {
    background-color: #fff;
  }
  .rwitem_link:hover svg path {
    fill: var(--primary-colors-orange);
  }
}

.rwitem_finished {
  color: var(--secondary-colors-green);
  pointer-events: none;
}
.rwitem_finished .rwitem_hexagon {
  background-color: var(--secondary-colors-green);
}
.rwitem_finished svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
}
.rwitem_finished svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 40px;
}

.rwitem_progress {
  padding: 0;
  background-color: transparent;
}

.rwitem_loading {
  height: 7.625rem;
}

.rwitem_error {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  color: var(--secondary-colors-red);
}.rwbalance_rwbalance {
  position: relative;
  padding: calc(var(--step) * 3);
  background-image: url("/images/reward-card-bg-CZA5KjeM.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 35.25rem;
  margin: 0 auto;
}

.rwbalance_loading {
  background-image: none;
  padding: 0;
}

.rwbalance_header {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
}

.rwbalance_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(var(--step) * 3);
}

.rwbalance_title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
}

.rwbalance_status {
  display: block;
  border-radius: var(--radius);
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0 0.5rem;
  background-color: var(--white-10);
}

.rwbalance_points {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--step);
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--white-60);
}
.rwbalance_points b {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  direction: ltr;
}

.rwbalance_progress {
  position: relative;
  height: var(--step);
  margin-bottom: var(--step);
  background: rgba(0, 0, 0, 0.7);
}
.rwbalance_progress span {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: var(--secondary-colors-green);
}

.rwbalance_text {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--white-60);
  text-align: center;
}

.rwbalance_button {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
  justify-content: center;
  height: calc(var(--step) * 8);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: var(--speed) var(--easing);
  transition-property: color, background-color;
}
*[dir=rtl] .rwbalance_button svg {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .rwbalance_button:hover {
    color: var(--secondary-colors-brand-dark, #4F008C);
    background-color: #fff;
  }
  .rwbalance_button:hover svg path {
    fill: var(--secondary-colors-brand-dark, #4F008C);
  }
}.rwstep_rwstep {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 35.25rem;
  min-height: calc(var(--step) * 8);
  margin: 0 auto;
}
.rwstep_rwstep::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--step);
  right: var(--step);
  height: 0.125rem;
  background-color: var(--white-5-filled);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 924px) {
  .rwstep_rwstep {
    min-height: calc(var(--step) * 11);
  }
}

.rwstep_loading::before {
  display: none;
}

.rwstep_step {
  position: relative;
  z-index: 4;
  min-width: 0;
  min-height: 0;
  background: var(--primary-colors-background);
  flex: 0.14;
}
.rwstep_step img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rwstep_step svg {
  display: block;
  width: calc(var(--step) * 8);
  height: calc(var(--step) * 8);
}
@media screen and (min-width: 924px) {
  .rwstep_step {
    flex: 0.12;
  }
  .rwstep_step svg {
    width: calc(var(--step) * 11);
    height: calc(var(--step) * 11);
  }
}

.rwstep_current {
  z-index: 1;
}
.rwstep_current::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
  height: 0.125rem;
  background-color: var(--white-20);
  z-index: 1;
}
*[dir=rtl] .rwstep_current::before {
  right: auto;
  left: 100%;
}
.rwstep_current ~ * svg {
  filter: grayscale(1);
  opacity: 0.5;
}.rwlabel_rwlabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--step);
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: var(--white-60);
}
@media screen and (min-width: 924px) {
  .rwlabel_rwlabel {
    flex-direction: row;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.remind_item {
  position: relative;
  display: block;
  cursor: pointer;
}
@media (hover: hover) {
  .remind_item:hover .remind_info {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.remind_image {
  position: relative;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.remind_info {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--white-30);
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
  background-color: var(--white-5);
  transition: background-color var(--speed) var(--easing);
}

.remind_title {
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.remind_description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.375rem;
}

.remind_when {
  color: #fff;
  margin-top: auto;
}

.remind_lock, .remind_bell {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.remind_lock svg, .remind_bell svg {
  width: 1.1875rem !important;
  height: 1.1875rem !important;
}

.remind_bell {
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.remind_bell svg {
  width: 1.0625rem !important;
  height: 1.0625rem !important;
}.branded_item {
  position: relative;
  background-color: var(--white-5);
  padding-top: 62.834%;
  transition: background-color var(--speed) var(--easing);
  cursor: pointer;
}
@media (hover: hover) {
  .branded_item:hover {
    background-color: var(--white-20);
  }
}
@media screen and (min-width: 1212px) {
  .branded_item {
    padding-top: 62.78%;
  }
}

.branded_holder {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  padding: calc(var(--step) * 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.pick_pick {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 calc(var(--step) * -2);
  width: calc(100% + var(--step) * 4);
  padding: calc(var(--step) * 3) calc(var(--step) * 2) var(--step);
}
.pick_pick b {
  font-weight: var(--font-weight-medium);
  color: var(--primary-colors-orange);
}
@media screen and (min-width: 924px) {
  .pick_pick {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 calc(var(--step) * -6) calc(var(--step) * 2);
    width: calc(100% + var(--step) * 12);
    padding: calc(var(--step) * 2) calc(var(--step) * 6);
  }
}

.pick_title {
  position: relative;
  z-index: 4;
  display: block;
  font-size: 2.375rem;
  line-height: 3rem;
  color: var(--primary-colors-orange);
}

.pick_description {
  position: relative;
  z-index: 4;
  line-height: 150%;
}
@media screen and (min-width: 924px) {
  .pick_description {
    max-width: 33.333vw;
    font-size: 1.25rem;
    text-align: right;
  }
}

.pick_bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 924px) {
  .pick_separator {
    flex-basis: 100%;
  }
}.addoncard_disabled {
  pointer-events: none;
}
.addoncard_disabled .addoncard_check-ico > span::after {
  opacity: 1 !important;
  border-left-color: #fff;
  animation: addoncard_rotation 1.2s infinite forwards linear;
  transition-property: border-color, transform, opacify;
}

@keyframes addoncard_rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.addoncard_primary-brand {
  color: var(--primary-colors-brand);
}

.addoncard_card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  background-color: var(--white-5);
  border-radius: var(--radius);
  padding: calc(var(--step) * 2);
  transition: background-color var(--speed) var(--easing);
}
.addoncard_card.addoncard_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.addoncard_card.addoncard_selected .addoncard_card-button {
  background: var(--white-10);
}
.addoncard_card input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.addoncard_card input ~ b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: var(--speed) ease-in-out;
  transition-property: border-color, background-color;
  border-radius: var(--radius);
  z-index: 8;
  pointer-events: none;
}
.addoncard_card input.addoncard_checked ~ b {
  border-color: var(--secondary-colors-green);
}
.addoncard_card input.addoncard_checked ~ .addoncard_card-header .addoncard_card-button {
  background: var(--secondary-colors-green);
}
.addoncard_card input.addoncard_checked ~ .addoncard_card-header .addoncard_card-button path {
  fill: #fff;
}
.addoncard_card input.addoncard_checked ~ .addoncard_card-header .addoncard_card-title {
  transition-property: color;
  transition: var(--speed) ease-in-out;
  color: var(--secondary-colors-green);
}
.addoncard_card-header {
  display: flex;
  flex-direction: row;
  height: calc(var(--step) * 8);
  align-items: center;
  gap: 0 calc(var(--step) * 2);
  justify-content: space-between;
}
.addoncard_card-header * {
  margin: 0;
}
.addoncard_card-logo {
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 80%;
  justify-content: flex-start;
  width: 10.25rem;
}
.addoncard_card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: initial;
  max-width: 100%;
}
.addoncard_card-title {
  margin-bottom: var(--space-1);
  font-weight: var(--font-weight-medium);
}
.addoncard_card-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--step) * 2);
  min-width: auto;
  width: auto;
  height: 100%;
  margin-inline-start: auto;
  border-radius: var(--radius);
  background: var(--primary-colors-orange);
  transition: var(--speed) var(--easing);
  transition-property: background-color;
  padding-inline-start: 1.75rem;
}
.addoncard_card-button svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform var(--speed) var(--easing);
}
.addoncard_card-button path {
  transition: fill var(--speed) var(--easing);
}
.addoncard_card-description {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 var(--step);
  font-size: 0.875rem;
}
.addoncard_card-description li {
  display: flex;
  gap: var(--step);
}
.addoncard_card-description li.addoncard_card-title {
  margin: 0;
  color: #fff;
}
@supports selector(:has(*)) {
  .addoncard_card-description:has(.addoncard_mobile-hidden:only-child) {
    display: none;
  }
}
.addoncard_card-middle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(var(--step) * 2) 0;
}
.addoncard_card-text {
  flex-basis: 100%;
  order: 100;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.addoncard_card-footer {
  display: flex;
  flex-direction: row;
  gap: calc(var(--step) * 2);
}
.addoncard_card-footer > * {
  flex-basis: 50%;
  flex-grow: 1;
}
.addoncard_card-footer .addoncard_button {
  font-size: 0.875rem;
  font-weight: normal;
  min-width: auto;
  padding: 0.375rem;
  height: initial;
}
@media screen and (min-width: 924px) {
  .addoncard_card {
    gap: calc(var(--step) * 3);
    padding: calc(var(--step) * 3);
  }
  .addoncard_card-logo {
    width: 13.125rem;
    height: 90%;
  }
  .addoncard_card-description {
    flex-direction: row;
  }
  .addoncard_card-description li {
    position: relative;
    padding-inline-start: 0.625rem;
  }
  .addoncard_card-description li::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.125rem);
    inset-inline-start: 0;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--white-30);
    pointer-events: none;
  }
  .addoncard_card-description li:first-child {
    padding-inline-start: 0;
  }
  .addoncard_card-description li:first-child::before {
    display: none;
  }
  .addoncard_card-middle {
    gap: calc(var(--step) * 3) 0;
  }
  @supports selector(:has(*)) {
    .addoncard_card:has(.addoncard_mobile-hidden:only-child) {
      display: flex;
    }
  }
}
.addoncard_card.addoncard_verticalLayout {
  gap: var(--space-2);
  flex-basis: calc(33.3333333333% - 1.125rem);
  flex-grow: 1;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-header {
  flex-direction: column;
  align-content: space-between;
  height: auto;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-middle {
  justify-content: center;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-middle ul {
  text-align: center;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-button {
  margin-top: auto;
  min-width: initial;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.addoncard_card.addoncard_verticalLayout .addoncard_card-text span:last-of-type {
  color: var(--white);
  align-self: end;
}
@media screen and (min-width: 924px) {
  .addoncard_card.addoncard_verticalLayout .addoncard_card-button {
    margin-inline-start: initial;
  }
}

.addoncard_span {
  padding-inline-start: calc(var(--step) * 2);
}.alertdialog_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: alertdialog_overlayShow var(--speed);
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 18;
}

.alertdialog_content {
  background-color: var(--primary-colors-background);
  border-radius: var(--radius);
  box-shadow: 0px 0px 200px 0px #000;
  position: relative;
  display: grid;
  padding: 0.75rem;
  justify-content: center;
  gap: 0.75rem;
}
.alertdialog_content:focus {
  outline: none;
}
.alertdialog_content > * {
  min-width: 0;
}
@media screen and (min-width: 924px) {
  .alertdialog_content {
    gap: 1.5rem;
    padding: 2.25rem;
    max-width: 35.25rem;
  }
}

.alertdialog_fullBleed {
  width: calc(100% + 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1.5rem -0.75rem 0;
  padding: 1.5rem;
  background: var(--secondary-colors-brand-dark);
}
@media screen and (min-width: 924px) {
  .alertdialog_fullBleed {
    width: calc(100% + 6rem);
    margin: -2.25rem -3rem 0;
  }
}

@keyframes alertdialog_overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alertdialog_overlay {
  place-items: center;
}

.alertdialog_content {
  padding: 1.5rem 0.75rem 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: min(100%, 32.5rem);
  gap: 1.75rem;
}
@media screen and (min-width: 924px) {
  .alertdialog_content {
    padding: 2.25rem 2.375rem;
  }
}

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

.alertdialog_icon {
  align-self: center;
}

.alertdialog_cols {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.alertdialog_cols button {
  text-wrap: nowrap;
}
@media screen and (min-width: 924px) {
  .alertdialog_cols {
    flex-direction: row;
  }
  .alertdialog_cols * {
    min-width: auto;
    flex-basis: 50%;
  }
}.cast-and-crew-card_card {
  width: 100% !important;
  padding-inline: 0.1875rem;
  cursor: pointer;
}
.cast-and-crew-card_card:hover .cast-and-crew-card_photo {
  filter: brightness(75%);
}
.cast-and-crew-card_card > * {
  width: 100%;
}

.cast-and-crew-card_photo {
  position: relative;
  padding-top: 155%;
  border-radius: var(--radius);
  transition: filter var(--speed) var(--easing);
}
.cast-and-crew-card_photo img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cast-and-crew-card_info {
  margin-top: 0.375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cast-and-crew-card_skeleton {
  cursor: default;
  height: 12.5rem;
  padding: 0;
}.country-picker_country {
  width: 5.25rem;
  padding: 1.125rem;
  transition: background var(--speed) var(--easing);
}
.country-picker_country:hover:not(.country-picker_active) {
  background: var(--box-dark);
  cursor: pointer;
}

.country-picker_flag {
  width: 3rem;
  height: 3rem;
}

.country-picker_active {
  border: var(--border);
  border-color: var(--primary-colors-brand);
  border-radius: var(--radius);
  background: var(--white-5);
}.dialog_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: dialog_overlayShow var(--speed);
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 18;
}

.dialog_content {
  background-color: var(--primary-colors-background);
  border-radius: var(--radius);
  box-shadow: 0px 0px 200px 0px #000;
  position: relative;
  display: grid;
  padding: 0.75rem;
  justify-content: center;
  gap: 0.75rem;
}
.dialog_content:focus {
  outline: none;
}
.dialog_content > * {
  min-width: 0;
}
@media screen and (min-width: 924px) {
  .dialog_content {
    gap: 1.5rem;
    padding: 2.25rem;
    max-width: 35.25rem;
  }
}

.dialog_fullBleed {
  width: calc(100% + 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1.5rem -0.75rem 0;
  padding: 1.5rem;
  background: var(--secondary-colors-brand-dark);
}
@media screen and (min-width: 924px) {
  .dialog_fullBleed {
    width: calc(100% + 6rem);
    margin: -2.25rem -3rem 0;
  }
}

@keyframes dialog_overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog_overlay.dialog_sideDialog {
  place-items: start end;
}

.dialog_sideDialog .dialog_content {
  grid-template-columns: 1fr;
  grid-template-rows: 4fr 1fr 2fr 2fr;
  grid-auto-rows: auto;
  height: 100vh;
  width: 100%;
  overflow: hidden auto;
  padding-bottom: 0;
}
@media screen and (min-width: 924px) {
  .dialog_sideDialog .dialog_content {
    max-width: 28.375rem;
  }
}
@media screen and (min-width: 1212px) {
  .dialog_sideDialog .dialog_content {
    max-width: 33.25rem;
  }
}

.dialog_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--step);
}
@media screen and (min-width: 924px) {
  .dialog_title {
    padding-top: 0;
  }
}

.dialog_footer {
  width: 100%;
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
  position: sticky;
  bottom: 0;
  background: var(--primary-colors-background);
  z-index: 10;
}
.dialog_sideDialog .dialog_footer {
  padding-block: 1.5rem;
}

.dialog_closeIcon {
  cursor: pointer;
  position: absolute;
  inset-inline-end: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}

.dialog_image {
  min-height: 18.75rem;
  background-size: cover;
  background-position: center;
  background-color: var(--box-dark);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)) 90%, to(rgba(0, 0, 0, 0) 100%));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.dialog_footerCta {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}.CopyrightsText_copyright {
  font-size: 12px;
  text-align: center;
  padding: 36px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white-60);
}
.CopyrightsText_copyright a {
  color: var(--white);
}
@media screen and (min-width: 924px) {
  .CopyrightsText_copyright {
    font-size: calc(100vw * 12 / 924);
    padding: calc(100vw * 36 / 924) 0;
    flex-basis: 100%;
  }
  .CopyrightsText_copyright span {
    display: inline;
  }
}
@media screen and (min-width: 1212px) {
  .CopyrightsText_copyright {
    font-size: calc(100vw * 12 / 1212);
    padding: calc(100vw * 36 / 1212) 0;
  }
}
@media screen and (min-width: 1500px) {
  .CopyrightsText_copyright {
    font-size: calc(100vw * 12 / 1500);
    padding: calc(100vw * 36 / 1500) 0;
  }
}

.CopyrightsText_border {
  border: none;
}#copy_footer {
  background: var(---primary-colors-background);
  padding: calc(var(--step) * 4) 0 0;
  transition: opacity var(--speed) var(--easing);
}
#copy_footer .copy_menu {
  display: none;
}
.copy_navigation #copy_footer .copy_container, #copy_footer.copy_navigation .copy_container, [data-nav=true] #copy_footer .copy_container {
  position: fixed;
  top: 62px;
  bottom: 0;
  height: calc(100vh - 62px);
  left: 0;
  right: 0;
  z-index: 15;
  background: var(--primary-colors-background);
  overflow: auto;
}
.copy_navigation #copy_footer .copy_menu, #copy_footer.copy_navigation .copy_menu, [data-nav=true] #copy_footer .copy_menu {
  display: flex;
}
[class*=sign-in_signIn] + #copy_footer [class*=appsLinks],
[class*=sign-in_signIn] + #copy_footer [class*=socialLinks] {
  display: none;
}
@media screen and (min-width: 924px) {
  #copy_footer {
    padding-top: 6.75rem;
  }
  #copy_footer .copy_menu,
  #copy_footer .copy_apps {
    display: flex;
  }
}

.copy_container {
  align-self: self-end;
  display: grid;
  grid-auto-rows: 1fr auto;
  max-width: 100%;
}
.copy_container > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: calc(var(--step) * 6) 0;
}
@media screen and (min-width: 924px) {
  .copy_container > div:not([class]) {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1500px) {
  .copy_container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.copy_container > div:not([class]) > :nth-child(1) {
  order: 2;
}
@media screen and (min-width: 924px) {
  .copy_container > div:not([class]) > :nth-child(1) {
    order: 1;
  }
}
.copy_container > div:not([class]) > :nth-child(2) {
  order: 1;
}
.copy_container > div:not([class]) > :nth-child(3) {
  order: 3;
}

#copy_mobile-menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  background: var(--black);
  padding: 24px 0 0;
  transition: opacity var(--speed) ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.copy_navigation #copy_mobile-menu {
  opacity: 1;
  pointer-events: all;
}
#copy_mobile-menu .copy_container {
  height: 100%;
  display: grid;
  grid-auto-rows: 1fr auto;
}
#copy_mobile-menu .copy_container > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px 0;
}
#copy_mobile-menu .copy_button-head {
  background-color: rgba(235, 235, 235, 0.06);
}
#copy_mobile-menu .copy_social {
  border-top-width: 1px;
  border-bottom-width: 0;
}
#copy_mobile-menu .copy_country-current {
  white-space: nowrap;
}
#copy_mobile-menu .copy_country-current .copy_country {
  flex-direction: row;
  gap: 0 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
#copy_mobile-menu .copy_country-current .copy_flag {
  width: 27px;
  height: 27px;
}
#copy_mobile-menu .copy_copyright {
  padding: 16px;
}
@media screen and (min-width: 924px) {
  #copy_mobile-menu {
    display: none;
  }
}

.copy_menu-icon {
  width: 36px;
  height: 36px;
  background-color: purple;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 924px) {
  .copy_menu-icon {
    display: none;
  }
}

#copy_header.copy_navigation ~ #copy_footer.copy_container {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: var(--primary-colors-background);
}

.copy_menu {
  display: flex;
}

.copy_holder {
  align-self: center;
  gap: calc(var(--step) * 4) !important;
  align-items: center;
  display: none !important;
}
[data-nav=true] .copy_holder {
  display: flex !important;
}
@media screen and (min-width: 924px) {
  .copy_holder {
    display: flex !important;
  }
}.header_header {
  display: flex;
  padding: 0.9375rem 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: var(--speed) ease-in-out;
  transition-property: background-color, box-shadow;
}
.header_header.header_is-pinned, .header_navigation .header_header {
  background: var(--primary-colors-background);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
.header_navigation .header_header {
  box-shadow: none !important;
}
.header_countries .header_header {
  padding-right: var(--scroll-bar);
}
.header_home-page .header_header {
  margin-bottom: 0;
}
.header_header.header_simple .header_head-links {
  display: none;
}
@media screen and (min-width: 924px) {
  .header_header {
    padding: 1.875rem 0;
    z-index: 15;
    background: transparent;
    box-shadow: none;
    position: relative;
  }
}
.header_header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
@media screen and (min-width: 1500px) {
  .header_header .header_container {
    max-width: 100%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.header_wrapper-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 330ms ease-out;
  z-index: 15;
  color: #fff;
}
.header_wrapper-menu img,
.header_wrapper-menu svg,
.header_wrapper-menu span {
  transition: opacity var(--speed) ease-in-out;
}
.header_wrapper-menu img:nth-child(2),
.header_wrapper-menu svg:nth-child(2),
.header_wrapper-menu span:nth-child(2) {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_wrapper-menu.header_open img,
.header_wrapper-menu.header_open span {
  opacity: 0;
}
.header_wrapper-menu.header_open img:nth-child(2),
.header_wrapper-menu.header_open span:nth-child(2) {
  opacity: 1;
}
@media screen and (min-width: 924px) {
  .header_wrapper-menu {
    display: none;
  }
}

.header_line-menu {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}
.header_line-menu.header_half {
  width: 50%;
}
.header_line-menu.header_start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.header_line-menu.header_end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.header_open .header_line-menu.header_start {
  transform: rotate(-90deg) translateX(3px);
}

.header_open .header_line-menu.header_end {
  transform: rotate(-90deg) translateX(-3px);
}

.header_head-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.75rem;
}.htmlcollapse_faq-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 22px;
}
@media screen and (min-width: 924px) {
  .htmlcollapse_faq-list {
    padding: 0 calc(100vw * 20 / 924);
    border-radius: calc(100vw * 22 / 924);
  }
}
@media screen and (min-width: 1212px) {
  .htmlcollapse_faq-list {
    padding: 0 calc(100vw * 20 / 1212);
    border-radius: calc(100vw * 22 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .htmlcollapse_faq-list {
    padding: 0 calc(100vw * 20 / 1500);
    border-radius: calc(100vw * 22 / 1500);
  }
}

.htmlcollapse_faq-list-block {
  display: flex;
  width: 100%;
}

.htmlcollapse_accordion {
  width: 100%;
  margin: 0;
}
.htmlcollapse_accordion strong {
  padding: 0;
}

.htmlcollapse_accordion-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(47, 52, 57, 0.17);
}
.htmlcollapse_accordion-list:first-child {
  border-top: 0 none;
}
.htmlcollapse_accordion-list:last-child {
  border-bottom: 0 none;
}

.htmlcollapse_accordion-item {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 12px 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 924px) {
  .htmlcollapse_accordion-item {
    padding: calc(100vw * 18 / 924) 0;
  }
}
@media screen and (min-width: 1212px) {
  .htmlcollapse_accordion-item {
    padding: calc(100vw * 18 / 1212) 0;
  }
}
@media screen and (min-width: 1500px) {
  .htmlcollapse_accordion-item {
    padding: calc(100vw * 18 / 1500) 0;
  }
}

.htmlcollapse_accordion-item__title {
  width: 85%;
  padding: 0;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 924px) {
  .htmlcollapse_accordion-item__title {
    font-size: calc(100vw * 24 / 924);
    line-height: calc(100vw * 28 / 924);
  }
}
@media screen and (min-width: 1212px) {
  .htmlcollapse_accordion-item__title {
    font-size: calc(100vw * 24 / 1212);
    line-height: calc(100vw * 28 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .htmlcollapse_accordion-item__title {
    font-size: calc(100vw * 24 / 1500);
    line-height: calc(100vw * 28 / 1500);
  }
}

.htmlcollapse_type {
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  transition: transform var(--speed) ease-in-out;
  transform: initial;
}

.htmlcollapse_open .htmlcollapse_type {
  transform: rotate(45deg);
}

.htmlcollapse_accordion-item.htmlcollapse_open h6 {
  font-weight: normal;
  color: var(--primary-colors-orange);
}

.htmlcollapse_data {
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  max-height: 0px;
  overflow: auto;
  overflow-x: hidden;
  transition: max-height 0.5s ease-in-out;
}
.htmlcollapse_data table, .htmlcollapse_data tbody {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  margin-top: 20px;
}
.htmlcollapse_data tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.htmlcollapse_data th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.htmlcollapse_data th:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.htmlcollapse_data td, .htmlcollapse_data th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.htmlcollapse_data tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.htmlcollapse_data ul {
  margin: 0 10px;
  padding: 0px 10px 20px;
  display: inline-block;
  width: 100%;
}
.htmlcollapse_data ul li {
  list-style: disc inside none;
  font-weight: 300;
  color: #8c9196;
  font-size: 16px;
  line-height: 26px;
  display: revert;
  padding: initial;
}
.htmlcollapse_data ul ol li {
  list-style-type: decimal;
}
.htmlcollapse_data ol {
  margin: 0 10px;
  padding: 0 26px 20px;
  display: inline-block;
  width: 100%;
}
.htmlcollapse_data ol li {
  font-weight: 300;
  color: #8c9196;
  font-size: 16px;
  line-height: 26px;
}

.htmlcollapse_open .htmlcollapse_data {
  max-height: 2000px;
}

.htmlcollapse_data p {
  padding: 0;
  font-weight: 300;
  color: #8C9196;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}

.htmlcollapse_data p a {
  text-decoration: none;
  color: var(--primary-colors-orange);
  transition: all 0.3s ease;
  word-break: break-all;
}

.htmlcollapse_data p a:hover {
  text-decoration: underline;
  color: var(--primary-colors-orange);
  transition: all 0.3s ease;
}.htmlcontent_content {
  background: #fff;
  padding: 0.75rem;
  border-radius: var(--radius);
  color: var(--primary-colors-background);
  font-size: 1rem;
  line-height: 1.5rem;
}
.htmlcontent_content h1, .htmlcontent_content h2, .htmlcontent_content h3, .htmlcontent_content h4 {
  color: var(--primary-colors-background);
}
@media screen and (min-width: 924px) {
  .htmlcontent_content {
    max-width: 60.375rem;
    margin: 0 auto;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1212px) {
  .htmlcontent_content {
    padding: 2.25rem;
  }
}
.htmlcontent_content p {
  margin-bottom: var(--space-2);
}
.htmlcontent_content a {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .htmlcontent_content a:hover {
    color: color-mix(in srgb, var(--primary-colors-brand), #fff 40%);
  }
}
.htmlcontent_content ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  padding-inline-start: var(--space-2);
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
  grid-column: -1/1;
}
.htmlcontent_content ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 6px 0;
}
.htmlcontent_content ul li > p {
  grid-column: -1/1;
}
.htmlcontent_content ul li ul {
  flex: 0 0 100%;
  margin-top: 10px;
  width: 100%;
}
body[dir=rtl] .htmlcontent_content ul li ul li strong {
  padding-right: 0;
}
.htmlcontent_content strong {
  font-weight: bolder;
  padding-inline-end: var(--space-2);
}.overlay_overlay {
  position: fixed !important;
  z-index: 15;
  top: 0;
  background: var(--primary-colors-background);
  height: 100%;
  overflow: hidden auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
}

.overlay_closeIcon {
  cursor: pointer;
}

.overlay_copyright {
  margin-top: 3.375rem;
}.program-without-poster_program {
  position: relative;
  overflow: hidden;
}
.program-without-poster_program a {
  display: block;
}
.program-without-poster_program img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program-without-poster_details {
  display: flex;
  background: var(--white-10);
  padding: calc(var(--step) * 2);
  border-radius: var(--radius);
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: background-color var(--speed) var(--easing);
  height: 4.125rem;
  overflow: hidden;
}
.program-without-poster_details:hover {
  background: var(--white-5);
}

.program-without-poster_with-poster {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.program-without-poster_progress-bar {
  mix-blend-mode: normal;
  width: 100%;
  height: calc(var(--step) / 2);
  position: absolute;
  top: 0;
  direction: ltr;
}
.program-without-poster_progress-bar-done {
  background: linear-gradient(90deg, transparent, var(--primary-colors-orange));
  height: 100%;
  position: relative;
}

.program-without-poster_channel-logo {
  width: 3.75rem;
  height: 2.625rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.program-without-poster_channel-logo [class*=inner] {
  height: 100%;
}

.program-without-poster_name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  gap: var(--step);
  width: 100%;
}
.program-without-poster_name > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.program-without-poster_duration {
  direction: ltr;
}

.program-without-poster_asset-details {
  width: auto;
}
.program-without-poster_asset-details > * {
  margin-inline-start: -0.375rem;
  transform: initial;
}

.program-without-poster_reminder-cta {
  display: flex;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  background-color: var(--primary-colors-orange);
  border-radius: var(--radius);
  align-self: flex-start;
  margin-inline-start: 0.75rem;
  filter: grayscale(1);
}

.program-without-poster_reminded {
  filter: grayscale(0);
}

.program-without-poster_skeleton {
  height: 12.5rem;
}

.program-without-poster_noheight .program-without-poster_details {
  height: auto;
}
.program-without-poster_noheight .program-without-poster_name > * {
  text-overflow: unset;
  overflow: visible;
  white-space: normal;
}.program_poster {
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.program_poster::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.program_poster::after, .program_poster img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.program_poster::after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(var(--rgb-background), 0.2) 0%, rgba(var(--rgb-background), 0.6) 100%);
}
.program_poster img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program_reminder-icon {
  position: absolute;
  top: 0;
  z-index: 3;
  background: var(--primary-colors-orange);
  padding: 0.125rem;
}

.program_badge {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 3;
  display: flex;
}

.program_cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.program_cta-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: var(--step);
  z-index: 4;
}
.program_cta-bottom a {
  display: inline;
  width: initial;
}
@media (hover: hover) {
  .program_cta-bottom *:hover [class*=icon] path {
    fill: var(--primary-colors-orange);
  }
}.mini-epg_mini-epg {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  margin: 0 calc(var(--step) / 2);
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .mini-epg_mini-epg {
    margin: 0 var(--step);
    gap: calc(var(--step) * 2);
  }
}

.mini-epg_rating {
  margin-inline: var(--step);
  background: var(--white-10);
  padding: calc(var(--step) / 2) var(--step);
  border-radius: var(--radius);
}

.mini-epg_program {
  position: relative;
  overflow: hidden;
}
.mini-epg_program a {
  display: block;
}
.mini-epg_program img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-epg_poster {
  position: relative;
  overflow: hidden;
}
.mini-epg_poster::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mini-epg_poster::after, .mini-epg_poster img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mini-epg_poster::after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(var(--rgb-background), 0.2) 0%, rgba(var(--rgb-background), 0.6) 100%);
}
.mini-epg_poster img {
  object-fit: cover;
}

.mini-epg_cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.mini-epg_cta-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: var(--step);
}
.mini-epg_cta-bottom a {
  display: inline;
  width: initial;
}.channel-card_wrapper {
  padding: 0.1875rem;
  margin: 0 auto !important;
  height: 100%;
}

.channel-card_channel-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  border-radius: var(--radius);
  transition: opacity var(--speed) var(--easing);
  background-color: var(--white-5);
  aspect-ratio: 1;
}

.channel-card_fixed-width {
  height: 5.5rem !important;
  width: 5.5rem !important;
  background-color: var(--white-10);
  opacity: 0.3;
}
@media screen and (min-width: 924px) {
  .channel-card_fixed-width {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
}
@media screen and (min-width: 1212px) {
  .channel-card_fixed-width {
    height: 8.25rem;
    width: 8.25rem;
  }
}

.channel-card_logo {
  position: relative;
  display: flex;
  align-items: center;
}

.channel-card_topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
*[dir=rtl] .channel-card_topbar {
  flex-direction: row-reverse;
}

.channel-card_channel-number {
  display: block;
  color: var(--white-50);
  margin-top: var(--step);
  margin-left: 0.625rem;
}

.channel-card_status {
  display: flex;
  gap: var(--step);
}
*[dir=rtl] .channel-card_status {
  flex-direction: row-reverse;
}

.channel-card_lock-icon {
  background: var(--primary-colors-orange);
  border-radius: 0 var(--radius);
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .channel-card_lock-icon {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.channel-card_selected {
  background-color: var(--white-20);
  opacity: 1;
  border: 0.125rem solid var(--primary-colors-orange);
}

.channel-card_label {
  height: auto !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--white-5);
  padding: calc(var(--step) / 2) 0;
}

.channel-card_responsive {
  aspect-ratio: unset;
  height: 11.25rem !important;
}
@media screen and (min-width: 924px) {
  .channel-card_responsive {
    height: 16.625rem !important;
  }
}.modal_overlay {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  position: fixed;
  inset: 0;
  animation: modal_overlayShow var(--speed);
  display: grid;
  grid-template-rows: auto 1fr auto;
  place-items: center;
  overflow-y: auto;
  z-index: 16;
}
.modal_overlay::before, .modal_overlay::after {
  content: "";
  position: relative;
  display: contents;
}

.modal_align-bottom {
  grid-template-rows: 1fr auto auto;
}
@media screen and (min-width: 924px) {
  .modal_align-bottom {
    grid-template-rows: auto 1fr auto;
  }
}

.modal_content {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: var(--primary-colors-background);
  border-radius: var(--radius);
  box-shadow: 0px 0px 200px 0px #000;
  display: grid;
  grid-template-columns: 1fr;
  padding: calc(var(--step) * 2);
  justify-content: center;
  gap: calc(var(--step) * 2);
  height: auto;
  align-self: center;
}
.modal_content:focus {
  outline: none;
}
.modal_content > * {
  min-width: 0;
  min-height: 0;
}
.modal_content[class*=width_small] {
  width: calc(100% - var(--step) * 4);
}
.modal_content {
  scrollbar-width: none;
}
.modal_content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.modal_content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal_content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal_content::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
@media screen and (min-width: 924px) {
  .modal_content {
    width: 100%;
    max-width: 57.75rem;
    padding: calc(var(--step) * 6);
  }
  .modal_content[class*=width_small] {
    width: 100%;
  }
}

@keyframes modal_overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal_close {
  position: absolute;
  top: calc(var(--step) * 2);
  inset-inline-end: calc(var(--step) * 2);
  padding: 0;
  margin: 0;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: none;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--speed) var(--easing);
}
.modal_close-start {
  inset-inline-start: calc(var(--step) * 2);
}
.modal_close-end {
  inset-inline-end: calc(var(--step) * 2);
}
*[dir=rtl] .modal_close {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .modal_close:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 924px) {
  .modal_close {
    width: 3rem;
    height: 3rem;
    top: calc(var(--step) * 6 - 0.375rem);
  }
  .modal_close-start {
    inset-inline-start: calc(var(--step) * 6);
  }
  .modal_close-end {
    inset-inline-end: calc(var(--step) * 6);
  }
  .modal_close.modal_small {
    width: 2.25rem;
    height: 2.25rem;
    top: calc(var(--step) * 4);
  }
  .modal_close.modal_small svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.modal_theme-black {
  background-color: #000;
}

.modal_children:not(.modal_noclose) > *[class*=text]:first-child {
  padding-inline-end: 2.875rem;
}

.modal_title {
  position: absolute;
  top: calc(var(--step) * 2);
  padding: 0 calc(var(--step) * 2);
  width: 100%;
  font-size: 1.375rem;
  line-height: 2.25rem;
  z-index: 3;
  text-align: center;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .modal_title {
    top: calc(var(--step) * 6 - 0.375rem);
    font-size: 1.75rem;
    line-height: 3rem;
  }
}.width_small,
.width_medium,
.width_large,
.width_xlarge {
  margin-left: auto !important;
  margin-right: auto !important;
}

.width_small {
  max-width: 28.875rem !important;
}

.width_medium {
  max-width: 35.25rem !important;
}

.width_large {
  max-width: 47.5rem !important;
}

.width_xlarge {
  max-width: 53.25rem !important;
}

.width_wider {
  max-width: 62.25rem !important;
}

.width_full {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
}.search_search-wrappers {
  background-color: var(--primary-colors-background);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search_search {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

body[dir=rtl] .search_search-close-icon {
  transform: scale(-1, 1);
}

.search_search-input {
  margin-bottom: 0 !important;
  grid-column-start: 2;
}

.search_error {
  grid-column-start: 2;
}

.search_search-results {
  grid-column: 1/-1;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 924px) {
  .search_search-results {
    grid-column-start: 2;
  }
}

.search_query {
  display: flex;
  margin-block: 1.25rem;
  gap: 0.75rem;
  cursor: pointer;
}

.search_close {
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .search_close {
    gap: calc(var(--step) * 2);
  }
}.channels-search_search {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

body[dir=rtl] .channels-search_search-close-icon {
  transform: scale(-1, 1);
}

.channels-search_search-input {
  margin-bottom: 0 !important;
}

.channels-search_search-results {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 924px) {
  .channels-search_search-results {
    grid-column: 2;
  }
}

.channels-search_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .channels-search_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1212px) {
  .channels-search_grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .channels-search_grid {
    grid-template-columns: repeat(7, 1fr);
  }
}

.channels-search_item {
  aspect-ratio: 1;
}

.channels-search_channels-search {
  background-color: var(--primary-colors-background);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.channels-search_menu-list {
  height: 2.25rem;
  min-width: auto;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  font-size: 1.125rem;
  min-width: 6.5625rem;
  max-width: 13.4375rem;
}
.channels-search_menu-list:hover::before {
  border-color: var(--white-70);
}
.channels-search_menu-list > *[class*=title] {
  height: 100%;
  min-width: 6.5625rem;
  max-width: 10.3125rem;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}
*[dir=rtl] .channels-search_menu-list > *[class*=title] {
  flex-direction: row-reverse;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list > *[class*=title] {
    min-width: initial;
    max-width: initial;
  }
}
.channels-search_menu-list > *[class*=title] > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list > *[class*=title] > span {
    max-width: initial;
  }
}
.channels-search_menu-list > *[class*=list] {
  inset-inline-end: 0;
}
*[dir=rtl] .channels-search_menu-list > *[class*=list] > * {
  flex-direction: row-reverse;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list {
    height: auto;
    min-width: initial;
    max-width: initial;
  }
}

.channels-search_btnsearch {
  border-radius: calc(var(--step) * 3) !important;
  padding-inline-end: calc(var(--step) * 6) !important;
  justify-content: flex-start !important;
  width: fit-content !important;
  position: absolute;
  z-index: 7;
  top: calc(var(--step) * 2);
  inset-inline-end: var(--step);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(var(--rgb-background), 0.2);
}
@media screen and (min-width: 924px) {
  .channels-search_btnsearch {
    position: static;
    inset: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
  }
}

.channels-search_filter {
  width: auto;
  height: auto;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: 1px calc(var(--step) * 2);
  font-weight: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--step);
  flex-shrink: 1;
  flex-grow: 1;
  min-height: calc(var(--step) * 6);
  min-width: 0;
  border-radius: 0.25rem;
}
.channels-search_filter::before {
  border-radius: 0.25rem;
  transition: border-color var(--speed) var(--easing);
}
.channels-search_filter [class*=menulist_text] {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.channels-search_filter [class*=menulist_text] > *:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover: hover) {
  .channels-search_filter:hover::before {
    border-color: #var --white-70;
  }
}
.channels-search_filter .channels-search_menu-item {
  justify-content: center;
}
@media screen and (min-width: 924px) {
  .channels-search_filter .channels-search_menu-item {
    justify-content: flex-start;
  }
}
.channels-search_filter .channels-search_menu-item--selected {
  color: #fff;
}
.channels-search_filter .channels-search_menu-item--selected svg path {
  fill: #fff;
}

.channels-search_live {
  flex-shrink: 1;
  flex-grow: 0;
  min-width: auto;
  border-color: var(--primary-colors-orange);
  color: var(--primary-colors-orange);
}
.channels-search_live svg path {
  fill: var(--primary-colors-orange);
}
@media (hover: hover) {
  .channels-search_live:hover {
    border-color: var(--primary-colors-orange);
    background-color: var(--primary-colors-orange);
  }
  .channels-search_live:hover svg path {
    fill: #fff;
  }
}
.channels-search_live.channels-search_active {
  color: #fff;
  background-color: var(--primary-colors-orange);
}
.channels-search_live.channels-search_active svg path {
  fill: #fff;
}
@media (hover: hover) {
  .channels-search_live.channels-search_active:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 924px) {
  .channels-search_live {
    min-width: 6.875rem;
  }
}

.channels-search_holder {
  margin: 0 calc(var(--step) * -2);
  padding: calc(var(--step) * 3) 0;
}
.channels-search_holder > *:last-child {
  width: 100%;
}
@media screen and (min-width: 924px) {
  .channels-search_holder {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .channels-search_holder > * {
    min-width: 0;
    min-height: 0;
  }
  .channels-search_holder > *:last-child {
    padding-inline-start: calc(var(--step) * 6);
  }
}.notification-center_trigger {
  display: flex;
}
.notification-center_trigger > [class*=badge] {
  inset-inline-end: 0;
  top: auto;
  font-size: 0.625rem;
  line-height: 0.875rem;
  transform: translateY(-50%);
}
.notification-center_trigger.notification-center_active {
  cursor: pointer;
}

.notification-center_notifications {
  background-color: var(--primary-colors-background);
  width: 100vw;
  height: 100vh;
  transition: all var(--speed) ease-in-out;
  top: 0;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 924px) {
  .notification-center_notifications {
    width: 19.375rem;
    max-height: 65vh;
    height: auto;
    background: var(--box-dark);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.notification-center_notifications .notification-center_header {
  inset-inline-end: 0.75rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.75rem;
}
.notification-center_notifications .notification-center_header .notification-center_site-logo {
  height: fit-content;
}
@media screen and (min-width: 924px) {
  .notification-center_notifications .notification-center_header {
    display: none;
  }
}

.notification-center_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.75rem;
  overflow: auto;
  align-content: flex-start;
}
@media screen and (min-width: 924px) {
  .notification-center_list {
    padding-inline: 1.5rem;
    display: flex;
  }
}

.notification-center_notification {
  border-bottom: 1px solid var(--White-10, rgba(255, 255, 255, 0.1));
  padding: 1rem 0;
  display: flex;
  gap: 0.75rem;
  flex-basis: 300px;
  flex-grow: 1;
}
.notification-center_notification:hover {
  filter: brightness(70%);
}
.notification-center_notification:last-child {
  border: none;
}
.notification-center_notification.notification-center_heading-text {
  justify-content: center;
  border: none;
  flex-basis: 100%;
}
.notification-center_notification.notification-center_heading-text:hover {
  filter: none;
}
@media screen and (min-width: 924px) {
  .notification-center_notification.notification-center_heading-text {
    display: none;
  }
}
.notification-center_notification .notification-center_image {
  height: 3.5rem;
}
.notification-center_notification .notification-center_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.notification-center_notification .notification-center_details > * {
  overflow: hidden;
}.program-card_channel-number {
  color: var(--white-40);
  font-weight: 200;
}

.program-card_btn, .program-card_favorite-btn, .program-card_watchlist-btn {
  justify-content: start;
  gap: 1.125rem;
}

.program-card_watchlist-btn {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 1px solid var(--white-10);
}
@media screen and (min-width: 924px) {
  .program-card_watchlist-btn {
    border-bottom: none;
  }
}

.program-card_favorite-btn {
  border-radius: 0 0 0.25rem 0.25rem;
}

.program-card_live-badge {
  border-radius: 0.25rem;
}

.program-card_tag {
  border-radius: 0.25rem;
}@media screen and (max-width: 924px) {
  .ordersummary_total {
    padding-bottom: calc(var(--step) * 5);
  }
  .ordersummary_total-row.ordersummary_final {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .ordersummary_total.ordersummary_show .ordersummary_inner {
    pointer-events: all;
    transform: translateY(0);
  }
  .ordersummary_total.ordersummary_show .ordersummary_final .ordersummary_button {
    width: 100%;
  }
  .ordersummary_total.ordersummary_show .ordersummary_final .ordersummary_total-item {
    inset-inline-end: 0.75rem;
    transform: translateY(-4.25rem);
  }
  .ordersummary_total.ordersummary_show .ordersummary_final .ordersummary_price b {
    font-size: 1.375rem;
  }
}
.ordersummary_total .ordersummary_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.125rem 0 8.5625rem;
  transform: translateY(calc(100% - 4.5rem));
  transition: var(--speed) var(--easing);
  transition-property: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  color: var(--primary-colors-background);
}
.ordersummary_total .ordersummary_inner > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ordersummary_total .ordersummary_inner h3, .ordersummary_total .ordersummary_inner h4 {
  margin-bottom: 0;
}
.ordersummary_total h3, .ordersummary_total h4 {
  padding: 0 calc(var(--step) * 2);
}
.ordersummary_total-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--step) * 2) 0;
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
  background-color: #fff;
}
.ordersummary_total-row::before, .ordersummary_total-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--step) * 2);
  right: calc(var(--step) * 2);
  height: 1px;
  background-color: color-mix(in srgb, var(--primary-colors-background) 12%, var(--primary-colors-background) 12%);
}
.ordersummary_total-row::after {
  top: auto;
  bottom: 0;
}
.ordersummary_total-row.ordersummary_final {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.875rem;
  transition: all var(--speed) var(--easing);
  flex-wrap: wrap;
  padding: calc(var(--step) * 2);
  position: relative;
}
.ordersummary_total-row.ordersummary_final > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--step);
}
.ordersummary_total-row.ordersummary_final .ordersummary_total-caption {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.ordersummary_total-row.ordersummary_final .ordersummary_price b {
  font-size: 1.25rem;
}
.ordersummary_total-row.ordersummary_final::before, .ordersummary_total-row.ordersummary_final::after {
  display: none;
}
.ordersummary_total-row.ordersummary_final .ordersummary_total-item {
  position: absolute;
  top: 1.375rem;
  inset-inline-start: 0.75rem;
  transition: var(--speed) var(--easing);
  transition-property: transform;
}
.ordersummary_total .ordersummary_button {
  justify-content: center;
  width: auto;
  min-width: 6.125rem;
  padding: 0.75rem;
  margin-inline-start: auto;
}
.ordersummary_total .ordersummary_price b {
  color: var(--primary-colors-background);
}
.ordersummary_total .ordersummary_price i {
  color: var(--secondary-colors-grey);
}
.ordersummary_total-item {
  display: flex;
  justify-content: space-between;
  gap: 0 0.25rem;
}
.ordersummary_total-item.ordersummary_orange,
.ordersummary_total-item.ordersummary_orange * {
  color: var(--primary-colors-orange) !important;
}
.ordersummary_total-item.ordersummary_final {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.ordersummary_total-item.ordersummary_final .ordersummary_total-caption {
  font-weight: 700;
}
.ordersummary_total-item .ordersummary_icon-label {
  height: 3rem;
}
.ordersummary_total em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
}
.ordersummary_total em:not([class]) {
  opacity: 0.5;
}
.ordersummary_total em b {
  font-weight: normal;
}
.ordersummary_total .ordersummary_toggle {
  position: absolute;
  top: calc(var(--step) * -3);
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: calc(var(--step) * 3);
  z-index: 10;
  background-color: #fff;
  border-radius: calc(var(--radius) * 2) calc(var(--radius) * 2) 0 0;
}
.ordersummary_total .ordersummary_toggle::before {
  content: "";
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #D9D9D9;
}
@media screen and (min-width: 924px) {
  .ordersummary_total {
    position: sticky;
    top: calc(var(--step) * 2);
    bottom: auto;
    left: auto;
    right: auto;
    color: var(--white-50);
  }
  .ordersummary_total .ordersummary_inner {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    transform: none;
    gap: 1.125rem 0;
  }
  .ordersummary_total .ordersummary_inner > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ordersummary_total h3, .ordersummary_total h4 {
    color: #fff;
    padding: 0;
  }
  .ordersummary_total .ordersummary_toggle {
    display: none;
  }
  .ordersummary_total-row {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .ordersummary_total-row::before, .ordersummary_total-row::after {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.12);
  }
  .ordersummary_total-row:after {
    top: auto;
    bottom: 0;
  }
  .ordersummary_total-row.ordersummary_final {
    padding: calc(var(--step) * 3) 0 0;
    flex-direction: column;
    gap: calc(var(--step) * 3) 0;
  }
  .ordersummary_total-row.ordersummary_final .ordersummary_total-item {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .ordersummary_total-row.ordersummary_final .ordersummary_button {
    width: 100%;
  }
  .ordersummary_total-caption {
    color: #fff;
  }
  .ordersummary_total-caption.ordersummary_orange {
    color: var(--primary-colors-orange);
  }
  .ordersummary_total .ordersummary_price b {
    color: #fff;
  }
  .ordersummary_total .ordersummary_price i {
    color: var(--white-50);
  }
  .ordersummary_total em:not([class]) {
    color: var(--white-50);
    opacity: 1;
  }
}

.ordersummary_total.ordersummary_cart {
  color: var(--white-50);
}
.ordersummary_total.ordersummary_cart > * .ordersummary_total-item,
.ordersummary_total.ordersummary_cart > * h3, .ordersummary_total.ordersummary_cart > * h4 {
  padding-left: 0;
  padding-right: 0;
}
.ordersummary_total.ordersummary_cart .ordersummary_total-row {
  background-color: transparent;
}
.ordersummary_total.ordersummary_cart .ordersummary_total-row:before {
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.12);
}
.ordersummary_total.ordersummary_cart .ordersummary_total-row::after {
  display: none;
  margin-bottom: calc(var(--step) * 2);
}
.ordersummary_total.ordersummary_cart .ordersummary_total-row:last-child {
  margin-bottom: 0;
}
.ordersummary_total.ordersummary_cart .ordersummary_total-caption {
  color: #fff;
}
.ordersummary_total.ordersummary_cart .ordersummary_total-caption.ordersummary_orange {
  color: var(--primary-colors-orange);
}
.ordersummary_total.ordersummary_cart h3, .ordersummary_total.ordersummary_cart h4 {
  color: #fff;
}
.ordersummary_total.ordersummary_cart em:not([class]) {
  color: var(--white-50);
}
.ordersummary_total.ordersummary_cart .ordersummary_price b {
  color: #fff;
}
.ordersummary_total.ordersummary_cart .ordersummary_price i {
  color: var(--white-50);
}
.ordersummary_total.ordersummary_cart .ordersummary_summary {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(var(--step) * 2);
  background-color: #fff;
  color: var(--primary-colors-background);
}
.ordersummary_total.ordersummary_cart .ordersummary_summary .ordersummary_total-item {
  position: relative;
  top: auto;
  left: auto;
}
.ordersummary_total.ordersummary_cart .ordersummary_summary .ordersummary_button {
  width: 100%;
}
.ordersummary_total.ordersummary_cart .ordersummary_summary .ordersummary_price b {
  font-size: 1.25rem;
  color: var(--primary-colors-background);
}
.ordersummary_total.ordersummary_cart .ordersummary_summary .ordersummary_price i {
  color: var(--secondary-colors-grey);
}
@media screen and (min-width: 924px) {
  .ordersummary_total.ordersummary_cart .ordersummary_summary {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
  }
  .ordersummary_total.ordersummary_cart .ordersummary_summary::before {
    display: none;
  }
  .ordersummary_total.ordersummary_cart .ordersummary_summary .ordersummary_total-item {
    display: none;
  }
}

.ordersummary_stepText {
  white-space: pre-line;
}.account_account {
  display: flex;
  flex-direction: column;
  max-width: 35.25rem;
  margin: 0 auto;
  gap: 1.5rem;
  padding: 0 0.75rem;
}
@media screen and (min-width: 924px) {
  .account_account {
    padding: 0;
  }
}
.account_account h3 {
  margin-bottom: 0.75rem;
}

.account_iconLabelWithText {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.account_iconLabelWithText span {
  color: var(--white-10);
  border: 1px solid;
  height: 2.25rem;
}

.account_link {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
  flex-wrap: wrap;
}
.account_link > * {
  display: inline-flex;
  align-self: center;
  margin-bottom: 0.375rem !important;
}
.account_link .account_icon {
  transform: rotate(180deg);
}
body[dir=rtl] .account_link .account_icon {
  transform: rotate(0deg);
}
.account_link a {
  color: #fff;
}
@media (hover: hover) {
  .account_link a:hover {
    color: var(--white-80);
  }
}

.account_titleWithCta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-inline-end: 1.125rem;
}
.account_titleWithCta span {
  color: var(--primary-colors-brand);
  font-size: 0.875rem;
  line-height: 1.5rem;
  outline: none;
  text-decoration: none;
  transition: color var(--speed) ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .account_titleWithCta span:hover {
    color: #fff;
  }
}

.account_span {
  color: var(--primary-colors-brand);
  font-size: 0.875rem;
  line-height: 1.5rem;
  outline: none;
  text-decoration: none;
  transition: color var(--speed) ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .account_span:hover {
    color: #fff;
  }
}

.account_addonsList img, .account_addonsList svg {
  height: 60%;
}
.account_addonsList label {
  justify-items: center;
  height: 4.5rem;
}
.account_addonsList *[class*=controls] {
  display: none;
}
@media screen and (min-width: 924px) {
  .account_addonsList label {
    justify-items: initial;
  }
  .account_addonsList *[class*=controls] {
    display: flex;
  }
}

.account_grid {
  grid-template-columns: repeat(auto-fill, minmax(11.5625rem, 1fr));
  gap: 0rem 0.75rem;
  display: grid;
}
.account_grid > div:last-child:nth-last-child(odd) {
  grid-column: span 2;
}
.account_grid > div:first-child:nth-last-child(even) ~ div {
  grid-column: auto/span 1;
}
@media screen and (min-width: 924px) {
  .account_grid {
    grid-template-columns: repeat(auto-fill, minmax(16.875rem, 1fr));
  }
}

.account_skeleton {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.account_skeleton-header {
  width: 25%;
  height: 1rem;
}
.account_skeleton-row {
  width: 100%;
  height: 3.75rem;
}
.account_skeleton .account_grid {
  gap: 0.75rem;
}

.account_addons-skeleton > div {
  height: 7.625rem;
}
.account_addons-skeleton > div:first-child {
  height: 4.6875rem;
}

.account_paragraph-skeleton {
  margin-bottom: 1.625rem;
}
.account_paragraph-skeleton > * {
  height: 1rem;
}.slide_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_slide > div:first-of-type:not([class]) {
  margin-top: 72px;
  height: auto !important;
}
.slide_slide picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: initial;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)) 90%, to(rgba(0, 0, 0, 0) 100%));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 924px) {
  .slide_slide picture > img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 924px) {
  .slide_slide > div:first-of-type:not([class]) {
    margin-top: 0;
    height: 100% !important;
  }
}

.slide_promo-wrapper {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 26.875rem;
  min-height: 8.75rem;
  padding: 0 0.75rem 0.75rem;
  transition: opacity var(--speed) var(--easing);
}
.slide_promo-wrapper [class*=details_details] {
  justify-content: center;
}
.slide_promo-description {
  display: none;
}
.slide_promo-name {
  flex-basis: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide_promo-name h1 {
  display: none;
}
.slide_promo-name h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.slide_promo-name img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.slide_promo-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--step);
  width: 100%;
  gap: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .slide_promo-buttons {
    gap: calc(var(--step) * 2);
  }
}
.slide_promo-buttons [class*=button] {
  max-height: 3rem;
}
.slide_promo-buttons *[class*=social] {
  width: 3rem;
  min-width: auto;
}
.slide_promo-buttons > *:first-child {
  order: 2;
  flex-grow: 1;
}
.slide_promo-buttons > *:first-child *:not[class*=social] {
  width: 100%;
}
.slide_promo-buttons > *:nth-child(2) {
  order: 1;
}
.slide_promo-buttons > *:nth-child(3) {
  order: 3;
}
@media screen and (min-width: 924px) {
  .slide_promo-wrapper {
    inset-inline-start: 0;
    transform: none;
    padding: 0;
    padding-inline-start: 2.25rem;
    padding-inline-end: 0.75rem;
    bottom: 3.25rem;
    min-height: 0;
    justify-content: flex-end;
  }
  .slide_promo-wrapper [class*=details_details] {
    justify-content: start;
  }
  .slide_promo-name {
    flex-basis: auto;
    max-width: 26.25rem;
    height: 10rem;
    margin: 0;
    align-content: flex-end;
  }
  .slide_promo-name img {
    display: block;
  }
  .slide_promo-name h3 {
    display: none;
  }
  .slide_promo-name h1 {
    display: block;
  }
  .slide_promo-description {
    display: block;
    max-width: 25.125rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
  }
  .slide_promo-description p {
    margin: 0;
  }
  .slide_promo-buttons {
    width: auto;
    max-width: 25.125rem;
  }
  .slide_promo-buttons *[class*=button] {
    max-height: 3.75rem;
    width: 3.75rem;
    min-width: 3.75rem;
  }
  .slide_promo-buttons *[class*=button]:not([class*=secondary]) {
    width: 14.75rem !important;
  }
  .slide_promo-buttons > *:nth-child(n) {
    order: unset !important;
  }
  .slide_promo-buttons > *:first-child:not(:only-child) {
    flex-grow: 0;
  }
}

.slide_details-wrapper {
  display: none;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
  transition: 3s var(--easing);
  transition-property: max-height, opacity;
}
@media screen and (min-width: 924px) {
  .slide_details-wrapper {
    display: block;
  }
}

@media screen and (min-width: 924px) {
  .slide_lower-opacity {
    opacity: 0.3;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slide_lower-opacity:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 924px) {
  .slide_hide {
    max-height: 0;
    opacity: 0;
  }
}
.slide_reminder-text {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 924px) {
  .slide_reminder-text {
    text-align: start;
  }
}.slider-thumbs_thumbs {
  position: absolute;
  bottom: 11rem;
  z-index: 5;
  inset-inline: 0;
  width: initial;
  max-width: initial;
}
.slider-thumbs_thumbs .slider-thumbs_swiper-slide {
  width: 4.75rem;
  height: 5.625rem;
  padding: 0 0.375rem;
  margin: 0;
}
.slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] .slider-thumbs_frame {
  cursor: default;
}
.slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] .slider-thumbs_frame::before {
  border-color: var(--primary-colors-orange);
}
.slider-thumbs_thumbs *[class*=holder] {
  overflow: visible;
}
.slider-thumbs_thumbs *[class*=holder] *[class*=swiper] {
  overflow: visible;
}
.slider-thumbs_thumbs *[class^=swiper-slide] {
  width: auto;
  opacity: 0.3;
  transform-origin: bottom;
  transition: var(--speed) var(--easing);
  transition-property: opacity, transform;
}
.slider-thumbs_thumbs *[class*=slide-next] {
  opacity: 0.8;
}
.slider-thumbs_thumbs *[class*=slide-active] {
  opacity: 1;
  transform: scale(1.2);
}
.slider-thumbs_thumbs .slider-thumbs_frame {
  position: relative;
  display: block;
  height: 100%;
  border-radius: var(--radius);
  cursor: pointer;
  overflow: hidden;
}
.slider-thumbs_thumbs .slider-thumbs_frame::before, .slider-thumbs_thumbs .slider-thumbs_frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--speed) var(--easing);
  transition-property: border-color, opacity;
  border-radius: var(--radius);
}
.slider-thumbs_thumbs .slider-thumbs_frame::before {
  border: 2px solid transparent;
}
.slider-thumbs_thumbs .slider-thumbs_frame::after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.slider-thumbs_thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .slider-thumbs_thumbs {
    bottom: 0;
    max-width: 28.5rem;
    inset-inline-start: auto;
    inset-inline-end: 12px;
  }
  .slider-thumbs_thumbs-wrapper {
    pointer-events: none;
  }
  .slider-thumbs_thumbs *[class*=holder] {
    overflow: hidden;
  }
  .slider-thumbs_thumbs *[class^=swiper-slide] {
    opacity: 1;
  }
  .slider-thumbs_thumbs *[class*=slide-active] {
    opacity: 1;
    transform: initial;
  }
  .slider-thumbs_thumbs *[class*=slide-prev] {
    opacity: 0;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide {
    width: 6.5625rem;
    height: 8.1875rem;
    pointer-events: none;
    transition: opacity var(--speed) var(--easing);
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide, .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=prev-] {
    opacity: 0;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide:nth-last-child(-n+4) {
    opacity: 1;
    pointer-events: all;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] {
    transform: none;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active], .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] ~ .slider-thumbs_swiper-slide {
    opacity: 1;
    pointer-events: all;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] .slider-thumbs_frame {
    cursor: default;
  }
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide[class*=thumb-active] .slider-thumbs_frame::before {
    border-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider-thumbs_thumbs .slider-thumbs_swiper-slide:not([class*=thumb-active]):hover .slider-thumbs_frame::after {
    opacity: 1;
  }
}

@media only screen and (min-resolution: 2dppx) and (orientation: landscape) {
  *[class=device] .slider-thumbs_thumbs {
    bottom: 6px;
    transform: scale(0.62);
    transform-origin: bottom;
  }
}
.slider-thumbs_live {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 10;
  display: block;
  background-color: var(--secondary-colors-red);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-medium, 500);
  padding: 0 var(--step);
  padding-left: 0.875rem;
  border-radius: 0 0 var(--radius) 0;
}
[dir=rtl] .slider-thumbs_live {
  border-radius: 0 0 0 var(--radius);
}
.slider-thumbs_live::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--step);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}.carousel2_swiper {
  position: relative;
  height: 100%;
  z-index: 2 !important;
  padding: 0 calc(var(--step) * 2);
}
.carousel2_swiper-cont {
  display: flex;
  flex-direction: row;
  transition-timing-function: linear;
}
.carousel2_swiper-slide {
  position: relative;
  flex-shrink: 0;
}
.carousel2_swiper-slide > * {
  margin: 0 calc(var(--step) / 2);
}
@media (hover: hover) {
  .carousel2_swiper-slide:hover {
    z-index: 6;
  }
}
.carousel2_swiper .carousel2_prev,
.carousel2_swiper .carousel2_next {
  display: none;
}
@media screen and (min-width: 924px) {
  .carousel2_swiper {
    padding: 0 calc(var(--step) * 6);
    margin: 0 calc(var(--step) * -1);
  }
  .carousel2_swiper-slide > * {
    margin: 0 var(--step);
  }
  .carousel2_swiper .carousel2_prev,
  .carousel2_swiper .carousel2_next {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    z-index: 6;
    cursor: pointer;
    margin-top: 0;
    width: 2.25rem;
    height: 3rem;
    background-color: var(--primary-colors-background);
    transition: var(--speed) var(--easing);
    transition-property: background-color, opacity;
    transform: translateY(-1.5rem);
  }
  .carousel2_swiper .carousel2_prev::before,
  .carousel2_swiper .carousel2_next::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 200%;
    transform: translate(25%, -25%);
  }
  .carousel2_swiper .carousel2_prev::after,
  .carousel2_swiper .carousel2_next::after {
    display: none;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel2_swiper .carousel2_prev:hover,
  .carousel2_swiper .carousel2_next:hover {
    background-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .carousel2_swiper .carousel2_prev[class*=button-disabled],
  .carousel2_swiper .carousel2_next[class*=button-disabled] {
    opacity: 0;
    pointer-events: none;
  }
  .carousel2_swiper .carousel2_next {
    inset-inline-end: 0;
    border-radius: var(--radius) 0 0 var(--radius);
  }
  .carousel2_swiper .carousel2_next > * {
    transform: scale(-1, 1);
  }
  .carousel2_swiper .carousel2_prev {
    inset-inline-start: 0;
    border-radius: 0 var(--radius) var(--radius) 0;
  }
  [dir=rtl] .carousel2_swiper .carousel2_prev > * {
    transform: scale(-1, 1);
  }
  [dir=rtl] .carousel2_swiper .carousel2_next > * {
    transform: none;
  }
}

.carousel2_holder {
  overflow: hidden;
  margin: 0 calc(var(--step) * -2) calc(var(--step) * 4);
  width: calc(100% + var(--step) * 4);
  margin-bottom: 0 !important;
  padding-bottom: calc(var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .carousel2_holder {
    margin: 0 calc(var(--step) * -6) calc(var(--step) * 7);
    padding-bottom: calc(var(--step) * 7);
    width: calc(100% + var(--step) * 12);
  }
}

.carousel2_top10 {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.carousel2_top10 > *:not(.carousel2_number) {
  width: 100%;
  margin-inline-start: 3.5625rem;
}
.carousel2_top10 > *:not(.carousel2_number)::before {
  padding-top: 149.34%;
}
@media screen and (min-width: 924px) {
  .carousel2_top10 > *:not(.carousel2_number) {
    margin-inline-start: 6rem;
  }
  .carousel2_top10 > *:not(.carousel2_number)::before {
    padding-top: 147.78%;
  }
}

.carousel2_number {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  width: 5.125rem;
  height: 6.25rem;
}
.carousel2_number svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .carousel2_number {
    width: 9rem;
    height: 11rem;
  }
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.slider_slider {
  display: flex;
  transition: transform 0.5s linear;
  height: 100%;
}
.slider_slider-wrapper {
  position: relative;
  height: var(--vh);
  overflow: hidden;
  margin-top: calc(var(--step) * -8 - var(--step) * 6);
  margin-bottom: 2.25rem;
}
.slider_slider-wrapper .slider_bmpui-ui-watermark {
  display: none;
}
@media screen and (min-width: 924px) {
  .slider_slider-wrapper {
    margin-top: calc(var(--step) * -10 - var(--step) * 8);
  }
}
.slider_slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.slider_slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.slider_slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, var(--primary-colors-background) 0%, var(--primary-colors-background) 7.61%, rgba(29, 37, 45, 0.2) 61.48%, rgba(29, 37, 45, 0.2) 100%);
  pointer-events: none;
  z-index: 3;
}
.slider_slide *[class*=bitmovinplayer-container]::before {
  height: 100% !important;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--rgb-background), 0) 50%);
  z-index: 5;
  position: absolute;
}
@media only screen and (min-width: 924px) {
  .slider_slide *[class*=bitmovinplayer-container]::before {
    background: none;
    z-index: 1;
  }
}

.slider_navigation {
  display: none;
}
.slider_navigation button {
  cursor: pointer;
}
@media screen and (min-width: 924px) {
  .slider_navigation {
    position: absolute;
    bottom: 12.9375rem;
    inset-inline-end: 2.25rem;
    display: flex;
    gap: 0 1.5rem;
  }
  .slider_navigation .slider_arrow {
    display: block;
    background-color: transparent;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    box-shadow: none;
  }
  *[dir=rtl] .slider_navigation .slider_arrow {
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider_navigation .slider_arrow:hover path {
    fill: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .slider_navigation .slider_next {
    inset-inline-end: 2.25rem;
  }
  .slider_navigation .slider_prev {
    inset-inline-end: 6rem;
  }
}

@media only screen and (min-resolution: 2dppx) and (orientation: landscape) {
  *[class=device] .slider_navigation {
    display: none;
  }
}
.slider_scroll-down {
  display: none;
}
@media screen and (min-width: 924px) {
  .slider_scroll-down {
    position: absolute;
    bottom: var(--step);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 0);
    width: 2.25rem;
    height: 2.25rem;
    opacity: 0.3;
    transition: var(--speed) var(--easing);
    transition-property: opacity, transform;
    cursor: pointer;
    animation: slider_sdb 2.2s infinite;
  }
  .slider_scroll-down *[class*=icon] {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider_scroll-down:hover {
    opacity: 1;
  }
}

@keyframes slider_sdb {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
    opacity: 0;
  }
}
.slider_spinner-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}.slide-skeleton_skeleton {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  padding: 0.75rem;
  gap: 2.25rem;
}
.slide-skeleton_skeleton-wrapper {
  margin-top: -4.5rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.slide-skeleton_skeleton .slide-skeleton_thumbnails {
  height: 5.625rem;
  display: flex;
  position: relative;
  transform: translateX(40%);
  order: 0;
}
.slide-skeleton_skeleton .slide-skeleton_thumbnails > * {
  width: 4rem;
  margin-inline: 0.1875rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_thumbnails > * {
    width: 5.625rem;
    margin-inline: 0.375rem;
  }
}
.slide-skeleton_skeleton .slide-skeleton_thumbnails > *:first-child {
  transform: scale(1.2);
  transform-origin: bottom;
  margin-inline: 0.625rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_thumbnails > *:first-child {
    transform: initial;
    margin-inline: 0.375rem;
  }
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_thumbnails {
    order: 1;
    transform: initial;
    height: 8.125rem;
  }
}
.slide-skeleton_skeleton .slide-skeleton_controls {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  max-width: 37.5rem;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.slide-skeleton_skeleton .slide-skeleton_controls .slide-skeleton_description {
  display: none;
  height: 7.5rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_controls .slide-skeleton_description {
    display: block;
  }
}
.slide-skeleton_skeleton .slide-skeleton_controls .slide-skeleton_details {
  height: 1.25rem;
  width: 70%;
}
.slide-skeleton_skeleton .slide-skeleton_controls .slide-skeleton_buttons {
  height: 3.75rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_controls .slide-skeleton_buttons {
    width: 25rem;
  }
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton .slide-skeleton_controls {
    position: initial;
    transform: initial;
    gap: 1.5rem;
  }
}.twocols_twoCols {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 100%;
  max-width: 35.25rem;
}
.twocols_twoCols > * {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .twocols_twoCols {
    display: flex;
    gap: calc(var(--step) * 8);
    justify-content: center;
    max-width: 62.25rem;
  }
  .twocols_twoCols > * {
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: calc(var(--step) * 2);
  }
}
@media screen and (min-width: 1212px) {
  .twocols_twoCols {
    gap: 0 calc(var(--step) * 9);
  }
}

.twocols_mainColumn {
  flex-basis: 52%;
}
.twocols_mainColumn:first-child:last-child {
  max-width: 35.25rem;
}

.twocols_secondaryColumn {
  flex-basis: 34%;
}
@media screen and (min-width: 924px) {
  .twocols_secondaryColumn {
    max-width: 22.5rem;
  }
}

.twocols_valign {
  height: 100vh;
  align-items: center;
  flex-wrap: wrap;
}
.twocols_valign > * {
  height: 100%;
  justify-content: center;
}

.twocols_fullWidth {
  max-width: none;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-wrap: nowrap;
}
.twocols_fullWidth .twocols_mainColumn,
.twocols_fullWidth .twocols_secondaryColumn {
  max-width: none;
  align-items: center;
}
.twocols_fullWidth .twocols_mainColumn {
  background-color: var(--primary-colors-background);
  padding-top: 4.125rem;
}
.twocols_fullWidth .twocols_mainColumn > * {
  width: 100%;
  max-width: 35.25rem;
}
.twocols_fullWidth .twocols_mainColumn *[class*=container] {
  max-width: 36rem;
}
.twocols_fullWidth .twocols_secondaryColumn > * {
  max-width: 22.5rem;
}
.twocols_fullWidth .twocols_secondaryColumn *[class*=container] {
  max-width: 23.25rem;
}
@media screen and (min-width: 924px) {
  .twocols_fullWidth .twocols_mainColumn {
    padding-top: 6.75rem;
  }
  .twocols_fullWidth .twocols_mainColumn [class*=container] {
    max-width: 37.5rem;
  }
  .twocols_fullWidth .twocols_secondaryColumn [class*=container] {
    max-width: 24.75rem;
  }
}
@media screen and (max-width: 924px) {
  .twocols_fullWidth .twocols_secondaryColumn {
    display: none;
  }
}

.twocols_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  transition: var(--speed) ease-in-out;
  transition-property: opacity;
  background-color: var(--primary-colors-background);
}
.twocols_fixed > *[class*=text], .twocols_fixed > button {
  margin: 0 calc(var(--step) * 2);
  width: -webkit-fill-available;
}
.twocols_fixed > *[class*=text]:first-child, .twocols_fixed > button:first-child {
  margin-top: calc(var(--step) * 2);
}
.twocols_fixed > *[class*=text]:last-child, .twocols_fixed > button:last-child {
  margin-bottom: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .twocols_fixed {
    position: initial;
  }
  .twocols_fixed > *[class*=text]:nth-child(n), .twocols_fixed > button:nth-child(n) {
    margin: 0;
  }
}

.twocols_reversed-order {
  order: 1;
}
@media screen and (min-width: 924px) {
  .twocols_reversed-order {
    order: -1;
  }
}.carousel_swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4 !important;
}
.carousel_swiper-cont {
  display: flex;
  flex-direction: row;
}
.carousel_swiper-slide {
  position: relative;
  flex-shrink: 0;
}
.carousel_swiper-slide > [class*=poster-img] {
  padding: 0 calc(var(--step) / 2);
}
@media (hover: hover) {
  .carousel_swiper-slide:hover {
    z-index: 6;
  }
}
.carousel_swiper[class*=slider], .carousel_swiper.carousel_slider {
  margin: 0 calc(var(--step) / -2) calc(var(--step) * 4);
  width: calc(100% + var(--step));
}
.carousel_swiper .carousel_prev,
.carousel_swiper .carousel_next {
  display: none;
}
@media screen and (min-width: 924px) {
  .carousel_swiper-slide > [class*=poster-img] {
    padding: 0 var(--step);
  }
  .carousel_swiper[class*=slider], .carousel_swiper.carousel_slider {
    margin: 0 calc(var(--step) * -6 - var(--step) / 2) calc(var(--step) * 7);
    width: calc(100% + var(--step) * 13 + var(--step) / 2);
    padding: 0 calc(var(--step) * 6 - var(--step) / 2);
  }
  .carousel_swiper .carousel_prev,
  .carousel_swiper .carousel_next {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    z-index: 6;
    cursor: pointer;
    margin-top: 0;
    width: 2.25rem;
    height: 3rem;
    background-color: var(--primary-colors-background);
    transition: var(--speed) var(--easing);
    transition-property: background-color, opacity;
    transform: translateY(-1.5rem);
  }
  .carousel_swiper .carousel_prev::after,
  .carousel_swiper .carousel_next::after {
    display: none;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel_swiper .carousel_prev:hover,
  .carousel_swiper .carousel_next:hover {
    background-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .carousel_swiper .carousel_prev[class*=button-disabled],
  .carousel_swiper .carousel_next[class*=button-disabled] {
    opacity: 0;
    pointer-events: none;
  }
  .carousel_swiper .carousel_next {
    inset-inline-end: calc(var(--step) / 2);
    border-radius: var(--radius) 0 0 var(--radius);
  }
  .carousel_swiper .carousel_next > * {
    transform: scale(-1, 1);
  }
  .carousel_swiper .carousel_prev {
    inset-inline-start: calc(var(--step) / 2);
    border-radius: 0 var(--radius) var(--radius) 0;
  }
  [dir=rtl] .carousel_swiper .carousel_prev > * {
    transform: scale(-1, 1);
  }
  [dir=rtl] .carousel_swiper .carousel_next > * {
    transform: none;
  }
}

.carousel_poster-holder {
  transition-timing-function: linear;
}
.carousel_poster-slider {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.carousel_poster-slider .carousel_swiper-slide {
  width: 6.75rem;
}
.carousel_poster-slider .carousel_swiper-slide::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 155.5%;
}
.carousel_poster-slider .carousel_swiper-slide.carousel_swiper-slide-active {
  pointer-events: all;
}
.carousel_poster-img {
  height: 100%;
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel_poster-img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.carousel_poster-img.carousel_contain > * {
  object-fit: contain;
  height: auto;
  cursor: auto;
}
.carousel_poster-price {
  position: absolute;
  top: var(--step);
  inset-inline-end: var(--step);
  padding: 0.1875rem 0.375rem;
  border-radius: var(--radius);
  color: #fff;
  font-size: 0.625rem;
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-brand));
}
.carousel_poster-price strong {
  font-weight: var(--font-weight-medium);
  font-size: 0.75rem;
}
@media screen and (min-width: 924px) {
  .carousel_poster-slider .carousel_swiper-slide {
    width: 11.25rem;
    padding: 0;
  }
  .carousel_poster-slider .carousel_swiper-slide::before {
    padding-top: 147.7%;
  }
}

.carousel_addons-slider {
  overflow: visible !important;
}
.carousel_addons-slider .carousel_swiper-slide {
  width: 10.3125rem;
}
.carousel_addons-slider .carousel_swiper-slide > * {
  position: relative;
}
.carousel_addons-slider .carousel_swiper-slide > *::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 148.48%;
}
.carousel_addons-slider .carousel_price {
  margin: 0 auto;
}
.carousel_addons-img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel_addons-img > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.carousel_addons-inner {
  border-radius: var(--radius);
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: grid;
  grid-template-rows: 37.9591% 1fr auto;
  gap: calc(var(--step) * 3) 0;
  height: 100%;
  padding-bottom: calc(var(--step) * 2);
  transition: var(--speed) var(--easing);
  transition-property: background-color, transform;
}
.carousel_addons-inner > * {
  min-height: 0;
}
.carousel_addons-inner > img, .carousel_addons-inner > svg {
  align-self: center;
  margin: 0 0.75rem;
  width: calc(100% - 1.5rem);
  max-height: 6.5625rem;
}
@media (hover: hover) {
  .carousel_addons-inner:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 924px) {
  .carousel_addons-slider .carousel_swiper-slide {
    width: 14.25rem;
  }
  .carousel_addons-inner {
    grid-template-rows: 43.1952% 1fr auto;
    padding-bottom: calc(var(--step) * 3);
  }
}

.carousel_reminder-lock {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_reminder-lock [class*=icon-bell] {
  width: 1.0625rem;
  height: 1.0625rem;
}
.carousel_reminder-lock [class*=icon-lock] {
  width: 1.1875rem;
  height: 1.1875rem;
}
.carousel_reminder-slider {
  position: relative;
  overflow: visible !important;
}
.carousel_reminder-slider .carousel_swiper-slide {
  display: flex;
  width: 17.875rem;
  height: auto;
}
.carousel_reminder-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform var(--speed) var(--easing);
  padding: 0 calc(var(--step) / 2);
}
@media (hover: hover) {
  .carousel_reminder-inner:hover {
    transform: scale(1.05);
  }
  .carousel_reminder-inner:hover .carousel_reminder-frame {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.carousel_reminder-img {
  position: relative;
  height: 11.875rem;
}
.carousel_reminder-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.carousel_reminder-frame {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  flex-grow: 1;
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--white-30);
  background-color: var(--white-5);
  transition: background-color var(--speed) var(--easing);
}
.carousel_reminder-title {
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.carousel_reminder-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.375rem;
}
.carousel_reminder-time {
  color: #fff;
  margin-top: auto;
}
@media screen and (min-width: 924px) {
  .carousel_reminder {
    padding: 0 var(--step);
  }
}

.carousel_promotion-slider {
  display: flex;
  overflow: hidden;
}
.carousel_promotion-slider .carousel_swiper-slide > * {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 calc(var(--step) / 2);
}
.carousel_promotion-slider .carousel_swiper-slide > *::before {
  content: "";
  display: block;
  padding-top: 45.16%;
}
@media screen and (min-width: 924px) {
  .carousel_promotion-slider .carousel_swiper-slide > * {
    padding: 0;
    margin: 0 var(--step);
  }
  .carousel_promotion-slider .carousel_swiper-slide > *::before {
    padding-top: 22.93%;
  }
}

.carousel_status, .carousel_cost {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-colors-green);
  text-align: center;
}

.carousel_cost {
  color: #fff;
  text-align: center;
}
.carousel_cost b {
  font-weight: var(--font-weight-medium);
}

.carousel_discount-link {
  border-radius: var(--radius);
  overflow: hidden;
}
.carousel_discount-link > * {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.carousel_icon-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}

.carousel_compensate, .carousel_addons-inner, .carousel_discount-link {
  position: absolute;
  top: 0;
  left: calc(var(--step) / 2);
  right: calc(var(--step) / 2);
  bottom: 0;
}
@media screen and (min-width: 924px) {
  .carousel_compensate, .carousel_addons-inner, .carousel_discount-link {
    left: var(--step);
    right: var(--step);
  }
}

.carousel_lazy {
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}

.carousel_lazy-load-done {
  opacity: 1;
}

.carousel_tv-guide-slider {
  overflow: visible !important;
}.horizontal-promotion_promotion {
  display: block;
}
.horizontal-promotion_promotion-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.horizontal-promotion_promotion-text {
  position: absolute;
  bottom: 0.75rem;
  padding: 0 calc(var(--step) * 2);
  display: flex;
  flex-direction: column;
  width: calc((100vw - 1.5rem + 0.75rem) / 3 * 2);
}
.horizontal-promotion_promotion-text-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.horizontal-promotion_promotion-text-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .horizontal-promotion_promotion-text {
    bottom: 2.25rem;
    width: calc((100vw - 4.5rem + 3rem) / 5 * 3);
    padding: 0 calc(var(--step) * 6);
  }
  .horizontal-promotion_promotion-text-description {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1500px) {
  .horizontal-promotion_promotion-text {
    width: calc((100vw - 4.5rem + 3.75rem) / 6 * 3);
  }
}
@media screen and (min-width: 1620px) {
  .horizontal-promotion_promotion-text {
    width: calc((100vw - 4.5rem + 5.25rem) / 7 * 3);
  }
}

.horizontal-promotion_ppv {
  margin: 0 !important;
  align-items: center;
}
.horizontal-promotion_ppv:before {
  display: none !important;
}.upgrade_upgrade {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 3);
  overflow: hidden;
}
.upgrade_upgrade > * {
  position: relative;
  z-index: 2;
}
.upgrade_upgrade:first-child {
  margin-bottom: calc(var(--step) * 4);
}
.upgrade_upgrade:last-child {
  margin-top: calc(var(--step) * 4);
}
[class*=swiper-slide] .upgrade_upgrade {
  min-height: auto !important;
  margin: 0 !important;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_upgrade {
    gap: calc(var(--step) * 4);
    grid-template-columns: auto 1fr auto;
  }
  .upgrade_upgrade:first-child:last-child {
    margin: calc(var(--step) * 6) 0;
  }
}

.upgrade_page {
  padding: calc(var(--step) * 6);
}

.upgrade_modal {
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(var(--step) * 3);
}
.upgrade_modal .upgrade_title {
  width: 100%;
}
.upgrade_modal .upgrade_title img {
  width: min-content;
  margin: 0 auto;
}
.upgrade_modal .upgrade_inner {
  grid-column: 1/-1;
}
.upgrade_modal .upgrade_inner > * {
  width: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_modal {
    grid-template-columns: auto 1fr;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .upgrade_modal .upgrade_title {
    width: min-content;
    padding-inline-end: calc(var(--step) * 2);
  }
  .upgrade_modal [class*=checklist] {
    padding-inline-start: calc(var(--step) * 2);
    border-inline-start: 1px solid var(--white-10);
  }
}

.upgrade_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.upgrade_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.upgrade_title {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2) calc(var(--step) * 4);
  width: min-content;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: var(--font-weight-medium);
  color: var(--primary-colors-orange);
  margin: 0 auto;
}
.upgrade_title img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_title img {
    max-width: 8.75rem;
  }
}

.upgrade_text {
  background-color: #fff;
  border-radius: var(--radius);
  text-align: center;
  padding: var(--step) calc(var(--step) * 2);
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 11.875rem;
  max-width: 13.25rem;
  overflow-wrap: break-word;
}

.upgrade_inner {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  align-items: center;
}

.upgrade_list {
  align-content: center;
}

.upgrade_ppv {
  display: block;
  padding: calc(var(--step) * 2) !important;
  padding-top: 56.25% !important;
  border: 1px solid var(--white-10);
  border-radius: var(--radius);
}
.upgrade_ppv .upgrade_bg {
  opacity: 1;
  z-index: 2;
}
.upgrade_ppv .upgrade_bg img {
  object-fit: cover;
  object-position: top;
  height: 56.25%;
}
.upgrade_ppv .upgrade_bg div {
  height: 100%;
}
.upgrade_ppv .upgrade_inner {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--step) * 2);
}
.upgrade_ppv .upgrade_inner::before, .upgrade_ppv .upgrade_inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: calc(var(--step) * -1);
  right: calc(var(--step) * -1);
  z-index: 4;
}
.upgrade_ppv .upgrade_inner::before {
  top: 0;
  background: linear-gradient(178.93deg, rgba(var(--rgb-background), 0) 0.91%, var(--primary-colors-background) 90.74%);
  height: 58.25%;
}
.upgrade_ppv .upgrade_inner::after {
  top: 58.25%;
  bottom: 0;
  background-color: var(--primary-colors-background);
}
.upgrade_ppv .upgrade_inner > * {
  position: relative;
  z-index: 6;
}
.upgrade_ppv [class*=ppv-logo] {
  height: 3.125rem;
}
.upgrade_ppv [class*=ppv-logo] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .upgrade_ppv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--step) * 6) calc(var(--step) * 9) !important;
    min-height: 17rem;
  }
  .upgrade_ppv .upgrade_inner::before {
    height: 100%;
    background: linear-gradient(269.74deg, var(--primary-colors-background) 0.22%, var(--primary-colors-background) 30.09%, rgba(var(--rgb-background), 0.1) 99.78%);
  }
  .upgrade_ppv .upgrade_inner::after {
    display: none;
  }
  .upgrade_ppv [class*=_compact] {
    padding-left: calc(var(--step) * 4);
    padding-right: calc(var(--step) * 4);
  }
  .upgrade_ppv .upgrade_bg img {
    height: 100%;
  }
}.tv-guide_tv-guide {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  margin: 0 calc(var(--step) / 2);
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .tv-guide_tv-guide {
    margin: 0 var(--step);
    gap: calc(var(--step) * 2);
  }
}

.tv-guide_rating {
  margin-inline: var(--step);
  background: var(--white-10);
  padding: calc(var(--step) / 2) var(--step);
  border-radius: var(--radius);
}

.tv-guide_program {
  position: relative;
  overflow: hidden;
}
.tv-guide_program a {
  display: block;
}
.tv-guide_program img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tv-guide_poster {
  position: relative;
  overflow: hidden;
}
.tv-guide_poster::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.tv-guide_poster::after, .tv-guide_poster img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tv-guide_poster::after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(var(--rgb-background), 0.2) 0%, rgba(var(--rgb-background), 0.6) 100%);
}
.tv-guide_poster img {
  object-fit: cover;
}

.tv-guide_cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.tv-guide_cta-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: var(--step);
}
.tv-guide_cta-bottom a {
  display: inline;
  width: initial;
}.promoblock_promo {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  transform: translateY(calc(var(--step) * -6 - 3rem));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: calc(var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .promoblock_promo {
    transform: translateY(calc(var(--step) * -10 - 3rem));
    height: 100vh;
  }
}

.promoblock_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
  z-index: 1;
}
.promoblock_bg::before, .promoblock_bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.promoblock_bg::before {
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(var(--rgb-background), 0.5), rgba(var(--rgb-background), 0.5)), linear-gradient(180deg, rgba(var(--rgb-background), 0) 50%, #1D252D 100%);
}
.promoblock_bg > * {
  margin: 0 !important;
  padding-bottom: 0;
  pointer-events: none;
  width: 100% !important;
  height: 100%;
}
.promoblock_bg *[class*=swiper] {
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
}
.promoblock_bg *[class*=full-slide] {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.promoblock_bg *[class*=full-slide] img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 924px) {
  .promoblock_bg::before {
    bottom: auto;
    background: linear-gradient(180deg, rgba(29, 37, 45, 0.7) 0%, rgba(29, 37, 45, 0) 100%);
    height: 150px;
  }
  .promoblock_bg::after {
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1D252D 0%, rgba(29, 37, 45, 0.9) 29.34%, rgba(29, 37, 45, 0) 100%);
  }
}

.promoblock_content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18.75rem;
}
.promoblock_content [class*=_details] {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: var(--step);
}
.promoblock_content [class*=_details] + .promoblock_heading {
  margin-bottom: var(--step) !important;
}
@media screen and (min-width: 924px) {
  .promoblock_content [class*=_details] + .promoblock_heading {
    margin-bottom: calc(var(--step) * 2) !important;
  }
}

.promoblock_heading,
.promoblock_subHeading {
  max-width: 39.125rem;
}

.promoblock_subHeading {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.promoblock_info {
  max-width: 54.5rem;
  color: var(--white-50);
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  max-width: 64rem;
}
.promoblock_info a {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .promoblock_info a:hover {
    color: #fff;
  }
}

.promoblock_form {
  width: 100%;
  max-width: 26.25rem;
}
.promoblock_form [class*=button] {
  width: 100%;
  margin-bottom: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .promoblock_form [class*=button] {
    margin-top: calc(var(--step) * 2);
    margin-bottom: calc(var(--step) * 4);
  }
}

.promoblock_logo {
  margin-bottom: var(--step);
}
.promoblock_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .promoblock_logo {
    margin-bottom: calc(var(--step) * 2);
  }
}@media screen and (max-width: 924px) {
  .ordermock_total {
    padding-bottom: calc(var(--step) * 5);
  }
  .ordermock_total-row.ordermock_final {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .ordermock_total-row.ordermock_final .ordermock_price [class*=description] {
    display: none;
  }
  .ordermock_total.ordermock_show .ordermock_inner {
    pointer-events: all;
    transform: translateY(0);
  }
  .ordermock_total.ordermock_show .ordermock_final .ordermock_button {
    width: 100%;
  }
  .ordermock_total.ordermock_show .ordermock_final .ordermock_total-item {
    align-items: flex-start;
    inset-inline-end: 0.75rem;
    transform: translateY(-4.25rem);
  }
  .ordermock_total.ordermock_show .ordermock_final .ordermock_price b {
    font-size: 1.375rem;
  }
  .ordermock_total.ordermock_show .ordermock_final .ordermock_price [class*=description] {
    display: flex;
    color: var(--secondary-colors-grey);
  }
}
.ordermock_total .ordermock_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.125rem 0 8.5625rem;
  transform: translateY(calc(100% - 4.5rem));
  transition: var(--speed) var(--easing);
  transition-property: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  color: var(--primary-colors-background);
}
.ordermock_total .ordermock_inner > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ordermock_total .ordermock_inner h3, .ordermock_total .ordermock_inner h4 {
  margin-bottom: 0;
}
.ordermock_total h3, .ordermock_total h4 {
  padding: 0 calc(var(--step) * 2);
}
.ordermock_total-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--step) * 2) 0;
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
}
.ordermock_total-row::before, .ordermock_total-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--step) * 2);
  right: calc(var(--step) * 2);
  height: 1px;
  background-color: color-mix(in srgb, var(--primary-colors-background) 12%, var(--primary-colors-background) 12%);
}
.ordermock_total-row::after {
  top: auto;
  bottom: 0;
}
.ordermock_total-row.ordermock_final {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.875rem;
  transition: all var(--speed) var(--easing);
  flex-wrap: wrap;
  padding: calc(var(--step) * 2);
  background-color: #fff;
}
.ordermock_total-row.ordermock_final > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--step);
}
.ordermock_total-row.ordermock_final .ordermock_total-caption {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.ordermock_total-row.ordermock_final .ordermock_price b {
  font-size: 1.25rem;
}
.ordermock_total-row.ordermock_final::before, .ordermock_total-row.ordermock_final::after {
  display: none;
}
.ordermock_total-row.ordermock_final .ordermock_total-item {
  position: absolute;
  top: 1.375rem;
  inset-inline-start: 0.75rem;
  transition: var(--speed) var(--easing);
  transition-property: transform;
}
.ordermock_total .ordermock_button {
  justify-content: center;
  width: auto;
  min-width: 6.125rem;
  padding: 0.75rem;
  margin-inline-start: auto;
}
.ordermock_total .ordermock_price {
  flex-shrink: 1;
  justify-content: end;
}
.ordermock_total .ordermock_price b {
  color: var(--primary-colors-background);
}
.ordermock_total .ordermock_price i {
  color: var(--secondary-colors-grey);
}
.ordermock_total .ordermock_price [class*=description] {
  justify-content: end;
}
.ordermock_total-item {
  display: flex;
  justify-content: space-between;
  gap: 0 0.25rem;
}
.ordermock_total-item.ordermock_orange,
.ordermock_total-item.ordermock_orange * {
  color: var(--primary-colors-orange) !important;
}
.ordermock_total-item.ordermock_final {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.ordermock_total-item.ordermock_final .ordermock_total-caption {
  font-weight: 700;
}
.ordermock_total-item .ordermock_icon-label {
  height: 3rem;
}
.ordermock_total em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
}
.ordermock_total em:not([class]) {
  opacity: 0.5;
}
.ordermock_total em b {
  font-weight: normal;
}
.ordermock_total .ordermock_toggle {
  position: absolute;
  top: calc(var(--step) * -3);
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 0.875rem;
  padding-bottom: 0.3125rem;
  z-index: 10;
  background-color: #fff;
  border-radius: calc(var(--radius) * 2) calc(var(--radius) * 2) 0 0;
}
.ordermock_total .ordermock_toggle::before {
  content: "";
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #D9D9D9;
}
@media screen and (min-width: 924px) {
  .ordermock_total {
    position: sticky;
    top: calc(var(--step) * 2);
    bottom: auto;
    left: auto;
    right: auto;
    color: var(--white-50);
  }
  .ordermock_total .ordermock_inner {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    transform: none;
    gap: 1.125rem 0;
  }
  .ordermock_total .ordermock_inner > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ordermock_total h3, .ordermock_total h4 {
    color: #fff;
    padding: 0;
  }
  .ordermock_total .ordermock_toggle {
    display: none;
  }
  .ordermock_total-row {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .ordermock_total-row::before, .ordermock_total-row::after {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.12);
  }
  .ordermock_total-row:after {
    top: auto;
    bottom: 0;
  }
  .ordermock_total-row.ordermock_final {
    padding: calc(var(--step) * 3) 0 0;
    flex-direction: column;
    gap: calc(var(--step) * 3) 0;
    background-color: transparent;
  }
  .ordermock_total-row.ordermock_final .ordermock_total-item {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .ordermock_total-row.ordermock_final .ordermock_total-item > *,
  .ordermock_total-row.ordermock_final .ordermock_total-item .ordermock_price b {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .ordermock_total-row.ordermock_final .ordermock_total-item .ordermock_total-caption {
    font-weight: var(--font-weight-medium);
  }
  .ordermock_total-row.ordermock_final .ordermock_button {
    width: 100%;
  }
  .ordermock_total-caption {
    color: #fff;
  }
  .ordermock_total-caption.ordermock_orange {
    color: var(--primary-colors-orange);
  }
  .ordermock_total .ordermock_price b {
    color: #fff;
  }
  .ordermock_total .ordermock_price i {
    color: var(--white-50);
  }
  .ordermock_total em:not([class]) {
    color: var(--white-50);
    opacity: 1;
  }
}

.ordermock_total.ordermock_cart {
  color: var(--white-50);
}
.ordermock_total.ordermock_cart > * .ordermock_total-item,
.ordermock_total.ordermock_cart > * h3, .ordermock_total.ordermock_cart > * h4 {
  padding-left: 0;
  padding-right: 0;
}
.ordermock_total.ordermock_cart .ordermock_total-row {
  background-color: transparent;
}
.ordermock_total.ordermock_cart .ordermock_total-row:before {
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.12);
}
.ordermock_total.ordermock_cart .ordermock_total-row::after {
  display: none;
  margin-bottom: calc(var(--step) * 2);
}
.ordermock_total.ordermock_cart .ordermock_total-row:last-child {
  margin-bottom: 0;
}
.ordermock_total.ordermock_cart .ordermock_total-caption {
  color: #fff;
}
.ordermock_total.ordermock_cart .ordermock_total-caption.ordermock_orange {
  color: var(--primary-colors-orange);
}
.ordermock_total.ordermock_cart h3, .ordermock_total.ordermock_cart h4 {
  color: #fff;
}
.ordermock_total.ordermock_cart em:not([class]) {
  color: var(--white-50);
}
.ordermock_total.ordermock_cart .ordermock_price b {
  color: #fff;
}
.ordermock_total.ordermock_cart .ordermock_price i {
  color: var(--white-50);
}
.ordermock_total.ordermock_cart .ordermock_summary {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(var(--step) * 2);
  background-color: #fff;
  color: var(--primary-colors-background);
}
.ordermock_total.ordermock_cart .ordermock_summary .ordermock_total-item {
  position: relative;
  top: auto;
  left: auto;
}
.ordermock_total.ordermock_cart .ordermock_summary .ordermock_button {
  width: 100%;
}
.ordermock_total.ordermock_cart .ordermock_summary .ordermock_price b {
  font-size: 1.25rem;
  color: var(--primary-colors-background);
}
.ordermock_total.ordermock_cart .ordermock_summary .ordermock_price i {
  color: var(--secondary-colors-grey);
}
@media screen and (min-width: 924px) {
  .ordermock_total.ordermock_cart .ordermock_summary {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
  }
  .ordermock_total.ordermock_cart .ordermock_summary::before {
    display: none;
  }
  .ordermock_total.ordermock_cart .ordermock_summary .ordermock_total-item {
    display: none;
  }
}

.ordermock_stepText {
  white-space: pre-line;
}.mbuttons_controls {
  display: flex;
  flex-direction: row;
  gap: calc(var(--step) * 2);
  flex-grow: 1;
}
.mbuttons_controls > * > *, .mbuttons_controls > *[class*=play] > * {
  max-height: 3rem;
}
.mbuttons_controls > * > [class*=button] [class*=icon]:not([class*=locking]), .mbuttons_controls > *[class*=play] > [class*=button] [class*=icon]:not([class*=locking]) {
  margin-inline-start: calc(var(--step) * 2);
}
.mbuttons_controls [class*=iconWrapper] {
  display: none;
}
.mbuttons_controls .mbuttons_label {
  display: inline-flex;
  padding-inline-start: calc(var(--step) * 4);
  padding-inline-end: calc(var(--step) * 2);
  white-space: nowrap;
}
@media screen and (max-width: 924px) {
  .mbuttons_controls {
    flex-wrap: wrap;
    gap: calc(var(--step) * 2) 0;
  }
  .mbuttons_controls > * {
    flex-basis: 50%;
    background: none;
    border: none;
    margin: 0 auto;
    gap: var(--step);
  }
  .mbuttons_controls > *:nth-child(3) {
    border-inline-start: 1px solid var(--white-20);
  }
}
@media screen and (max-width: 924px) and (hover: hover) {
  .mbuttons_controls > *:hover {
    background: none;
  }
}
@media screen and (min-width: 924px) {
  .mbuttons_controls > *[class*=button_]:not([class*=play]) {
    min-width: auto;
  }
  .mbuttons_controls .mbuttons_label {
    display: inline-flex;
    padding-inline-start: calc(var(--step) * 4);
    padding-inline-end: calc(var(--step) * 2);
  }
  .mbuttons_controls[class*=details] [class*=button_], .mbuttons_controls[class*=details] > * {
    max-height: none;
    height: 3.75rem;
  }
}

.mbuttons_play {
  width: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 924px) {
  .mbuttons_play {
    flex-basis: 100%;
  }
}

.mbuttons_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.3125rem;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.mbuttons_progress i {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  background: #fff;
  z-index: 2;
}.movie_card {
  position: relative;
}
.movie_card::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 154.356%;
}
@media screen and (min-width: 924px) {
  .movie_card::before {
    padding-top: 153.78%;
  }
}

.movie_picture {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.movie_picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  object-position: top;
}

.movie_popup {
  display: none;
}
@media screen and (min-width: 924px) {
  .movie_popup {
    transition: var(--speed) var(--easing);
    transition-property: opacity, transform;
    width: 32.25rem;
    box-shadow: 0px 0px 100px 0px #000000;
    display: block;
    z-index: 12;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    padding: 0;
  }
  [class*=modal] ~ .movie_popup {
    z-index: 24;
  }
  .movie_popup [class*=hero_heading] {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.movie_foot {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.125rem 1.5rem;
  gap: 1.125rem 0;
  background: var(--primary-colors-background);
  margin-top: -1px;
}

.movie_fadeIn {
  opacity: 1;
  pointer-events: all;
}

.movie_fadeOut {
  opacity: 0;
}

.movie_rent {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  padding: var(--step) calc(var(--step) * 1.3334);
  color: #fff;
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-brand));
  font-size: 0.625rem;
  line-height: 0.75rem;
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
}

.movie_icon {
  position: absolute;
  top: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 924px) {
  .movie_icon {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.movie_locked {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
}

.movie_remind {
  inset-inline-start: 0;
  border-start-start-radius: var(--radius);
  pointer-events: none;
}.tier_tier {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  padding: calc(var(--step) * 3);
  background: var(--white-5);
}
.tier_tier::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .tier_tier {
    gap: calc(var(--step) * 4);
    padding: calc(var(--step) * 6);
  }
}

.tier_color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 6;
}
.tier_color-brand::before {
  background-color: var(--primary-colors-brand);
}
.tier_color-orange::before {
  background-color: var(--primary-colors-orange);
}
.tier_color-green::before {
  background-color: var(--secondary-colors-green);
}
.tier_color-gold::before {
  background-color: var(--package-colors-premium, #D1AA6E);
}
.tier_color-grey::before {
  background-color: var(--secondary-colors-grey);
}

.tier_theme-light {
  background: var(--white-5);
}
.tier_theme-dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.tier_header {
  position: relative;
  z-index: 4;
  font-size: 0.75rem;
  line-height: 1.125rem;
  gap: var(--step);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 3.125rem;
}

.tier_tier-logo {
  height: 2.25rem;
  margin-inline-end: auto;
}
.tier_tier-logo > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tier_description {
  position: absolute;
  top: calc(var(--step) * 3);
  inset-inline-start: calc(var(--step) * 3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: var(--font-weight-medium);
  width: fit-content;
  max-width: 40%;
  flex-shrink: 0;
}
.tier_description > * {
  padding: 0 var(--step);
  border: 1px solid var(--white-40);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.6);
}

.tier_price {
  justify-content: flex-end;
  flex-shrink: 1;
  align-items: flex-end;
}
.tier_price [class*=description] {
  text-align: end;
  font-size: 0.875rem;
}
.tier_price b {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 0.5rem;
}
.tier_price i {
  font-size: 0.875rem;
  color: #fff;
}

.tier_disabled {
  opacity: 0.5;
}

.tier_compare {
  padding: 0 var(--step);
}
@media screen and (min-width: 924px) {
  .tier_compare {
    padding: calc(var(--step) * 4) calc(var(--step) * 6);
  }
}
@media screen and (max-width: 924px) {
  .tier_compare *[class*=checklist] {
    overflow: hidden;
  }
  .tier_compare:last-child *[class*=checklist] {
    overflow: visible;
  }
  .tier_compare .tier_description {
    display: none;
  }
  .tier_compare .tier_header {
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding: calc(var(--step) * 4) calc(var(--step) * 2) 0;
  }
  .tier_compare .tier_header > * {
    flex-direction: row;
  }
  .tier_compare .tier_header b {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tier_compare .tier_header + [class*=button] {
    width: auto;
    margin: 0 calc(var(--step) * 2) calc(var(--step) * 2);
  }
  .tier_compare .tier_tier-logo {
    height: 1.5rem;
    grid-column: 1/-1;
  }
}

.tier_list {
  font-size: 0.875rem;
  line-height: 1.375rem;
  gap: var(--step);
  flex-grow: 1;
  grid-auto-rows: min-content;
}
.tier_list dt {
  min-height: auto;
}

.tier_title {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tier_picture {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: calc(var(--step) * -3) calc(var(--step) * -3) -3.875rem;
  width: calc(100% + var(--step) * 6);
  border-radius: var(--radius) var(--radius) 0 0;
  pointer-events: none;
}
.tier_picture::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 68.663%;
  background: linear-gradient(178.93deg, rgba(41, 48, 56, 0) 0.91%, #293038 90.74%);
  z-index: 2;
}
.tier_picture img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .tier_picture {
    margin: calc(var(--step) * -6) calc(var(--step) * -6) -3.875rem;
    width: calc(100% + var(--step) * 12);
  }
}

.tier_features {
  text-align: center;
}
.tier_features * {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .tier_features *:hover {
    color: #fff;
  }
}

.tier_channels {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tier_channels > * {
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  height: 1.6875rem;
}

.tier_count {
  padding: 0 var(--step);
  color: #fff;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  border-radius: var(--radius);
  background-color: var(--secondary-colors-red);
}

.tier_label {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 2;
  background-color: var(--secondary-colors-red);
  color: #fff;
  border-radius: 0 var(--radius);
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-medium);
  padding: 0 var(--step);
  text-transform: lowercase;
}

.tier_black {
  background: var(--primary-colors-background);
}
.tier_black .tier_picture {
  z-index: 2;
  margin-bottom: -9.0625rem;
}
.tier_black .tier_picture::before {
  z-index: 1;
  background: linear-gradient(0deg, #1D252D 0%, rgba(29, 37, 45, 0) 100%);
  padding-top: 100%;
}
.tier_black .tier_picture ~ * {
  position: relative;
  z-index: 4;
}
.tier_black *[class*=checklist] [class*=icon] {
  filter: brightness(100);
}
@media screen and (min-width: 924px) {
  .tier_black .tier_picture::before {
    padding-top: 67.188%;
  }
}.tier-old_tier {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  padding: calc(var(--step) * 4) calc(var(--step) * 6);
  border-radius: var(--radius);
}

.tier-old_color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 6;
  opacity: 0;
}
.tier-old_color-brand::before {
  background-color: var(--primary-colors-brand);
}
.tier-old_color-brand .tier-old_title {
  color: #fff;
}
.tier-old_color-brand .tier-old_description {
  background-color: #fff;
  color: var(--primary-colors-orange);
}
.tier-old_color-brand .tier-old_border {
  border-color: #fff;
}
.tier-old_color-orange::before {
  background-color: var(--primary-colors-orange);
}
.tier-old_color-orange .tier-old_title {
  color: var(--primary-colors-orange);
}
.tier-old_color-orange .tier-old_description {
  background-color: var(--primary-colors-orange);
}
.tier-old_color-orange .tier-old_border {
  border-color: var(--primary-colors-orange);
}
.tier-old_color-green::before {
  background-color: var(--secondary-colors-green);
}
.tier-old_color-green .tier-old_title {
  color: var(--secondary-colors-green);
}
.tier-old_color-green .tier-old_description {
  background-color: var(--secondary-colors-green);
}
.tier-old_color-green .tier-old_border {
  border-color: var(--secondary-colors-green);
}
.tier-old_color-gold::before,
.tier-old_color-gold [class*=button] {
  background-color: var(--package-colors-premium, #D1AA6E);
}
.tier-old_color-gold .tier-old_title {
  color: var(--package-colors-premium, #D1AA6E);
}
.tier-old_color-gold .tier-old_description {
  background-color: var(--package-colors-premium, #D1AA6E);
}
.tier-old_color-gold .tier-old_border {
  border-color: var(--package-colors-premium, #D1AA6E);
}
.tier-old_color-grey::before {
  background-color: var(--secondary-colors-grey);
}
.tier-old_color-grey .tier-old_title {
  color: var(--secondary-colors-grey);
}
.tier-old_color-grey .tier-old_description {
  background-color: var(--secondary-colors-grey);
}
.tier-old_color-grey .tier-old_description + i {
  border-color: var(--secondary-colors-grey);
}

.tier-old_theme-light {
  background: var(--white-5);
}
.tier-old_theme-light *[class*=header]::before {
  background-color: var(--white-5-filled);
}
.tier-old_theme-dark {
  background-color: rgba(0, 0, 0, 0.3);
}
.tier-old_theme-dark *[class*=header]::before {
  background-color: var(--box-dark-filled);
}

.tier-old_header {
  display: flex;
  flex-direction: column;
  gap: var(--step);
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: calc(var(--step) * 3) var(--step) 0;
  text-align: center;
  position: sticky;
  top: 62px;
  z-index: 12;
}
.tier-old_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--step) * -1);
  right: calc(var(--step) * -1);
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
[class*=border] + .tier-old_header::before {
  top: 2px;
  left: calc(var(--step) / -2);
  right: calc(var(--step) / -2);
}
.tier-old_header [class*=button] {
  width: 100%;
  min-width: auto;
  line-height: 1.125rem;
}
[data-nav=true] .tier-old_header {
  z-index: 6;
}
@media screen and (min-width: 924px) {
  .tier-old_header {
    padding-top: calc(var(--step) * 4);
    gap: calc(var(--step) * 2);
  }
}

.tier-old_description {
  position: absolute;
  top: calc(var(--step) * -1);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5625rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
  padding: calc(var(--step) / 2.2) var(--step);
  border-radius: var(--radius);
  white-space: nowrap;
  z-index: 4;
}

.tier-old_border {
  display: none;
}
@media screen and (min-width: 924px) {
  .tier-old_border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--radius);
    border: 2px solid transparent;
    pointer-events: none;
    z-index: 2;
  }
}

.tier-old_disabled {
  opacity: 0.5;
}

.tier-old_compare {
  padding: 0 var(--step);
}
@media screen and (min-width: 924px) {
  .tier-old_compare:first-child *[class*=checklist] dt {
    opacity: 1;
    pointer-events: all;
  }
  .tier-old_compare *[class*=checklist] {
    overflow: visible;
    grid-template-columns: 0 auto;
  }
  .tier-old_compare *[class*=checklist] dt {
    opacity: 0;
    pointer-events: none;
    margin-inline-start: calc((50vw - var(--step) * 3) * -1);
  }
  .tier-old_compare *[class*=checklist] dt::before {
    width: calc(100vw - var(--step) * 12);
    left: auto;
    right: auto;
    inset-inline-start: 0;
  }
  .tier-old_compare *[class*=checklist] dd {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1212px) {
  .tier-old_compare *[class*=checklist] dt {
    margin-inline-start: calc(-35.625rem - var(--step) * 3);
  }
}
@media screen and (max-width: 924px) {
  *[class*=itemCount-3] > .tier-old_compare *[class*=checklist] dt {
    margin-inline-start: calc(-66.6666666667vw + var(--step) * 2);
  }
  .tier-old_compare *[class*=checklist] {
    overflow: hidden;
  }
  .tier-old_compare:last-child *[class*=checklist] {
    overflow: visible;
  }
}

.tier-old_list {
  font-size: 0.875rem;
  line-height: 1.375rem;
  gap: var(--step);
}
.tier-old_list dt {
  min-height: auto;
}
.tier-old_list dt [class*=icon] {
  width: auto;
  height: auto;
}

.tier-old_title {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tier-old_noheader .tier-old_header {
  display: none;
}
@media screen and (min-width: 924px) {
  .tier-old_noheader {
    margin-top: 3.5rem;
  }
  .tier-old_noheader .tier-old_header {
    display: flex;
  }
  .tier-old_noheader .tier-old_title {
    opacity: 0;
  }
  .tier-old_noheader [class*=button] {
    display: none;
  }
}.offer_offer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: calc(var(--step) * 2);
  background: var(--white-5);
  min-height: 7.5rem;
}
@media screen and (min-width: 924px) {
  .offer_offer {
    grid-template-columns: 6.25rem 1fr auto;
    justify-items: flex-start;
    padding: 0 calc(var(--step) * 4);
  }
}

.offer_gold *[class*=button] {
  background: var(--package-colors-premium, #D1AA6E);
}

.offer_gradient *[class*=button] {
  background: linear-gradient(90deg, #00C48C 0%, #1BCED8 100%);
}

.offer_image {
  display: flex;
  align-items: center;
  width: 6.25rem;
  height: 100%;
}
.offer_image > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 9.875rem;
}

.offer_control {
  display: flex;
  flex-direction: column;
  gap: var(--step) 0;
  align-items: center;
  width: 100%;
}
.offer_control [class*=price_] {
  font-size: 1rem;
  line-height: 1.5rem;
}
.offer_control [class*=price_] b {
  color: var(--package-colors-premium, var(--primary-colors-orange));
}
@media (min-width: 924px) {
  .offer_control {
    align-items: flex-end;
  }
  .offer_control [class*=price_], .offer_control [class*=price_] b {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.offer_pretext {
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.offer_gradient .offer_pretext {
  background-image: linear-gradient(90deg, #00C48C 0%, #1BCED8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.offer_inner {
  padding: calc(var(--step) * 4) 0 calc(var(--step) * 2);
  width: 100%;
}
@media screen and (min-width: 924px) {
  .offer_inner {
    padding: calc(var(--step) * 4);
  }
}@media screen and (max-width: 924px) {
  .paymentsummary_total {
    padding-bottom: calc(var(--step) * 5);
    z-index: 10;
  }
  .paymentsummary_total-row.paymentsummary_final {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_price [class*=description] {
    display: none;
  }
  .paymentsummary_total.paymentsummary_show .paymentsummary_inner {
    pointer-events: all;
    transform: translateY(0);
  }
  .paymentsummary_total.paymentsummary_show .paymentsummary_final .paymentsummary_button {
    width: 100%;
  }
  .paymentsummary_total.paymentsummary_show .paymentsummary_final .paymentsummary_total-item {
    align-items: flex-start;
    inset-inline-end: 0.75rem;
    transform: translateY(-4.25rem);
  }
  .paymentsummary_total.paymentsummary_show .paymentsummary_final .paymentsummary_price b {
    font-size: 1.375rem;
  }
  .paymentsummary_total.paymentsummary_show .paymentsummary_final .paymentsummary_price [class*=description] {
    display: flex;
    color: var(--secondary-colors-grey);
  }
}
.paymentsummary_total .paymentsummary_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.125rem 0 8.5625rem;
  transform: translateY(calc(100% - 4.5rem));
  transition: var(--speed) var(--easing);
  transition-property: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  color: var(--primary-colors-background);
}
.paymentsummary_total .paymentsummary_inner > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.paymentsummary_total .paymentsummary_inner h3, .paymentsummary_total .paymentsummary_inner h4 {
  margin-bottom: 0;
}
.paymentsummary_total h3, .paymentsummary_total h4 {
  padding: 0 calc(var(--step) * 2);
}
.paymentsummary_total-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--step) * 2) 0;
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
  background-color: #fff;
}
.paymentsummary_total-row::before, .paymentsummary_total-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--step) * 2);
  right: calc(var(--step) * 2);
  height: 1px;
  background-color: color-mix(in srgb, var(--primary-colors-background) 12%, var(--primary-colors-background) 12%);
}
.paymentsummary_total-row::after {
  top: auto;
  bottom: 0;
}
.paymentsummary_total-row.paymentsummary_final {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.875rem;
  transition: all var(--speed) var(--easing);
  flex-wrap: wrap;
  padding: calc(var(--step) * 2);
}
.paymentsummary_total-row.paymentsummary_final > * {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--step);
}
.paymentsummary_total-row.paymentsummary_final .paymentsummary_total-caption {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.paymentsummary_total-row.paymentsummary_final .paymentsummary_price b {
  font-size: 1.25rem;
}
.paymentsummary_total-row.paymentsummary_final::before, .paymentsummary_total-row.paymentsummary_final::after {
  display: none;
}
.paymentsummary_total-row.paymentsummary_final .paymentsummary_total-item {
  position: absolute;
  top: 1.375rem;
  inset-inline-start: 0.75rem;
  transition: var(--speed) var(--easing);
  transition-property: transform;
  align-items: center;
}
.paymentsummary_total-row.paymentsummary_empty-addons-list::after {
  height: 0;
}
.paymentsummary_total .paymentsummary_button {
  justify-content: center;
  width: auto;
  min-width: 6.125rem;
  padding: 0.75rem;
  margin-inline-start: auto;
}
.paymentsummary_total .paymentsummary_price {
  flex-shrink: 1;
  justify-content: flex-end;
  align-content: center;
}
.paymentsummary_total .paymentsummary_price b {
  color: var(--primary-colors-background);
}
.paymentsummary_total .paymentsummary_price i {
  color: var(--secondary-colors-grey);
}
.paymentsummary_total .paymentsummary_price [class*=description] {
  display: flex;
  justify-content: flex-end;
}
.paymentsummary_total-item {
  display: flex;
  justify-content: space-between;
  gap: 0 0.25rem;
}
.paymentsummary_total-item.paymentsummary_orange,
.paymentsummary_total-item.paymentsummary_orange * {
  color: var(--primary-colors-orange) !important;
}
.paymentsummary_total-item.paymentsummary_final {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.paymentsummary_total-item.paymentsummary_final .paymentsummary_total-caption {
  font-weight: 700;
}
.paymentsummary_total-item .paymentsummary_icon-label {
  height: 3rem;
}
.paymentsummary_total em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
}
.paymentsummary_total em:not([class]) {
  opacity: 0.5;
}
.paymentsummary_total em b {
  font-weight: normal;
}
.paymentsummary_total .paymentsummary_toggle {
  position: absolute;
  top: calc(var(--step) * -3);
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 0.875rem;
  padding-bottom: 0.3125rem;
  z-index: 10;
  background-color: #fff;
  border-radius: calc(var(--radius) * 2) calc(var(--radius) * 2) 0 0;
}
.paymentsummary_total .paymentsummary_toggle::before {
  content: "";
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #D9D9D9;
}
.paymentsummary_total-caption {
  flex-shrink: 0;
}
@media screen and (min-width: 924px) {
  .paymentsummary_total {
    position: sticky;
    top: calc(var(--step) * 2);
    bottom: auto;
    left: auto;
    right: auto;
    color: var(--white-50);
  }
  .paymentsummary_total .paymentsummary_inner {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    transform: none;
    gap: 1.125rem 0;
  }
  .paymentsummary_total .paymentsummary_inner > * {
    padding-left: 0;
    padding-right: 0;
  }
  .paymentsummary_total h3, .paymentsummary_total h4 {
    color: #fff;
    padding: 0;
  }
  .paymentsummary_total .paymentsummary_toggle {
    display: none;
  }
  .paymentsummary_total-row {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .paymentsummary_total-row::before, .paymentsummary_total-row::after {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.12);
  }
  .paymentsummary_total-row:after {
    top: auto;
    bottom: 0;
  }
  .paymentsummary_total-row.paymentsummary_final {
    padding: calc(var(--step) * 3) 0 0;
    flex-direction: column;
    gap: calc(var(--step) * 3) 0;
  }
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_total-item {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_total-item > *,
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_total-item .paymentsummary_price b {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_total-item .paymentsummary_total-caption {
    font-weight: var(--font-weight-medium);
  }
  .paymentsummary_total-row.paymentsummary_final .paymentsummary_button {
    width: 100%;
  }
  .paymentsummary_total-caption {
    color: #fff;
  }
  .paymentsummary_total-caption.paymentsummary_orange {
    color: var(--primary-colors-orange);
  }
  .paymentsummary_total .paymentsummary_price b {
    color: #fff;
  }
  .paymentsummary_total .paymentsummary_price i {
    color: var(--white-50);
  }
  .paymentsummary_total em:not([class]) {
    color: var(--white-50);
    opacity: 1;
  }
}

.paymentsummary_total.paymentsummary_cart {
  color: var(--white-50);
}
.paymentsummary_total.paymentsummary_cart > * .paymentsummary_total-item,
.paymentsummary_total.paymentsummary_cart > * h3, .paymentsummary_total.paymentsummary_cart > * h4 {
  padding-left: 0;
  padding-right: 0;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-row {
  background-color: transparent;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-row:before {
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.12);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-row::after {
  display: none;
  margin-bottom: calc(var(--step) * 2);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-row:last-child {
  margin-bottom: 0;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-caption {
  color: #fff;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_total-caption.paymentsummary_orange {
  color: var(--primary-colors-orange);
}
.paymentsummary_total.paymentsummary_cart h3, .paymentsummary_total.paymentsummary_cart h4 {
  color: #fff;
}
.paymentsummary_total.paymentsummary_cart em:not([class]) {
  color: var(--white-50);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_price b {
  color: #fff;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_price i {
  color: var(--white-50);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_summary {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(var(--step) * 2);
  background-color: #fff;
  color: var(--primary-colors-background);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_summary .paymentsummary_total-item {
  position: relative;
  top: auto;
  left: auto;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_summary .paymentsummary_button {
  width: 100%;
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_summary .paymentsummary_price b {
  font-size: 1.25rem;
  color: var(--primary-colors-background);
}
.paymentsummary_total.paymentsummary_cart .paymentsummary_summary .paymentsummary_price i {
  color: var(--secondary-colors-grey);
}
@media screen and (min-width: 924px) {
  .paymentsummary_total.paymentsummary_cart .paymentsummary_summary {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
  }
  .paymentsummary_total.paymentsummary_cart .paymentsummary_summary::before {
    display: none;
  }
  .paymentsummary_total.paymentsummary_cart .paymentsummary_summary .paymentsummary_total-item {
    display: none;
  }
}

.paymentsummary_stepText {
  white-space: pre-line;
}

.paymentsummary_plan {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: calc(var(--step) * 2);
}.thanks_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.thanks_inner {
  width: 100%;
}

.thanks_shadowed {
  position: relative;
  box-shadow: 0px 4px 100px 0px #000;
}
.thanks_shadowed > * {
  position: relative;
  z-index: 2;
}

.thanks_picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.thanks_picture img,
.thanks_picture svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}.simpledialog_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: simpledialog_overlayShow var(--speed);
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 15;
}

.simpledialog_content {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: var(--primary-colors-background);
  border-radius: var(--radius);
  box-shadow: 0px 0px 200px 0px #000;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: calc(var(--step) * 2);
  justify-content: center;
  gap: calc(var(--step) * 3);
}
.simpledialog_content:focus {
  outline: none;
}
.simpledialog_content > * {
  min-width: 0;
}
@media screen and (min-width: 924px) {
  .simpledialog_content {
    padding: calc(var(--step) * 6);
  }
}

@keyframes simpledialog_overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.simpledialog_picture {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simpledialog_placement-center {
  place-items: center;
}
.simpledialog_placement-bottom {
  place-items: flex-end;
}.consent_holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.consent_holder [class*=switch] span {
  color: var(--white-60);
  transition: color var(--speed) var(--easing);
}
.consent_holder [class*=switch] input:checked ~ span {
  color: #fff;
}
.consent_holder iframe {
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
  overflow-x: hidden;
}
.consent_consent {
  background: var(--primary-colors-background);
  display: grid;
  grid-auto-rows: auto 1fr auto;
  min-height: 100%;
  height: 100%;
  padding: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .consent_consent {
    max-width: 60.25rem;
    margin: 0 auto;
    padding: calc(var(--step) * 5) calc(var(--step) * 6) calc(var(--step) * 4);
  }
}

.consent_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: var(--step);
  color: var(--white-60);
  font-size: 0.875rem;
  line-height: 1.375rem;
  border: 1px solid var(--white-10);
  border-radius: var(--radius);
  padding: var(--step);
  margin-bottom: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .consent_info {
    align-items: center;
  }
}

.consent_content {
  position: relative;
  overflow: hidden;
  margin: 0 calc(var(--step) * -2);
  width: calc(100% + var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .consent_content {
    margin: 0 calc(var(--step) * -6);
    width: calc(100% + var(--step) * 12);
  }
}

.consent_footer {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  padding-top: calc(var(--step) * 2);
  border-top: 1px solid var(--white-10);
}
@media screen and (max-width: 924px) {
  .consent_footer * {
    order: 2;
  }
  .consent_footer *[class*=switch] {
    order: 1;
  }
  .consent_footer *[class*=plain] {
    order: 3;
  }
}
@media screen and (min-width: 924px) {
  .consent_footer {
    flex-direction: row;
    justify-content: space-between;
    padding-top: calc(var(--step) * 4);
    gap: calc(var(--step) * 5);
  }
  .consent_footer *[class*=button] {
    min-width: 11.25rem;
  }
}.videopopup_card {
  position: relative;
}
.videopopup_card::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 155.5%;
}
.videopopup_picture {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.videopopup_picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.videopopup_popup {
  display: none;
}
@media screen and (min-width: 924px) {
  .videopopup_popup {
    transition: var(--speed) var(--easing);
    transition-property: opacity, transform;
    width: 32.25rem;
    height: 26.375rem;
    box-shadow: 0px 0px 100px 0px #000000;
    display: block;
    z-index: 12;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    padding: 0;
  }
  [class*=modal] ~ .videopopup_popup {
    z-index: 24;
  }
  .videopopup_popup [class*=hero_heading] {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.videopopup_foot {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.125rem;
  gap: 1.125rem 0;
  background: var(--primary-colors-background);
  margin-top: -1px;
}

.videopopup_fadeIn {
  opacity: 1;
  pointer-events: all;
}

.videopopup_fadeOut {
  opacity: 0;
}

.videopopup_rent {
  position: absolute;
  top: var(--step);
  inset-inline-end: var(--step);
  padding: calc(var(--step) / 2) var(--step);
  color: #fff;
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-brand));
  font-size: 0.625rem;
  line-height: 0.75rem;
  border-radius: var(--radius);
}

.videopopup_icon {
  position: absolute;
  top: 0;
  width: calc(var(--step) * 4);
  height: calc(var(--step) * 4);
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 924px) {
  .videopopup_icon {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.videopopup_locked {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
}

.videopopup_remind {
  inset-inline-start: 0;
  border-start-start-radius: var(--radius);
}.mainmenu_nav {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
}
@media screen and (min-width: 924px) {
  .mainmenu_nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin: calc(var(--step) * -2);
    height: calc(100% + var(--step) * 4);
    padding: 0;
    gap: 0;
    background: none;
    border: none;
  }
}

.mainmenu_menuItem {
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid var(--white-10);
  height: 3.75rem;
}
.mainmenu_menuItem:last-child {
  border-bottom-width: 0;
}
.mainmenu_menuItem > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  color: #fff;
  gap: 0 calc(var(--step) * 2);
  padding: var(--step) calc(var(--step) * 3);
  background-color: var(--white-5);
}
.mainmenu_menuItem > a::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: var(--radius);
  outline: 2px solid var(--secondary-colors-green);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--speed) var(--easing);
}
@media screen and (min-width: 924px) {
  .mainmenu_menuItem {
    position: static;
    padding: calc(var(--step) * 2);
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: var(--font-weight-medium);
    border-bottom-width: 0;
  }
  .mainmenu_menuItem > a {
    position: relative;
    padding: var(--step) 0;
    background-color: transparent;
    height: auto;
  }
  .mainmenu_menuItem > a::before {
    display: none;
  }
  .mainmenu_menuItem > a::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    pointer-events: none;
    transition: width var(--speed) var(--easing);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .mainmenu_menuItem:hover {
    z-index: 4;
  }
  .mainmenu_menuItem:hover > a::after {
    width: 100%;
  }
  .mainmenu_menuItem:hover > .mainmenu_dropdown {
    opacity: 1;
    pointer-events: all;
  }
}

.mainmenu_dropdown {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8.875rem, 1fr));
  grid-auto-rows: 6.375rem;
  gap: var(--step);
  margin-inline-start: calc(var(--step) * -7);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: var(--speed) var(--easing);
  transition-property: opacity;
  height: 0;
}
.mainmenu_dropdown.mainmenu_visible {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
@media screen and (min-width: 924px) {
  .mainmenu_dropdown {
    max-width: 66.337vw;
    position: absolute;
    top: calc(var(--step) * 5);
    margin-top: calc(var(--step) * 8);
    left: 50%;
    z-index: 6;
    transform: translateX(-50%);
    background-color: var(--box-dark);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    will-change: backdrop-filter;
    grid-auto-rows: 5.25rem;
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    overflow: hidden;
    padding: calc(var(--step) * 2);
    width: 100vw;
    height: auto;
  }
  .mainmenu_expand .mainmenu_dropdown {
    top: 0;
  }
}

.mainmenu_dropdownItem {
  display: flex;
  align-items: center;
  padding: 0 calc(var(--step) * 2);
  background-color: transparent;
  position: relative;
  border-radius: var(--radius);
}
.mainmenu_dropdownItem[disabled] {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 924px) {
  .mainmenu_dropdownItem {
    background-color: transparent;
    transition: background-color var(--speed) var(--easing);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .mainmenu_dropdownItem:hover {
    background-color: var(--white-10);
  }
}

.mainmenu_hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.mainmenu_expand {
  position: absolute;
  top: calc(100% - var(--step) * 2);
  inset-inline-end: 0;
  padding: calc(var(--step) * 3) calc(var(--step) * 4);
  display: flex;
  flex-direction: column;
}
.mainmenu_expand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--box-dark);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mainmenu_expand .mainmenu_menuItem {
  position: relative;
  padding: var(--step) calc(var(--step) * 2);
}
.mainmenu_expand .mainmenu_menuItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mainmenu_dots {
  display: flex;
  margin-inline-end: -100%;
  cursor: pointer;
}

.mainmenu_expandIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--step) * 6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mainmenu_lock {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  border-radius: 0 var(--radius) 0 var(--radius);
  background-color: var(--primary-colors-orange);
  z-index: 5;
  padding: 0.1875rem;
}

.mainmenu_active > a::before {
  opacity: 1;
}
.mainmenu_active > a::after {
  width: 100%;
  background-color: var(--primary-colors-brand);
}

.mainmenu_flag {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: normal;
  margin-inline-start: auto;
  color: var(--primary-colors-orange);
}

.mainmenu_icon {
  opacity: 0.6;
}
@media screen and (min-width: 924px) {
  .mainmenu_icon {
    display: none;
  }
}.headerwcp_header {
  position: relative;
  z-index: 12;
  align-items: center;
  justify-items: flex-start;
  gap: 0 calc(var(--step) * 4);
  display: grid;
  grid-template-columns: 1fr auto;
  padding: calc(var(--step) * 3) calc(var(--step) * 2);
  transition: var(--speed) var(--easing);
  transition-property: background-color, padding;
}
.headerwcp_header::before {
  content: "";
  position: fixed;
  top: 2.5rem;
  left: 0;
  right: 0;
  height: 3.75rem;
  pointer-events: none;
  background-color: var(--primary-colors-background);
  z-index: 2;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.headerwcp_header > * {
  position: relative;
  z-index: 4;
}
.headerwcp_header *[class*=menulist_item] {
  color: #fff;
}
.headerwcp_header *[class*=menulist_frame] {
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .headerwcp_header {
    grid-template-columns: auto 1fr auto;
    gap: 4.25rem;
    padding: calc(var(--step) * 5) calc(var(--step) * 6);
    justify-items: unset;
  }
  .headerwcp_header [class*=frame] [class*=menulist_list] {
    display: flex;
    flex-direction: column;
    gap: var(--step);
    padding: calc(var(--step) * 4);
  }
  .headerwcp_header [class*=mainmenu_menuItem] {
    transition: transform var(--speed) linear;
  }
}

.headerwcp_logo {
  position: relative;
  z-index: 12;
  flex-shrink: 0;
  transition: transform var(--speed) linear;
  transform-origin: left;
}
[dir=rtl] .headerwcp_logo {
  transform-origin: right;
}

.headerwcp_right {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 calc(var(--step) * 4);
  margin-inline-start: auto;
  flex-shrink: 0;
  transition: transform var(--speed) linear;
  transform-origin: right;
}
.headerwcp_right > * {
  transition: var(--speed) var(--easing);
  transition-property: opacity, color, border-color, background-color;
}
.headerwcp_right > *:nth-last-child(2) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset-inline-end: calc(var(--step) * 2 + 1.875rem);
}
@media screen and (min-width: 924px) {
  .headerwcp_right {
    gap: 0 calc(var(--step) * 3);
  }
  .headerwcp_right > *:nth-last-child(n) {
    opacity: 1;
    pointer-events: all;
    position: static;
  }
}

.headerwcp_frame {
  position: fixed;
  top: calc(var(--step) * 12);
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  overflow: visible auto;
  background: var(--primary-colors-background);
  z-index: 10;
  padding: 0 calc(var(--step) * 2) calc(var(--step) * 2);
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: var(--speed) var(--easing);
  transition-property: opacity, transform;
}
.headerwcp_frame::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  height: 400px;
  z-index: -1;
  background-color: var(--primary-colors-background);
  opacity: 0;
  pointer-events: none;
}
.headerwcp_frame.headerwcp_visible {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.headerwcp_frame.headerwcp_visible::before {
  opacity: 1;
}

.headerwcp_navshown > *:nth-last-child(n+3) {
  opacity: 0;
  pointer-events: none;
}
.headerwcp_navshown > *:nth-last-child(2) {
  opacity: 1;
  pointer-events: all;
}

.headerwcp_scrolled {
  transform: translateY(100%);
}

.headerwcp_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding: var(--step) calc(var(--step) * 2);
}
.headerwcp_sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(36px);
  z-index: 2;
  transition: opacity var(--speed) var(--easing);
}
.headerwcp_sticky .headerwcp_logo {
  transform: scale(0.62);
}
.headerwcp_sticky .headerwcp_right {
  transform: scale(0.75);
}
[dir=rtl] .headerwcp_sticky .headerwcp_right {
  transform-origin: left;
}
@media screen and (min-width: 924px) {
  .headerwcp_sticky {
    padding: calc(var(--step) * 2) calc(var(--step) * 6);
  }
  .headerwcp_sticky [class*=_dropdown] {
    margin-top: calc(var(--step) * 6);
  }
  .headerwcp_sticky [class*=mainmenu_menuItem] {
    font-size: calc(var(--step) * 2);
    line-height: calc(var(--step) * 3);
  }
}

.headerwcp_navVisible {
  background-color: var(--primary-colors-background);
}
.headerwcp_navVisible::before {
  opacity: 1;
}
.headerwcp_navVisible .headerwcp_logo,
.headerwcp_navVisible .headerwcp_right {
  transform: none;
}
.headerwcp_navVisible.headerwcp_sticky::after {
  opacity: 0;
}
.headerwcp_navVisible.headerwcp_sticky .headerwcp_logo,
.headerwcp_navVisible.headerwcp_sticky .headerwcp_right {
  transform: translateY(var(--step));
}

.headerwcp_bottom {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  border-radius: var(--radius);
}
.headerwcp_bottom [class*=menulist_item] {
  height: 3.75rem;
  background-color: var(--white-5);
  border-bottom: 1px solid var(--white-10);
}
.headerwcp_bottom [class*=menulist_item]:last-child {
  border-bottom-width: 0;
}.tierab_tier {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}
.tierab_tier.tierab_checked::after {
  border-color: var(--primary-colors-orange);
}
@media screen and (min-width: 924px) {
  .tierab_tier {
    background: var(--white-10);
    padding-top: calc(56.429% + var(--step) * 10);
    z-index: auto;
  }
}
@media screen and (max-width: 925px) {
  .tierab_tier:not([class*=checked]) .tierab_frame {
    z-index: -1;
  }
  .tierab_tier + .tierab_tier .tierab_frame,
  .tierab_tier + .tierab_tier .tierab_btn {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-50% - var(--step) / 2));
  }
  .tierab_tier.tierab_checked .tierab_frame,
  .tierab_tier.tierab_checked .tierab_btn {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
  }
}

.tierab_frame {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 924px) {
  .tierab_frame {
    padding: 0 calc(var(--step) * 4);
  }
}
@media screen and (max-width: 925px) {
  .tierab_frame {
    opacity: 0;
    pointer-events: none;
    width: calc(100vw - var(--step) * 4);
    transition: opacity var(--speed) var(--easing);
  }
}

.tierab_theme-light {
  background: var(--white-5);
}
.tierab_theme-dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.tierab_header {
  position: sticky;
  top: 0;
  z-index: 4;
  font-size: 0.75rem;
  line-height: 1.125rem;
  gap: var(--step);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 2.25rem;
  padding: 0 calc(var(--step) * 2) calc(var(--step) * 2);
}
.tierab_header::before {
  content: "";
  position: absolute;
  top: calc(var(--step) * -15 - 2rem);
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary-colors-orange);
  border-top-width: 0;
  pointer-events: none;
  border-radius: 0 0 0.25rem 0.25rem;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.tierab_header.tierab_checked::before {
  opacity: 1;
}
@media screen and (max-width: 460px) {
  .tierab_header::before {
    top: calc(var(--step) * -8 - 2rem);
  }
}
@media screen and (min-width: 924px) {
  .tierab_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: calc(var(--step) * 4);
    pointer-events: none;
    z-index: auto;
  }
  .tierab_header::before {
    display: none;
  }
}

.tierab_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: var(--font-weight-medium);
  width: fit-content;
  flex-shrink: 0;
  order: 3;
}
.tierab_info > * {
  padding: 0 var(--step);
  border: 1px solid var(--white-40);
  border-radius: var(--radius);
}
@media screen and (min-width: 924px) {
  .tierab_info {
    order: 1;
    font-size: 1rem;
    line-height: 1.875rem;
    position: sticky;
    top: calc(var(--step) * 4);
    z-index: 2;
  }
  .tierab_info > * {
    padding: 0 calc(var(--step) * 2);
    background: rgba(0, 0, 0, 0.6);
  }
}

.tierab_price {
  flex-shrink: 1;
  margin-inline-start: 0;
  line-height: 1.625rem;
  flex-wrap: nowrap;
}
.tierab_price [class*=description] {
  text-align: inherit;
  font-size: 0.875rem;
}
.tierab_price b {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.tierab_price i {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
}
@media screen and (min-width: 924px) {
  .tierab_price {
    text-align: end;
    justify-content: flex-end;
    margin-inline-start: auto;
  }
}

.tierab_disabled {
  opacity: 0.5;
}

.tierab_compare {
  padding: 0 var(--step);
}
@media screen and (min-width: 924px) {
  .tierab_compare {
    padding: calc(var(--step) * 4) calc(var(--step) * 6);
  }
}
@media screen and (max-width: 924px) {
  .tierab_compare *[class*=checklist] {
    overflow: hidden;
  }
  .tierab_compare:last-child *[class*=checklist] {
    overflow: visible;
  }
  .tierab_compare .tierab_description {
    display: none;
  }
  .tierab_compare .tierab_header {
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding: calc(var(--step) * 4) calc(var(--step) * 2) 0;
  }
  .tierab_compare .tierab_header > * {
    flex-direction: row;
  }
  .tierab_compare .tierab_header b {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tierab_compare .tierab_header + [class*=button] {
    width: auto;
    margin: 0 calc(var(--step) * 2) calc(var(--step) * 2);
  }
  .tierab_compare .tierab_tier-logo {
    height: 1.5rem;
    grid-column: 1/-1;
  }
}

.tierab_list {
  font-size: 0.875rem;
  line-height: 1.5rem;
  grid-auto-rows: min-content;
}
.tierab_list dt {
  min-height: auto;
  align-items: flex-start;
  color: var(--white-50);
}
.tierab_list dt *[class*=icon] {
  width: auto;
  height: auto;
}
.tierab_list dd *[class*=icon] {
  justify-content: flex-end;
}
.tierab_list dt,
.tierab_list dd {
  padding: calc(var(--step) * 2) 0;
}
@media screen and (min-width: 924px) {
  .tierab_list dt,
  .tierab_list dd {
    min-height: 3.25rem;
  }
}

.tierab_title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 924px) {
  .tierab_title {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}

.tierab_sticky {
  align-items: flex-start;
  padding-top: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .tierab_sticky {
    padding-top: 0;
    position: sticky;
    top: calc(var(--step) * 6 + 2rem);
    z-index: 2;
    align-items: center;
    order: 3;
  }
}

.tierab_picture {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
}
.tierab_picture::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 56.429%;
  transition: padding-top var(--speed) var(--easing);
}
.tierab_picture img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .tierab_picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(var(--step) * 3);
    z-index: 2;
  }
  .tierab_picture::before {
    padding-top: 55.733%;
  }
}

.tierab_features {
  text-align: center;
}
.tierab_features * {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .tierab_features *:hover {
    color: #fff;
  }
}

.tierab_channels {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tierab_channels > * {
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  height: 1.6875rem;
}

.tierab_count {
  padding: 0 var(--step);
  color: #fff;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  border-radius: var(--radius);
  background-color: var(--secondary-colors-red);
}

.tierab_label {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 2;
  background-color: var(--secondary-colors-red);
  color: #fff;
  border-radius: 0 var(--radius);
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-medium);
  padding: 0 var(--step);
  text-transform: lowercase;
}

.tierab_btn {
  position: sticky;
  display: flex;
  flex-direction: column;
  bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #353b43;
}
@media screen and (min-width: 924px) {
  .tierab_btn {
    padding: 0 calc(var(--step) * 3) calc(var(--step) * 3);
  }
}
@media screen and (max-width: 925px) {
  .tierab_btn {
    opacity: 0;
    pointer-events: none;
    width: calc(100vw - var(--step) * 4);
    transition: opacity var(--speed) var(--easing);
  }
}

.tierab_check {
  position: absolute;
  bottom: calc(var(--step) * 2);
  inset-inline-end: calc(var(--step) * 2);
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: var(--primary-colors-orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}
.tierab_checked .tierab_check {
  opacity: 1;
}
@media screen and (min-width: 924px) {
  .tierab_check {
    display: none;
  }
}

.tierab_space {
  display: none;
}
@media screen and (min-width: 924px) {
  .tierab_space {
    display: block;
    height: calc(var(--step) * 30.5);
    order: 2;
  }
}

.tierab_shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.tierab_shadow::after {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--step) * 15 + 2rem);
  background: #353b43;
  z-index: -1;
}
@media screen and (min-width: 924px) {
  .tierab_shadow {
    z-index: 1;
  }
  .tierab_shadow::after {
    height: calc(var(--step) * 14 + 2rem);
  }
}

.tierab_picshadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 6;
}
.tierab_picshadow::after {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--step) * 15 + 2rem);
  display: block;
  border: 2px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom-width: 0;
  transition: border-color var(--speed) var(--easing);
}
.tierab_checked .tierab_picshadow::after {
  border-color: var(--primary-colors-orange);
}
@media screen and (min-width: 924px) {
  .tierab_picshadow {
    display: none;
  }
}.category_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .category_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.category_item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: var(--step);
  padding: 0 calc(var(--step) * 2) calc(var(--step) * 4);
}
.category_item::before {
  content: "";
  padding-top: 118.343%;
}
.category_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, var(--primary-colors-background) 0%, rgba(34, 33, 55, 0.5) 47.61%, rgba(var(--rgb-background), 0) 73.41%);
  z-index: 2;
}
@media screen and (min-width: 924px) {
  .category_item {
    border-radius: calc(var(--step) * 2);
  }
  .category_item::before {
    padding-top: 155%;
  }
}

.category_picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}

.category_logo {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 10.625rem;
  height: 4.25rem;
}

.category_title {
  text-align: start;
  margin-bottom: calc(var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .category_title {
    text-align: center;
  }
}

.category_description {
  text-align: start;
}
@media screen and (min-width: 924px) {
  .category_description {
    text-align: center;
  }
}

.category_content {
  max-width: 35.25rem;
  margin: 0 auto;
}
.category_loading .category_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.upcoming_upcoming {
  position: relative;
  border-radius: calc(var(--radius) * 2);
  overflow: hidden;
  max-width: 35.25rem;
  margin: 0 auto;
}
.upcoming_upcoming::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--white-20);
  border-radius: calc(var(--radius) * 2);
  pointer-events: none;
  z-index: 5;
}
.upcoming_upcoming [class*=video_play] svg {
  width: calc(var(--step) * 12);
}

.upcoming_frame {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  align-items: center;
  padding: calc(var(--step) * 4) calc(var(--step) * 2) calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .upcoming_frame {
    padding: calc(var(--step) * 4) calc(var(--step) * 4) calc(var(--step) * 4);
  }
}

.upcoming_provider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.5rem;
}

.upcoming_text {
  color: var(--white-70);
}

.upcoming_buttons {
  width: 100%;
  flex-wrap: nowrap;
  gap: var(--step);
}
.upcoming_buttons [class*=_play], .upcoming_buttons [class*=_play] > * {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  flex-basis: auto;
}
.upcoming_buttons [class*=social] {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--white-20);
  margin: 0;
  flex-basis: auto;
}

.upcoming_number {
  position: absolute;
  bottom: 100%;
  inset-inline-start: 0;
  z-index: 6;
  transform: translateY(calc(var(--step) * 4));
  width: 7.375rem;
  height: 5.5625rem;
  pointer-events: none;
}
.upcoming_number svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .upcoming_number {
    width: 11.5625rem;
    height: 8.75rem;
  }
}

.upcoming_locked,
.upcoming_remind {
  position: absolute;
  top: 0;
  background-color: var(--primary-colors-orange);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: calc(var(--step) * 6);
  height: calc(var(--step) * 6);
}

.upcoming_locked {
  inset-inline-end: 0;
  border-end-start-radius: calc(var(--radius) * 2);
}

.upcoming_remind {
  border-end-start-radius: 0;
  border-end-end-radius: calc(var(--radius) * 2);
}

.upcoming_video {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 4.3125rem);
}
.upcoming_video::before {
  content: "";
  display: block;
  padding-top: 42%;
}
.upcoming_video *[class*=bitholder],
.upcoming_video .upcoming_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  object-position: top;
}
.upcoming_video *[class*=bitholder] video {
  object-fit: cover;
}
.upcoming_video *[class*=controlbar]::before {
  background: none;
}

.upcoming_play-icon {
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.upcoming_play-icon:hover {
  opacity: 0.8;
}@media screen and (min-width: 1212px) {
  .upcomlist_holder {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
  }
  .upcomlist_holder > * {
    min-width: 0;
    min-height: 0;
  }
  .upcomlist_holder.upcomlist_loading {
    align-items: start;
  }
}

.upcomlist_upcomlist {
  position: relative;
}

.upcomlist_current {
  display: none;
}
@media screen and (min-width: 1212px) {
  .upcomlist_current {
    display: block;
    position: sticky;
    top: 9.75rem;
    width: 10.25rem;
    height: 10rem;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    padding: var(--step);
    border-radius: var(--radius);
    border: 2px solid var(--secondary-colors-green);
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--white-30);
  }
  .upcomlist_current strong {
    display: block;
    color: #fff;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: var(--font-weight-medium);
  }
}.tvguide_scroll {
  height: 100%;
  overflow: auto;
}
.tvguide_scroll::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.tvguide_scroll::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.tvguide_scroll::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.tvguide_scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.tvguide_hidden, .tvguide_epgs, .tvguide_epgContainer [class*=ScrollBox] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tvguide_hidden::-webkit-scrollbar, .tvguide_epgs::-webkit-scrollbar, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.tvguide_hidden::-webkit-scrollbar-track, .tvguide_epgs::-webkit-scrollbar-track, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-track {
  background-color: transparent;
}
.tvguide_hidden::-webkit-scrollbar-thumb, .tvguide_epgs::-webkit-scrollbar-thumb, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.tvguide_hidden::-webkit-scrollbar-thumb:hover, .tvguide_epgs::-webkit-scrollbar-thumb:hover, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.tvguide_horizontal {
  height: auto;
  overflow-x: auto;
}

.tvguide_tvguide {
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 924px) {
  .tvguide_tvguide {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tvguide_tvguide > * {
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
}

.tvguide_epgs {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden auto;
  padding-inline-start: calc(var(--step) * 2);
  margin: -4px calc(var(--step) * -2) 0;
}
@media screen and (min-width: 924px) {
  .tvguide_epgs {
    margin-inline-end: 0;
  }
}

.tvguide_epgContainer {
  font-family: var(--font), serif !important;
  margin: 0 -4px;
  /* Common styles */
  /* Channel item styles */
  /* Program card styles */
}
.tvguide_epgContainer *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer > [class*=Container] {
  padding: 0;
}
.tvguide_epgContainer > [class*=Container] *[class*=Box], .tvguide_epgContainer > [class*=Container] *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer .tvguide_lock {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  border-radius: 0;
  border-start-end-radius: 4px;
  border-end-start-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 2;
  transition: background-color var(--speed) var(--easing);
}
.tvguide_epgContainer .tvguide_lock [class*=icon] {
  width: 18px;
  height: 18px;
}
.tvguide_epgContainer .tvguide_lock path {
  fill: var(--primary-colors-background);
}
.tvguide_epgContainer .tvguide_tag {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-radius: 0;
  border-end-end-radius: 4px;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: var(--step);
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: flex-start;
  color: var(--white-50);
  background-color: var(--white-10);
  transition: var(--speed) var(--easing);
  transition-property: color, background-color;
}
.tvguide_epgContainer .tvguide_live {
  color: #fff;
  background-color: var(--secondary-colors-red);
}
.tvguide_epgContainer .tvguide_live::before {
  content: "";
  display: inline-flex;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.tvguide_epgContainer .tvguide_reminder {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  border-start-start-radius: 4px;
  background-color: var(--primary-colors-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  transition: background-color var(--speed) var(--easing);
}
.tvguide_epgContainer .tvguide_reminder [class*=icon] {
  width: 1.125rem;
  height: 1.125rem;
}
.tvguide_epgContainer .tvguide_channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  cursor: pointer;
}
.tvguide_epgContainer .tvguide_channel > [class*=inner] {
  border-radius: 0.25rem;
  background-color: #353b42;
  border: 2px solid transparent;
}
.tvguide_epgContainer .tvguide_channel > [class*=inner] > img {
  position: static;
  opacity: 1;
}
.tvguide_epgContainer .tvguide_channel .tvguide_chIndex {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.05em;
  color: var(--white-50);
  z-index: 2;
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected > .tvguide_chlogo > div {
  border-color: var(--primary-colors-orange);
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected .tvguide_lock {
  background-color: var(--primary-colors-orange);
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected .tvguide_lock path {
  fill: #fff;
}
.tvguide_epgContainer .tvguide_program {
  background: var(--white-10);
  border-radius: 0.25rem;
  padding: calc(var(--step) * 2) calc(var(--step) * 2) calc(var(--step) * 2) calc(var(--step) * 3);
  align-items: flex-end;
}
.tvguide_epgContainer .tvguide_program.tvguide_selected {
  background: #fff;
}
.tvguide_epgContainer .tvguide_program.tvguide_selected .tvguide_prgTitle,
.tvguide_epgContainer .tvguide_program.tvguide_selected .tvguide_prgTime {
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .tvguide_epgContainer .tvguide_program:hover {
    background: #fff;
  }
  .tvguide_epgContainer .tvguide_program:hover .tvguide_prgTitle,
  .tvguide_epgContainer .tvguide_program:hover .tvguide_prgTime,
  .tvguide_epgContainer .tvguide_program:hover .tvguide_tag {
    color: var(--primary-colors-background);
  }
  .tvguide_epgContainer .tvguide_program:hover .tvguide_tag {
    background-color: var(--box-dark);
  }
}
.tvguide_epgContainer .tvguide_prgTitle {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  transition: color var(--speed) var(--easing);
  margin: 0;
  text-align: start;
}
.tvguide_epgContainer .tvguide_prgTime {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-30);
  transition: color var(--speed) var(--easing);
  text-align: start;
}

.tvguide_information {
  display: none;
}
@media screen and (min-width: 924px) {
  .tvguide_information {
    display: flex;
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding-inline-start: calc(var(--step) * 6);
  }
}

.tvguide_number {
  color: var(--white-50);
  font-weight: normal;
  padding-inline-end: calc(var(--step) * 2);
}

.tvguide_player {
  position: sticky;
  top: 0;
  z-index: 6;
  margin: 0 calc(var(--step) * -2);
  overflow: hidden;
}
.tvguide_player::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background: var(--primary-colors-background);
}
.tvguide_player [id=video-container] {
  position: absolute;
  inset: 0;
}
.tvguide_player [class*=bmpui-ui-controlbar] {
  padding: 0 calc(var(--step) * 2);
}
.tvguide_player [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] {
  margin: 0;
}
.tvguide_player [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] > * {
  margin: 0 calc(var(--step) / 2);
}
@media screen and (min-width: 924px) {
  .tvguide_player {
    margin: 0;
  }
}

.tvguide_channel-name {
  position: relative;
  bottom: 1.25rem;
  inset-inline-start: 0.75rem;
  z-index: inherit;
}

.tvguide_details {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--white-80);
  text-align: start;
}

.tvguide_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--step) * 2);
}
.tvguide_ctas > * {
  min-width: auto;
  gap: calc(var(--step) * 2);
  padding-inline-start: calc(var(--step) * 4) !important;
  padding-inline-end: calc(var(--step) * 3) !important;
}

.tvguide_holder {
  position: relative;
  height: var(--vh);
  background: var(--primary-colors-background);
}

.tvguide_controls {
  position: absolute;
  bottom: calc(var(--step) * 3);
  inset-inline-end: calc(var(--step) * 3);
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: calc(var(--step) * 3);
}
.tvguide_controls > * {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.tvguide_tops {
  position: absolute;
  top: 6px;
  inset-inline-start: 12px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.tvguide_label {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  text-align: center;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: var(--white-5);
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: #fff;
}

.tvguide_reminder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tvguide_reminder-set {
  position: absolute;
  inset-inline-end: 10%;
  top: 10%;
}

.tvguide_locked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--step) * 4) calc(var(--step) * 2) 0;
}
.tvguide_locked [class*=icon] {
  margin-bottom: var(--step);
}
.tvguide_locked [class*=compact] {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: normal;
  width: auto;
  height: auto;
  min-width: fit-content;
  padding: var(--step) calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .tvguide_locked {
    gap: var(--step);
    padding: 0 calc(var(--step) * 4);
  }
  .tvguide_locked [class*=icon] {
    border: 0.1875rem solid #fff;
    border-radius: 50%;
    padding: 0.3125rem;
  }
}

.tvguide_chlogo {
  display: flex;
  width: 100%;
  height: 100%;
}
.tvguide_chlogo > div {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0.3125rem;
  border-radius: 0.25rem;
  background-color: var(--white-5-filled);
  border: 2px solid transparent;
}
.tvguide_chlogo > div.tvguide_selected > [class*=inner] {
  border-color: var(--primary-colors-orange);
}

.tvguide_frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(var(--step) * 3);
}.channel-row_scroll {
  height: 100%;
  overflow: auto;
}
.channel-row_scroll::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.channel-row_scroll::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.channel-row_scroll::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.channel-row_scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.channel-row_hidden, .channel-row_box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.channel-row_hidden::-webkit-scrollbar, .channel-row_box::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.channel-row_hidden::-webkit-scrollbar-track, .channel-row_box::-webkit-scrollbar-track {
  background-color: transparent;
}
.channel-row_hidden::-webkit-scrollbar-thumb, .channel-row_box::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.channel-row_hidden::-webkit-scrollbar-thumb:hover, .channel-row_box::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.channel-row_horizontal {
  height: auto;
  overflow-x: auto;
}

.channel-row_holder {
  overflow-x: auto;
}

*[dir=rtl] .channel-row_box {
  direction: ltr;
}
*[dir=rtl] .channel-row_box .channel-row_program {
  direction: rtl;
}

.channel-row_box {
  width: 100% !important;
  display: -webkit-box;
  overflow: auto !important;
}
.channel-row_box .channel-row_program {
  background: transparent !important;
  padding: 0;
  padding-inline-end: calc(var(--step) * 2);
  border-radius: 0.25rem;
}
.channel-row_box .channel-row_program .channel-row_flex {
  gap: var(--step);
  height: 100%;
}
.channel-row_box .channel-row_program .channel-row_stack {
  width: 16.5rem;
  background: var(--white-10);
  padding: calc(var(--step) * 2);
  padding-inline-start: calc(var(--step) * 3);
  border-radius: 0.25rem;
  align-content: flex-end;
  position: relative;
  transition: background-color var(--speed) var(--easing);
}
.channel-row_box .channel-row_program .channel-row_stack .channel-row_prgTitle {
  margin-top: 5%;
}
@media screen and (min-width: 924px) {
  .channel-row_box .channel-row_program .channel-row_stack .channel-row_details-button {
    display: none;
  }
}
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected {
  background: #fff;
}
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected .channel-row_prgTitle,
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected .channel-row_prgTime {
  color: var(--primary-colors-background);
}
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected [class*=tag]:not([class*=live]) {
  color: var(--primary-colors-background);
}
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected [class*=tag]:not([class*=live]) {
  background-color: rgba(var(--rgb-background), 0.1);
}
.channel-row_box .channel-row_program .channel-row_stack.channel-row_selected .channel-row_details-button .channel-row_details-icon svg path {
  fill: black;
}
@media (hover: hover) {
  .channel-row_box .channel-row_program .channel-row_stack:hover {
    background: #fff;
  }
  .channel-row_box .channel-row_program .channel-row_stack:hover .channel-row_prgTitle,
  .channel-row_box .channel-row_program .channel-row_stack:hover .channel-row_prgTime,
  .channel-row_box .channel-row_program .channel-row_stack:hover [class*=tag]:not([class*=live]) {
    color: var(--primary-colors-background);
  }
  .channel-row_box .channel-row_program .channel-row_stack:hover [class*=tag]:not([class*=live]) {
    background-color: rgba(var(--rgb-background), 0.1);
  }
  .channel-row_box .channel-row_program .channel-row_stack:hover .channel-row_details-button .channel-row_details-icon svg path {
    fill: black;
  }
}
@media (hover: hover) {
  .channel-row_box .channel-row_program:hover {
    background: transparent;
  }
  .channel-row_box .channel-row_program:hover .channel-row_prgTitle {
    color: white;
  }
  .channel-row_box .channel-row_program:hover .channel-row_prgTime {
    color: var(--white-30);
  }
}
@media screen and (min-width: 924px) {
  .channel-row_box .channel-row_program {
    padding-inline-end: 0;
  }
}.tvguide_scroll {
  height: 100%;
  overflow: auto;
}
.tvguide_scroll::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.tvguide_scroll::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.tvguide_scroll::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.tvguide_scroll::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.tvguide_hidden, .tvguide_epgContainer [class*=ScrollBox] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tvguide_hidden::-webkit-scrollbar, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.tvguide_hidden::-webkit-scrollbar-track, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-track {
  background-color: transparent;
}
.tvguide_hidden::-webkit-scrollbar-thumb, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.tvguide_hidden::-webkit-scrollbar-thumb:hover, .tvguide_epgContainer [class*=ScrollBox]::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.tvguide_horizontal {
  height: auto;
  overflow-x: auto;
}

.tvguide_tvguide {
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 924px) {
  .tvguide_tvguide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tvguide_tvguide > * {
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
}

.tvguide_epgs {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: auto;
}

.tvguide_epgContainer {
  font-family: var(--font), serif !important;
  margin: 0 -4px 0 -4px;
  /* Common styles */
  /* Channel item styles */
  /* Program card styles */
}
.tvguide_epgContainer > [class*=Container] {
  padding: 0;
}
.tvguide_epgContainer .tvguide_lock {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  border-radius: 0;
  border-start-end-radius: 4px;
  border-end-start-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.tvguide_epgContainer .tvguide_lock [class*=icon] {
  width: 18px;
  height: 18px;
}
.tvguide_epgContainer .tvguide_lock path {
  fill: var(--primary-colors-background);
}
.tvguide_epgContainer .tvguide_live {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-color: var(--secondary-colors-red);
  color: #fff;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: var(--step);
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: flex-start;
}
.tvguide_epgContainer .tvguide_live::before {
  content: "";
  display: inline-flex;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.tvguide_epgContainer .tvguide_channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected > .tvguide_chlogo > div {
  border-color: var(--primary-colors-orange);
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected .tvguide_lock {
  background-color: var(--primary-colors-orange);
}
.tvguide_epgContainer .tvguide_channel.tvguide_selected .tvguide_lock path {
  fill: #fff;
}
.tvguide_epgContainer .tvguide_channel .tvguide_lock {
  top: 4px;
  inset-inline-end: 4px;
}
.tvguide_epgContainer .tvguide_channel .tvguide_lock > span {
  transition: background-color var(--speed) var(--easing);
}
.tvguide_epgContainer .tvguide_channel .tvguide_chIndex {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.05em;
  color: var(--white-50);
  z-index: 2;
}
.tvguide_epgContainer .tvguide_program {
  background: var(--white-10);
  border-radius: 0.25rem;
  padding: calc(var(--step) * 2) calc(var(--step) * 2) calc(var(--step) * 2) calc(var(--step) * 3);
  align-items: flex-end;
}
@media (hover: hover) {
  .tvguide_epgContainer .tvguide_program:hover {
    background: #fff;
  }
  .tvguide_epgContainer .tvguide_program:hover .tvguide_prgTitle,
  .tvguide_epgContainer .tvguide_program:hover .tvguide_prgTime {
    color: var(--primary-colors-background);
  }
}
.tvguide_epgContainer .tvguide_prgTitle {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  transition: color var(--speed) var(--easing);
  margin: 0;
}
.tvguide_epgContainer .tvguide_prgTime {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-30);
  transition: color var(--speed) var(--easing);
}

.tvguide_information {
  display: none;
}
@media screen and (min-width: 924px) {
  .tvguide_information {
    display: flex;
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding-inline-start: calc(var(--step) * 6);
  }
}

.tvguide_number {
  color: var(--white-50);
  font-weight: normal;
  padding-inline-end: calc(var(--step) * 2);
}

.tvguide_player {
  position: sticky;
  top: 0;
  z-index: 4;
  margin: 0 calc(var(--step) * -2);
}
@media screen and (min-width: 924px) {
  .tvguide_player {
    margin: 0;
  }
}

.tvguide_details {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--white-80);
  text-align: start;
}

.tvguide_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--step) * 2);
}
.tvguide_ctas > * {
  min-width: auto;
  gap: calc(var(--step) * 2);
  padding-inline-start: calc(var(--step) * 4) !important;
  padding-inline-end: calc(var(--step) * 3) !important;
}

.tvguide_chlogo {
  display: flex;
  width: 100%;
  height: 100%;
}
.tvguide_chlogo > div {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0.3125rem;
  border-radius: 0.25rem;
  background-color: var(--white-5-filled);
  border: 2px solid transparent;
}
.tvguide_chlogo > div.tvguide_selected > [class*=inner] {
  border-color: var(--primary-colors-orange);
}