@charset "UTF-8";.AppsLinks_appsLinks_6af10 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}
.AppsLinks_appsLinks_6af10 > * {
  display: flex;
}
.AppsLinks_appsLinks_6af10 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .AppsLinks_appsLinks_6af10 {
    justify-content: flex-start;
    gap: 0 calc(100vw * 12 / 924);
    width: fit-content;
  }
  .AppsLinks_appsLinks_6af10 > * {
    width: calc(100vw * 129 / 924);
  }
  [id*=footer] .AppsLinks_appsLinks_6af10 {
    display: flex;
  }
}
@media screen and (min-width: 1188px) {
  .AppsLinks_appsLinks_6af10 {
    gap: 0 calc(100vw * 12 / 1212);
  }
  .AppsLinks_appsLinks_6af10 > * {
    width: calc(100vw * 129 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .AppsLinks_appsLinks_6af10 {
    gap: 0 calc(100vw * 12 / 1500);
  }
  .AppsLinks_appsLinks_6af10 > * {
    width: calc(100vw * 129 / 1500);
  }
}.badge_badge_c1052 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--step) calc(var(--step) * 1.3334);
  background-color: var(--primary-colors-orange);
  color: var(--white);
  font-weight: var(--font-weight-medium);
  position: absolute;
  z-index: 3;
}

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

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

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

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

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

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

.badge_sticky_c1052 {
  position: absolute;
  top: -0.25rem;
  inset-inline-end: -0.25rem;
}

.badge_top_c1052 {
  top: 0;
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
}

.badge_bottom_c1052 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  background-color: var(--secondary-colors-green);
  border-start-start-radius: var(--radius);
  border-start-end-radius: var(--radius);
  padding-block: 0.1875rem;
}
.badge_bottom_c1052 .badge_text_c1052 {
  text-transform: initial;
}

.badge_pack_c1052 {
  background-color: var(--primary-colors-orange);
  color: var(--primary-colors-orange);
  pointer-events: none;
  font-size: 0.84375rem;
  line-height: 1.3125rem;
  font-weight: var(--font-weight-medium);
}
.badge_pack_c1052 .badge_text_c1052 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 2px), -50%);
}
.badge_pack_c1052 svg {
  width: 1.375rem !important;
  height: 0.875rem !important;
}
@media screen and (min-width: 924px) {
  .badge_pack_c1052 svg {
    width: 1.6875rem !important;
    height: 1.3125rem !important;
  }
}.styles_discount-holder_4ef16 {
  position: relative;
  margin-bottom: 0.75rem;
  overflow: hidden;
  height: 5.625rem;
}
*[class*=full-width] + .styles_discount-holder_4ef16 {
  margin-bottom: calc(var(--step) * 6);
}
.styles_discount-holder_4ef16 .styles_discount-content_4ef16 {
  margin: 0;
  height: 100%;
}
.styles_discount-holder_4ef16 > * {
  top: -100%;
  left: 0;
  right: 0;
  animation: styles_slide_4ef16 8s infinite linear;
}
.styles_discount-holder_4ef16 > *:nth-child(1) {
  position: relative !important;
  top: 0;
  left: 0;
  animation-delay: 0s;
}
.styles_discount-holder_4ef16 > *:nth-child(2) {
  animation-delay: 4s;
  position: absolute !important;
}
.styles_discount-content_4ef16 {
  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_4ef16 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .styles_discount-holder_4ef16 {
    height: 6.25rem;
  }
  *[class*=full-width] + .styles_discount-holder_4ef16 {
    margin-bottom: calc(var(--step) * 8);
  }
  .styles_discount-content_4ef16 img {
    width: 32.1875rem;
    object-fit: cover;
  }
}
@media screen and (min-width: 1188px) {
  .styles_discount-holder_4ef16 {
    height: 9rem;
  }
  .styles_discount-content_4ef16 img {
    width: 48rem;
  }
}
@media screen and (min-width: 1500px) {
  .styles_discount-holder_4ef16 {
    height: 8.125rem;
  }
  .styles_discount-content_4ef16 img {
    width: 47.1875rem;
  }
}

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

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

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

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

@keyframes cube-horizontal_rotate_44c6d {
  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_d5b47, .text_h1_d5b47, .text_h2_d5b47 {
  font-weight: var(--font-weight-medium);
  color: var(--white);
  margin: 0;
}

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

.text_h3_d5b47, .text_h5_d5b47 {
  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_d5b47, .text_h5_d5b47 {
    font-size: 1.75rem;
  }
}

.text_h4_d5b47 {
  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_d5b47 {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}

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

.text_text_d5b47, .text_text4_d5b47, .text_text2_d5b47, .text_text1_d5b47 {
  color: var(--white-60);
  line-height: 1.875rem;
}

.text_text1_d5b47 {
  font-size: 1.25rem;
}

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

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

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

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

.text_start_d5b47 {
  text-align: start;
}

.text_center_d5b47 {
  text-align: center;
}

.text_end_d5b47 {
  text-align: end;
}

.text_justify_d5b47 {
  text-align: justify;
}

.text_regular_d5b47 {
  font-weight: 400;
}

.text_medium_d5b47 {
  font-weight: 500;
}

.text_bold_d5b47 {
  font-weight: 700;
}

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

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

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

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

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

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

.text_blue_d5b47 {
  color: #1A98FF;
}

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

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

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

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

.text_margin-0_d5b47 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 924px) {
  .text_size-md-8_d5b47 {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-10_d5b47 {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-12_d5b47 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-14_d5b47 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-16_d5b47 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-18_d5b47 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-20_d5b47 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-22_d5b47 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-24_d5b47 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-26_d5b47 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-28_d5b47 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-30_d5b47 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-32_d5b47 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-34_d5b47 {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-36_d5b47 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-40_d5b47 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-42_d5b47 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-44_d5b47 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-46_d5b47 {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 924px) {
  .text_size-md-48_d5b47 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-8_d5b47 {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-10_d5b47 {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-12_d5b47 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-14_d5b47 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-16_d5b47 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-18_d5b47 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-20_d5b47 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-22_d5b47 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-24_d5b47 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-26_d5b47 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-28_d5b47 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-30_d5b47 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-32_d5b47 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-34_d5b47 {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-36_d5b47 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-40_d5b47 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-42_d5b47 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-44_d5b47 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-46_d5b47 {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .text_size-lg-48_d5b47 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.text_paragraph_d5b47 {
  font-size: 1rem;
}
.text_paragraph_d5b47 a {
  color: inherit;
}
@media (hover: hover) {
  .text_paragraph_d5b47 a:hover {
    color: #fff;
  }
}
.text_paragraph_d5b47[class*=_white] a {
  transition-property: color, opacity;
}
@media (hover: hover) {
  .text_paragraph_d5b47[class*=_white] a:hover {
    opacity: 0.5;
  }
}.icon_icon_81dff {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_icon_81dff path {
  fill: white;
}
@media screen and (min-width: 924px) {
  .icon_icon_81dff.icon_md-x-small_81dff svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .icon_icon_81dff.icon_md-smaller_81dff svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .icon_icon_81dff.icon_md-small_81dff svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .icon_icon_81dff.icon_md-medium_81dff svg {
    width: 2.25rem;
    height: 2.25rem;
  }
  .icon_icon_81dff.icon_md-large_81dff svg {
    width: 3rem;
    height: 3rem;
  }
  .icon_icon_81dff.icon_md-size60_81dff svg {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_icon_81dff.icon_md-x-large_81dff svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

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

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

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

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

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

.icon_smaller_81dff svg {
  width: 1.5rem;
}

.icon_small_81dff svg {
  width: 1.875rem;
}

.icon_medium_81dff svg {
  width: 2.25rem;
}

.icon_large_81dff svg {
  width: 3rem;
}

.icon_size60_81dff svg {
  width: 3.75rem;
}

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

.icon_rotate-left_81dff {
  transform: rotate(-90deg);
}
.icon_rotate-right_81dff {
  transform: rotate(90deg);
}
.icon_rotate-flip_81dff {
  transform: scale(-1, 1);
}
*[dir=rtl] .icon_rotate-flip_81dff {
  transform: none;
}
.icon_rotate-partial_81dff {
  transform: rotate(45deg);
}.styles_spinner_0802f {
  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_0802f::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_0802f span {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  padding: 0.75rem;
  background-color: var(--primary-colors-background);
  position: relative;
  z-index: 5;
}
.styles_spinner_0802f i {
  display: block;
  width: 6rem;
  height: 6rem;
  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_0802f {
  opacity: 1;
  pointer-events: auto;
}
.styles_loading_0802f i {
  animation: styles_load8_0802f 1.1s infinite linear;
}

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

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

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

.styles_opaque_0802f::before {
  background-color: rgba(var(--primary-colors-rgb-background), 1);
}

@keyframes styles_load8_0802f {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes styles_load8_0802f {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.styles_swiper-loader_0802f {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
}
.styles_swiper-loader_0802f::before {
  display: none;
}
.styles_swiper-loader_0802f 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_0802f i {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 924px) {
  .styles_swiper-loader_0802f {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
*[dir=rtl] .styles_swiper-loader_0802f {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%) scale(0.4);
}
@media screen and (min-width: 924px) {
  *[dir=rtl] .styles_swiper-loader_0802f {
    transform: translate(50%, -50%) scale(0.6);
  }
}

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

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

.styles_path_0802f {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: styles_dash_0802f 1.4s ease-in-out infinite, styles_colors_0802f 5.6s ease-in-out infinite;
}

@keyframes styles_rotator_0802f {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes styles_dash_0802f {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes styles_colors_0802f {
  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_2dfbf {
  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_2dfbf.button_disabled_2dfbf, .button_button_2dfbf[disabled] {
  pointer-events: none;
  background-color: var(--white-5);
  opacity: 0.6;
}
@media (hover: hover) {
  .button_button_2dfbf:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%);
  }
}
.button_button-head_2dfbf {
  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;
  border: 1px solid var(--white-10);
}
@media (hover: hover) {
  .button_button-head_2dfbf:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.button_button_2dfbf.button_compact_2dfbf {
  height: 3rem;
  padding: 0.75rem;
}
.button_button_2dfbf.button_inverse_2dfbf {
  background-color: var(--white-5);
}
@media (hover: hover) {
  .button_button_2dfbf.button_inverse_2dfbf:hover {
    background-color: var(--white-10);
  }
  .button_button_2dfbf.button_inverse_2dfbf:hover.button_button-head_2dfbf {
    color: white;
  }
}
.button_button_2dfbf.button_social_2dfbf {
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
  padding: 0.75rem;
}
.button_button_2dfbf.button_social_2dfbf.button_compact_2dfbf {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
}
.button_button_2dfbf.button_social_2dfbf > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
[class*=hoc_order] .button_button_2dfbf {
  min-width: 100%;
}
[class*=molded-buttons] .button_button_2dfbf {
  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_2dfbf + .button_button_2dfbf {
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
}
[class*=molded-buttons] .button_button_2dfbf + .button_button_2dfbf::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_2dfbf + .button_button_2dfbf:hover::before {
    opacity: 1;
  }
}
[class*=molded-buttons] .button_button_2dfbf [class*=icon] {
  order: 1;
}
[class*=molded-buttons] .button_button_2dfbf span {
  order: 2;
}
@media screen and (min-width: 924px) {
  .button_button_2dfbf {
    width: auto;
    min-width: 14.75rem;
  }
  [class*=profile-save] .button_button_2dfbf {
    min-width: 0 !important;
  }
  .button_button_2dfbf.button_center_2dfbf {
    position: relative;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  .button_button-head_2dfbf {
    height: 3rem;
    font-size: 1rem;
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
    min-width: auto;
  }
}
@media screen and (min-width: 1188px) {
  .button_button_2dfbf.button_social_2dfbf {
    width: 3.75rem;
    height: 3.75rem;
  }
}

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

@keyframes button_rotate_2dfbf {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes button_dash_2dfbf {
  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_2dfbf {
  display: flex;
  width: 100% !important;
  min-width: auto;
}

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

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

.button_contacts-button_2dfbf {
  margin: 0.75rem 0;
}
.button_contacts-button_2dfbf.button_social_2dfbf {
  margin-left: auto;
  margin-right: auto;
}

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

.button_round_2dfbf {
  border-radius: 50%;
}

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

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

.button_white_2dfbf {
  position: relative;
  background-color: #fff;
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .button_white_2dfbf:hover {
    background-color: var(--white-80);
    color: var(--primary-colors-background);
  }
}
.button_white_2dfbf span {
  flex-grow: 1;
}
.button_white_2dfbf img,
.button_white_2dfbf svg {
  display: block;
  object-fit: contain;
  max-height: 1.375rem;
}.styles_FormLayout_b43d9 {
  --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_b43d9 {
  margin-bottom: calc(-1 * var(--space-2));
  padding: var(--form-layout-item-top) var(--form-layout-gap) 0;
}

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

.styles_Item_b43d9 {
  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_b43d9 .styles_Item_b43d9 {
  min-width: 220px;
}
.styles_condensed_b43d9 .styles_Item_b43d9 {
  flex-basis: 110px;
  min-width: 110px;
}.input_input_70381 {
  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_70381 > * {
  min-width: 0;
  min-height: 0;
}
.input_input-wrapper_70381 {
  width: 100%;
}
.input_input_70381 .input_edit_70381 {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .input_input_70381 .input_edit_70381:hover {
    color: #fff;
  }
}
.input_input_70381 .input_pre-icon_70381 {
  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_70381 .input_pre-icon_70381 img {
  height: inherit;
}
.input_input_70381 .input_controls_70381 {
  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_70381 .input_controls_70381 .input_icon_70381 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.input_input_70381 .input_controls_70381 .input_additional-button_70381 {
  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_70381 .input_controls_70381 .input_additional-button_70381:hover {
    background: color-mix(in srgb, var(--primary-colors-brand), #000 20%);
  }
}
.input_input_70381 .input_field_70381 {
  grid-column: 2/4;
  grid-row: 2;
  padding-top: 0;
  transform: translateY(-50%);
  transition: transform var(--speed) ease-in-out;
}
.input_input_70381 .input_field_70381 + 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_70381 .input_label_70381 {
  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_70381 .input_label_70381 {
  transform-origin: right;
}
.input_input_70381.input_error_70381 .input_label_70381 {
  color: var(--secondary-colors-red);
}
.input_input_70381.input_error_70381 em {
  background: var(--secondary-colors-red);
}
.input_input_70381.input_error_70381 .input_invalid-icon_70381 {
  opacity: 1;
}
.input_input_70381 input,
.input_input_70381 select,
.input_input_70381 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_70381 input:-webkit-autofill,
.input_input_70381 select:-webkit-autofill,
.input_input_70381 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_70381 input:-internal-autofill-selected,
.input_input_70381 select:-internal-autofill-selected,
.input_input_70381 textarea:-internal-autofill-selected {
  background-color: transparent !important;
}
.input_input_70381 input:focus,
.input_input_70381 select:focus,
.input_input_70381 textarea:focus {
  outline: none;
  box-shadow: none;
}
.input_input_70381 input::-webkit-outer-spin-button, .input_input_70381 input::-webkit-inner-spin-button,
.input_input_70381 select::-webkit-outer-spin-button,
.input_input_70381 select::-webkit-inner-spin-button,
.input_input_70381 textarea::-webkit-outer-spin-button,
.input_input_70381 textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_input_70381 input[type=number],
.input_input_70381 select[type=number],
.input_input_70381 textarea[type=number] {
  -moz-appearance: textfield;
}
.input_input_70381 input::placeholder,
.input_input_70381 select::placeholder,
.input_input_70381 textarea::placeholder {
  color: transparent;
}
.input_input_70381 input:not(:placeholder-shown),
.input_input_70381 select:not(:placeholder-shown),
.input_input_70381 textarea:not(:placeholder-shown) {
  color: #fff;
  transform: translateY(0);
}
.input_input_70381 input:not(:placeholder-shown) + em,
.input_input_70381 select:not(:placeholder-shown) + em,
.input_input_70381 textarea:not(:placeholder-shown) + em {
  background-color: var(--primary-colors-brand);
}
.input_input_70381 input:not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 select:not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 textarea:not(:placeholder-shown) ~ .input_label_70381 {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
}
.input_input_70381 input:focus,
.input_input_70381 select:focus,
.input_input_70381 textarea:focus {
  transform: translateY(0);
}
.input_input_70381 input:focus ~ .input_label_70381,
.input_input_70381 select:focus ~ .input_label_70381,
.input_input_70381 textarea:focus ~ .input_label_70381 {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
  color: var(--primary-colors-brand);
}
.input_input_70381 input:focus + em,
.input_input_70381 select:focus + em,
.input_input_70381 textarea:focus + em {
  background-color: var(--primary-colors-brand);
  color: var(--primary-colors-brand);
}
.input_input_70381 input:focus ~ .input_prefix_70381, .input_input_70381 input:not(:placeholder-shown) ~ .input_prefix_70381,
.input_input_70381 select:focus ~ .input_prefix_70381,
.input_input_70381 select:not(:placeholder-shown) ~ .input_prefix_70381,
.input_input_70381 textarea:focus ~ .input_prefix_70381,
.input_input_70381 textarea:not(:placeholder-shown) ~ .input_prefix_70381 {
  opacity: 1;
}
.input_input_70381 input:invalid:not(:valid):not(:placeholder-shown) + em,
.input_input_70381 select:invalid:not(:valid):not(:placeholder-shown) + em,
.input_input_70381 textarea:invalid:not(:valid):not(:placeholder-shown) + em {
  background-color: var(--secondary-colors-red);
}
.input_input_70381 input:invalid:not(:valid):not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 select:invalid:not(:valid):not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 textarea:invalid:not(:valid):not(:placeholder-shown) ~ .input_label_70381 {
  color: var(--secondary-colors-red);
}
.input_input_70381 input:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message_70381,
.input_input_70381 select:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message_70381,
.input_input_70381 textarea:invalid:not(:valid):not(:placeholder-shown) ~ .input_error-message_70381 {
  opacity: 1;
}
.input_input_70381 input:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon_70381,
.input_input_70381 select:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon_70381,
.input_input_70381 textarea:invalid:not(:valid):not(:placeholder-shown) .input_invalid-icon_70381 {
  opacity: 1;
}
.input_input_70381 input:valid:not(:placeholder-shown),
.input_input_70381 select:valid:not(:placeholder-shown),
.input_input_70381 textarea:valid:not(:placeholder-shown) {
  color: #fff;
}
.input_input_70381 input:valid:not(:placeholder-shown) + em,
.input_input_70381 select:valid:not(:placeholder-shown) + em,
.input_input_70381 textarea:valid:not(:placeholder-shown) + em {
  background-color: transparent;
}
.input_input_70381 input:valid:not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 select:valid:not(:placeholder-shown) ~ .input_label_70381,
.input_input_70381 textarea:valid:not(:placeholder-shown) ~ .input_label_70381 {
  color: var(--white-60);
}
.input_input_70381 input:valid:not(:placeholder-shown) ~ .input_icon_70381,
.input_input_70381 select:valid:not(:placeholder-shown) ~ .input_icon_70381,
.input_input_70381 textarea:valid:not(:placeholder-shown) ~ .input_icon_70381 {
  opacity: 1;
}
.input_input_70381 input:read-only + em,
.input_input_70381 select:read-only + em,
.input_input_70381 textarea:read-only + em {
  background-color: transparent;
}
.input_input_70381 input:read-only ~ .input_label_70381,
.input_input_70381 select:read-only ~ .input_label_70381,
.input_input_70381 textarea:read-only ~ .input_label_70381 {
  color: var(--white-60);
}
*[dir=rtl] .input_input_70381 input[name*=email],
*[dir=rtl] .input_input_70381 select[name*=email],
*[dir=rtl] .input_input_70381 textarea[name*=email] {
  direction: ltr;
  text-align: right;
}
.input_input_70381 textarea {
  min-height: 7.5rem;
  max-width: 100%;
  resize: vertical;
}
[dir=rtl] .input_input_70381 input[type=tel] {
  text-align: right;
}
@supports selector(:has(*)) {
  .input_input_70381:has(textarea) {
    height: auto;
  }
  .input_input_70381:has(textarea) label span {
    top: 1.6875rem;
  }
}
.input_input_70381 .input_edit_70381 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 924px) {
  .input_input_70381 .input_pre-icon_70381 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .input_input_70381 .input_pre-icon_70381, .input_input_70381 .input_pre-icon_70381::before {
    font-size: 2.25rem !important;
    line-height: 2.25rem !important;
  }
  @supports selector(:has(*)) {
    .input_input_70381:has(textarea) label span {
      top: 1.6875rem;
    }
  }
}
@media screen and (min-width: 1500px) {
  .input_input_70381 .input_edit_70381 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

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

.input_errorMessage_70381 {
  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_70381 {
  grid-template-rows: 1fr;
  padding-inline-start: 1.125rem;
}
.input_fieldWithoutInput_70381 .input_label_70381 {
  transform: initial;
  height: 100%;
  align-items: center;
}

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

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

.input_qitaf_70381 {
  background-color: var(--secondary-colors-brand-dark);
  color: #fff;
}
.input_qitaf_70381 .input_edit_70381 {
  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_70381 .input_edit_70381:hover {
    opacity: 0.5;
  }
}
.input_qitaf_70381.input_disabled_70381 .input_edit_70381 {
  opacity: 0.5;
  pointer-events: none;
}
.input_qitaf_70381 *[class*=icon-label] > * {
  max-width: 6.5625rem;
}

.input_areacode_70381 .input_field_70381 {
  display: flex;
  column-gap: var(--step);
  transform: translate(0);
}
*[dir=rtl] .input_areacode_70381 .input_field_70381 {
  direction: ltr;
}
.input_areacode_70381 .input_field_70381 ~ .input_label_70381 {
  transform: translateY(0) scale3d(0.75, 0.75, 1);
}.styles_hr_43f13 {
  display: block;
  margin: calc(var(--step) * 2) 0;
  border: 0;
  height: 1px;
  background: var(--white-10);
}
.styles_hr_43f13[aria-orientation=vertical] {
  display: inline-flex;
  margin: 0 calc(var(--step) * 2);
  width: 1px;
  height: 100%;
  min-height: 2.25rem;
}

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

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

.styles_inside_43f13 {
  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_43f13 {
  position: relative;
}

.styles_texted_43f13 {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.styles_texted_43f13 hr {
  display: none;
}
.styles_texted_43f13 span {
  position: relative;
}
.styles_texted_43f13 span::before, .styles_texted_43f13 span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 50vw;
  pointer-events: none;
  background-color: var(--white-10);
}
.styles_texted_43f13 span::before {
  right: calc(100% + 0.75rem);
}
.styles_texted_43f13 span::after {
  left: calc(100% + 0.75rem);
}.hoc_margin-0_08de1 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hoc_paddingEnd-1x_08de1 {
  padding-inline-end: calc(var(--step) * 1) !important;
}

.hoc_marginEnd-1x_08de1 {
  margin-inline-end: calc(var(--step) * 1) !important;
}

.hoc_gapEnd-1x_08de1 {
  gap-inline-end: calc(var(--step) * 1) !important;
}

.hoc_paddingEnd-2x_08de1 {
  padding-inline-end: calc(var(--step) * 2) !important;
}

.hoc_marginEnd-2x_08de1 {
  margin-inline-end: calc(var(--step) * 2) !important;
}

.hoc_gapEnd-2x_08de1 {
  gap-inline-end: calc(var(--step) * 2) !important;
}

.hoc_paddingEnd-3x_08de1 {
  padding-inline-end: calc(var(--step) * 3) !important;
}

.hoc_marginEnd-3x_08de1 {
  margin-inline-end: calc(var(--step) * 3) !important;
}

.hoc_gapEnd-3x_08de1 {
  gap-inline-end: calc(var(--step) * 3) !important;
}

.hoc_paddingEnd-4x_08de1 {
  padding-inline-end: calc(var(--step) * 4) !important;
}

.hoc_marginEnd-4x_08de1 {
  margin-inline-end: calc(var(--step) * 4) !important;
}

.hoc_gapEnd-4x_08de1 {
  gap-inline-end: calc(var(--step) * 4) !important;
}

.hoc_paddingEnd-5x_08de1 {
  padding-inline-end: calc(var(--step) * 5) !important;
}

.hoc_marginEnd-5x_08de1 {
  margin-inline-end: calc(var(--step) * 5) !important;
}

.hoc_gapEnd-5x_08de1 {
  gap-inline-end: calc(var(--step) * 5) !important;
}

.hoc_paddingEnd-6x_08de1 {
  padding-inline-end: calc(var(--step) * 6) !important;
}

.hoc_marginEnd-6x_08de1 {
  margin-inline-end: calc(var(--step) * 6) !important;
}

.hoc_gapEnd-6x_08de1 {
  gap-inline-end: calc(var(--step) * 6) !important;
}

.hoc_paddingEnd-7x_08de1 {
  padding-inline-end: calc(var(--step) * 7) !important;
}

.hoc_marginEnd-7x_08de1 {
  margin-inline-end: calc(var(--step) * 7) !important;
}

.hoc_gapEnd-7x_08de1 {
  gap-inline-end: calc(var(--step) * 7) !important;
}

.hoc_paddingEnd-8x_08de1 {
  padding-inline-end: calc(var(--step) * 8) !important;
}

.hoc_marginEnd-8x_08de1 {
  margin-inline-end: calc(var(--step) * 8) !important;
}

.hoc_gapEnd-8x_08de1 {
  gap-inline-end: calc(var(--step) * 8) !important;
}

.hoc_paddingEnd-9x_08de1 {
  padding-inline-end: calc(var(--step) * 9) !important;
}

.hoc_marginEnd-9x_08de1 {
  margin-inline-end: calc(var(--step) * 9) !important;
}

.hoc_gapEnd-9x_08de1 {
  gap-inline-end: calc(var(--step) * 9) !important;
}

.hoc_paddingEnd-10x_08de1 {
  padding-inline-end: calc(var(--step) * 10) !important;
}

.hoc_marginEnd-10x_08de1 {
  margin-inline-end: calc(var(--step) * 10) !important;
}

.hoc_gapEnd-10x_08de1 {
  gap-inline-end: calc(var(--step) * 10) !important;
}

.hoc_paddingEnd-11x_08de1 {
  padding-inline-end: calc(var(--step) * 11) !important;
}

.hoc_marginEnd-11x_08de1 {
  margin-inline-end: calc(var(--step) * 11) !important;
}

.hoc_gapEnd-11x_08de1 {
  gap-inline-end: calc(var(--step) * 11) !important;
}

.hoc_paddingEnd-12x_08de1 {
  padding-inline-end: calc(var(--step) * 12) !important;
}

.hoc_marginEnd-12x_08de1 {
  margin-inline-end: calc(var(--step) * 12) !important;
}

.hoc_gapEnd-12x_08de1 {
  gap-inline-end: calc(var(--step) * 12) !important;
}

.hoc_paddingEnd-13x_08de1 {
  padding-inline-end: calc(var(--step) * 13) !important;
}

.hoc_marginEnd-13x_08de1 {
  margin-inline-end: calc(var(--step) * 13) !important;
}

.hoc_gapEnd-13x_08de1 {
  gap-inline-end: calc(var(--step) * 13) !important;
}

.hoc_paddingEnd-14x_08de1 {
  padding-inline-end: calc(var(--step) * 14) !important;
}

.hoc_marginEnd-14x_08de1 {
  margin-inline-end: calc(var(--step) * 14) !important;
}

.hoc_gapEnd-14x_08de1 {
  gap-inline-end: calc(var(--step) * 14) !important;
}

.hoc_paddingEnd-15x_08de1 {
  padding-inline-end: calc(var(--step) * 15) !important;
}

.hoc_marginEnd-15x_08de1 {
  margin-inline-end: calc(var(--step) * 15) !important;
}

.hoc_gapEnd-15x_08de1 {
  gap-inline-end: calc(var(--step) * 15) !important;
}

.hoc_paddingEnd-16x_08de1 {
  padding-inline-end: calc(var(--step) * 16) !important;
}

.hoc_marginEnd-16x_08de1 {
  margin-inline-end: calc(var(--step) * 16) !important;
}

.hoc_gapEnd-16x_08de1 {
  gap-inline-end: calc(var(--step) * 16) !important;
}

.hoc_paddingEnd-17x_08de1 {
  padding-inline-end: calc(var(--step) * 17) !important;
}

.hoc_marginEnd-17x_08de1 {
  margin-inline-end: calc(var(--step) * 17) !important;
}

.hoc_gapEnd-17x_08de1 {
  gap-inline-end: calc(var(--step) * 17) !important;
}

.hoc_paddingEnd-18x_08de1 {
  padding-inline-end: calc(var(--step) * 18) !important;
}

.hoc_marginEnd-18x_08de1 {
  margin-inline-end: calc(var(--step) * 18) !important;
}

.hoc_gapEnd-18x_08de1 {
  gap-inline-end: calc(var(--step) * 18) !important;
}

.hoc_paddingEnd-19x_08de1 {
  padding-inline-end: calc(var(--step) * 19) !important;
}

.hoc_marginEnd-19x_08de1 {
  margin-inline-end: calc(var(--step) * 19) !important;
}

.hoc_gapEnd-19x_08de1 {
  gap-inline-end: calc(var(--step) * 19) !important;
}

.hoc_paddingEnd-20x_08de1 {
  padding-inline-end: calc(var(--step) * 20) !important;
}

.hoc_marginEnd-20x_08de1 {
  margin-inline-end: calc(var(--step) * 20) !important;
}

.hoc_gapEnd-20x_08de1 {
  gap-inline-end: calc(var(--step) * 20) !important;
}

.hoc_paddingEnd-21x_08de1 {
  padding-inline-end: calc(var(--step) * 21) !important;
}

.hoc_marginEnd-21x_08de1 {
  margin-inline-end: calc(var(--step) * 21) !important;
}

.hoc_gapEnd-21x_08de1 {
  gap-inline-end: calc(var(--step) * 21) !important;
}

.hoc_paddingEnd-22x_08de1 {
  padding-inline-end: calc(var(--step) * 22) !important;
}

.hoc_marginEnd-22x_08de1 {
  margin-inline-end: calc(var(--step) * 22) !important;
}

.hoc_gapEnd-22x_08de1 {
  gap-inline-end: calc(var(--step) * 22) !important;
}

.hoc_paddingEnd-23x_08de1 {
  padding-inline-end: calc(var(--step) * 23) !important;
}

.hoc_marginEnd-23x_08de1 {
  margin-inline-end: calc(var(--step) * 23) !important;
}

.hoc_gapEnd-23x_08de1 {
  gap-inline-end: calc(var(--step) * 23) !important;
}

.hoc_paddingEnd-24x_08de1 {
  padding-inline-end: calc(var(--step) * 24) !important;
}

.hoc_marginEnd-24x_08de1 {
  margin-inline-end: calc(var(--step) * 24) !important;
}

.hoc_gapEnd-24x_08de1 {
  gap-inline-end: calc(var(--step) * 24) !important;
}

.hoc_paddingEnd-25x_08de1 {
  padding-inline-end: calc(var(--step) * 25) !important;
}

.hoc_marginEnd-25x_08de1 {
  margin-inline-end: calc(var(--step) * 25) !important;
}

.hoc_gapEnd-25x_08de1 {
  gap-inline-end: calc(var(--step) * 25) !important;
}

.hoc_paddingEnd-26x_08de1 {
  padding-inline-end: calc(var(--step) * 26) !important;
}

.hoc_marginEnd-26x_08de1 {
  margin-inline-end: calc(var(--step) * 26) !important;
}

.hoc_gapEnd-26x_08de1 {
  gap-inline-end: calc(var(--step) * 26) !important;
}

.hoc_paddingEnd-27x_08de1 {
  padding-inline-end: calc(var(--step) * 27) !important;
}

.hoc_marginEnd-27x_08de1 {
  margin-inline-end: calc(var(--step) * 27) !important;
}

.hoc_gapEnd-27x_08de1 {
  gap-inline-end: calc(var(--step) * 27) !important;
}

.hoc_paddingEnd-28x_08de1 {
  padding-inline-end: calc(var(--step) * 28) !important;
}

.hoc_marginEnd-28x_08de1 {
  margin-inline-end: calc(var(--step) * 28) !important;
}

.hoc_gapEnd-28x_08de1 {
  gap-inline-end: calc(var(--step) * 28) !important;
}

.hoc_paddingEnd-29x_08de1 {
  padding-inline-end: calc(var(--step) * 29) !important;
}

.hoc_marginEnd-29x_08de1 {
  margin-inline-end: calc(var(--step) * 29) !important;
}

.hoc_gapEnd-29x_08de1 {
  gap-inline-end: calc(var(--step) * 29) !important;
}

.hoc_paddingEnd-30x_08de1 {
  padding-inline-end: calc(var(--step) * 30) !important;
}

.hoc_marginEnd-30x_08de1 {
  margin-inline-end: calc(var(--step) * 30) !important;
}

.hoc_gapEnd-30x_08de1 {
  gap-inline-end: calc(var(--step) * 30) !important;
}

.hoc_paddingEnd-31x_08de1 {
  padding-inline-end: calc(var(--step) * 31) !important;
}

.hoc_marginEnd-31x_08de1 {
  margin-inline-end: calc(var(--step) * 31) !important;
}

.hoc_gapEnd-31x_08de1 {
  gap-inline-end: calc(var(--step) * 31) !important;
}

.hoc_paddingEnd-32x_08de1 {
  padding-inline-end: calc(var(--step) * 32) !important;
}

.hoc_marginEnd-32x_08de1 {
  margin-inline-end: calc(var(--step) * 32) !important;
}

.hoc_gapEnd-32x_08de1 {
  gap-inline-end: calc(var(--step) * 32) !important;
}

.hoc_paddingEnd-33x_08de1 {
  padding-inline-end: calc(var(--step) * 33) !important;
}

.hoc_marginEnd-33x_08de1 {
  margin-inline-end: calc(var(--step) * 33) !important;
}

.hoc_gapEnd-33x_08de1 {
  gap-inline-end: calc(var(--step) * 33) !important;
}

.hoc_paddingEnd-34x_08de1 {
  padding-inline-end: calc(var(--step) * 34) !important;
}

.hoc_marginEnd-34x_08de1 {
  margin-inline-end: calc(var(--step) * 34) !important;
}

.hoc_gapEnd-34x_08de1 {
  gap-inline-end: calc(var(--step) * 34) !important;
}

.hoc_paddingEnd-35x_08de1 {
  padding-inline-end: calc(var(--step) * 35) !important;
}

.hoc_marginEnd-35x_08de1 {
  margin-inline-end: calc(var(--step) * 35) !important;
}

.hoc_gapEnd-35x_08de1 {
  gap-inline-end: calc(var(--step) * 35) !important;
}

.hoc_paddingEnd-36x_08de1 {
  padding-inline-end: calc(var(--step) * 36) !important;
}

.hoc_marginEnd-36x_08de1 {
  margin-inline-end: calc(var(--step) * 36) !important;
}

.hoc_gapEnd-36x_08de1 {
  gap-inline-end: calc(var(--step) * 36) !important;
}

.hoc_paddingEnd-37x_08de1 {
  padding-inline-end: calc(var(--step) * 37) !important;
}

.hoc_marginEnd-37x_08de1 {
  margin-inline-end: calc(var(--step) * 37) !important;
}

.hoc_gapEnd-37x_08de1 {
  gap-inline-end: calc(var(--step) * 37) !important;
}

.hoc_paddingEnd-38x_08de1 {
  padding-inline-end: calc(var(--step) * 38) !important;
}

.hoc_marginEnd-38x_08de1 {
  margin-inline-end: calc(var(--step) * 38) !important;
}

.hoc_gapEnd-38x_08de1 {
  gap-inline-end: calc(var(--step) * 38) !important;
}

.hoc_paddingEnd-39x_08de1 {
  padding-inline-end: calc(var(--step) * 39) !important;
}

.hoc_marginEnd-39x_08de1 {
  margin-inline-end: calc(var(--step) * 39) !important;
}

.hoc_gapEnd-39x_08de1 {
  gap-inline-end: calc(var(--step) * 39) !important;
}

.hoc_paddingEnd-40x_08de1 {
  padding-inline-end: calc(var(--step) * 40) !important;
}

.hoc_marginEnd-40x_08de1 {
  margin-inline-end: calc(var(--step) * 40) !important;
}

.hoc_gapEnd-40x_08de1 {
  gap-inline-end: calc(var(--step) * 40) !important;
}

.hoc_paddingEnd-41x_08de1 {
  padding-inline-end: calc(var(--step) * 41) !important;
}

.hoc_marginEnd-41x_08de1 {
  margin-inline-end: calc(var(--step) * 41) !important;
}

.hoc_gapEnd-41x_08de1 {
  gap-inline-end: calc(var(--step) * 41) !important;
}

.hoc_paddingEnd-42x_08de1 {
  padding-inline-end: calc(var(--step) * 42) !important;
}

.hoc_marginEnd-42x_08de1 {
  margin-inline-end: calc(var(--step) * 42) !important;
}

.hoc_gapEnd-42x_08de1 {
  gap-inline-end: calc(var(--step) * 42) !important;
}

.hoc_paddingEnd-43x_08de1 {
  padding-inline-end: calc(var(--step) * 43) !important;
}

.hoc_marginEnd-43x_08de1 {
  margin-inline-end: calc(var(--step) * 43) !important;
}

.hoc_gapEnd-43x_08de1 {
  gap-inline-end: calc(var(--step) * 43) !important;
}

.hoc_paddingEnd-44x_08de1 {
  padding-inline-end: calc(var(--step) * 44) !important;
}

.hoc_marginEnd-44x_08de1 {
  margin-inline-end: calc(var(--step) * 44) !important;
}

.hoc_gapEnd-44x_08de1 {
  gap-inline-end: calc(var(--step) * 44) !important;
}

.hoc_paddingEnd-45x_08de1 {
  padding-inline-end: calc(var(--step) * 45) !important;
}

.hoc_marginEnd-45x_08de1 {
  margin-inline-end: calc(var(--step) * 45) !important;
}

.hoc_gapEnd-45x_08de1 {
  gap-inline-end: calc(var(--step) * 45) !important;
}

.hoc_paddingEnd-46x_08de1 {
  padding-inline-end: calc(var(--step) * 46) !important;
}

.hoc_marginEnd-46x_08de1 {
  margin-inline-end: calc(var(--step) * 46) !important;
}

.hoc_gapEnd-46x_08de1 {
  gap-inline-end: calc(var(--step) * 46) !important;
}

.hoc_paddingEnd-47x_08de1 {
  padding-inline-end: calc(var(--step) * 47) !important;
}

.hoc_marginEnd-47x_08de1 {
  margin-inline-end: calc(var(--step) * 47) !important;
}

.hoc_gapEnd-47x_08de1 {
  gap-inline-end: calc(var(--step) * 47) !important;
}

.hoc_paddingEnd-48x_08de1 {
  padding-inline-end: calc(var(--step) * 48) !important;
}

.hoc_marginEnd-48x_08de1 {
  margin-inline-end: calc(var(--step) * 48) !important;
}

.hoc_gapEnd-48x_08de1 {
  gap-inline-end: calc(var(--step) * 48) !important;
}

.hoc_paddingEnd-49x_08de1 {
  padding-inline-end: calc(var(--step) * 49) !important;
}

.hoc_marginEnd-49x_08de1 {
  margin-inline-end: calc(var(--step) * 49) !important;
}

.hoc_gapEnd-49x_08de1 {
  gap-inline-end: calc(var(--step) * 49) !important;
}

.hoc_paddingEnd-50x_08de1 {
  padding-inline-end: calc(var(--step) * 50) !important;
}

.hoc_marginEnd-50x_08de1 {
  margin-inline-end: calc(var(--step) * 50) !important;
}

.hoc_gapEnd-50x_08de1 {
  gap-inline-end: calc(var(--step) * 50) !important;
}

.hoc_paddingEnd-51x_08de1 {
  padding-inline-end: calc(var(--step) * 51) !important;
}

.hoc_marginEnd-51x_08de1 {
  margin-inline-end: calc(var(--step) * 51) !important;
}

.hoc_gapEnd-51x_08de1 {
  gap-inline-end: calc(var(--step) * 51) !important;
}

.hoc_paddingEnd-52x_08de1 {
  padding-inline-end: calc(var(--step) * 52) !important;
}

.hoc_marginEnd-52x_08de1 {
  margin-inline-end: calc(var(--step) * 52) !important;
}

.hoc_gapEnd-52x_08de1 {
  gap-inline-end: calc(var(--step) * 52) !important;
}

.hoc_paddingEnd-53x_08de1 {
  padding-inline-end: calc(var(--step) * 53) !important;
}

.hoc_marginEnd-53x_08de1 {
  margin-inline-end: calc(var(--step) * 53) !important;
}

.hoc_gapEnd-53x_08de1 {
  gap-inline-end: calc(var(--step) * 53) !important;
}

.hoc_paddingEnd-54x_08de1 {
  padding-inline-end: calc(var(--step) * 54) !important;
}

.hoc_marginEnd-54x_08de1 {
  margin-inline-end: calc(var(--step) * 54) !important;
}

.hoc_gapEnd-54x_08de1 {
  gap-inline-end: calc(var(--step) * 54) !important;
}

.hoc_paddingEnd-55x_08de1 {
  padding-inline-end: calc(var(--step) * 55) !important;
}

.hoc_marginEnd-55x_08de1 {
  margin-inline-end: calc(var(--step) * 55) !important;
}

.hoc_gapEnd-55x_08de1 {
  gap-inline-end: calc(var(--step) * 55) !important;
}

.hoc_paddingEnd-56x_08de1 {
  padding-inline-end: calc(var(--step) * 56) !important;
}

.hoc_marginEnd-56x_08de1 {
  margin-inline-end: calc(var(--step) * 56) !important;
}

.hoc_gapEnd-56x_08de1 {
  gap-inline-end: calc(var(--step) * 56) !important;
}

.hoc_paddingEnd-57x_08de1 {
  padding-inline-end: calc(var(--step) * 57) !important;
}

.hoc_marginEnd-57x_08de1 {
  margin-inline-end: calc(var(--step) * 57) !important;
}

.hoc_gapEnd-57x_08de1 {
  gap-inline-end: calc(var(--step) * 57) !important;
}

.hoc_paddingEnd-58x_08de1 {
  padding-inline-end: calc(var(--step) * 58) !important;
}

.hoc_marginEnd-58x_08de1 {
  margin-inline-end: calc(var(--step) * 58) !important;
}

.hoc_gapEnd-58x_08de1 {
  gap-inline-end: calc(var(--step) * 58) !important;
}

.hoc_paddingEnd-59x_08de1 {
  padding-inline-end: calc(var(--step) * 59) !important;
}

.hoc_marginEnd-59x_08de1 {
  margin-inline-end: calc(var(--step) * 59) !important;
}

.hoc_gapEnd-59x_08de1 {
  gap-inline-end: calc(var(--step) * 59) !important;
}

.hoc_paddingEnd-60x_08de1 {
  padding-inline-end: calc(var(--step) * 60) !important;
}

.hoc_marginEnd-60x_08de1 {
  margin-inline-end: calc(var(--step) * 60) !important;
}

.hoc_gapEnd-60x_08de1 {
  gap-inline-end: calc(var(--step) * 60) !important;
}

.hoc_paddingEnd-61x_08de1 {
  padding-inline-end: calc(var(--step) * 61) !important;
}

.hoc_marginEnd-61x_08de1 {
  margin-inline-end: calc(var(--step) * 61) !important;
}

.hoc_gapEnd-61x_08de1 {
  gap-inline-end: calc(var(--step) * 61) !important;
}

.hoc_paddingEnd-62x_08de1 {
  padding-inline-end: calc(var(--step) * 62) !important;
}

.hoc_marginEnd-62x_08de1 {
  margin-inline-end: calc(var(--step) * 62) !important;
}

.hoc_gapEnd-62x_08de1 {
  gap-inline-end: calc(var(--step) * 62) !important;
}

.hoc_paddingEnd-63x_08de1 {
  padding-inline-end: calc(var(--step) * 63) !important;
}

.hoc_marginEnd-63x_08de1 {
  margin-inline-end: calc(var(--step) * 63) !important;
}

.hoc_gapEnd-63x_08de1 {
  gap-inline-end: calc(var(--step) * 63) !important;
}

.hoc_paddingEnd-64x_08de1 {
  padding-inline-end: calc(var(--step) * 64) !important;
}

.hoc_marginEnd-64x_08de1 {
  margin-inline-end: calc(var(--step) * 64) !important;
}

.hoc_gapEnd-64x_08de1 {
  gap-inline-end: calc(var(--step) * 64) !important;
}

.hoc_paddingEnd-65x_08de1 {
  padding-inline-end: calc(var(--step) * 65) !important;
}

.hoc_marginEnd-65x_08de1 {
  margin-inline-end: calc(var(--step) * 65) !important;
}

.hoc_gapEnd-65x_08de1 {
  gap-inline-end: calc(var(--step) * 65) !important;
}

.hoc_paddingEnd-66x_08de1 {
  padding-inline-end: calc(var(--step) * 66) !important;
}

.hoc_marginEnd-66x_08de1 {
  margin-inline-end: calc(var(--step) * 66) !important;
}

.hoc_gapEnd-66x_08de1 {
  gap-inline-end: calc(var(--step) * 66) !important;
}

.hoc_paddingEnd-67x_08de1 {
  padding-inline-end: calc(var(--step) * 67) !important;
}

.hoc_marginEnd-67x_08de1 {
  margin-inline-end: calc(var(--step) * 67) !important;
}

.hoc_gapEnd-67x_08de1 {
  gap-inline-end: calc(var(--step) * 67) !important;
}

.hoc_paddingEnd-68x_08de1 {
  padding-inline-end: calc(var(--step) * 68) !important;
}

.hoc_marginEnd-68x_08de1 {
  margin-inline-end: calc(var(--step) * 68) !important;
}

.hoc_gapEnd-68x_08de1 {
  gap-inline-end: calc(var(--step) * 68) !important;
}

.hoc_paddingEnd-69x_08de1 {
  padding-inline-end: calc(var(--step) * 69) !important;
}

.hoc_marginEnd-69x_08de1 {
  margin-inline-end: calc(var(--step) * 69) !important;
}

.hoc_gapEnd-69x_08de1 {
  gap-inline-end: calc(var(--step) * 69) !important;
}

.hoc_paddingEnd-70x_08de1 {
  padding-inline-end: calc(var(--step) * 70) !important;
}

.hoc_marginEnd-70x_08de1 {
  margin-inline-end: calc(var(--step) * 70) !important;
}

.hoc_gapEnd-70x_08de1 {
  gap-inline-end: calc(var(--step) * 70) !important;
}

.hoc_paddingEnd-71x_08de1 {
  padding-inline-end: calc(var(--step) * 71) !important;
}

.hoc_marginEnd-71x_08de1 {
  margin-inline-end: calc(var(--step) * 71) !important;
}

.hoc_gapEnd-71x_08de1 {
  gap-inline-end: calc(var(--step) * 71) !important;
}

.hoc_paddingEnd-72x_08de1 {
  padding-inline-end: calc(var(--step) * 72) !important;
}

.hoc_marginEnd-72x_08de1 {
  margin-inline-end: calc(var(--step) * 72) !important;
}

.hoc_gapEnd-72x_08de1 {
  gap-inline-end: calc(var(--step) * 72) !important;
}

.hoc_paddingStart-1x_08de1 {
  padding-inline-start: calc(var(--step) * 1) !important;
}

.hoc_marginStart-1x_08de1 {
  margin-inline-start: calc(var(--step) * 1) !important;
}

.hoc_gapStart-1x_08de1 {
  gap-inline-start: calc(var(--step) * 1) !important;
}

.hoc_paddingStart-2x_08de1 {
  padding-inline-start: calc(var(--step) * 2) !important;
}

.hoc_marginStart-2x_08de1 {
  margin-inline-start: calc(var(--step) * 2) !important;
}

.hoc_gapStart-2x_08de1 {
  gap-inline-start: calc(var(--step) * 2) !important;
}

.hoc_paddingStart-3x_08de1 {
  padding-inline-start: calc(var(--step) * 3) !important;
}

.hoc_marginStart-3x_08de1 {
  margin-inline-start: calc(var(--step) * 3) !important;
}

.hoc_gapStart-3x_08de1 {
  gap-inline-start: calc(var(--step) * 3) !important;
}

.hoc_paddingStart-4x_08de1 {
  padding-inline-start: calc(var(--step) * 4) !important;
}

.hoc_marginStart-4x_08de1 {
  margin-inline-start: calc(var(--step) * 4) !important;
}

.hoc_gapStart-4x_08de1 {
  gap-inline-start: calc(var(--step) * 4) !important;
}

.hoc_paddingStart-5x_08de1 {
  padding-inline-start: calc(var(--step) * 5) !important;
}

.hoc_marginStart-5x_08de1 {
  margin-inline-start: calc(var(--step) * 5) !important;
}

.hoc_gapStart-5x_08de1 {
  gap-inline-start: calc(var(--step) * 5) !important;
}

.hoc_paddingStart-6x_08de1 {
  padding-inline-start: calc(var(--step) * 6) !important;
}

.hoc_marginStart-6x_08de1 {
  margin-inline-start: calc(var(--step) * 6) !important;
}

.hoc_gapStart-6x_08de1 {
  gap-inline-start: calc(var(--step) * 6) !important;
}

.hoc_paddingStart-7x_08de1 {
  padding-inline-start: calc(var(--step) * 7) !important;
}

.hoc_marginStart-7x_08de1 {
  margin-inline-start: calc(var(--step) * 7) !important;
}

.hoc_gapStart-7x_08de1 {
  gap-inline-start: calc(var(--step) * 7) !important;
}

.hoc_paddingStart-8x_08de1 {
  padding-inline-start: calc(var(--step) * 8) !important;
}

.hoc_marginStart-8x_08de1 {
  margin-inline-start: calc(var(--step) * 8) !important;
}

.hoc_gapStart-8x_08de1 {
  gap-inline-start: calc(var(--step) * 8) !important;
}

.hoc_paddingStart-9x_08de1 {
  padding-inline-start: calc(var(--step) * 9) !important;
}

.hoc_marginStart-9x_08de1 {
  margin-inline-start: calc(var(--step) * 9) !important;
}

.hoc_gapStart-9x_08de1 {
  gap-inline-start: calc(var(--step) * 9) !important;
}

.hoc_paddingStart-10x_08de1 {
  padding-inline-start: calc(var(--step) * 10) !important;
}

.hoc_marginStart-10x_08de1 {
  margin-inline-start: calc(var(--step) * 10) !important;
}

.hoc_gapStart-10x_08de1 {
  gap-inline-start: calc(var(--step) * 10) !important;
}

.hoc_paddingStart-11x_08de1 {
  padding-inline-start: calc(var(--step) * 11) !important;
}

.hoc_marginStart-11x_08de1 {
  margin-inline-start: calc(var(--step) * 11) !important;
}

.hoc_gapStart-11x_08de1 {
  gap-inline-start: calc(var(--step) * 11) !important;
}

.hoc_paddingStart-12x_08de1 {
  padding-inline-start: calc(var(--step) * 12) !important;
}

.hoc_marginStart-12x_08de1 {
  margin-inline-start: calc(var(--step) * 12) !important;
}

.hoc_gapStart-12x_08de1 {
  gap-inline-start: calc(var(--step) * 12) !important;
}

.hoc_paddingStart-13x_08de1 {
  padding-inline-start: calc(var(--step) * 13) !important;
}

.hoc_marginStart-13x_08de1 {
  margin-inline-start: calc(var(--step) * 13) !important;
}

.hoc_gapStart-13x_08de1 {
  gap-inline-start: calc(var(--step) * 13) !important;
}

.hoc_paddingStart-14x_08de1 {
  padding-inline-start: calc(var(--step) * 14) !important;
}

.hoc_marginStart-14x_08de1 {
  margin-inline-start: calc(var(--step) * 14) !important;
}

.hoc_gapStart-14x_08de1 {
  gap-inline-start: calc(var(--step) * 14) !important;
}

.hoc_paddingStart-15x_08de1 {
  padding-inline-start: calc(var(--step) * 15) !important;
}

.hoc_marginStart-15x_08de1 {
  margin-inline-start: calc(var(--step) * 15) !important;
}

.hoc_gapStart-15x_08de1 {
  gap-inline-start: calc(var(--step) * 15) !important;
}

.hoc_paddingStart-16x_08de1 {
  padding-inline-start: calc(var(--step) * 16) !important;
}

.hoc_marginStart-16x_08de1 {
  margin-inline-start: calc(var(--step) * 16) !important;
}

.hoc_gapStart-16x_08de1 {
  gap-inline-start: calc(var(--step) * 16) !important;
}

.hoc_paddingStart-17x_08de1 {
  padding-inline-start: calc(var(--step) * 17) !important;
}

.hoc_marginStart-17x_08de1 {
  margin-inline-start: calc(var(--step) * 17) !important;
}

.hoc_gapStart-17x_08de1 {
  gap-inline-start: calc(var(--step) * 17) !important;
}

.hoc_paddingStart-18x_08de1 {
  padding-inline-start: calc(var(--step) * 18) !important;
}

.hoc_marginStart-18x_08de1 {
  margin-inline-start: calc(var(--step) * 18) !important;
}

.hoc_gapStart-18x_08de1 {
  gap-inline-start: calc(var(--step) * 18) !important;
}

.hoc_paddingStart-19x_08de1 {
  padding-inline-start: calc(var(--step) * 19) !important;
}

.hoc_marginStart-19x_08de1 {
  margin-inline-start: calc(var(--step) * 19) !important;
}

.hoc_gapStart-19x_08de1 {
  gap-inline-start: calc(var(--step) * 19) !important;
}

.hoc_paddingStart-20x_08de1 {
  padding-inline-start: calc(var(--step) * 20) !important;
}

.hoc_marginStart-20x_08de1 {
  margin-inline-start: calc(var(--step) * 20) !important;
}

.hoc_gapStart-20x_08de1 {
  gap-inline-start: calc(var(--step) * 20) !important;
}

.hoc_paddingStart-21x_08de1 {
  padding-inline-start: calc(var(--step) * 21) !important;
}

.hoc_marginStart-21x_08de1 {
  margin-inline-start: calc(var(--step) * 21) !important;
}

.hoc_gapStart-21x_08de1 {
  gap-inline-start: calc(var(--step) * 21) !important;
}

.hoc_paddingStart-22x_08de1 {
  padding-inline-start: calc(var(--step) * 22) !important;
}

.hoc_marginStart-22x_08de1 {
  margin-inline-start: calc(var(--step) * 22) !important;
}

.hoc_gapStart-22x_08de1 {
  gap-inline-start: calc(var(--step) * 22) !important;
}

.hoc_paddingStart-23x_08de1 {
  padding-inline-start: calc(var(--step) * 23) !important;
}

.hoc_marginStart-23x_08de1 {
  margin-inline-start: calc(var(--step) * 23) !important;
}

.hoc_gapStart-23x_08de1 {
  gap-inline-start: calc(var(--step) * 23) !important;
}

.hoc_paddingStart-24x_08de1 {
  padding-inline-start: calc(var(--step) * 24) !important;
}

.hoc_marginStart-24x_08de1 {
  margin-inline-start: calc(var(--step) * 24) !important;
}

.hoc_gapStart-24x_08de1 {
  gap-inline-start: calc(var(--step) * 24) !important;
}

.hoc_paddingStart-25x_08de1 {
  padding-inline-start: calc(var(--step) * 25) !important;
}

.hoc_marginStart-25x_08de1 {
  margin-inline-start: calc(var(--step) * 25) !important;
}

.hoc_gapStart-25x_08de1 {
  gap-inline-start: calc(var(--step) * 25) !important;
}

.hoc_paddingStart-26x_08de1 {
  padding-inline-start: calc(var(--step) * 26) !important;
}

.hoc_marginStart-26x_08de1 {
  margin-inline-start: calc(var(--step) * 26) !important;
}

.hoc_gapStart-26x_08de1 {
  gap-inline-start: calc(var(--step) * 26) !important;
}

.hoc_paddingStart-27x_08de1 {
  padding-inline-start: calc(var(--step) * 27) !important;
}

.hoc_marginStart-27x_08de1 {
  margin-inline-start: calc(var(--step) * 27) !important;
}

.hoc_gapStart-27x_08de1 {
  gap-inline-start: calc(var(--step) * 27) !important;
}

.hoc_paddingStart-28x_08de1 {
  padding-inline-start: calc(var(--step) * 28) !important;
}

.hoc_marginStart-28x_08de1 {
  margin-inline-start: calc(var(--step) * 28) !important;
}

.hoc_gapStart-28x_08de1 {
  gap-inline-start: calc(var(--step) * 28) !important;
}

.hoc_paddingStart-29x_08de1 {
  padding-inline-start: calc(var(--step) * 29) !important;
}

.hoc_marginStart-29x_08de1 {
  margin-inline-start: calc(var(--step) * 29) !important;
}

.hoc_gapStart-29x_08de1 {
  gap-inline-start: calc(var(--step) * 29) !important;
}

.hoc_paddingStart-30x_08de1 {
  padding-inline-start: calc(var(--step) * 30) !important;
}

.hoc_marginStart-30x_08de1 {
  margin-inline-start: calc(var(--step) * 30) !important;
}

.hoc_gapStart-30x_08de1 {
  gap-inline-start: calc(var(--step) * 30) !important;
}

.hoc_paddingStart-31x_08de1 {
  padding-inline-start: calc(var(--step) * 31) !important;
}

.hoc_marginStart-31x_08de1 {
  margin-inline-start: calc(var(--step) * 31) !important;
}

.hoc_gapStart-31x_08de1 {
  gap-inline-start: calc(var(--step) * 31) !important;
}

.hoc_paddingStart-32x_08de1 {
  padding-inline-start: calc(var(--step) * 32) !important;
}

.hoc_marginStart-32x_08de1 {
  margin-inline-start: calc(var(--step) * 32) !important;
}

.hoc_gapStart-32x_08de1 {
  gap-inline-start: calc(var(--step) * 32) !important;
}

.hoc_paddingStart-33x_08de1 {
  padding-inline-start: calc(var(--step) * 33) !important;
}

.hoc_marginStart-33x_08de1 {
  margin-inline-start: calc(var(--step) * 33) !important;
}

.hoc_gapStart-33x_08de1 {
  gap-inline-start: calc(var(--step) * 33) !important;
}

.hoc_paddingStart-34x_08de1 {
  padding-inline-start: calc(var(--step) * 34) !important;
}

.hoc_marginStart-34x_08de1 {
  margin-inline-start: calc(var(--step) * 34) !important;
}

.hoc_gapStart-34x_08de1 {
  gap-inline-start: calc(var(--step) * 34) !important;
}

.hoc_paddingStart-35x_08de1 {
  padding-inline-start: calc(var(--step) * 35) !important;
}

.hoc_marginStart-35x_08de1 {
  margin-inline-start: calc(var(--step) * 35) !important;
}

.hoc_gapStart-35x_08de1 {
  gap-inline-start: calc(var(--step) * 35) !important;
}

.hoc_paddingStart-36x_08de1 {
  padding-inline-start: calc(var(--step) * 36) !important;
}

.hoc_marginStart-36x_08de1 {
  margin-inline-start: calc(var(--step) * 36) !important;
}

.hoc_gapStart-36x_08de1 {
  gap-inline-start: calc(var(--step) * 36) !important;
}

.hoc_paddingStart-37x_08de1 {
  padding-inline-start: calc(var(--step) * 37) !important;
}

.hoc_marginStart-37x_08de1 {
  margin-inline-start: calc(var(--step) * 37) !important;
}

.hoc_gapStart-37x_08de1 {
  gap-inline-start: calc(var(--step) * 37) !important;
}

.hoc_paddingStart-38x_08de1 {
  padding-inline-start: calc(var(--step) * 38) !important;
}

.hoc_marginStart-38x_08de1 {
  margin-inline-start: calc(var(--step) * 38) !important;
}

.hoc_gapStart-38x_08de1 {
  gap-inline-start: calc(var(--step) * 38) !important;
}

.hoc_paddingStart-39x_08de1 {
  padding-inline-start: calc(var(--step) * 39) !important;
}

.hoc_marginStart-39x_08de1 {
  margin-inline-start: calc(var(--step) * 39) !important;
}

.hoc_gapStart-39x_08de1 {
  gap-inline-start: calc(var(--step) * 39) !important;
}

.hoc_paddingStart-40x_08de1 {
  padding-inline-start: calc(var(--step) * 40) !important;
}

.hoc_marginStart-40x_08de1 {
  margin-inline-start: calc(var(--step) * 40) !important;
}

.hoc_gapStart-40x_08de1 {
  gap-inline-start: calc(var(--step) * 40) !important;
}

.hoc_paddingStart-41x_08de1 {
  padding-inline-start: calc(var(--step) * 41) !important;
}

.hoc_marginStart-41x_08de1 {
  margin-inline-start: calc(var(--step) * 41) !important;
}

.hoc_gapStart-41x_08de1 {
  gap-inline-start: calc(var(--step) * 41) !important;
}

.hoc_paddingStart-42x_08de1 {
  padding-inline-start: calc(var(--step) * 42) !important;
}

.hoc_marginStart-42x_08de1 {
  margin-inline-start: calc(var(--step) * 42) !important;
}

.hoc_gapStart-42x_08de1 {
  gap-inline-start: calc(var(--step) * 42) !important;
}

.hoc_paddingStart-43x_08de1 {
  padding-inline-start: calc(var(--step) * 43) !important;
}

.hoc_marginStart-43x_08de1 {
  margin-inline-start: calc(var(--step) * 43) !important;
}

.hoc_gapStart-43x_08de1 {
  gap-inline-start: calc(var(--step) * 43) !important;
}

.hoc_paddingStart-44x_08de1 {
  padding-inline-start: calc(var(--step) * 44) !important;
}

.hoc_marginStart-44x_08de1 {
  margin-inline-start: calc(var(--step) * 44) !important;
}

.hoc_gapStart-44x_08de1 {
  gap-inline-start: calc(var(--step) * 44) !important;
}

.hoc_paddingStart-45x_08de1 {
  padding-inline-start: calc(var(--step) * 45) !important;
}

.hoc_marginStart-45x_08de1 {
  margin-inline-start: calc(var(--step) * 45) !important;
}

.hoc_gapStart-45x_08de1 {
  gap-inline-start: calc(var(--step) * 45) !important;
}

.hoc_paddingStart-46x_08de1 {
  padding-inline-start: calc(var(--step) * 46) !important;
}

.hoc_marginStart-46x_08de1 {
  margin-inline-start: calc(var(--step) * 46) !important;
}

.hoc_gapStart-46x_08de1 {
  gap-inline-start: calc(var(--step) * 46) !important;
}

.hoc_paddingStart-47x_08de1 {
  padding-inline-start: calc(var(--step) * 47) !important;
}

.hoc_marginStart-47x_08de1 {
  margin-inline-start: calc(var(--step) * 47) !important;
}

.hoc_gapStart-47x_08de1 {
  gap-inline-start: calc(var(--step) * 47) !important;
}

.hoc_paddingStart-48x_08de1 {
  padding-inline-start: calc(var(--step) * 48) !important;
}

.hoc_marginStart-48x_08de1 {
  margin-inline-start: calc(var(--step) * 48) !important;
}

.hoc_gapStart-48x_08de1 {
  gap-inline-start: calc(var(--step) * 48) !important;
}

.hoc_paddingStart-49x_08de1 {
  padding-inline-start: calc(var(--step) * 49) !important;
}

.hoc_marginStart-49x_08de1 {
  margin-inline-start: calc(var(--step) * 49) !important;
}

.hoc_gapStart-49x_08de1 {
  gap-inline-start: calc(var(--step) * 49) !important;
}

.hoc_paddingStart-50x_08de1 {
  padding-inline-start: calc(var(--step) * 50) !important;
}

.hoc_marginStart-50x_08de1 {
  margin-inline-start: calc(var(--step) * 50) !important;
}

.hoc_gapStart-50x_08de1 {
  gap-inline-start: calc(var(--step) * 50) !important;
}

.hoc_paddingStart-51x_08de1 {
  padding-inline-start: calc(var(--step) * 51) !important;
}

.hoc_marginStart-51x_08de1 {
  margin-inline-start: calc(var(--step) * 51) !important;
}

.hoc_gapStart-51x_08de1 {
  gap-inline-start: calc(var(--step) * 51) !important;
}

.hoc_paddingStart-52x_08de1 {
  padding-inline-start: calc(var(--step) * 52) !important;
}

.hoc_marginStart-52x_08de1 {
  margin-inline-start: calc(var(--step) * 52) !important;
}

.hoc_gapStart-52x_08de1 {
  gap-inline-start: calc(var(--step) * 52) !important;
}

.hoc_paddingStart-53x_08de1 {
  padding-inline-start: calc(var(--step) * 53) !important;
}

.hoc_marginStart-53x_08de1 {
  margin-inline-start: calc(var(--step) * 53) !important;
}

.hoc_gapStart-53x_08de1 {
  gap-inline-start: calc(var(--step) * 53) !important;
}

.hoc_paddingStart-54x_08de1 {
  padding-inline-start: calc(var(--step) * 54) !important;
}

.hoc_marginStart-54x_08de1 {
  margin-inline-start: calc(var(--step) * 54) !important;
}

.hoc_gapStart-54x_08de1 {
  gap-inline-start: calc(var(--step) * 54) !important;
}

.hoc_paddingStart-55x_08de1 {
  padding-inline-start: calc(var(--step) * 55) !important;
}

.hoc_marginStart-55x_08de1 {
  margin-inline-start: calc(var(--step) * 55) !important;
}

.hoc_gapStart-55x_08de1 {
  gap-inline-start: calc(var(--step) * 55) !important;
}

.hoc_paddingStart-56x_08de1 {
  padding-inline-start: calc(var(--step) * 56) !important;
}

.hoc_marginStart-56x_08de1 {
  margin-inline-start: calc(var(--step) * 56) !important;
}

.hoc_gapStart-56x_08de1 {
  gap-inline-start: calc(var(--step) * 56) !important;
}

.hoc_paddingStart-57x_08de1 {
  padding-inline-start: calc(var(--step) * 57) !important;
}

.hoc_marginStart-57x_08de1 {
  margin-inline-start: calc(var(--step) * 57) !important;
}

.hoc_gapStart-57x_08de1 {
  gap-inline-start: calc(var(--step) * 57) !important;
}

.hoc_paddingStart-58x_08de1 {
  padding-inline-start: calc(var(--step) * 58) !important;
}

.hoc_marginStart-58x_08de1 {
  margin-inline-start: calc(var(--step) * 58) !important;
}

.hoc_gapStart-58x_08de1 {
  gap-inline-start: calc(var(--step) * 58) !important;
}

.hoc_paddingStart-59x_08de1 {
  padding-inline-start: calc(var(--step) * 59) !important;
}

.hoc_marginStart-59x_08de1 {
  margin-inline-start: calc(var(--step) * 59) !important;
}

.hoc_gapStart-59x_08de1 {
  gap-inline-start: calc(var(--step) * 59) !important;
}

.hoc_paddingStart-60x_08de1 {
  padding-inline-start: calc(var(--step) * 60) !important;
}

.hoc_marginStart-60x_08de1 {
  margin-inline-start: calc(var(--step) * 60) !important;
}

.hoc_gapStart-60x_08de1 {
  gap-inline-start: calc(var(--step) * 60) !important;
}

.hoc_paddingStart-61x_08de1 {
  padding-inline-start: calc(var(--step) * 61) !important;
}

.hoc_marginStart-61x_08de1 {
  margin-inline-start: calc(var(--step) * 61) !important;
}

.hoc_gapStart-61x_08de1 {
  gap-inline-start: calc(var(--step) * 61) !important;
}

.hoc_paddingStart-62x_08de1 {
  padding-inline-start: calc(var(--step) * 62) !important;
}

.hoc_marginStart-62x_08de1 {
  margin-inline-start: calc(var(--step) * 62) !important;
}

.hoc_gapStart-62x_08de1 {
  gap-inline-start: calc(var(--step) * 62) !important;
}

.hoc_paddingStart-63x_08de1 {
  padding-inline-start: calc(var(--step) * 63) !important;
}

.hoc_marginStart-63x_08de1 {
  margin-inline-start: calc(var(--step) * 63) !important;
}

.hoc_gapStart-63x_08de1 {
  gap-inline-start: calc(var(--step) * 63) !important;
}

.hoc_paddingStart-64x_08de1 {
  padding-inline-start: calc(var(--step) * 64) !important;
}

.hoc_marginStart-64x_08de1 {
  margin-inline-start: calc(var(--step) * 64) !important;
}

.hoc_gapStart-64x_08de1 {
  gap-inline-start: calc(var(--step) * 64) !important;
}

.hoc_paddingStart-65x_08de1 {
  padding-inline-start: calc(var(--step) * 65) !important;
}

.hoc_marginStart-65x_08de1 {
  margin-inline-start: calc(var(--step) * 65) !important;
}

.hoc_gapStart-65x_08de1 {
  gap-inline-start: calc(var(--step) * 65) !important;
}

.hoc_paddingStart-66x_08de1 {
  padding-inline-start: calc(var(--step) * 66) !important;
}

.hoc_marginStart-66x_08de1 {
  margin-inline-start: calc(var(--step) * 66) !important;
}

.hoc_gapStart-66x_08de1 {
  gap-inline-start: calc(var(--step) * 66) !important;
}

.hoc_paddingStart-67x_08de1 {
  padding-inline-start: calc(var(--step) * 67) !important;
}

.hoc_marginStart-67x_08de1 {
  margin-inline-start: calc(var(--step) * 67) !important;
}

.hoc_gapStart-67x_08de1 {
  gap-inline-start: calc(var(--step) * 67) !important;
}

.hoc_paddingStart-68x_08de1 {
  padding-inline-start: calc(var(--step) * 68) !important;
}

.hoc_marginStart-68x_08de1 {
  margin-inline-start: calc(var(--step) * 68) !important;
}

.hoc_gapStart-68x_08de1 {
  gap-inline-start: calc(var(--step) * 68) !important;
}

.hoc_paddingStart-69x_08de1 {
  padding-inline-start: calc(var(--step) * 69) !important;
}

.hoc_marginStart-69x_08de1 {
  margin-inline-start: calc(var(--step) * 69) !important;
}

.hoc_gapStart-69x_08de1 {
  gap-inline-start: calc(var(--step) * 69) !important;
}

.hoc_paddingStart-70x_08de1 {
  padding-inline-start: calc(var(--step) * 70) !important;
}

.hoc_marginStart-70x_08de1 {
  margin-inline-start: calc(var(--step) * 70) !important;
}

.hoc_gapStart-70x_08de1 {
  gap-inline-start: calc(var(--step) * 70) !important;
}

.hoc_paddingStart-71x_08de1 {
  padding-inline-start: calc(var(--step) * 71) !important;
}

.hoc_marginStart-71x_08de1 {
  margin-inline-start: calc(var(--step) * 71) !important;
}

.hoc_gapStart-71x_08de1 {
  gap-inline-start: calc(var(--step) * 71) !important;
}

.hoc_paddingStart-72x_08de1 {
  padding-inline-start: calc(var(--step) * 72) !important;
}

.hoc_marginStart-72x_08de1 {
  margin-inline-start: calc(var(--step) * 72) !important;
}

.hoc_gapStart-72x_08de1 {
  gap-inline-start: calc(var(--step) * 72) !important;
}

.hoc_paddingStart-auto_08de1 {
  padding-inline-start: auto;
}

.hoc_paddingEnd-auto_08de1 {
  padding-inline-end: auto;
}

.hoc_marginStart-auto_08de1 {
  margin-inline-start: auto;
}

.hoc_marginEnd-auto_08de1 {
  margin-inline-end: auto;
}

.hoc_gapStart-auto_08de1 {
  gap-inline-start: auto;
}

.hoc_gapEnd-auto_08de1 {
  gap-inline-end: auto;
}

@media screen and (min-width: 924px) {
  .hoc_padding-md-1x_08de1 {
    padding: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-1x_08de1 {
    margin: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-1x_08de1 {
    gap: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-2x_08de1 {
    padding: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-2x_08de1 {
    margin: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-2x_08de1 {
    gap: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-3x_08de1 {
    padding: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-3x_08de1 {
    margin: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-3x_08de1 {
    gap: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-4x_08de1 {
    padding: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-4x_08de1 {
    margin: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-4x_08de1 {
    gap: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-5x_08de1 {
    padding: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-5x_08de1 {
    margin: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-5x_08de1 {
    gap: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-6x_08de1 {
    padding: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-6x_08de1 {
    margin: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-6x_08de1 {
    gap: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-7x_08de1 {
    padding: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-7x_08de1 {
    margin: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-7x_08de1 {
    gap: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-8x_08de1 {
    padding: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-8x_08de1 {
    margin: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-8x_08de1 {
    gap: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-9x_08de1 {
    padding: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-9x_08de1 {
    margin: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-9x_08de1 {
    gap: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-10x_08de1 {
    padding: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-10x_08de1 {
    margin: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-10x_08de1 {
    gap: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-11x_08de1 {
    padding: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-11x_08de1 {
    margin: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-11x_08de1 {
    gap: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-12x_08de1 {
    padding: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-12x_08de1 {
    margin: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-12x_08de1 {
    gap: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-13x_08de1 {
    padding: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-13x_08de1 {
    margin: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-13x_08de1 {
    gap: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-14x_08de1 {
    padding: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-14x_08de1 {
    margin: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-14x_08de1 {
    gap: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-15x_08de1 {
    padding: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-15x_08de1 {
    margin: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-15x_08de1 {
    gap: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-16x_08de1 {
    padding: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-16x_08de1 {
    margin: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-16x_08de1 {
    gap: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-17x_08de1 {
    padding: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-17x_08de1 {
    margin: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-17x_08de1 {
    gap: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-18x_08de1 {
    padding: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-18x_08de1 {
    margin: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-18x_08de1 {
    gap: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-19x_08de1 {
    padding: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-19x_08de1 {
    margin: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-19x_08de1 {
    gap: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-20x_08de1 {
    padding: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-20x_08de1 {
    margin: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-20x_08de1 {
    gap: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-21x_08de1 {
    padding: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-21x_08de1 {
    margin: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-21x_08de1 {
    gap: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-22x_08de1 {
    padding: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-22x_08de1 {
    margin: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-22x_08de1 {
    gap: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-23x_08de1 {
    padding: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-23x_08de1 {
    margin: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-23x_08de1 {
    gap: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-24x_08de1 {
    padding: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-24x_08de1 {
    margin: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-24x_08de1 {
    gap: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-25x_08de1 {
    padding: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-25x_08de1 {
    margin: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-25x_08de1 {
    gap: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-26x_08de1 {
    padding: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-26x_08de1 {
    margin: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-26x_08de1 {
    gap: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-27x_08de1 {
    padding: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-27x_08de1 {
    margin: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-27x_08de1 {
    gap: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-28x_08de1 {
    padding: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-28x_08de1 {
    margin: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-28x_08de1 {
    gap: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-29x_08de1 {
    padding: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-29x_08de1 {
    margin: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-29x_08de1 {
    gap: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-30x_08de1 {
    padding: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-30x_08de1 {
    margin: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-30x_08de1 {
    gap: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-31x_08de1 {
    padding: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-31x_08de1 {
    margin: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-31x_08de1 {
    gap: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-32x_08de1 {
    padding: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-32x_08de1 {
    margin: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-32x_08de1 {
    gap: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-33x_08de1 {
    padding: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-33x_08de1 {
    margin: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-33x_08de1 {
    gap: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-34x_08de1 {
    padding: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-34x_08de1 {
    margin: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-34x_08de1 {
    gap: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-35x_08de1 {
    padding: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-35x_08de1 {
    margin: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-35x_08de1 {
    gap: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-36x_08de1 {
    padding: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-36x_08de1 {
    margin: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-36x_08de1 {
    gap: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-37x_08de1 {
    padding: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-37x_08de1 {
    margin: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-37x_08de1 {
    gap: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-38x_08de1 {
    padding: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-38x_08de1 {
    margin: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-38x_08de1 {
    gap: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-39x_08de1 {
    padding: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-39x_08de1 {
    margin: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-39x_08de1 {
    gap: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-40x_08de1 {
    padding: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-40x_08de1 {
    margin: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-40x_08de1 {
    gap: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-41x_08de1 {
    padding: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-41x_08de1 {
    margin: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-41x_08de1 {
    gap: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-42x_08de1 {
    padding: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-42x_08de1 {
    margin: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-42x_08de1 {
    gap: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-43x_08de1 {
    padding: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-43x_08de1 {
    margin: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-43x_08de1 {
    gap: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-44x_08de1 {
    padding: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-44x_08de1 {
    margin: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-44x_08de1 {
    gap: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-45x_08de1 {
    padding: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-45x_08de1 {
    margin: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-45x_08de1 {
    gap: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-46x_08de1 {
    padding: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-46x_08de1 {
    margin: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-46x_08de1 {
    gap: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-47x_08de1 {
    padding: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-47x_08de1 {
    margin: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-47x_08de1 {
    gap: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-48x_08de1 {
    padding: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-48x_08de1 {
    margin: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-48x_08de1 {
    gap: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-49x_08de1 {
    padding: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-49x_08de1 {
    margin: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-49x_08de1 {
    gap: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-50x_08de1 {
    padding: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-50x_08de1 {
    margin: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-50x_08de1 {
    gap: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-51x_08de1 {
    padding: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-51x_08de1 {
    margin: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-51x_08de1 {
    gap: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-52x_08de1 {
    padding: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-52x_08de1 {
    margin: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-52x_08de1 {
    gap: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-53x_08de1 {
    padding: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-53x_08de1 {
    margin: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-53x_08de1 {
    gap: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-54x_08de1 {
    padding: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-54x_08de1 {
    margin: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-54x_08de1 {
    gap: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-55x_08de1 {
    padding: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-55x_08de1 {
    margin: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-55x_08de1 {
    gap: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-56x_08de1 {
    padding: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-56x_08de1 {
    margin: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-56x_08de1 {
    gap: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-57x_08de1 {
    padding: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-57x_08de1 {
    margin: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-57x_08de1 {
    gap: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-58x_08de1 {
    padding: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-58x_08de1 {
    margin: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-58x_08de1 {
    gap: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-59x_08de1 {
    padding: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-59x_08de1 {
    margin: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-59x_08de1 {
    gap: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-60x_08de1 {
    padding: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-60x_08de1 {
    margin: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-60x_08de1 {
    gap: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-61x_08de1 {
    padding: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-61x_08de1 {
    margin: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-61x_08de1 {
    gap: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-62x_08de1 {
    padding: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-62x_08de1 {
    margin: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-62x_08de1 {
    gap: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-63x_08de1 {
    padding: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-63x_08de1 {
    margin: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-63x_08de1 {
    gap: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-64x_08de1 {
    padding: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-64x_08de1 {
    margin: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-64x_08de1 {
    gap: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-65x_08de1 {
    padding: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-65x_08de1 {
    margin: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-65x_08de1 {
    gap: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-66x_08de1 {
    padding: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-66x_08de1 {
    margin: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-66x_08de1 {
    gap: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-67x_08de1 {
    padding: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-67x_08de1 {
    margin: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-67x_08de1 {
    gap: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-68x_08de1 {
    padding: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-68x_08de1 {
    margin: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-68x_08de1 {
    gap: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-69x_08de1 {
    padding: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-69x_08de1 {
    margin: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-69x_08de1 {
    gap: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-70x_08de1 {
    padding: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-70x_08de1 {
    margin: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-70x_08de1 {
    gap: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-71x_08de1 {
    padding: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-71x_08de1 {
    margin: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-71x_08de1 {
    gap: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_padding-md-72x_08de1 {
    padding: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-72x_08de1 {
    margin: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gap-md-72x_08de1 {
    gap: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-1x_08de1 {
    padding-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_paddingEnd-md-1x_08de1 {
    padding-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_paddingBottom-md-1x_08de1 {
    padding-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_paddingTop-md-1x_08de1 {
    padding-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-1x_08de1 {
    margin-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_marginEnd-md-1x_08de1 {
    margin-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_marginBottom-md-1x_08de1 {
    margin-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_marginTop-md-1x_08de1 {
    margin-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-1x_08de1 {
    gap-inline-start: calc(var(--step) * 1) !important;
  }
  .hoc_gapEnd-md-1x_08de1 {
    gap-inline-end: calc(var(--step) * 1) !important;
  }
  .hoc_gapBottom-md-1x_08de1 {
    gap-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_gapTop-md-1x_08de1 {
    gap-top: calc(var(--step) * 1) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-2x_08de1 {
    padding-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_paddingEnd-md-2x_08de1 {
    padding-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_paddingBottom-md-2x_08de1 {
    padding-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_paddingTop-md-2x_08de1 {
    padding-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-2x_08de1 {
    margin-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_marginEnd-md-2x_08de1 {
    margin-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_marginBottom-md-2x_08de1 {
    margin-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_marginTop-md-2x_08de1 {
    margin-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-2x_08de1 {
    gap-inline-start: calc(var(--step) * 2) !important;
  }
  .hoc_gapEnd-md-2x_08de1 {
    gap-inline-end: calc(var(--step) * 2) !important;
  }
  .hoc_gapBottom-md-2x_08de1 {
    gap-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_gapTop-md-2x_08de1 {
    gap-top: calc(var(--step) * 2) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-3x_08de1 {
    padding-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_paddingEnd-md-3x_08de1 {
    padding-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_paddingBottom-md-3x_08de1 {
    padding-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_paddingTop-md-3x_08de1 {
    padding-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-3x_08de1 {
    margin-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_marginEnd-md-3x_08de1 {
    margin-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_marginBottom-md-3x_08de1 {
    margin-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_marginTop-md-3x_08de1 {
    margin-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-3x_08de1 {
    gap-inline-start: calc(var(--step) * 3) !important;
  }
  .hoc_gapEnd-md-3x_08de1 {
    gap-inline-end: calc(var(--step) * 3) !important;
  }
  .hoc_gapBottom-md-3x_08de1 {
    gap-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_gapTop-md-3x_08de1 {
    gap-top: calc(var(--step) * 3) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-4x_08de1 {
    padding-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_paddingEnd-md-4x_08de1 {
    padding-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_paddingBottom-md-4x_08de1 {
    padding-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_paddingTop-md-4x_08de1 {
    padding-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-4x_08de1 {
    margin-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_marginEnd-md-4x_08de1 {
    margin-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_marginBottom-md-4x_08de1 {
    margin-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_marginTop-md-4x_08de1 {
    margin-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-4x_08de1 {
    gap-inline-start: calc(var(--step) * 4) !important;
  }
  .hoc_gapEnd-md-4x_08de1 {
    gap-inline-end: calc(var(--step) * 4) !important;
  }
  .hoc_gapBottom-md-4x_08de1 {
    gap-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_gapTop-md-4x_08de1 {
    gap-top: calc(var(--step) * 4) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-5x_08de1 {
    padding-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_paddingEnd-md-5x_08de1 {
    padding-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_paddingBottom-md-5x_08de1 {
    padding-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_paddingTop-md-5x_08de1 {
    padding-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-5x_08de1 {
    margin-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_marginEnd-md-5x_08de1 {
    margin-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_marginBottom-md-5x_08de1 {
    margin-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_marginTop-md-5x_08de1 {
    margin-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-5x_08de1 {
    gap-inline-start: calc(var(--step) * 5) !important;
  }
  .hoc_gapEnd-md-5x_08de1 {
    gap-inline-end: calc(var(--step) * 5) !important;
  }
  .hoc_gapBottom-md-5x_08de1 {
    gap-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_gapTop-md-5x_08de1 {
    gap-top: calc(var(--step) * 5) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-6x_08de1 {
    padding-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_paddingEnd-md-6x_08de1 {
    padding-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_paddingBottom-md-6x_08de1 {
    padding-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_paddingTop-md-6x_08de1 {
    padding-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-6x_08de1 {
    margin-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_marginEnd-md-6x_08de1 {
    margin-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_marginBottom-md-6x_08de1 {
    margin-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_marginTop-md-6x_08de1 {
    margin-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-6x_08de1 {
    gap-inline-start: calc(var(--step) * 6) !important;
  }
  .hoc_gapEnd-md-6x_08de1 {
    gap-inline-end: calc(var(--step) * 6) !important;
  }
  .hoc_gapBottom-md-6x_08de1 {
    gap-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_gapTop-md-6x_08de1 {
    gap-top: calc(var(--step) * 6) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-7x_08de1 {
    padding-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_paddingEnd-md-7x_08de1 {
    padding-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_paddingBottom-md-7x_08de1 {
    padding-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_paddingTop-md-7x_08de1 {
    padding-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-7x_08de1 {
    margin-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_marginEnd-md-7x_08de1 {
    margin-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_marginBottom-md-7x_08de1 {
    margin-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_marginTop-md-7x_08de1 {
    margin-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-7x_08de1 {
    gap-inline-start: calc(var(--step) * 7) !important;
  }
  .hoc_gapEnd-md-7x_08de1 {
    gap-inline-end: calc(var(--step) * 7) !important;
  }
  .hoc_gapBottom-md-7x_08de1 {
    gap-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_gapTop-md-7x_08de1 {
    gap-top: calc(var(--step) * 7) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-8x_08de1 {
    padding-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_paddingEnd-md-8x_08de1 {
    padding-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_paddingBottom-md-8x_08de1 {
    padding-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_paddingTop-md-8x_08de1 {
    padding-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-8x_08de1 {
    margin-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_marginEnd-md-8x_08de1 {
    margin-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_marginBottom-md-8x_08de1 {
    margin-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_marginTop-md-8x_08de1 {
    margin-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-8x_08de1 {
    gap-inline-start: calc(var(--step) * 8) !important;
  }
  .hoc_gapEnd-md-8x_08de1 {
    gap-inline-end: calc(var(--step) * 8) !important;
  }
  .hoc_gapBottom-md-8x_08de1 {
    gap-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_gapTop-md-8x_08de1 {
    gap-top: calc(var(--step) * 8) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-9x_08de1 {
    padding-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_paddingEnd-md-9x_08de1 {
    padding-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_paddingBottom-md-9x_08de1 {
    padding-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_paddingTop-md-9x_08de1 {
    padding-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-9x_08de1 {
    margin-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_marginEnd-md-9x_08de1 {
    margin-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_marginBottom-md-9x_08de1 {
    margin-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_marginTop-md-9x_08de1 {
    margin-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-9x_08de1 {
    gap-inline-start: calc(var(--step) * 9) !important;
  }
  .hoc_gapEnd-md-9x_08de1 {
    gap-inline-end: calc(var(--step) * 9) !important;
  }
  .hoc_gapBottom-md-9x_08de1 {
    gap-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_gapTop-md-9x_08de1 {
    gap-top: calc(var(--step) * 9) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-10x_08de1 {
    padding-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_paddingEnd-md-10x_08de1 {
    padding-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_paddingBottom-md-10x_08de1 {
    padding-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_paddingTop-md-10x_08de1 {
    padding-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-10x_08de1 {
    margin-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_marginEnd-md-10x_08de1 {
    margin-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_marginBottom-md-10x_08de1 {
    margin-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_marginTop-md-10x_08de1 {
    margin-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-10x_08de1 {
    gap-inline-start: calc(var(--step) * 10) !important;
  }
  .hoc_gapEnd-md-10x_08de1 {
    gap-inline-end: calc(var(--step) * 10) !important;
  }
  .hoc_gapBottom-md-10x_08de1 {
    gap-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_gapTop-md-10x_08de1 {
    gap-top: calc(var(--step) * 10) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-11x_08de1 {
    padding-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_paddingEnd-md-11x_08de1 {
    padding-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_paddingBottom-md-11x_08de1 {
    padding-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_paddingTop-md-11x_08de1 {
    padding-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-11x_08de1 {
    margin-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_marginEnd-md-11x_08de1 {
    margin-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_marginBottom-md-11x_08de1 {
    margin-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_marginTop-md-11x_08de1 {
    margin-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-11x_08de1 {
    gap-inline-start: calc(var(--step) * 11) !important;
  }
  .hoc_gapEnd-md-11x_08de1 {
    gap-inline-end: calc(var(--step) * 11) !important;
  }
  .hoc_gapBottom-md-11x_08de1 {
    gap-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_gapTop-md-11x_08de1 {
    gap-top: calc(var(--step) * 11) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-12x_08de1 {
    padding-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_paddingEnd-md-12x_08de1 {
    padding-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_paddingBottom-md-12x_08de1 {
    padding-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_paddingTop-md-12x_08de1 {
    padding-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-12x_08de1 {
    margin-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_marginEnd-md-12x_08de1 {
    margin-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_marginBottom-md-12x_08de1 {
    margin-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_marginTop-md-12x_08de1 {
    margin-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-12x_08de1 {
    gap-inline-start: calc(var(--step) * 12) !important;
  }
  .hoc_gapEnd-md-12x_08de1 {
    gap-inline-end: calc(var(--step) * 12) !important;
  }
  .hoc_gapBottom-md-12x_08de1 {
    gap-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_gapTop-md-12x_08de1 {
    gap-top: calc(var(--step) * 12) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-13x_08de1 {
    padding-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_paddingEnd-md-13x_08de1 {
    padding-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_paddingBottom-md-13x_08de1 {
    padding-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_paddingTop-md-13x_08de1 {
    padding-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-13x_08de1 {
    margin-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_marginEnd-md-13x_08de1 {
    margin-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_marginBottom-md-13x_08de1 {
    margin-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_marginTop-md-13x_08de1 {
    margin-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-13x_08de1 {
    gap-inline-start: calc(var(--step) * 13) !important;
  }
  .hoc_gapEnd-md-13x_08de1 {
    gap-inline-end: calc(var(--step) * 13) !important;
  }
  .hoc_gapBottom-md-13x_08de1 {
    gap-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_gapTop-md-13x_08de1 {
    gap-top: calc(var(--step) * 13) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-14x_08de1 {
    padding-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_paddingEnd-md-14x_08de1 {
    padding-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_paddingBottom-md-14x_08de1 {
    padding-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_paddingTop-md-14x_08de1 {
    padding-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-14x_08de1 {
    margin-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_marginEnd-md-14x_08de1 {
    margin-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_marginBottom-md-14x_08de1 {
    margin-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_marginTop-md-14x_08de1 {
    margin-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-14x_08de1 {
    gap-inline-start: calc(var(--step) * 14) !important;
  }
  .hoc_gapEnd-md-14x_08de1 {
    gap-inline-end: calc(var(--step) * 14) !important;
  }
  .hoc_gapBottom-md-14x_08de1 {
    gap-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_gapTop-md-14x_08de1 {
    gap-top: calc(var(--step) * 14) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-15x_08de1 {
    padding-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_paddingEnd-md-15x_08de1 {
    padding-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_paddingBottom-md-15x_08de1 {
    padding-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_paddingTop-md-15x_08de1 {
    padding-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-15x_08de1 {
    margin-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_marginEnd-md-15x_08de1 {
    margin-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_marginBottom-md-15x_08de1 {
    margin-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_marginTop-md-15x_08de1 {
    margin-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-15x_08de1 {
    gap-inline-start: calc(var(--step) * 15) !important;
  }
  .hoc_gapEnd-md-15x_08de1 {
    gap-inline-end: calc(var(--step) * 15) !important;
  }
  .hoc_gapBottom-md-15x_08de1 {
    gap-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_gapTop-md-15x_08de1 {
    gap-top: calc(var(--step) * 15) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-16x_08de1 {
    padding-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_paddingEnd-md-16x_08de1 {
    padding-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_paddingBottom-md-16x_08de1 {
    padding-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_paddingTop-md-16x_08de1 {
    padding-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-16x_08de1 {
    margin-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_marginEnd-md-16x_08de1 {
    margin-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_marginBottom-md-16x_08de1 {
    margin-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_marginTop-md-16x_08de1 {
    margin-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-16x_08de1 {
    gap-inline-start: calc(var(--step) * 16) !important;
  }
  .hoc_gapEnd-md-16x_08de1 {
    gap-inline-end: calc(var(--step) * 16) !important;
  }
  .hoc_gapBottom-md-16x_08de1 {
    gap-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_gapTop-md-16x_08de1 {
    gap-top: calc(var(--step) * 16) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-17x_08de1 {
    padding-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_paddingEnd-md-17x_08de1 {
    padding-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_paddingBottom-md-17x_08de1 {
    padding-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_paddingTop-md-17x_08de1 {
    padding-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-17x_08de1 {
    margin-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_marginEnd-md-17x_08de1 {
    margin-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_marginBottom-md-17x_08de1 {
    margin-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_marginTop-md-17x_08de1 {
    margin-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-17x_08de1 {
    gap-inline-start: calc(var(--step) * 17) !important;
  }
  .hoc_gapEnd-md-17x_08de1 {
    gap-inline-end: calc(var(--step) * 17) !important;
  }
  .hoc_gapBottom-md-17x_08de1 {
    gap-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_gapTop-md-17x_08de1 {
    gap-top: calc(var(--step) * 17) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-18x_08de1 {
    padding-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_paddingEnd-md-18x_08de1 {
    padding-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_paddingBottom-md-18x_08de1 {
    padding-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_paddingTop-md-18x_08de1 {
    padding-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-18x_08de1 {
    margin-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_marginEnd-md-18x_08de1 {
    margin-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_marginBottom-md-18x_08de1 {
    margin-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_marginTop-md-18x_08de1 {
    margin-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-18x_08de1 {
    gap-inline-start: calc(var(--step) * 18) !important;
  }
  .hoc_gapEnd-md-18x_08de1 {
    gap-inline-end: calc(var(--step) * 18) !important;
  }
  .hoc_gapBottom-md-18x_08de1 {
    gap-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_gapTop-md-18x_08de1 {
    gap-top: calc(var(--step) * 18) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-19x_08de1 {
    padding-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_paddingEnd-md-19x_08de1 {
    padding-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_paddingBottom-md-19x_08de1 {
    padding-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_paddingTop-md-19x_08de1 {
    padding-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-19x_08de1 {
    margin-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_marginEnd-md-19x_08de1 {
    margin-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_marginBottom-md-19x_08de1 {
    margin-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_marginTop-md-19x_08de1 {
    margin-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-19x_08de1 {
    gap-inline-start: calc(var(--step) * 19) !important;
  }
  .hoc_gapEnd-md-19x_08de1 {
    gap-inline-end: calc(var(--step) * 19) !important;
  }
  .hoc_gapBottom-md-19x_08de1 {
    gap-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_gapTop-md-19x_08de1 {
    gap-top: calc(var(--step) * 19) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-20x_08de1 {
    padding-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_paddingEnd-md-20x_08de1 {
    padding-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_paddingBottom-md-20x_08de1 {
    padding-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_paddingTop-md-20x_08de1 {
    padding-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-20x_08de1 {
    margin-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_marginEnd-md-20x_08de1 {
    margin-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_marginBottom-md-20x_08de1 {
    margin-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_marginTop-md-20x_08de1 {
    margin-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-20x_08de1 {
    gap-inline-start: calc(var(--step) * 20) !important;
  }
  .hoc_gapEnd-md-20x_08de1 {
    gap-inline-end: calc(var(--step) * 20) !important;
  }
  .hoc_gapBottom-md-20x_08de1 {
    gap-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_gapTop-md-20x_08de1 {
    gap-top: calc(var(--step) * 20) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-21x_08de1 {
    padding-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_paddingEnd-md-21x_08de1 {
    padding-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_paddingBottom-md-21x_08de1 {
    padding-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_paddingTop-md-21x_08de1 {
    padding-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-21x_08de1 {
    margin-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_marginEnd-md-21x_08de1 {
    margin-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_marginBottom-md-21x_08de1 {
    margin-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_marginTop-md-21x_08de1 {
    margin-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-21x_08de1 {
    gap-inline-start: calc(var(--step) * 21) !important;
  }
  .hoc_gapEnd-md-21x_08de1 {
    gap-inline-end: calc(var(--step) * 21) !important;
  }
  .hoc_gapBottom-md-21x_08de1 {
    gap-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_gapTop-md-21x_08de1 {
    gap-top: calc(var(--step) * 21) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-22x_08de1 {
    padding-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_paddingEnd-md-22x_08de1 {
    padding-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_paddingBottom-md-22x_08de1 {
    padding-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_paddingTop-md-22x_08de1 {
    padding-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-22x_08de1 {
    margin-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_marginEnd-md-22x_08de1 {
    margin-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_marginBottom-md-22x_08de1 {
    margin-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_marginTop-md-22x_08de1 {
    margin-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-22x_08de1 {
    gap-inline-start: calc(var(--step) * 22) !important;
  }
  .hoc_gapEnd-md-22x_08de1 {
    gap-inline-end: calc(var(--step) * 22) !important;
  }
  .hoc_gapBottom-md-22x_08de1 {
    gap-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_gapTop-md-22x_08de1 {
    gap-top: calc(var(--step) * 22) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-23x_08de1 {
    padding-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_paddingEnd-md-23x_08de1 {
    padding-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_paddingBottom-md-23x_08de1 {
    padding-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_paddingTop-md-23x_08de1 {
    padding-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-23x_08de1 {
    margin-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_marginEnd-md-23x_08de1 {
    margin-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_marginBottom-md-23x_08de1 {
    margin-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_marginTop-md-23x_08de1 {
    margin-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-23x_08de1 {
    gap-inline-start: calc(var(--step) * 23) !important;
  }
  .hoc_gapEnd-md-23x_08de1 {
    gap-inline-end: calc(var(--step) * 23) !important;
  }
  .hoc_gapBottom-md-23x_08de1 {
    gap-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_gapTop-md-23x_08de1 {
    gap-top: calc(var(--step) * 23) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-24x_08de1 {
    padding-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_paddingEnd-md-24x_08de1 {
    padding-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_paddingBottom-md-24x_08de1 {
    padding-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_paddingTop-md-24x_08de1 {
    padding-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-24x_08de1 {
    margin-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_marginEnd-md-24x_08de1 {
    margin-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_marginBottom-md-24x_08de1 {
    margin-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_marginTop-md-24x_08de1 {
    margin-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-24x_08de1 {
    gap-inline-start: calc(var(--step) * 24) !important;
  }
  .hoc_gapEnd-md-24x_08de1 {
    gap-inline-end: calc(var(--step) * 24) !important;
  }
  .hoc_gapBottom-md-24x_08de1 {
    gap-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_gapTop-md-24x_08de1 {
    gap-top: calc(var(--step) * 24) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-25x_08de1 {
    padding-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_paddingEnd-md-25x_08de1 {
    padding-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_paddingBottom-md-25x_08de1 {
    padding-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_paddingTop-md-25x_08de1 {
    padding-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-25x_08de1 {
    margin-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_marginEnd-md-25x_08de1 {
    margin-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_marginBottom-md-25x_08de1 {
    margin-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_marginTop-md-25x_08de1 {
    margin-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-25x_08de1 {
    gap-inline-start: calc(var(--step) * 25) !important;
  }
  .hoc_gapEnd-md-25x_08de1 {
    gap-inline-end: calc(var(--step) * 25) !important;
  }
  .hoc_gapBottom-md-25x_08de1 {
    gap-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_gapTop-md-25x_08de1 {
    gap-top: calc(var(--step) * 25) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-26x_08de1 {
    padding-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_paddingEnd-md-26x_08de1 {
    padding-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_paddingBottom-md-26x_08de1 {
    padding-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_paddingTop-md-26x_08de1 {
    padding-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-26x_08de1 {
    margin-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_marginEnd-md-26x_08de1 {
    margin-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_marginBottom-md-26x_08de1 {
    margin-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_marginTop-md-26x_08de1 {
    margin-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-26x_08de1 {
    gap-inline-start: calc(var(--step) * 26) !important;
  }
  .hoc_gapEnd-md-26x_08de1 {
    gap-inline-end: calc(var(--step) * 26) !important;
  }
  .hoc_gapBottom-md-26x_08de1 {
    gap-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_gapTop-md-26x_08de1 {
    gap-top: calc(var(--step) * 26) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-27x_08de1 {
    padding-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_paddingEnd-md-27x_08de1 {
    padding-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_paddingBottom-md-27x_08de1 {
    padding-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_paddingTop-md-27x_08de1 {
    padding-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-27x_08de1 {
    margin-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_marginEnd-md-27x_08de1 {
    margin-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_marginBottom-md-27x_08de1 {
    margin-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_marginTop-md-27x_08de1 {
    margin-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-27x_08de1 {
    gap-inline-start: calc(var(--step) * 27) !important;
  }
  .hoc_gapEnd-md-27x_08de1 {
    gap-inline-end: calc(var(--step) * 27) !important;
  }
  .hoc_gapBottom-md-27x_08de1 {
    gap-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_gapTop-md-27x_08de1 {
    gap-top: calc(var(--step) * 27) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-28x_08de1 {
    padding-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_paddingEnd-md-28x_08de1 {
    padding-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_paddingBottom-md-28x_08de1 {
    padding-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_paddingTop-md-28x_08de1 {
    padding-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-28x_08de1 {
    margin-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_marginEnd-md-28x_08de1 {
    margin-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_marginBottom-md-28x_08de1 {
    margin-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_marginTop-md-28x_08de1 {
    margin-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-28x_08de1 {
    gap-inline-start: calc(var(--step) * 28) !important;
  }
  .hoc_gapEnd-md-28x_08de1 {
    gap-inline-end: calc(var(--step) * 28) !important;
  }
  .hoc_gapBottom-md-28x_08de1 {
    gap-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_gapTop-md-28x_08de1 {
    gap-top: calc(var(--step) * 28) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-29x_08de1 {
    padding-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_paddingEnd-md-29x_08de1 {
    padding-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_paddingBottom-md-29x_08de1 {
    padding-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_paddingTop-md-29x_08de1 {
    padding-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-29x_08de1 {
    margin-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_marginEnd-md-29x_08de1 {
    margin-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_marginBottom-md-29x_08de1 {
    margin-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_marginTop-md-29x_08de1 {
    margin-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-29x_08de1 {
    gap-inline-start: calc(var(--step) * 29) !important;
  }
  .hoc_gapEnd-md-29x_08de1 {
    gap-inline-end: calc(var(--step) * 29) !important;
  }
  .hoc_gapBottom-md-29x_08de1 {
    gap-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_gapTop-md-29x_08de1 {
    gap-top: calc(var(--step) * 29) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-30x_08de1 {
    padding-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_paddingEnd-md-30x_08de1 {
    padding-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_paddingBottom-md-30x_08de1 {
    padding-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_paddingTop-md-30x_08de1 {
    padding-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-30x_08de1 {
    margin-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_marginEnd-md-30x_08de1 {
    margin-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_marginBottom-md-30x_08de1 {
    margin-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_marginTop-md-30x_08de1 {
    margin-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-30x_08de1 {
    gap-inline-start: calc(var(--step) * 30) !important;
  }
  .hoc_gapEnd-md-30x_08de1 {
    gap-inline-end: calc(var(--step) * 30) !important;
  }
  .hoc_gapBottom-md-30x_08de1 {
    gap-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_gapTop-md-30x_08de1 {
    gap-top: calc(var(--step) * 30) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-31x_08de1 {
    padding-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_paddingEnd-md-31x_08de1 {
    padding-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_paddingBottom-md-31x_08de1 {
    padding-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_paddingTop-md-31x_08de1 {
    padding-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-31x_08de1 {
    margin-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_marginEnd-md-31x_08de1 {
    margin-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_marginBottom-md-31x_08de1 {
    margin-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_marginTop-md-31x_08de1 {
    margin-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-31x_08de1 {
    gap-inline-start: calc(var(--step) * 31) !important;
  }
  .hoc_gapEnd-md-31x_08de1 {
    gap-inline-end: calc(var(--step) * 31) !important;
  }
  .hoc_gapBottom-md-31x_08de1 {
    gap-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_gapTop-md-31x_08de1 {
    gap-top: calc(var(--step) * 31) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-32x_08de1 {
    padding-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_paddingEnd-md-32x_08de1 {
    padding-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_paddingBottom-md-32x_08de1 {
    padding-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_paddingTop-md-32x_08de1 {
    padding-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-32x_08de1 {
    margin-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_marginEnd-md-32x_08de1 {
    margin-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_marginBottom-md-32x_08de1 {
    margin-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_marginTop-md-32x_08de1 {
    margin-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-32x_08de1 {
    gap-inline-start: calc(var(--step) * 32) !important;
  }
  .hoc_gapEnd-md-32x_08de1 {
    gap-inline-end: calc(var(--step) * 32) !important;
  }
  .hoc_gapBottom-md-32x_08de1 {
    gap-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_gapTop-md-32x_08de1 {
    gap-top: calc(var(--step) * 32) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-33x_08de1 {
    padding-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_paddingEnd-md-33x_08de1 {
    padding-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_paddingBottom-md-33x_08de1 {
    padding-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_paddingTop-md-33x_08de1 {
    padding-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-33x_08de1 {
    margin-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_marginEnd-md-33x_08de1 {
    margin-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_marginBottom-md-33x_08de1 {
    margin-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_marginTop-md-33x_08de1 {
    margin-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-33x_08de1 {
    gap-inline-start: calc(var(--step) * 33) !important;
  }
  .hoc_gapEnd-md-33x_08de1 {
    gap-inline-end: calc(var(--step) * 33) !important;
  }
  .hoc_gapBottom-md-33x_08de1 {
    gap-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_gapTop-md-33x_08de1 {
    gap-top: calc(var(--step) * 33) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-34x_08de1 {
    padding-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_paddingEnd-md-34x_08de1 {
    padding-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_paddingBottom-md-34x_08de1 {
    padding-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_paddingTop-md-34x_08de1 {
    padding-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-34x_08de1 {
    margin-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_marginEnd-md-34x_08de1 {
    margin-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_marginBottom-md-34x_08de1 {
    margin-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_marginTop-md-34x_08de1 {
    margin-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-34x_08de1 {
    gap-inline-start: calc(var(--step) * 34) !important;
  }
  .hoc_gapEnd-md-34x_08de1 {
    gap-inline-end: calc(var(--step) * 34) !important;
  }
  .hoc_gapBottom-md-34x_08de1 {
    gap-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_gapTop-md-34x_08de1 {
    gap-top: calc(var(--step) * 34) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-35x_08de1 {
    padding-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_paddingEnd-md-35x_08de1 {
    padding-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_paddingBottom-md-35x_08de1 {
    padding-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_paddingTop-md-35x_08de1 {
    padding-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-35x_08de1 {
    margin-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_marginEnd-md-35x_08de1 {
    margin-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_marginBottom-md-35x_08de1 {
    margin-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_marginTop-md-35x_08de1 {
    margin-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-35x_08de1 {
    gap-inline-start: calc(var(--step) * 35) !important;
  }
  .hoc_gapEnd-md-35x_08de1 {
    gap-inline-end: calc(var(--step) * 35) !important;
  }
  .hoc_gapBottom-md-35x_08de1 {
    gap-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_gapTop-md-35x_08de1 {
    gap-top: calc(var(--step) * 35) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-36x_08de1 {
    padding-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_paddingEnd-md-36x_08de1 {
    padding-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_paddingBottom-md-36x_08de1 {
    padding-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_paddingTop-md-36x_08de1 {
    padding-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-36x_08de1 {
    margin-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_marginEnd-md-36x_08de1 {
    margin-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_marginBottom-md-36x_08de1 {
    margin-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_marginTop-md-36x_08de1 {
    margin-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-36x_08de1 {
    gap-inline-start: calc(var(--step) * 36) !important;
  }
  .hoc_gapEnd-md-36x_08de1 {
    gap-inline-end: calc(var(--step) * 36) !important;
  }
  .hoc_gapBottom-md-36x_08de1 {
    gap-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_gapTop-md-36x_08de1 {
    gap-top: calc(var(--step) * 36) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-37x_08de1 {
    padding-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_paddingEnd-md-37x_08de1 {
    padding-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_paddingBottom-md-37x_08de1 {
    padding-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_paddingTop-md-37x_08de1 {
    padding-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-37x_08de1 {
    margin-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_marginEnd-md-37x_08de1 {
    margin-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_marginBottom-md-37x_08de1 {
    margin-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_marginTop-md-37x_08de1 {
    margin-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-37x_08de1 {
    gap-inline-start: calc(var(--step) * 37) !important;
  }
  .hoc_gapEnd-md-37x_08de1 {
    gap-inline-end: calc(var(--step) * 37) !important;
  }
  .hoc_gapBottom-md-37x_08de1 {
    gap-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_gapTop-md-37x_08de1 {
    gap-top: calc(var(--step) * 37) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-38x_08de1 {
    padding-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_paddingEnd-md-38x_08de1 {
    padding-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_paddingBottom-md-38x_08de1 {
    padding-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_paddingTop-md-38x_08de1 {
    padding-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-38x_08de1 {
    margin-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_marginEnd-md-38x_08de1 {
    margin-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_marginBottom-md-38x_08de1 {
    margin-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_marginTop-md-38x_08de1 {
    margin-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-38x_08de1 {
    gap-inline-start: calc(var(--step) * 38) !important;
  }
  .hoc_gapEnd-md-38x_08de1 {
    gap-inline-end: calc(var(--step) * 38) !important;
  }
  .hoc_gapBottom-md-38x_08de1 {
    gap-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_gapTop-md-38x_08de1 {
    gap-top: calc(var(--step) * 38) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-39x_08de1 {
    padding-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_paddingEnd-md-39x_08de1 {
    padding-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_paddingBottom-md-39x_08de1 {
    padding-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_paddingTop-md-39x_08de1 {
    padding-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-39x_08de1 {
    margin-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_marginEnd-md-39x_08de1 {
    margin-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_marginBottom-md-39x_08de1 {
    margin-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_marginTop-md-39x_08de1 {
    margin-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-39x_08de1 {
    gap-inline-start: calc(var(--step) * 39) !important;
  }
  .hoc_gapEnd-md-39x_08de1 {
    gap-inline-end: calc(var(--step) * 39) !important;
  }
  .hoc_gapBottom-md-39x_08de1 {
    gap-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_gapTop-md-39x_08de1 {
    gap-top: calc(var(--step) * 39) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-40x_08de1 {
    padding-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_paddingEnd-md-40x_08de1 {
    padding-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_paddingBottom-md-40x_08de1 {
    padding-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_paddingTop-md-40x_08de1 {
    padding-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-40x_08de1 {
    margin-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_marginEnd-md-40x_08de1 {
    margin-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_marginBottom-md-40x_08de1 {
    margin-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_marginTop-md-40x_08de1 {
    margin-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-40x_08de1 {
    gap-inline-start: calc(var(--step) * 40) !important;
  }
  .hoc_gapEnd-md-40x_08de1 {
    gap-inline-end: calc(var(--step) * 40) !important;
  }
  .hoc_gapBottom-md-40x_08de1 {
    gap-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_gapTop-md-40x_08de1 {
    gap-top: calc(var(--step) * 40) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-41x_08de1 {
    padding-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_paddingEnd-md-41x_08de1 {
    padding-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_paddingBottom-md-41x_08de1 {
    padding-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_paddingTop-md-41x_08de1 {
    padding-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-41x_08de1 {
    margin-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_marginEnd-md-41x_08de1 {
    margin-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_marginBottom-md-41x_08de1 {
    margin-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_marginTop-md-41x_08de1 {
    margin-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-41x_08de1 {
    gap-inline-start: calc(var(--step) * 41) !important;
  }
  .hoc_gapEnd-md-41x_08de1 {
    gap-inline-end: calc(var(--step) * 41) !important;
  }
  .hoc_gapBottom-md-41x_08de1 {
    gap-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_gapTop-md-41x_08de1 {
    gap-top: calc(var(--step) * 41) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-42x_08de1 {
    padding-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_paddingEnd-md-42x_08de1 {
    padding-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_paddingBottom-md-42x_08de1 {
    padding-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_paddingTop-md-42x_08de1 {
    padding-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-42x_08de1 {
    margin-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_marginEnd-md-42x_08de1 {
    margin-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_marginBottom-md-42x_08de1 {
    margin-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_marginTop-md-42x_08de1 {
    margin-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-42x_08de1 {
    gap-inline-start: calc(var(--step) * 42) !important;
  }
  .hoc_gapEnd-md-42x_08de1 {
    gap-inline-end: calc(var(--step) * 42) !important;
  }
  .hoc_gapBottom-md-42x_08de1 {
    gap-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_gapTop-md-42x_08de1 {
    gap-top: calc(var(--step) * 42) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-43x_08de1 {
    padding-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_paddingEnd-md-43x_08de1 {
    padding-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_paddingBottom-md-43x_08de1 {
    padding-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_paddingTop-md-43x_08de1 {
    padding-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-43x_08de1 {
    margin-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_marginEnd-md-43x_08de1 {
    margin-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_marginBottom-md-43x_08de1 {
    margin-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_marginTop-md-43x_08de1 {
    margin-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-43x_08de1 {
    gap-inline-start: calc(var(--step) * 43) !important;
  }
  .hoc_gapEnd-md-43x_08de1 {
    gap-inline-end: calc(var(--step) * 43) !important;
  }
  .hoc_gapBottom-md-43x_08de1 {
    gap-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_gapTop-md-43x_08de1 {
    gap-top: calc(var(--step) * 43) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-44x_08de1 {
    padding-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_paddingEnd-md-44x_08de1 {
    padding-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_paddingBottom-md-44x_08de1 {
    padding-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_paddingTop-md-44x_08de1 {
    padding-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-44x_08de1 {
    margin-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_marginEnd-md-44x_08de1 {
    margin-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_marginBottom-md-44x_08de1 {
    margin-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_marginTop-md-44x_08de1 {
    margin-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-44x_08de1 {
    gap-inline-start: calc(var(--step) * 44) !important;
  }
  .hoc_gapEnd-md-44x_08de1 {
    gap-inline-end: calc(var(--step) * 44) !important;
  }
  .hoc_gapBottom-md-44x_08de1 {
    gap-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_gapTop-md-44x_08de1 {
    gap-top: calc(var(--step) * 44) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-45x_08de1 {
    padding-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_paddingEnd-md-45x_08de1 {
    padding-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_paddingBottom-md-45x_08de1 {
    padding-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_paddingTop-md-45x_08de1 {
    padding-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-45x_08de1 {
    margin-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_marginEnd-md-45x_08de1 {
    margin-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_marginBottom-md-45x_08de1 {
    margin-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_marginTop-md-45x_08de1 {
    margin-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-45x_08de1 {
    gap-inline-start: calc(var(--step) * 45) !important;
  }
  .hoc_gapEnd-md-45x_08de1 {
    gap-inline-end: calc(var(--step) * 45) !important;
  }
  .hoc_gapBottom-md-45x_08de1 {
    gap-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_gapTop-md-45x_08de1 {
    gap-top: calc(var(--step) * 45) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-46x_08de1 {
    padding-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_paddingEnd-md-46x_08de1 {
    padding-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_paddingBottom-md-46x_08de1 {
    padding-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_paddingTop-md-46x_08de1 {
    padding-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-46x_08de1 {
    margin-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_marginEnd-md-46x_08de1 {
    margin-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_marginBottom-md-46x_08de1 {
    margin-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_marginTop-md-46x_08de1 {
    margin-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-46x_08de1 {
    gap-inline-start: calc(var(--step) * 46) !important;
  }
  .hoc_gapEnd-md-46x_08de1 {
    gap-inline-end: calc(var(--step) * 46) !important;
  }
  .hoc_gapBottom-md-46x_08de1 {
    gap-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_gapTop-md-46x_08de1 {
    gap-top: calc(var(--step) * 46) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-47x_08de1 {
    padding-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_paddingEnd-md-47x_08de1 {
    padding-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_paddingBottom-md-47x_08de1 {
    padding-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_paddingTop-md-47x_08de1 {
    padding-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-47x_08de1 {
    margin-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_marginEnd-md-47x_08de1 {
    margin-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_marginBottom-md-47x_08de1 {
    margin-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_marginTop-md-47x_08de1 {
    margin-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-47x_08de1 {
    gap-inline-start: calc(var(--step) * 47) !important;
  }
  .hoc_gapEnd-md-47x_08de1 {
    gap-inline-end: calc(var(--step) * 47) !important;
  }
  .hoc_gapBottom-md-47x_08de1 {
    gap-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_gapTop-md-47x_08de1 {
    gap-top: calc(var(--step) * 47) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-48x_08de1 {
    padding-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_paddingEnd-md-48x_08de1 {
    padding-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_paddingBottom-md-48x_08de1 {
    padding-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_paddingTop-md-48x_08de1 {
    padding-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-48x_08de1 {
    margin-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_marginEnd-md-48x_08de1 {
    margin-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_marginBottom-md-48x_08de1 {
    margin-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_marginTop-md-48x_08de1 {
    margin-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-48x_08de1 {
    gap-inline-start: calc(var(--step) * 48) !important;
  }
  .hoc_gapEnd-md-48x_08de1 {
    gap-inline-end: calc(var(--step) * 48) !important;
  }
  .hoc_gapBottom-md-48x_08de1 {
    gap-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_gapTop-md-48x_08de1 {
    gap-top: calc(var(--step) * 48) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-49x_08de1 {
    padding-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_paddingEnd-md-49x_08de1 {
    padding-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_paddingBottom-md-49x_08de1 {
    padding-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_paddingTop-md-49x_08de1 {
    padding-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-49x_08de1 {
    margin-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_marginEnd-md-49x_08de1 {
    margin-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_marginBottom-md-49x_08de1 {
    margin-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_marginTop-md-49x_08de1 {
    margin-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-49x_08de1 {
    gap-inline-start: calc(var(--step) * 49) !important;
  }
  .hoc_gapEnd-md-49x_08de1 {
    gap-inline-end: calc(var(--step) * 49) !important;
  }
  .hoc_gapBottom-md-49x_08de1 {
    gap-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_gapTop-md-49x_08de1 {
    gap-top: calc(var(--step) * 49) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-50x_08de1 {
    padding-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_paddingEnd-md-50x_08de1 {
    padding-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_paddingBottom-md-50x_08de1 {
    padding-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_paddingTop-md-50x_08de1 {
    padding-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-50x_08de1 {
    margin-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_marginEnd-md-50x_08de1 {
    margin-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_marginBottom-md-50x_08de1 {
    margin-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_marginTop-md-50x_08de1 {
    margin-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-50x_08de1 {
    gap-inline-start: calc(var(--step) * 50) !important;
  }
  .hoc_gapEnd-md-50x_08de1 {
    gap-inline-end: calc(var(--step) * 50) !important;
  }
  .hoc_gapBottom-md-50x_08de1 {
    gap-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_gapTop-md-50x_08de1 {
    gap-top: calc(var(--step) * 50) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-51x_08de1 {
    padding-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_paddingEnd-md-51x_08de1 {
    padding-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_paddingBottom-md-51x_08de1 {
    padding-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_paddingTop-md-51x_08de1 {
    padding-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-51x_08de1 {
    margin-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_marginEnd-md-51x_08de1 {
    margin-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_marginBottom-md-51x_08de1 {
    margin-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_marginTop-md-51x_08de1 {
    margin-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-51x_08de1 {
    gap-inline-start: calc(var(--step) * 51) !important;
  }
  .hoc_gapEnd-md-51x_08de1 {
    gap-inline-end: calc(var(--step) * 51) !important;
  }
  .hoc_gapBottom-md-51x_08de1 {
    gap-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_gapTop-md-51x_08de1 {
    gap-top: calc(var(--step) * 51) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-52x_08de1 {
    padding-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_paddingEnd-md-52x_08de1 {
    padding-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_paddingBottom-md-52x_08de1 {
    padding-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_paddingTop-md-52x_08de1 {
    padding-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-52x_08de1 {
    margin-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_marginEnd-md-52x_08de1 {
    margin-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_marginBottom-md-52x_08de1 {
    margin-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_marginTop-md-52x_08de1 {
    margin-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-52x_08de1 {
    gap-inline-start: calc(var(--step) * 52) !important;
  }
  .hoc_gapEnd-md-52x_08de1 {
    gap-inline-end: calc(var(--step) * 52) !important;
  }
  .hoc_gapBottom-md-52x_08de1 {
    gap-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_gapTop-md-52x_08de1 {
    gap-top: calc(var(--step) * 52) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-53x_08de1 {
    padding-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_paddingEnd-md-53x_08de1 {
    padding-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_paddingBottom-md-53x_08de1 {
    padding-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_paddingTop-md-53x_08de1 {
    padding-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-53x_08de1 {
    margin-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_marginEnd-md-53x_08de1 {
    margin-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_marginBottom-md-53x_08de1 {
    margin-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_marginTop-md-53x_08de1 {
    margin-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-53x_08de1 {
    gap-inline-start: calc(var(--step) * 53) !important;
  }
  .hoc_gapEnd-md-53x_08de1 {
    gap-inline-end: calc(var(--step) * 53) !important;
  }
  .hoc_gapBottom-md-53x_08de1 {
    gap-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_gapTop-md-53x_08de1 {
    gap-top: calc(var(--step) * 53) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-54x_08de1 {
    padding-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_paddingEnd-md-54x_08de1 {
    padding-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_paddingBottom-md-54x_08de1 {
    padding-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_paddingTop-md-54x_08de1 {
    padding-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-54x_08de1 {
    margin-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_marginEnd-md-54x_08de1 {
    margin-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_marginBottom-md-54x_08de1 {
    margin-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_marginTop-md-54x_08de1 {
    margin-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-54x_08de1 {
    gap-inline-start: calc(var(--step) * 54) !important;
  }
  .hoc_gapEnd-md-54x_08de1 {
    gap-inline-end: calc(var(--step) * 54) !important;
  }
  .hoc_gapBottom-md-54x_08de1 {
    gap-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_gapTop-md-54x_08de1 {
    gap-top: calc(var(--step) * 54) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-55x_08de1 {
    padding-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_paddingEnd-md-55x_08de1 {
    padding-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_paddingBottom-md-55x_08de1 {
    padding-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_paddingTop-md-55x_08de1 {
    padding-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-55x_08de1 {
    margin-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_marginEnd-md-55x_08de1 {
    margin-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_marginBottom-md-55x_08de1 {
    margin-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_marginTop-md-55x_08de1 {
    margin-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-55x_08de1 {
    gap-inline-start: calc(var(--step) * 55) !important;
  }
  .hoc_gapEnd-md-55x_08de1 {
    gap-inline-end: calc(var(--step) * 55) !important;
  }
  .hoc_gapBottom-md-55x_08de1 {
    gap-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_gapTop-md-55x_08de1 {
    gap-top: calc(var(--step) * 55) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-56x_08de1 {
    padding-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_paddingEnd-md-56x_08de1 {
    padding-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_paddingBottom-md-56x_08de1 {
    padding-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_paddingTop-md-56x_08de1 {
    padding-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-56x_08de1 {
    margin-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_marginEnd-md-56x_08de1 {
    margin-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_marginBottom-md-56x_08de1 {
    margin-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_marginTop-md-56x_08de1 {
    margin-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-56x_08de1 {
    gap-inline-start: calc(var(--step) * 56) !important;
  }
  .hoc_gapEnd-md-56x_08de1 {
    gap-inline-end: calc(var(--step) * 56) !important;
  }
  .hoc_gapBottom-md-56x_08de1 {
    gap-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_gapTop-md-56x_08de1 {
    gap-top: calc(var(--step) * 56) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-57x_08de1 {
    padding-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_paddingEnd-md-57x_08de1 {
    padding-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_paddingBottom-md-57x_08de1 {
    padding-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_paddingTop-md-57x_08de1 {
    padding-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-57x_08de1 {
    margin-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_marginEnd-md-57x_08de1 {
    margin-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_marginBottom-md-57x_08de1 {
    margin-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_marginTop-md-57x_08de1 {
    margin-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-57x_08de1 {
    gap-inline-start: calc(var(--step) * 57) !important;
  }
  .hoc_gapEnd-md-57x_08de1 {
    gap-inline-end: calc(var(--step) * 57) !important;
  }
  .hoc_gapBottom-md-57x_08de1 {
    gap-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_gapTop-md-57x_08de1 {
    gap-top: calc(var(--step) * 57) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-58x_08de1 {
    padding-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_paddingEnd-md-58x_08de1 {
    padding-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_paddingBottom-md-58x_08de1 {
    padding-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_paddingTop-md-58x_08de1 {
    padding-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-58x_08de1 {
    margin-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_marginEnd-md-58x_08de1 {
    margin-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_marginBottom-md-58x_08de1 {
    margin-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_marginTop-md-58x_08de1 {
    margin-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-58x_08de1 {
    gap-inline-start: calc(var(--step) * 58) !important;
  }
  .hoc_gapEnd-md-58x_08de1 {
    gap-inline-end: calc(var(--step) * 58) !important;
  }
  .hoc_gapBottom-md-58x_08de1 {
    gap-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_gapTop-md-58x_08de1 {
    gap-top: calc(var(--step) * 58) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-59x_08de1 {
    padding-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_paddingEnd-md-59x_08de1 {
    padding-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_paddingBottom-md-59x_08de1 {
    padding-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_paddingTop-md-59x_08de1 {
    padding-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-59x_08de1 {
    margin-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_marginEnd-md-59x_08de1 {
    margin-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_marginBottom-md-59x_08de1 {
    margin-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_marginTop-md-59x_08de1 {
    margin-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-59x_08de1 {
    gap-inline-start: calc(var(--step) * 59) !important;
  }
  .hoc_gapEnd-md-59x_08de1 {
    gap-inline-end: calc(var(--step) * 59) !important;
  }
  .hoc_gapBottom-md-59x_08de1 {
    gap-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_gapTop-md-59x_08de1 {
    gap-top: calc(var(--step) * 59) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-60x_08de1 {
    padding-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_paddingEnd-md-60x_08de1 {
    padding-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_paddingBottom-md-60x_08de1 {
    padding-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_paddingTop-md-60x_08de1 {
    padding-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-60x_08de1 {
    margin-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_marginEnd-md-60x_08de1 {
    margin-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_marginBottom-md-60x_08de1 {
    margin-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_marginTop-md-60x_08de1 {
    margin-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-60x_08de1 {
    gap-inline-start: calc(var(--step) * 60) !important;
  }
  .hoc_gapEnd-md-60x_08de1 {
    gap-inline-end: calc(var(--step) * 60) !important;
  }
  .hoc_gapBottom-md-60x_08de1 {
    gap-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_gapTop-md-60x_08de1 {
    gap-top: calc(var(--step) * 60) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-61x_08de1 {
    padding-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_paddingEnd-md-61x_08de1 {
    padding-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_paddingBottom-md-61x_08de1 {
    padding-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_paddingTop-md-61x_08de1 {
    padding-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-61x_08de1 {
    margin-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_marginEnd-md-61x_08de1 {
    margin-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_marginBottom-md-61x_08de1 {
    margin-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_marginTop-md-61x_08de1 {
    margin-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-61x_08de1 {
    gap-inline-start: calc(var(--step) * 61) !important;
  }
  .hoc_gapEnd-md-61x_08de1 {
    gap-inline-end: calc(var(--step) * 61) !important;
  }
  .hoc_gapBottom-md-61x_08de1 {
    gap-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_gapTop-md-61x_08de1 {
    gap-top: calc(var(--step) * 61) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-62x_08de1 {
    padding-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_paddingEnd-md-62x_08de1 {
    padding-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_paddingBottom-md-62x_08de1 {
    padding-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_paddingTop-md-62x_08de1 {
    padding-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-62x_08de1 {
    margin-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_marginEnd-md-62x_08de1 {
    margin-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_marginBottom-md-62x_08de1 {
    margin-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_marginTop-md-62x_08de1 {
    margin-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-62x_08de1 {
    gap-inline-start: calc(var(--step) * 62) !important;
  }
  .hoc_gapEnd-md-62x_08de1 {
    gap-inline-end: calc(var(--step) * 62) !important;
  }
  .hoc_gapBottom-md-62x_08de1 {
    gap-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_gapTop-md-62x_08de1 {
    gap-top: calc(var(--step) * 62) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-63x_08de1 {
    padding-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_paddingEnd-md-63x_08de1 {
    padding-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_paddingBottom-md-63x_08de1 {
    padding-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_paddingTop-md-63x_08de1 {
    padding-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-63x_08de1 {
    margin-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_marginEnd-md-63x_08de1 {
    margin-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_marginBottom-md-63x_08de1 {
    margin-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_marginTop-md-63x_08de1 {
    margin-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-63x_08de1 {
    gap-inline-start: calc(var(--step) * 63) !important;
  }
  .hoc_gapEnd-md-63x_08de1 {
    gap-inline-end: calc(var(--step) * 63) !important;
  }
  .hoc_gapBottom-md-63x_08de1 {
    gap-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_gapTop-md-63x_08de1 {
    gap-top: calc(var(--step) * 63) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-64x_08de1 {
    padding-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_paddingEnd-md-64x_08de1 {
    padding-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_paddingBottom-md-64x_08de1 {
    padding-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_paddingTop-md-64x_08de1 {
    padding-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-64x_08de1 {
    margin-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_marginEnd-md-64x_08de1 {
    margin-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_marginBottom-md-64x_08de1 {
    margin-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_marginTop-md-64x_08de1 {
    margin-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-64x_08de1 {
    gap-inline-start: calc(var(--step) * 64) !important;
  }
  .hoc_gapEnd-md-64x_08de1 {
    gap-inline-end: calc(var(--step) * 64) !important;
  }
  .hoc_gapBottom-md-64x_08de1 {
    gap-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_gapTop-md-64x_08de1 {
    gap-top: calc(var(--step) * 64) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-65x_08de1 {
    padding-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_paddingEnd-md-65x_08de1 {
    padding-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_paddingBottom-md-65x_08de1 {
    padding-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_paddingTop-md-65x_08de1 {
    padding-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-65x_08de1 {
    margin-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_marginEnd-md-65x_08de1 {
    margin-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_marginBottom-md-65x_08de1 {
    margin-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_marginTop-md-65x_08de1 {
    margin-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-65x_08de1 {
    gap-inline-start: calc(var(--step) * 65) !important;
  }
  .hoc_gapEnd-md-65x_08de1 {
    gap-inline-end: calc(var(--step) * 65) !important;
  }
  .hoc_gapBottom-md-65x_08de1 {
    gap-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_gapTop-md-65x_08de1 {
    gap-top: calc(var(--step) * 65) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-66x_08de1 {
    padding-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_paddingEnd-md-66x_08de1 {
    padding-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_paddingBottom-md-66x_08de1 {
    padding-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_paddingTop-md-66x_08de1 {
    padding-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-66x_08de1 {
    margin-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_marginEnd-md-66x_08de1 {
    margin-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_marginBottom-md-66x_08de1 {
    margin-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_marginTop-md-66x_08de1 {
    margin-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-66x_08de1 {
    gap-inline-start: calc(var(--step) * 66) !important;
  }
  .hoc_gapEnd-md-66x_08de1 {
    gap-inline-end: calc(var(--step) * 66) !important;
  }
  .hoc_gapBottom-md-66x_08de1 {
    gap-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_gapTop-md-66x_08de1 {
    gap-top: calc(var(--step) * 66) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-67x_08de1 {
    padding-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_paddingEnd-md-67x_08de1 {
    padding-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_paddingBottom-md-67x_08de1 {
    padding-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_paddingTop-md-67x_08de1 {
    padding-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-67x_08de1 {
    margin-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_marginEnd-md-67x_08de1 {
    margin-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_marginBottom-md-67x_08de1 {
    margin-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_marginTop-md-67x_08de1 {
    margin-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-67x_08de1 {
    gap-inline-start: calc(var(--step) * 67) !important;
  }
  .hoc_gapEnd-md-67x_08de1 {
    gap-inline-end: calc(var(--step) * 67) !important;
  }
  .hoc_gapBottom-md-67x_08de1 {
    gap-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_gapTop-md-67x_08de1 {
    gap-top: calc(var(--step) * 67) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-68x_08de1 {
    padding-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_paddingEnd-md-68x_08de1 {
    padding-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_paddingBottom-md-68x_08de1 {
    padding-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_paddingTop-md-68x_08de1 {
    padding-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-68x_08de1 {
    margin-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_marginEnd-md-68x_08de1 {
    margin-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_marginBottom-md-68x_08de1 {
    margin-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_marginTop-md-68x_08de1 {
    margin-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-68x_08de1 {
    gap-inline-start: calc(var(--step) * 68) !important;
  }
  .hoc_gapEnd-md-68x_08de1 {
    gap-inline-end: calc(var(--step) * 68) !important;
  }
  .hoc_gapBottom-md-68x_08de1 {
    gap-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_gapTop-md-68x_08de1 {
    gap-top: calc(var(--step) * 68) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-69x_08de1 {
    padding-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_paddingEnd-md-69x_08de1 {
    padding-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_paddingBottom-md-69x_08de1 {
    padding-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_paddingTop-md-69x_08de1 {
    padding-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-69x_08de1 {
    margin-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_marginEnd-md-69x_08de1 {
    margin-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_marginBottom-md-69x_08de1 {
    margin-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_marginTop-md-69x_08de1 {
    margin-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-69x_08de1 {
    gap-inline-start: calc(var(--step) * 69) !important;
  }
  .hoc_gapEnd-md-69x_08de1 {
    gap-inline-end: calc(var(--step) * 69) !important;
  }
  .hoc_gapBottom-md-69x_08de1 {
    gap-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_gapTop-md-69x_08de1 {
    gap-top: calc(var(--step) * 69) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-70x_08de1 {
    padding-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_paddingEnd-md-70x_08de1 {
    padding-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_paddingBottom-md-70x_08de1 {
    padding-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_paddingTop-md-70x_08de1 {
    padding-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-70x_08de1 {
    margin-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_marginEnd-md-70x_08de1 {
    margin-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_marginBottom-md-70x_08de1 {
    margin-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_marginTop-md-70x_08de1 {
    margin-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-70x_08de1 {
    gap-inline-start: calc(var(--step) * 70) !important;
  }
  .hoc_gapEnd-md-70x_08de1 {
    gap-inline-end: calc(var(--step) * 70) !important;
  }
  .hoc_gapBottom-md-70x_08de1 {
    gap-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_gapTop-md-70x_08de1 {
    gap-top: calc(var(--step) * 70) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-71x_08de1 {
    padding-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_paddingEnd-md-71x_08de1 {
    padding-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_paddingBottom-md-71x_08de1 {
    padding-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_paddingTop-md-71x_08de1 {
    padding-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-71x_08de1 {
    margin-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_marginEnd-md-71x_08de1 {
    margin-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_marginBottom-md-71x_08de1 {
    margin-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_marginTop-md-71x_08de1 {
    margin-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-71x_08de1 {
    gap-inline-start: calc(var(--step) * 71) !important;
  }
  .hoc_gapEnd-md-71x_08de1 {
    gap-inline-end: calc(var(--step) * 71) !important;
  }
  .hoc_gapBottom-md-71x_08de1 {
    gap-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_gapTop-md-71x_08de1 {
    gap-top: calc(var(--step) * 71) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_paddingStart-md-72x_08de1 {
    padding-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_paddingEnd-md-72x_08de1 {
    padding-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_paddingBottom-md-72x_08de1 {
    padding-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_paddingTop-md-72x_08de1 {
    padding-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_marginStart-md-72x_08de1 {
    margin-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_marginEnd-md-72x_08de1 {
    margin-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_marginBottom-md-72x_08de1 {
    margin-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_marginTop-md-72x_08de1 {
    margin-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_gapStart-md-72x_08de1 {
    gap-inline-start: calc(var(--step) * 72) !important;
  }
  .hoc_gapEnd-md-72x_08de1 {
    gap-inline-end: calc(var(--step) * 72) !important;
  }
  .hoc_gapBottom-md-72x_08de1 {
    gap-bottom: calc(var(--step) * 72) !important;
  }
  .hoc_gapTop-md-72x_08de1 {
    gap-top: calc(var(--step) * 72) !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_margin-md-0_08de1 {
    margin-bottom: 0 !important;
  }
  .hoc_margin-md-1x_08de1 {
    margin-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_margin-md-2x_08de1 {
    margin-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_margin-md-3x_08de1 {
    margin-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_margin-md-4x_08de1 {
    margin-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_margin-md-5x_08de1 {
    margin-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_margin-md-6x_08de1 {
    margin-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_margin-md-7x_08de1 {
    margin-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_margin-md-8x_08de1 {
    margin-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_margin-md-9x_08de1 {
    margin-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_margin-md-10x_08de1 {
    margin-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_margin-md-11x_08de1 {
    margin-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_margin-md-12x_08de1 {
    margin-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_margin-md-13x_08de1 {
    margin-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_margin-md-14x_08de1 {
    margin-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_margin-md-15x_08de1 {
    margin-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_margin-md-16x_08de1 {
    margin-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_margin-md-17x_08de1 {
    margin-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_margin-md-18x_08de1 {
    margin-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_margin-md-19x_08de1 {
    margin-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_margin-md-20x_08de1 {
    margin-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_margin-md-21x_08de1 {
    margin-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_margin-md-22x_08de1 {
    margin-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_margin-md-23x_08de1 {
    margin-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_margin-md-24x_08de1 {
    margin-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_margin-md-25x_08de1 {
    margin-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_margin-md-26x_08de1 {
    margin-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_margin-md-27x_08de1 {
    margin-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_margin-md-28x_08de1 {
    margin-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_margin-md-29x_08de1 {
    margin-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_margin-md-30x_08de1 {
    margin-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_margin-md-31x_08de1 {
    margin-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_margin-md-32x_08de1 {
    margin-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_margin-md-33x_08de1 {
    margin-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_margin-md-34x_08de1 {
    margin-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_margin-md-35x_08de1 {
    margin-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_margin-md-36x_08de1 {
    margin-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_margin-md-37x_08de1 {
    margin-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_margin-md-38x_08de1 {
    margin-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_margin-md-39x_08de1 {
    margin-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_margin-md-40x_08de1 {
    margin-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_margin-md-41x_08de1 {
    margin-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_margin-md-42x_08de1 {
    margin-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_margin-md-43x_08de1 {
    margin-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_margin-md-44x_08de1 {
    margin-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_margin-md-45x_08de1 {
    margin-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_margin-md-46x_08de1 {
    margin-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_margin-md-47x_08de1 {
    margin-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_margin-md-48x_08de1 {
    margin-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_margin-md-49x_08de1 {
    margin-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_margin-md-50x_08de1 {
    margin-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_margin-md-51x_08de1 {
    margin-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_margin-md-52x_08de1 {
    margin-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_margin-md-53x_08de1 {
    margin-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_margin-md-54x_08de1 {
    margin-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_margin-md-55x_08de1 {
    margin-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_margin-md-56x_08de1 {
    margin-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_margin-md-57x_08de1 {
    margin-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_margin-md-58x_08de1 {
    margin-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_margin-md-59x_08de1 {
    margin-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_margin-md-60x_08de1 {
    margin-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_margin-md-61x_08de1 {
    margin-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_margin-md-62x_08de1 {
    margin-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_margin-md-63x_08de1 {
    margin-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_margin-md-64x_08de1 {
    margin-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_margin-md-65x_08de1 {
    margin-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_margin-md-66x_08de1 {
    margin-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_margin-md-67x_08de1 {
    margin-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_margin-md-68x_08de1 {
    margin-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_margin-md-69x_08de1 {
    margin-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_margin-md-70x_08de1 {
    margin-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_margin-md-71x_08de1 {
    margin-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_margin-md-72x_08de1 {
    margin-bottom: calc(var(--step) * 72) !important;
  }
}

.hoc_padding-0_08de1 {
  padding: 0 !important;
}

@media screen and (min-width: 924px) {
  .hoc_padding-md-0_08de1 {
    padding: 0 !important;
  }
  .hoc_padding-md-1x_08de1 {
    padding: calc(var(--step) * 1) !important;
  }
  .hoc_padding-md-2x_08de1 {
    padding: calc(var(--step) * 2) !important;
  }
  .hoc_padding-md-3x_08de1 {
    padding: calc(var(--step) * 3) !important;
  }
  .hoc_padding-md-4x_08de1 {
    padding: calc(var(--step) * 4) !important;
  }
  .hoc_padding-md-5x_08de1 {
    padding: calc(var(--step) * 5) !important;
  }
  .hoc_padding-md-6x_08de1 {
    padding: calc(var(--step) * 6) !important;
  }
  .hoc_padding-md-7x_08de1 {
    padding: calc(var(--step) * 7) !important;
  }
  .hoc_padding-md-8x_08de1 {
    padding: calc(var(--step) * 8) !important;
  }
  .hoc_padding-md-9x_08de1 {
    padding: calc(var(--step) * 9) !important;
  }
  .hoc_padding-md-10x_08de1 {
    padding: calc(var(--step) * 10) !important;
  }
  .hoc_padding-md-11x_08de1 {
    padding: calc(var(--step) * 11) !important;
  }
  .hoc_padding-md-12x_08de1 {
    padding: calc(var(--step) * 12) !important;
  }
  .hoc_padding-md-13x_08de1 {
    padding: calc(var(--step) * 13) !important;
  }
  .hoc_padding-md-14x_08de1 {
    padding: calc(var(--step) * 14) !important;
  }
  .hoc_padding-md-15x_08de1 {
    padding: calc(var(--step) * 15) !important;
  }
  .hoc_padding-md-16x_08de1 {
    padding: calc(var(--step) * 16) !important;
  }
  .hoc_padding-md-17x_08de1 {
    padding: calc(var(--step) * 17) !important;
  }
  .hoc_padding-md-18x_08de1 {
    padding: calc(var(--step) * 18) !important;
  }
  .hoc_padding-md-19x_08de1 {
    padding: calc(var(--step) * 19) !important;
  }
  .hoc_padding-md-20x_08de1 {
    padding: calc(var(--step) * 20) !important;
  }
  .hoc_padding-md-21x_08de1 {
    padding: calc(var(--step) * 21) !important;
  }
  .hoc_padding-md-22x_08de1 {
    padding: calc(var(--step) * 22) !important;
  }
  .hoc_padding-md-23x_08de1 {
    padding: calc(var(--step) * 23) !important;
  }
  .hoc_padding-md-24x_08de1 {
    padding: calc(var(--step) * 24) !important;
  }
  .hoc_padding-md-25x_08de1 {
    padding: calc(var(--step) * 25) !important;
  }
  .hoc_padding-md-26x_08de1 {
    padding: calc(var(--step) * 26) !important;
  }
  .hoc_padding-md-27x_08de1 {
    padding: calc(var(--step) * 27) !important;
  }
  .hoc_padding-md-28x_08de1 {
    padding: calc(var(--step) * 28) !important;
  }
  .hoc_padding-md-29x_08de1 {
    padding: calc(var(--step) * 29) !important;
  }
  .hoc_padding-md-30x_08de1 {
    padding: calc(var(--step) * 30) !important;
  }
  .hoc_padding-md-31x_08de1 {
    padding: calc(var(--step) * 31) !important;
  }
  .hoc_padding-md-32x_08de1 {
    padding: calc(var(--step) * 32) !important;
  }
  .hoc_padding-md-33x_08de1 {
    padding: calc(var(--step) * 33) !important;
  }
  .hoc_padding-md-34x_08de1 {
    padding: calc(var(--step) * 34) !important;
  }
  .hoc_padding-md-35x_08de1 {
    padding: calc(var(--step) * 35) !important;
  }
  .hoc_padding-md-36x_08de1 {
    padding: calc(var(--step) * 36) !important;
  }
  .hoc_padding-md-37x_08de1 {
    padding: calc(var(--step) * 37) !important;
  }
  .hoc_padding-md-38x_08de1 {
    padding: calc(var(--step) * 38) !important;
  }
  .hoc_padding-md-39x_08de1 {
    padding: calc(var(--step) * 39) !important;
  }
  .hoc_padding-md-40x_08de1 {
    padding: calc(var(--step) * 40) !important;
  }
  .hoc_padding-md-41x_08de1 {
    padding: calc(var(--step) * 41) !important;
  }
  .hoc_padding-md-42x_08de1 {
    padding: calc(var(--step) * 42) !important;
  }
  .hoc_padding-md-43x_08de1 {
    padding: calc(var(--step) * 43) !important;
  }
  .hoc_padding-md-44x_08de1 {
    padding: calc(var(--step) * 44) !important;
  }
  .hoc_padding-md-45x_08de1 {
    padding: calc(var(--step) * 45) !important;
  }
  .hoc_padding-md-46x_08de1 {
    padding: calc(var(--step) * 46) !important;
  }
  .hoc_padding-md-47x_08de1 {
    padding: calc(var(--step) * 47) !important;
  }
  .hoc_padding-md-48x_08de1 {
    padding: calc(var(--step) * 48) !important;
  }
  .hoc_padding-md-49x_08de1 {
    padding: calc(var(--step) * 49) !important;
  }
  .hoc_padding-md-50x_08de1 {
    padding: calc(var(--step) * 50) !important;
  }
  .hoc_padding-md-51x_08de1 {
    padding: calc(var(--step) * 51) !important;
  }
  .hoc_padding-md-52x_08de1 {
    padding: calc(var(--step) * 52) !important;
  }
  .hoc_padding-md-53x_08de1 {
    padding: calc(var(--step) * 53) !important;
  }
  .hoc_padding-md-54x_08de1 {
    padding: calc(var(--step) * 54) !important;
  }
  .hoc_padding-md-55x_08de1 {
    padding: calc(var(--step) * 55) !important;
  }
  .hoc_padding-md-56x_08de1 {
    padding: calc(var(--step) * 56) !important;
  }
  .hoc_padding-md-57x_08de1 {
    padding: calc(var(--step) * 57) !important;
  }
  .hoc_padding-md-58x_08de1 {
    padding: calc(var(--step) * 58) !important;
  }
  .hoc_padding-md-59x_08de1 {
    padding: calc(var(--step) * 59) !important;
  }
  .hoc_padding-md-60x_08de1 {
    padding: calc(var(--step) * 60) !important;
  }
  .hoc_padding-md-61x_08de1 {
    padding: calc(var(--step) * 61) !important;
  }
  .hoc_padding-md-62x_08de1 {
    padding: calc(var(--step) * 62) !important;
  }
  .hoc_padding-md-63x_08de1 {
    padding: calc(var(--step) * 63) !important;
  }
  .hoc_padding-md-64x_08de1 {
    padding: calc(var(--step) * 64) !important;
  }
  .hoc_padding-md-65x_08de1 {
    padding: calc(var(--step) * 65) !important;
  }
  .hoc_padding-md-66x_08de1 {
    padding: calc(var(--step) * 66) !important;
  }
  .hoc_padding-md-67x_08de1 {
    padding: calc(var(--step) * 67) !important;
  }
  .hoc_padding-md-68x_08de1 {
    padding: calc(var(--step) * 68) !important;
  }
  .hoc_padding-md-69x_08de1 {
    padding: calc(var(--step) * 69) !important;
  }
  .hoc_padding-md-70x_08de1 {
    padding: calc(var(--step) * 70) !important;
  }
  .hoc_padding-md-71x_08de1 {
    padding: calc(var(--step) * 71) !important;
  }
  .hoc_padding-md-72x_08de1 {
    padding: calc(var(--step) * 72) !important;
  }
}

@media screen and (min-width: 924px) {
  .hoc_paddingTop-md-0_08de1 {
    padding: 0 !important;
  }
  .hoc_paddingTop-md-1x_08de1 {
    padding-top: calc(var(--step) * 1) !important;
  }
  .hoc_paddingTop-md-2x_08de1 {
    padding-top: calc(var(--step) * 2) !important;
  }
  .hoc_paddingTop-md-3x_08de1 {
    padding-top: calc(var(--step) * 3) !important;
  }
  .hoc_paddingTop-md-4x_08de1 {
    padding-top: calc(var(--step) * 4) !important;
  }
  .hoc_paddingTop-md-5x_08de1 {
    padding-top: calc(var(--step) * 5) !important;
  }
  .hoc_paddingTop-md-6x_08de1 {
    padding-top: calc(var(--step) * 6) !important;
  }
  .hoc_paddingTop-md-7x_08de1 {
    padding-top: calc(var(--step) * 7) !important;
  }
  .hoc_paddingTop-md-8x_08de1 {
    padding-top: calc(var(--step) * 8) !important;
  }
  .hoc_paddingTop-md-9x_08de1 {
    padding-top: calc(var(--step) * 9) !important;
  }
  .hoc_paddingTop-md-10x_08de1 {
    padding-top: calc(var(--step) * 10) !important;
  }
  .hoc_paddingTop-md-11x_08de1 {
    padding-top: calc(var(--step) * 11) !important;
  }
  .hoc_paddingTop-md-12x_08de1 {
    padding-top: calc(var(--step) * 12) !important;
  }
  .hoc_paddingTop-md-13x_08de1 {
    padding-top: calc(var(--step) * 13) !important;
  }
  .hoc_paddingTop-md-14x_08de1 {
    padding-top: calc(var(--step) * 14) !important;
  }
  .hoc_paddingTop-md-15x_08de1 {
    padding-top: calc(var(--step) * 15) !important;
  }
  .hoc_paddingTop-md-16x_08de1 {
    padding-top: calc(var(--step) * 16) !important;
  }
  .hoc_paddingTop-md-17x_08de1 {
    padding-top: calc(var(--step) * 17) !important;
  }
  .hoc_paddingTop-md-18x_08de1 {
    padding-top: calc(var(--step) * 18) !important;
  }
  .hoc_paddingTop-md-19x_08de1 {
    padding-top: calc(var(--step) * 19) !important;
  }
  .hoc_paddingTop-md-20x_08de1 {
    padding-top: calc(var(--step) * 20) !important;
  }
  .hoc_paddingTop-md-21x_08de1 {
    padding-top: calc(var(--step) * 21) !important;
  }
  .hoc_paddingTop-md-22x_08de1 {
    padding-top: calc(var(--step) * 22) !important;
  }
  .hoc_paddingTop-md-23x_08de1 {
    padding-top: calc(var(--step) * 23) !important;
  }
  .hoc_paddingTop-md-24x_08de1 {
    padding-top: calc(var(--step) * 24) !important;
  }
  .hoc_paddingTop-md-25x_08de1 {
    padding-top: calc(var(--step) * 25) !important;
  }
  .hoc_paddingTop-md-26x_08de1 {
    padding-top: calc(var(--step) * 26) !important;
  }
  .hoc_paddingTop-md-27x_08de1 {
    padding-top: calc(var(--step) * 27) !important;
  }
  .hoc_paddingTop-md-28x_08de1 {
    padding-top: calc(var(--step) * 28) !important;
  }
  .hoc_paddingTop-md-29x_08de1 {
    padding-top: calc(var(--step) * 29) !important;
  }
  .hoc_paddingTop-md-30x_08de1 {
    padding-top: calc(var(--step) * 30) !important;
  }
  .hoc_paddingTop-md-31x_08de1 {
    padding-top: calc(var(--step) * 31) !important;
  }
  .hoc_paddingTop-md-32x_08de1 {
    padding-top: calc(var(--step) * 32) !important;
  }
  .hoc_paddingTop-md-33x_08de1 {
    padding-top: calc(var(--step) * 33) !important;
  }
  .hoc_paddingTop-md-34x_08de1 {
    padding-top: calc(var(--step) * 34) !important;
  }
  .hoc_paddingTop-md-35x_08de1 {
    padding-top: calc(var(--step) * 35) !important;
  }
  .hoc_paddingTop-md-36x_08de1 {
    padding-top: calc(var(--step) * 36) !important;
  }
  .hoc_paddingTop-md-37x_08de1 {
    padding-top: calc(var(--step) * 37) !important;
  }
  .hoc_paddingTop-md-38x_08de1 {
    padding-top: calc(var(--step) * 38) !important;
  }
  .hoc_paddingTop-md-39x_08de1 {
    padding-top: calc(var(--step) * 39) !important;
  }
  .hoc_paddingTop-md-40x_08de1 {
    padding-top: calc(var(--step) * 40) !important;
  }
  .hoc_paddingTop-md-41x_08de1 {
    padding-top: calc(var(--step) * 41) !important;
  }
  .hoc_paddingTop-md-42x_08de1 {
    padding-top: calc(var(--step) * 42) !important;
  }
  .hoc_paddingTop-md-43x_08de1 {
    padding-top: calc(var(--step) * 43) !important;
  }
  .hoc_paddingTop-md-44x_08de1 {
    padding-top: calc(var(--step) * 44) !important;
  }
  .hoc_paddingTop-md-45x_08de1 {
    padding-top: calc(var(--step) * 45) !important;
  }
  .hoc_paddingTop-md-46x_08de1 {
    padding-top: calc(var(--step) * 46) !important;
  }
  .hoc_paddingTop-md-47x_08de1 {
    padding-top: calc(var(--step) * 47) !important;
  }
  .hoc_paddingTop-md-48x_08de1 {
    padding-top: calc(var(--step) * 48) !important;
  }
  .hoc_paddingTop-md-49x_08de1 {
    padding-top: calc(var(--step) * 49) !important;
  }
  .hoc_paddingTop-md-50x_08de1 {
    padding-top: calc(var(--step) * 50) !important;
  }
  .hoc_paddingTop-md-51x_08de1 {
    padding-top: calc(var(--step) * 51) !important;
  }
  .hoc_paddingTop-md-52x_08de1 {
    padding-top: calc(var(--step) * 52) !important;
  }
  .hoc_paddingTop-md-53x_08de1 {
    padding-top: calc(var(--step) * 53) !important;
  }
  .hoc_paddingTop-md-54x_08de1 {
    padding-top: calc(var(--step) * 54) !important;
  }
  .hoc_paddingTop-md-55x_08de1 {
    padding-top: calc(var(--step) * 55) !important;
  }
  .hoc_paddingTop-md-56x_08de1 {
    padding-top: calc(var(--step) * 56) !important;
  }
  .hoc_paddingTop-md-57x_08de1 {
    padding-top: calc(var(--step) * 57) !important;
  }
  .hoc_paddingTop-md-58x_08de1 {
    padding-top: calc(var(--step) * 58) !important;
  }
  .hoc_paddingTop-md-59x_08de1 {
    padding-top: calc(var(--step) * 59) !important;
  }
  .hoc_paddingTop-md-60x_08de1 {
    padding-top: calc(var(--step) * 60) !important;
  }
  .hoc_paddingTop-md-61x_08de1 {
    padding-top: calc(var(--step) * 61) !important;
  }
  .hoc_paddingTop-md-62x_08de1 {
    padding-top: calc(var(--step) * 62) !important;
  }
  .hoc_paddingTop-md-63x_08de1 {
    padding-top: calc(var(--step) * 63) !important;
  }
  .hoc_paddingTop-md-64x_08de1 {
    padding-top: calc(var(--step) * 64) !important;
  }
  .hoc_paddingTop-md-65x_08de1 {
    padding-top: calc(var(--step) * 65) !important;
  }
  .hoc_paddingTop-md-66x_08de1 {
    padding-top: calc(var(--step) * 66) !important;
  }
  .hoc_paddingTop-md-67x_08de1 {
    padding-top: calc(var(--step) * 67) !important;
  }
  .hoc_paddingTop-md-68x_08de1 {
    padding-top: calc(var(--step) * 68) !important;
  }
  .hoc_paddingTop-md-69x_08de1 {
    padding-top: calc(var(--step) * 69) !important;
  }
  .hoc_paddingTop-md-70x_08de1 {
    padding-top: calc(var(--step) * 70) !important;
  }
  .hoc_paddingTop-md-71x_08de1 {
    padding-top: calc(var(--step) * 71) !important;
  }
  .hoc_paddingTop-md-72x_08de1 {
    padding-top: calc(var(--step) * 72) !important;
  }
}

@media screen and (min-width: 924px) {
  .hoc_paddingBottom-md-0_08de1 {
    padding: 0 !important;
  }
  .hoc_paddingBottom-md-1x_08de1 {
    padding-bottom: calc(var(--step) * 1) !important;
  }
  .hoc_paddingBottom-md-2x_08de1 {
    padding-bottom: calc(var(--step) * 2) !important;
  }
  .hoc_paddingBottom-md-3x_08de1 {
    padding-bottom: calc(var(--step) * 3) !important;
  }
  .hoc_paddingBottom-md-4x_08de1 {
    padding-bottom: calc(var(--step) * 4) !important;
  }
  .hoc_paddingBottom-md-5x_08de1 {
    padding-bottom: calc(var(--step) * 5) !important;
  }
  .hoc_paddingBottom-md-6x_08de1 {
    padding-bottom: calc(var(--step) * 6) !important;
  }
  .hoc_paddingBottom-md-7x_08de1 {
    padding-bottom: calc(var(--step) * 7) !important;
  }
  .hoc_paddingBottom-md-8x_08de1 {
    padding-bottom: calc(var(--step) * 8) !important;
  }
  .hoc_paddingBottom-md-9x_08de1 {
    padding-bottom: calc(var(--step) * 9) !important;
  }
  .hoc_paddingBottom-md-10x_08de1 {
    padding-bottom: calc(var(--step) * 10) !important;
  }
  .hoc_paddingBottom-md-11x_08de1 {
    padding-bottom: calc(var(--step) * 11) !important;
  }
  .hoc_paddingBottom-md-12x_08de1 {
    padding-bottom: calc(var(--step) * 12) !important;
  }
  .hoc_paddingBottom-md-13x_08de1 {
    padding-bottom: calc(var(--step) * 13) !important;
  }
  .hoc_paddingBottom-md-14x_08de1 {
    padding-bottom: calc(var(--step) * 14) !important;
  }
  .hoc_paddingBottom-md-15x_08de1 {
    padding-bottom: calc(var(--step) * 15) !important;
  }
  .hoc_paddingBottom-md-16x_08de1 {
    padding-bottom: calc(var(--step) * 16) !important;
  }
  .hoc_paddingBottom-md-17x_08de1 {
    padding-bottom: calc(var(--step) * 17) !important;
  }
  .hoc_paddingBottom-md-18x_08de1 {
    padding-bottom: calc(var(--step) * 18) !important;
  }
  .hoc_paddingBottom-md-19x_08de1 {
    padding-bottom: calc(var(--step) * 19) !important;
  }
  .hoc_paddingBottom-md-20x_08de1 {
    padding-bottom: calc(var(--step) * 20) !important;
  }
  .hoc_paddingBottom-md-21x_08de1 {
    padding-bottom: calc(var(--step) * 21) !important;
  }
  .hoc_paddingBottom-md-22x_08de1 {
    padding-bottom: calc(var(--step) * 22) !important;
  }
  .hoc_paddingBottom-md-23x_08de1 {
    padding-bottom: calc(var(--step) * 23) !important;
  }
  .hoc_paddingBottom-md-24x_08de1 {
    padding-bottom: calc(var(--step) * 24) !important;
  }
  .hoc_paddingBottom-md-25x_08de1 {
    padding-bottom: calc(var(--step) * 25) !important;
  }
  .hoc_paddingBottom-md-26x_08de1 {
    padding-bottom: calc(var(--step) * 26) !important;
  }
  .hoc_paddingBottom-md-27x_08de1 {
    padding-bottom: calc(var(--step) * 27) !important;
  }
  .hoc_paddingBottom-md-28x_08de1 {
    padding-bottom: calc(var(--step) * 28) !important;
  }
  .hoc_paddingBottom-md-29x_08de1 {
    padding-bottom: calc(var(--step) * 29) !important;
  }
  .hoc_paddingBottom-md-30x_08de1 {
    padding-bottom: calc(var(--step) * 30) !important;
  }
  .hoc_paddingBottom-md-31x_08de1 {
    padding-bottom: calc(var(--step) * 31) !important;
  }
  .hoc_paddingBottom-md-32x_08de1 {
    padding-bottom: calc(var(--step) * 32) !important;
  }
  .hoc_paddingBottom-md-33x_08de1 {
    padding-bottom: calc(var(--step) * 33) !important;
  }
  .hoc_paddingBottom-md-34x_08de1 {
    padding-bottom: calc(var(--step) * 34) !important;
  }
  .hoc_paddingBottom-md-35x_08de1 {
    padding-bottom: calc(var(--step) * 35) !important;
  }
  .hoc_paddingBottom-md-36x_08de1 {
    padding-bottom: calc(var(--step) * 36) !important;
  }
  .hoc_paddingBottom-md-37x_08de1 {
    padding-bottom: calc(var(--step) * 37) !important;
  }
  .hoc_paddingBottom-md-38x_08de1 {
    padding-bottom: calc(var(--step) * 38) !important;
  }
  .hoc_paddingBottom-md-39x_08de1 {
    padding-bottom: calc(var(--step) * 39) !important;
  }
  .hoc_paddingBottom-md-40x_08de1 {
    padding-bottom: calc(var(--step) * 40) !important;
  }
  .hoc_paddingBottom-md-41x_08de1 {
    padding-bottom: calc(var(--step) * 41) !important;
  }
  .hoc_paddingBottom-md-42x_08de1 {
    padding-bottom: calc(var(--step) * 42) !important;
  }
  .hoc_paddingBottom-md-43x_08de1 {
    padding-bottom: calc(var(--step) * 43) !important;
  }
  .hoc_paddingBottom-md-44x_08de1 {
    padding-bottom: calc(var(--step) * 44) !important;
  }
  .hoc_paddingBottom-md-45x_08de1 {
    padding-bottom: calc(var(--step) * 45) !important;
  }
  .hoc_paddingBottom-md-46x_08de1 {
    padding-bottom: calc(var(--step) * 46) !important;
  }
  .hoc_paddingBottom-md-47x_08de1 {
    padding-bottom: calc(var(--step) * 47) !important;
  }
  .hoc_paddingBottom-md-48x_08de1 {
    padding-bottom: calc(var(--step) * 48) !important;
  }
  .hoc_paddingBottom-md-49x_08de1 {
    padding-bottom: calc(var(--step) * 49) !important;
  }
  .hoc_paddingBottom-md-50x_08de1 {
    padding-bottom: calc(var(--step) * 50) !important;
  }
  .hoc_paddingBottom-md-51x_08de1 {
    padding-bottom: calc(var(--step) * 51) !important;
  }
  .hoc_paddingBottom-md-52x_08de1 {
    padding-bottom: calc(var(--step) * 52) !important;
  }
  .hoc_paddingBottom-md-53x_08de1 {
    padding-bottom: calc(var(--step) * 53) !important;
  }
  .hoc_paddingBottom-md-54x_08de1 {
    padding-bottom: calc(var(--step) * 54) !important;
  }
  .hoc_paddingBottom-md-55x_08de1 {
    padding-bottom: calc(var(--step) * 55) !important;
  }
  .hoc_paddingBottom-md-56x_08de1 {
    padding-bottom: calc(var(--step) * 56) !important;
  }
  .hoc_paddingBottom-md-57x_08de1 {
    padding-bottom: calc(var(--step) * 57) !important;
  }
  .hoc_paddingBottom-md-58x_08de1 {
    padding-bottom: calc(var(--step) * 58) !important;
  }
  .hoc_paddingBottom-md-59x_08de1 {
    padding-bottom: calc(var(--step) * 59) !important;
  }
  .hoc_paddingBottom-md-60x_08de1 {
    padding-bottom: calc(var(--step) * 60) !important;
  }
  .hoc_paddingBottom-md-61x_08de1 {
    padding-bottom: calc(var(--step) * 61) !important;
  }
  .hoc_paddingBottom-md-62x_08de1 {
    padding-bottom: calc(var(--step) * 62) !important;
  }
  .hoc_paddingBottom-md-63x_08de1 {
    padding-bottom: calc(var(--step) * 63) !important;
  }
  .hoc_paddingBottom-md-64x_08de1 {
    padding-bottom: calc(var(--step) * 64) !important;
  }
  .hoc_paddingBottom-md-65x_08de1 {
    padding-bottom: calc(var(--step) * 65) !important;
  }
  .hoc_paddingBottom-md-66x_08de1 {
    padding-bottom: calc(var(--step) * 66) !important;
  }
  .hoc_paddingBottom-md-67x_08de1 {
    padding-bottom: calc(var(--step) * 67) !important;
  }
  .hoc_paddingBottom-md-68x_08de1 {
    padding-bottom: calc(var(--step) * 68) !important;
  }
  .hoc_paddingBottom-md-69x_08de1 {
    padding-bottom: calc(var(--step) * 69) !important;
  }
  .hoc_paddingBottom-md-70x_08de1 {
    padding-bottom: calc(var(--step) * 70) !important;
  }
  .hoc_paddingBottom-md-71x_08de1 {
    padding-bottom: calc(var(--step) * 71) !important;
  }
  .hoc_paddingBottom-md-72x_08de1 {
    padding-bottom: calc(var(--step) * 72) !important;
  }
}

.hoc_size-2_08de1 {
  font-size: 0.125rem !important;
  line-height: 0.5rem !important;
}

.hoc_size-3_08de1 {
  font-size: 0.1875rem !important;
  line-height: 0.5625rem !important;
}

.hoc_size-4_08de1 {
  font-size: 0.25rem !important;
  line-height: 0.625rem !important;
}

.hoc_size-5_08de1 {
  font-size: 0.3125rem !important;
  line-height: 0.6875rem !important;
}

.hoc_size-6_08de1 {
  font-size: 0.375rem !important;
  line-height: 0.75rem !important;
}

.hoc_size-7_08de1 {
  font-size: 0.4375rem !important;
  line-height: 0.8125rem !important;
}

.hoc_size-8_08de1 {
  font-size: 0.5rem !important;
  line-height: 0.875rem !important;
}

.hoc_size-9_08de1 {
  font-size: 0.5625rem !important;
  line-height: 0.9375rem !important;
}

.hoc_size-10_08de1 {
  font-size: 0.625rem !important;
  line-height: 1rem !important;
}

.hoc_size-11_08de1 {
  font-size: 0.6875rem !important;
  line-height: 1.0625rem !important;
}

.hoc_size-12_08de1 {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}

.hoc_size-14_08de1 {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.hoc_size-16_08de1 {
  font-size: 1rem !important;
  line-height: 1.375rem !important;
}

.hoc_size-18_08de1 {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.hoc_size-20_08de1 {
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
}

.hoc_size-22_08de1 {
  font-size: 1.375rem !important;
  line-height: 1.75rem !important;
}

.hoc_size-24_08de1 {
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
}

.hoc_size-26_08de1 {
  font-size: 1.625rem !important;
  line-height: 2rem !important;
}

.hoc_size-28_08de1 {
  font-size: 1.75rem !important;
  line-height: 2.125rem !important;
}

.hoc_size-30_08de1 {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.hoc_size-32_08de1 {
  font-size: 2rem !important;
  line-height: 2.375rem !important;
}

.hoc_size-34_08de1 {
  font-size: 2.125rem !important;
  line-height: 2.5rem !important;
}

.hoc_size-36_08de1 {
  font-size: 2.25rem !important;
  line-height: 2.625rem !important;
}

.hoc_size-40_08de1 {
  font-size: 2.5rem !important;
  line-height: 2.875rem !important;
}

.hoc_size-42_08de1 {
  font-size: 2.625rem !important;
  line-height: 3rem !important;
}

.hoc_size-44_08de1 {
  font-size: 2.75rem !important;
  line-height: 3.125rem !important;
}

.hoc_size-46_08de1 {
  font-size: 2.875rem !important;
  line-height: 3.25rem !important;
}

.hoc_size-48_08de1 {
  font-size: 3rem !important;
  line-height: 3.375rem !important;
}

@media screen and (min-width: 924px) {
  .hoc_size-md-2_08de1 {
    font-size: 0.125rem !important;
    line-height: 0.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-3_08de1 {
    font-size: 0.1875rem !important;
    line-height: 0.6875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-4_08de1 {
    font-size: 0.25rem !important;
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-5_08de1 {
    font-size: 0.3125rem !important;
    line-height: 0.8125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-6_08de1 {
    font-size: 0.375rem !important;
    line-height: 0.875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-7_08de1 {
    font-size: 0.4375rem !important;
    line-height: 0.9375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-8_08de1 {
    font-size: 0.5rem !important;
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-9_08de1 {
    font-size: 0.5625rem !important;
    line-height: 1.0625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-10_08de1 {
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-11_08de1 {
    font-size: 0.6875rem !important;
    line-height: 1.1875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-12_08de1 {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-14_08de1 {
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-16_08de1 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-18_08de1 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-20_08de1 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-22_08de1 {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-24_08de1 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-26_08de1 {
    font-size: 1.625rem !important;
    line-height: 2.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-28_08de1 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-30_08de1 {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-32_08de1 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-34_08de1 {
    font-size: 2.125rem !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-36_08de1 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-40_08de1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-42_08de1 {
    font-size: 2.625rem !important;
    line-height: 3.125rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-44_08de1 {
    font-size: 2.75rem !important;
    line-height: 3.25rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-46_08de1 {
    font-size: 2.875rem !important;
    line-height: 3.375rem !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_size-md-48_08de1 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-2_08de1 {
    font-size: 0.125rem !important;
    line-height: 0.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-3_08de1 {
    font-size: 0.1875rem !important;
    line-height: 0.6875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-4_08de1 {
    font-size: 0.25rem !important;
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-5_08de1 {
    font-size: 0.3125rem !important;
    line-height: 0.8125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-6_08de1 {
    font-size: 0.375rem !important;
    line-height: 0.875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-7_08de1 {
    font-size: 0.4375rem !important;
    line-height: 0.9375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-8_08de1 {
    font-size: 0.5rem !important;
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-9_08de1 {
    font-size: 0.5625rem !important;
    line-height: 1.0625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-10_08de1 {
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-11_08de1 {
    font-size: 0.6875rem !important;
    line-height: 1.1875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-12_08de1 {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-14_08de1 {
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-16_08de1 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-18_08de1 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-20_08de1 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-22_08de1 {
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-24_08de1 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-26_08de1 {
    font-size: 1.625rem !important;
    line-height: 2.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-28_08de1 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-30_08de1 {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-32_08de1 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-34_08de1 {
    font-size: 2.125rem !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-36_08de1 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-40_08de1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-42_08de1 {
    font-size: 2.625rem !important;
    line-height: 3.125rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-44_08de1 {
    font-size: 2.75rem !important;
    line-height: 3.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-46_08de1 {
    font-size: 2.875rem !important;
    line-height: 3.375rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .hoc_size-lg-48_08de1 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
}
.hoc_width-2x_08de1 {
  width: calc(var(--step) * 2) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-2x_08de1 {
    width: calc(var(--step) * 2) !important;
  }
}
.hoc_width-3x_08de1 {
  width: calc(var(--step) * 3) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-3x_08de1 {
    width: calc(var(--step) * 3) !important;
  }
}
.hoc_width-4x_08de1 {
  width: calc(var(--step) * 4) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-4x_08de1 {
    width: calc(var(--step) * 4) !important;
  }
}
.hoc_width-5x_08de1 {
  width: calc(var(--step) * 5) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-5x_08de1 {
    width: calc(var(--step) * 5) !important;
  }
}
.hoc_width-6x_08de1 {
  width: calc(var(--step) * 6) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-6x_08de1 {
    width: calc(var(--step) * 6) !important;
  }
}
.hoc_width-7x_08de1 {
  width: calc(var(--step) * 7) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-7x_08de1 {
    width: calc(var(--step) * 7) !important;
  }
}
.hoc_width-8x_08de1 {
  width: calc(var(--step) * 8) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-8x_08de1 {
    width: calc(var(--step) * 8) !important;
  }
}
.hoc_width-9x_08de1 {
  width: calc(var(--step) * 9) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-9x_08de1 {
    width: calc(var(--step) * 9) !important;
  }
}
.hoc_width-10x_08de1 {
  width: calc(var(--step) * 10) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-10x_08de1 {
    width: calc(var(--step) * 10) !important;
  }
}
.hoc_width-11x_08de1 {
  width: calc(var(--step) * 11) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-11x_08de1 {
    width: calc(var(--step) * 11) !important;
  }
}
.hoc_width-12x_08de1 {
  width: calc(var(--step) * 12) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-12x_08de1 {
    width: calc(var(--step) * 12) !important;
  }
}
.hoc_width-13x_08de1 {
  width: calc(var(--step) * 13) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-13x_08de1 {
    width: calc(var(--step) * 13) !important;
  }
}
.hoc_width-14x_08de1 {
  width: calc(var(--step) * 14) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-14x_08de1 {
    width: calc(var(--step) * 14) !important;
  }
}
.hoc_width-15x_08de1 {
  width: calc(var(--step) * 15) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-15x_08de1 {
    width: calc(var(--step) * 15) !important;
  }
}
.hoc_width-16x_08de1 {
  width: calc(var(--step) * 16) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-16x_08de1 {
    width: calc(var(--step) * 16) !important;
  }
}
.hoc_width-17x_08de1 {
  width: calc(var(--step) * 17) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-17x_08de1 {
    width: calc(var(--step) * 17) !important;
  }
}
.hoc_width-18x_08de1 {
  width: calc(var(--step) * 18) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-18x_08de1 {
    width: calc(var(--step) * 18) !important;
  }
}
.hoc_width-19x_08de1 {
  width: calc(var(--step) * 19) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-19x_08de1 {
    width: calc(var(--step) * 19) !important;
  }
}
.hoc_width-20x_08de1 {
  width: calc(var(--step) * 20) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-20x_08de1 {
    width: calc(var(--step) * 20) !important;
  }
}
.hoc_width-21x_08de1 {
  width: calc(var(--step) * 21) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-21x_08de1 {
    width: calc(var(--step) * 21) !important;
  }
}
.hoc_width-22x_08de1 {
  width: calc(var(--step) * 22) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-22x_08de1 {
    width: calc(var(--step) * 22) !important;
  }
}
.hoc_width-23x_08de1 {
  width: calc(var(--step) * 23) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-23x_08de1 {
    width: calc(var(--step) * 23) !important;
  }
}
.hoc_width-24x_08de1 {
  width: calc(var(--step) * 24) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-24x_08de1 {
    width: calc(var(--step) * 24) !important;
  }
}
.hoc_width-25x_08de1 {
  width: calc(var(--step) * 25) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-25x_08de1 {
    width: calc(var(--step) * 25) !important;
  }
}
.hoc_width-26x_08de1 {
  width: calc(var(--step) * 26) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-26x_08de1 {
    width: calc(var(--step) * 26) !important;
  }
}
.hoc_width-27x_08de1 {
  width: calc(var(--step) * 27) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-27x_08de1 {
    width: calc(var(--step) * 27) !important;
  }
}
.hoc_width-28x_08de1 {
  width: calc(var(--step) * 28) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-28x_08de1 {
    width: calc(var(--step) * 28) !important;
  }
}
.hoc_width-29x_08de1 {
  width: calc(var(--step) * 29) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-29x_08de1 {
    width: calc(var(--step) * 29) !important;
  }
}
.hoc_width-30x_08de1 {
  width: calc(var(--step) * 30) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-30x_08de1 {
    width: calc(var(--step) * 30) !important;
  }
}
.hoc_width-31x_08de1 {
  width: calc(var(--step) * 31) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-31x_08de1 {
    width: calc(var(--step) * 31) !important;
  }
}
.hoc_width-32x_08de1 {
  width: calc(var(--step) * 32) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-32x_08de1 {
    width: calc(var(--step) * 32) !important;
  }
}
.hoc_width-33x_08de1 {
  width: calc(var(--step) * 33) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-33x_08de1 {
    width: calc(var(--step) * 33) !important;
  }
}
.hoc_width-34x_08de1 {
  width: calc(var(--step) * 34) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-34x_08de1 {
    width: calc(var(--step) * 34) !important;
  }
}
.hoc_width-35x_08de1 {
  width: calc(var(--step) * 35) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-35x_08de1 {
    width: calc(var(--step) * 35) !important;
  }
}
.hoc_width-36x_08de1 {
  width: calc(var(--step) * 36) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-36x_08de1 {
    width: calc(var(--step) * 36) !important;
  }
}
.hoc_width-37x_08de1 {
  width: calc(var(--step) * 37) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-37x_08de1 {
    width: calc(var(--step) * 37) !important;
  }
}
.hoc_width-38x_08de1 {
  width: calc(var(--step) * 38) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-38x_08de1 {
    width: calc(var(--step) * 38) !important;
  }
}
.hoc_width-39x_08de1 {
  width: calc(var(--step) * 39) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-39x_08de1 {
    width: calc(var(--step) * 39) !important;
  }
}
.hoc_width-40x_08de1 {
  width: calc(var(--step) * 40) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-40x_08de1 {
    width: calc(var(--step) * 40) !important;
  }
}
.hoc_width-41x_08de1 {
  width: calc(var(--step) * 41) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-41x_08de1 {
    width: calc(var(--step) * 41) !important;
  }
}
.hoc_width-42x_08de1 {
  width: calc(var(--step) * 42) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-42x_08de1 {
    width: calc(var(--step) * 42) !important;
  }
}
.hoc_width-43x_08de1 {
  width: calc(var(--step) * 43) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-43x_08de1 {
    width: calc(var(--step) * 43) !important;
  }
}
.hoc_width-44x_08de1 {
  width: calc(var(--step) * 44) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-44x_08de1 {
    width: calc(var(--step) * 44) !important;
  }
}
.hoc_width-45x_08de1 {
  width: calc(var(--step) * 45) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-45x_08de1 {
    width: calc(var(--step) * 45) !important;
  }
}
.hoc_width-46x_08de1 {
  width: calc(var(--step) * 46) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-46x_08de1 {
    width: calc(var(--step) * 46) !important;
  }
}
.hoc_width-47x_08de1 {
  width: calc(var(--step) * 47) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-47x_08de1 {
    width: calc(var(--step) * 47) !important;
  }
}
.hoc_width-48x_08de1 {
  width: calc(var(--step) * 48) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-48x_08de1 {
    width: calc(var(--step) * 48) !important;
  }
}
.hoc_width-49x_08de1 {
  width: calc(var(--step) * 49) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-49x_08de1 {
    width: calc(var(--step) * 49) !important;
  }
}
.hoc_width-50x_08de1 {
  width: calc(var(--step) * 50) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-50x_08de1 {
    width: calc(var(--step) * 50) !important;
  }
}
.hoc_width-51x_08de1 {
  width: calc(var(--step) * 51) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-51x_08de1 {
    width: calc(var(--step) * 51) !important;
  }
}
.hoc_width-52x_08de1 {
  width: calc(var(--step) * 52) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-52x_08de1 {
    width: calc(var(--step) * 52) !important;
  }
}
.hoc_width-53x_08de1 {
  width: calc(var(--step) * 53) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-53x_08de1 {
    width: calc(var(--step) * 53) !important;
  }
}
.hoc_width-54x_08de1 {
  width: calc(var(--step) * 54) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-54x_08de1 {
    width: calc(var(--step) * 54) !important;
  }
}
.hoc_width-55x_08de1 {
  width: calc(var(--step) * 55) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-55x_08de1 {
    width: calc(var(--step) * 55) !important;
  }
}
.hoc_width-56x_08de1 {
  width: calc(var(--step) * 56) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-56x_08de1 {
    width: calc(var(--step) * 56) !important;
  }
}
.hoc_width-57x_08de1 {
  width: calc(var(--step) * 57) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-57x_08de1 {
    width: calc(var(--step) * 57) !important;
  }
}
.hoc_width-58x_08de1 {
  width: calc(var(--step) * 58) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-58x_08de1 {
    width: calc(var(--step) * 58) !important;
  }
}
.hoc_width-59x_08de1 {
  width: calc(var(--step) * 59) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-59x_08de1 {
    width: calc(var(--step) * 59) !important;
  }
}
.hoc_width-60x_08de1 {
  width: calc(var(--step) * 60) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-60x_08de1 {
    width: calc(var(--step) * 60) !important;
  }
}
.hoc_width-61x_08de1 {
  width: calc(var(--step) * 61) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-61x_08de1 {
    width: calc(var(--step) * 61) !important;
  }
}
.hoc_width-62x_08de1 {
  width: calc(var(--step) * 62) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-62x_08de1 {
    width: calc(var(--step) * 62) !important;
  }
}
.hoc_width-63x_08de1 {
  width: calc(var(--step) * 63) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-63x_08de1 {
    width: calc(var(--step) * 63) !important;
  }
}
.hoc_width-64x_08de1 {
  width: calc(var(--step) * 64) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-64x_08de1 {
    width: calc(var(--step) * 64) !important;
  }
}
.hoc_width-65x_08de1 {
  width: calc(var(--step) * 65) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-65x_08de1 {
    width: calc(var(--step) * 65) !important;
  }
}
.hoc_width-66x_08de1 {
  width: calc(var(--step) * 66) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-66x_08de1 {
    width: calc(var(--step) * 66) !important;
  }
}
.hoc_width-67x_08de1 {
  width: calc(var(--step) * 67) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-67x_08de1 {
    width: calc(var(--step) * 67) !important;
  }
}
.hoc_width-68x_08de1 {
  width: calc(var(--step) * 68) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-68x_08de1 {
    width: calc(var(--step) * 68) !important;
  }
}
.hoc_width-69x_08de1 {
  width: calc(var(--step) * 69) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-69x_08de1 {
    width: calc(var(--step) * 69) !important;
  }
}
.hoc_width-70x_08de1 {
  width: calc(var(--step) * 70) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-70x_08de1 {
    width: calc(var(--step) * 70) !important;
  }
}
.hoc_width-71x_08de1 {
  width: calc(var(--step) * 71) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-71x_08de1 {
    width: calc(var(--step) * 71) !important;
  }
}
.hoc_width-72x_08de1 {
  width: calc(var(--step) * 72) !important;
}
@media screen and (min-width: 924px) {
  .hoc_width-md-72x_08de1 {
    width: calc(var(--step) * 72) !important;
  }
}

.hoc_height-2x_08de1 {
  height: calc(var(--step) * 2) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-2x_08de1 {
    height: calc(var(--step) * 2) !important;
  }
}
.hoc_height-3x_08de1 {
  height: calc(var(--step) * 3) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-3x_08de1 {
    height: calc(var(--step) * 3) !important;
  }
}
.hoc_height-4x_08de1 {
  height: calc(var(--step) * 4) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-4x_08de1 {
    height: calc(var(--step) * 4) !important;
  }
}
.hoc_height-5x_08de1 {
  height: calc(var(--step) * 5) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-5x_08de1 {
    height: calc(var(--step) * 5) !important;
  }
}
.hoc_height-6x_08de1 {
  height: calc(var(--step) * 6) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-6x_08de1 {
    height: calc(var(--step) * 6) !important;
  }
}
.hoc_height-7x_08de1 {
  height: calc(var(--step) * 7) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-7x_08de1 {
    height: calc(var(--step) * 7) !important;
  }
}
.hoc_height-8x_08de1 {
  height: calc(var(--step) * 8) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-8x_08de1 {
    height: calc(var(--step) * 8) !important;
  }
}
.hoc_height-9x_08de1 {
  height: calc(var(--step) * 9) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-9x_08de1 {
    height: calc(var(--step) * 9) !important;
  }
}
.hoc_height-10x_08de1 {
  height: calc(var(--step) * 10) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-10x_08de1 {
    height: calc(var(--step) * 10) !important;
  }
}
.hoc_height-11x_08de1 {
  height: calc(var(--step) * 11) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-11x_08de1 {
    height: calc(var(--step) * 11) !important;
  }
}
.hoc_height-12x_08de1 {
  height: calc(var(--step) * 12) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-12x_08de1 {
    height: calc(var(--step) * 12) !important;
  }
}
.hoc_height-13x_08de1 {
  height: calc(var(--step) * 13) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-13x_08de1 {
    height: calc(var(--step) * 13) !important;
  }
}
.hoc_height-14x_08de1 {
  height: calc(var(--step) * 14) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-14x_08de1 {
    height: calc(var(--step) * 14) !important;
  }
}
.hoc_height-15x_08de1 {
  height: calc(var(--step) * 15) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-15x_08de1 {
    height: calc(var(--step) * 15) !important;
  }
}
.hoc_height-16x_08de1 {
  height: calc(var(--step) * 16) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-16x_08de1 {
    height: calc(var(--step) * 16) !important;
  }
}
.hoc_height-17x_08de1 {
  height: calc(var(--step) * 17) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-17x_08de1 {
    height: calc(var(--step) * 17) !important;
  }
}
.hoc_height-18x_08de1 {
  height: calc(var(--step) * 18) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-18x_08de1 {
    height: calc(var(--step) * 18) !important;
  }
}
.hoc_height-19x_08de1 {
  height: calc(var(--step) * 19) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-19x_08de1 {
    height: calc(var(--step) * 19) !important;
  }
}
.hoc_height-20x_08de1 {
  height: calc(var(--step) * 20) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-20x_08de1 {
    height: calc(var(--step) * 20) !important;
  }
}
.hoc_height-21x_08de1 {
  height: calc(var(--step) * 21) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-21x_08de1 {
    height: calc(var(--step) * 21) !important;
  }
}
.hoc_height-22x_08de1 {
  height: calc(var(--step) * 22) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-22x_08de1 {
    height: calc(var(--step) * 22) !important;
  }
}
.hoc_height-23x_08de1 {
  height: calc(var(--step) * 23) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-23x_08de1 {
    height: calc(var(--step) * 23) !important;
  }
}
.hoc_height-24x_08de1 {
  height: calc(var(--step) * 24) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-24x_08de1 {
    height: calc(var(--step) * 24) !important;
  }
}
.hoc_height-25x_08de1 {
  height: calc(var(--step) * 25) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-25x_08de1 {
    height: calc(var(--step) * 25) !important;
  }
}
.hoc_height-26x_08de1 {
  height: calc(var(--step) * 26) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-26x_08de1 {
    height: calc(var(--step) * 26) !important;
  }
}
.hoc_height-27x_08de1 {
  height: calc(var(--step) * 27) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-27x_08de1 {
    height: calc(var(--step) * 27) !important;
  }
}
.hoc_height-28x_08de1 {
  height: calc(var(--step) * 28) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-28x_08de1 {
    height: calc(var(--step) * 28) !important;
  }
}
.hoc_height-29x_08de1 {
  height: calc(var(--step) * 29) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-29x_08de1 {
    height: calc(var(--step) * 29) !important;
  }
}
.hoc_height-30x_08de1 {
  height: calc(var(--step) * 30) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-30x_08de1 {
    height: calc(var(--step) * 30) !important;
  }
}
.hoc_height-31x_08de1 {
  height: calc(var(--step) * 31) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-31x_08de1 {
    height: calc(var(--step) * 31) !important;
  }
}
.hoc_height-32x_08de1 {
  height: calc(var(--step) * 32) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-32x_08de1 {
    height: calc(var(--step) * 32) !important;
  }
}
.hoc_height-33x_08de1 {
  height: calc(var(--step) * 33) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-33x_08de1 {
    height: calc(var(--step) * 33) !important;
  }
}
.hoc_height-34x_08de1 {
  height: calc(var(--step) * 34) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-34x_08de1 {
    height: calc(var(--step) * 34) !important;
  }
}
.hoc_height-35x_08de1 {
  height: calc(var(--step) * 35) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-35x_08de1 {
    height: calc(var(--step) * 35) !important;
  }
}
.hoc_height-36x_08de1 {
  height: calc(var(--step) * 36) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-36x_08de1 {
    height: calc(var(--step) * 36) !important;
  }
}
.hoc_height-37x_08de1 {
  height: calc(var(--step) * 37) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-37x_08de1 {
    height: calc(var(--step) * 37) !important;
  }
}
.hoc_height-38x_08de1 {
  height: calc(var(--step) * 38) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-38x_08de1 {
    height: calc(var(--step) * 38) !important;
  }
}
.hoc_height-39x_08de1 {
  height: calc(var(--step) * 39) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-39x_08de1 {
    height: calc(var(--step) * 39) !important;
  }
}
.hoc_height-40x_08de1 {
  height: calc(var(--step) * 40) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-40x_08de1 {
    height: calc(var(--step) * 40) !important;
  }
}
.hoc_height-41x_08de1 {
  height: calc(var(--step) * 41) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-41x_08de1 {
    height: calc(var(--step) * 41) !important;
  }
}
.hoc_height-42x_08de1 {
  height: calc(var(--step) * 42) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-42x_08de1 {
    height: calc(var(--step) * 42) !important;
  }
}
.hoc_height-43x_08de1 {
  height: calc(var(--step) * 43) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-43x_08de1 {
    height: calc(var(--step) * 43) !important;
  }
}
.hoc_height-44x_08de1 {
  height: calc(var(--step) * 44) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-44x_08de1 {
    height: calc(var(--step) * 44) !important;
  }
}
.hoc_height-45x_08de1 {
  height: calc(var(--step) * 45) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-45x_08de1 {
    height: calc(var(--step) * 45) !important;
  }
}
.hoc_height-46x_08de1 {
  height: calc(var(--step) * 46) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-46x_08de1 {
    height: calc(var(--step) * 46) !important;
  }
}
.hoc_height-47x_08de1 {
  height: calc(var(--step) * 47) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-47x_08de1 {
    height: calc(var(--step) * 47) !important;
  }
}
.hoc_height-48x_08de1 {
  height: calc(var(--step) * 48) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-48x_08de1 {
    height: calc(var(--step) * 48) !important;
  }
}
.hoc_height-49x_08de1 {
  height: calc(var(--step) * 49) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-49x_08de1 {
    height: calc(var(--step) * 49) !important;
  }
}
.hoc_height-50x_08de1 {
  height: calc(var(--step) * 50) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-50x_08de1 {
    height: calc(var(--step) * 50) !important;
  }
}
.hoc_height-51x_08de1 {
  height: calc(var(--step) * 51) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-51x_08de1 {
    height: calc(var(--step) * 51) !important;
  }
}
.hoc_height-52x_08de1 {
  height: calc(var(--step) * 52) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-52x_08de1 {
    height: calc(var(--step) * 52) !important;
  }
}
.hoc_height-53x_08de1 {
  height: calc(var(--step) * 53) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-53x_08de1 {
    height: calc(var(--step) * 53) !important;
  }
}
.hoc_height-54x_08de1 {
  height: calc(var(--step) * 54) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-54x_08de1 {
    height: calc(var(--step) * 54) !important;
  }
}
.hoc_height-55x_08de1 {
  height: calc(var(--step) * 55) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-55x_08de1 {
    height: calc(var(--step) * 55) !important;
  }
}
.hoc_height-56x_08de1 {
  height: calc(var(--step) * 56) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-56x_08de1 {
    height: calc(var(--step) * 56) !important;
  }
}
.hoc_height-57x_08de1 {
  height: calc(var(--step) * 57) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-57x_08de1 {
    height: calc(var(--step) * 57) !important;
  }
}
.hoc_height-58x_08de1 {
  height: calc(var(--step) * 58) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-58x_08de1 {
    height: calc(var(--step) * 58) !important;
  }
}
.hoc_height-59x_08de1 {
  height: calc(var(--step) * 59) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-59x_08de1 {
    height: calc(var(--step) * 59) !important;
  }
}
.hoc_height-60x_08de1 {
  height: calc(var(--step) * 60) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-60x_08de1 {
    height: calc(var(--step) * 60) !important;
  }
}
.hoc_height-61x_08de1 {
  height: calc(var(--step) * 61) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-61x_08de1 {
    height: calc(var(--step) * 61) !important;
  }
}
.hoc_height-62x_08de1 {
  height: calc(var(--step) * 62) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-62x_08de1 {
    height: calc(var(--step) * 62) !important;
  }
}
.hoc_height-63x_08de1 {
  height: calc(var(--step) * 63) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-63x_08de1 {
    height: calc(var(--step) * 63) !important;
  }
}
.hoc_height-64x_08de1 {
  height: calc(var(--step) * 64) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-64x_08de1 {
    height: calc(var(--step) * 64) !important;
  }
}
.hoc_height-65x_08de1 {
  height: calc(var(--step) * 65) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-65x_08de1 {
    height: calc(var(--step) * 65) !important;
  }
}
.hoc_height-66x_08de1 {
  height: calc(var(--step) * 66) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-66x_08de1 {
    height: calc(var(--step) * 66) !important;
  }
}
.hoc_height-67x_08de1 {
  height: calc(var(--step) * 67) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-67x_08de1 {
    height: calc(var(--step) * 67) !important;
  }
}
.hoc_height-68x_08de1 {
  height: calc(var(--step) * 68) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-68x_08de1 {
    height: calc(var(--step) * 68) !important;
  }
}
.hoc_height-69x_08de1 {
  height: calc(var(--step) * 69) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-69x_08de1 {
    height: calc(var(--step) * 69) !important;
  }
}
.hoc_height-70x_08de1 {
  height: calc(var(--step) * 70) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-70x_08de1 {
    height: calc(var(--step) * 70) !important;
  }
}
.hoc_height-71x_08de1 {
  height: calc(var(--step) * 71) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-71x_08de1 {
    height: calc(var(--step) * 71) !important;
  }
}
.hoc_height-72x_08de1 {
  height: calc(var(--step) * 72) !important;
}
@media screen and (min-width: 924px) {
  .hoc_height-md-72x_08de1 {
    height: calc(var(--step) * 72) !important;
  }
}

.hoc_placement-center_08de1 {
  margin-left: auto !important;
  margin-right: auto !important;
  place-items: center !important;
  display: flex !important;
  width: fit-content !important;
}
.hoc_placement-start_08de1 {
  margin-inline-end: auto !important;
  place-items: flex-start !important;
}
.hoc_placement-end_08de1 {
  margin-inline-start: auto !important;
  place-items: flex-end !important;
}
@media screen and (min-width: 924px) {
  .hoc_placement-md-center_08de1 {
    margin-left: auto !important;
    margin-right: auto !important;
    place-items: center !important;
    display: flex !important;
    width: fit-content !important;
  }
  .hoc_placement-md-start_08de1 {
    margin-inline-end: auto !important;
    place-items: flex-start !important;
  }
  .hoc_placement-md-end_08de1 {
    margin-inline-start: auto !important;
    place-items: flex-end !important;
  }
}

.hoc_order-1_08de1 {
  order: 1 !important;
}
.hoc_order-2_08de1 {
  order: 2 !important;
}
.hoc_order-3_08de1 {
  order: 3 !important;
}
.hoc_order-4_08de1 {
  order: 4 !important;
}
.hoc_order-5_08de1 {
  order: 5 !important;
}
.hoc_order-6_08de1 {
  order: 6 !important;
}
.hoc_order-7_08de1 {
  order: 7 !important;
}
.hoc_order-8_08de1 {
  order: 8 !important;
}
.hoc_order-9_08de1 {
  order: 9 !important;
}
.hoc_order-10_08de1 {
  order: 10 !important;
}
.hoc_order-11_08de1 {
  order: 11 !important;
}
.hoc_order-12_08de1 {
  order: 12 !important;
}

@media screen and (min-width: 924px) {
  .hoc_order-md-1_08de1 {
    order: 1 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-2_08de1 {
    order: 2 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-3_08de1 {
    order: 3 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-4_08de1 {
    order: 4 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-5_08de1 {
    order: 5 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-6_08de1 {
    order: 6 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-7_08de1 {
    order: 7 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-8_08de1 {
    order: 8 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-9_08de1 {
    order: 9 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-10_08de1 {
    order: 10 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-11_08de1 {
    order: 11 !important;
  }
}
@media screen and (min-width: 924px) {
  .hoc_order-md-12_08de1 {
    order: 12 !important;
  }
}
.hoc_direction-row_08de1 {
  flex-direction: row !important;
}
.hoc_direction-column_08de1 {
  flex-direction: column !important;
}
@media screen and (min-width: 924px) {
  .hoc_direction-md-row_08de1 {
    flex-direction: row !important;
  }
  .hoc_direction-md-column_08de1 {
    flex-direction: column !important;
  }
}

.hoc_theme-dark_08de1 {
  background: var(--box-dark) !important;
}
.hoc_theme-light_08de1 {
  background-color: var(--white-5) !important;
}
.hoc_theme-none_08de1 {
  background-color: transparent !important;
}
.hoc_theme-bg_08de1 {
  background-color: var(--primary-colors-background) !important;
}
.hoc_theme-brand_08de1 {
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-orange)) !important;
}
@media screen and (min-width: 924px) {
  .hoc_theme-md-dark_08de1 {
    background: var(--box-dark) !important;
  }
  .hoc_theme-md-light_08de1 {
    background-color: var(--white-5) !important;
  }
  .hoc_theme-md-none_08de1 {
    background-color: transparent !important;
  }
  .hoc_theme-md-bg_08de1 {
    background-color: var(--primary-colors-background) !important;
  }
  .hoc_theme-md-brand_08de1 {
    background-color: var(--secondary-colors-brand-dark, var(--primary-colors-orange)) !important;
  }
}

.hoc_itemCount-2_08de1 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.hoc_itemCount-2_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-2_08de1 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .hoc_itemCount-md-2_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-3_08de1 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.hoc_itemCount-3_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-3_08de1 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .hoc_itemCount-md-3_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-4_08de1 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.hoc_itemCount-4_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-4_08de1 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .hoc_itemCount-md-4_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-5_08de1 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
}
.hoc_itemCount-5_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-5_08de1 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .hoc_itemCount-md-5_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-6_08de1 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
}
.hoc_itemCount-6_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-6_08de1 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .hoc_itemCount-md-6_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-7_08de1 {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}
.hoc_itemCount-7_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-7_08de1 {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .hoc_itemCount-md-7_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-8_08de1 {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
}
.hoc_itemCount-8_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-8_08de1 {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .hoc_itemCount-md-8_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-9_08de1 {
  display: grid !important;
  grid-template-columns: repeat(9, 1fr) !important;
}
.hoc_itemCount-9_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-9_08de1 {
    display: grid !important;
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .hoc_itemCount-md-9_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-10_08de1 {
  display: grid !important;
  grid-template-columns: repeat(10, 1fr) !important;
}
.hoc_itemCount-10_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-10_08de1 {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .hoc_itemCount-md-10_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-11_08de1 {
  display: grid !important;
  grid-template-columns: repeat(11, 1fr) !important;
}
.hoc_itemCount-11_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-11_08de1 {
    display: grid !important;
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .hoc_itemCount-md-11_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-12_08de1 {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
}
.hoc_itemCount-12_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-12_08de1 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .hoc_itemCount-md-12_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-14_08de1 {
  display: grid !important;
  grid-template-columns: repeat(14, 1fr) !important;
}
.hoc_itemCount-14_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-14_08de1 {
    display: grid !important;
    grid-template-columns: repeat(14, 1fr) !important;
  }
  .hoc_itemCount-md-14_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-16_08de1 {
  display: grid !important;
  grid-template-columns: repeat(16, 1fr) !important;
}
.hoc_itemCount-16_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-16_08de1 {
    display: grid !important;
    grid-template-columns: repeat(16, 1fr) !important;
  }
  .hoc_itemCount-md-16_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-18_08de1 {
  display: grid !important;
  grid-template-columns: repeat(18, 1fr) !important;
}
.hoc_itemCount-18_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-18_08de1 {
    display: grid !important;
    grid-template-columns: repeat(18, 1fr) !important;
  }
  .hoc_itemCount-md-18_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-20_08de1 {
  display: grid !important;
  grid-template-columns: repeat(20, 1fr) !important;
}
.hoc_itemCount-20_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-20_08de1 {
    display: grid !important;
    grid-template-columns: repeat(20, 1fr) !important;
  }
  .hoc_itemCount-md-20_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-22_08de1 {
  display: grid !important;
  grid-template-columns: repeat(22, 1fr) !important;
}
.hoc_itemCount-22_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-22_08de1 {
    display: grid !important;
    grid-template-columns: repeat(22, 1fr) !important;
  }
  .hoc_itemCount-md-22_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-24_08de1 {
  display: grid !important;
  grid-template-columns: repeat(24, 1fr) !important;
}
.hoc_itemCount-24_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-24_08de1 {
    display: grid !important;
    grid-template-columns: repeat(24, 1fr) !important;
  }
  .hoc_itemCount-md-24_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-26_08de1 {
  display: grid !important;
  grid-template-columns: repeat(26, 1fr) !important;
}
.hoc_itemCount-26_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-26_08de1 {
    display: grid !important;
    grid-template-columns: repeat(26, 1fr) !important;
  }
  .hoc_itemCount-md-26_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-28_08de1 {
  display: grid !important;
  grid-template-columns: repeat(28, 1fr) !important;
}
.hoc_itemCount-28_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-28_08de1 {
    display: grid !important;
    grid-template-columns: repeat(28, 1fr) !important;
  }
  .hoc_itemCount-md-28_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-30_08de1 {
  display: grid !important;
  grid-template-columns: repeat(30, 1fr) !important;
}
.hoc_itemCount-30_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-30_08de1 {
    display: grid !important;
    grid-template-columns: repeat(30, 1fr) !important;
  }
  .hoc_itemCount-md-30_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-32_08de1 {
  display: grid !important;
  grid-template-columns: repeat(32, 1fr) !important;
}
.hoc_itemCount-32_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-32_08de1 {
    display: grid !important;
    grid-template-columns: repeat(32, 1fr) !important;
  }
  .hoc_itemCount-md-32_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-34_08de1 {
  display: grid !important;
  grid-template-columns: repeat(34, 1fr) !important;
}
.hoc_itemCount-34_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-34_08de1 {
    display: grid !important;
    grid-template-columns: repeat(34, 1fr) !important;
  }
  .hoc_itemCount-md-34_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-36_08de1 {
  display: grid !important;
  grid-template-columns: repeat(36, 1fr) !important;
}
.hoc_itemCount-36_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-36_08de1 {
    display: grid !important;
    grid-template-columns: repeat(36, 1fr) !important;
  }
  .hoc_itemCount-md-36_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-40_08de1 {
  display: grid !important;
  grid-template-columns: repeat(40, 1fr) !important;
}
.hoc_itemCount-40_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-40_08de1 {
    display: grid !important;
    grid-template-columns: repeat(40, 1fr) !important;
  }
  .hoc_itemCount-md-40_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-42_08de1 {
  display: grid !important;
  grid-template-columns: repeat(42, 1fr) !important;
}
.hoc_itemCount-42_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-42_08de1 {
    display: grid !important;
    grid-template-columns: repeat(42, 1fr) !important;
  }
  .hoc_itemCount-md-42_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-44_08de1 {
  display: grid !important;
  grid-template-columns: repeat(44, 1fr) !important;
}
.hoc_itemCount-44_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-44_08de1 {
    display: grid !important;
    grid-template-columns: repeat(44, 1fr) !important;
  }
  .hoc_itemCount-md-44_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-46_08de1 {
  display: grid !important;
  grid-template-columns: repeat(46, 1fr) !important;
}
.hoc_itemCount-46_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-46_08de1 {
    display: grid !important;
    grid-template-columns: repeat(46, 1fr) !important;
  }
  .hoc_itemCount-md-46_08de1 > * {
    min-width: 0 !important;
  }
}
.hoc_itemCount-48_08de1 {
  display: grid !important;
  grid-template-columns: repeat(48, 1fr) !important;
}
.hoc_itemCount-48_08de1 > * {
  min-width: 0 !important;
}
@media screen and (min-width: 924px) {
  .hoc_itemCount-md-48_08de1 {
    display: grid !important;
    grid-template-columns: repeat(48, 1fr) !important;
  }
  .hoc_itemCount-md-48_08de1 > * {
    min-width: 0 !important;
  }
}

.hoc_border-thin_08de1 {
  border: 1px solid var(--white-20);
  border-radius: 0.25rem;
}
.hoc_border-thick_08de1 {
  border: 2px solid var(--white-20);
}
.hoc_border-none_08de1 {
  border: none;
  padding: 0;
}
@media screen and (min-width: 924px) {
  .hoc_border-md-thin_08de1 {
    border: 1px solid var(--white-20) !important;
    border-radius: 0.25rem !important;
  }
  .hoc_border-md-thick_08de1 {
    border: 2px solid var(--white-20) !important;
  }
  .hoc_border-md-none_08de1 {
    border: none !important;
    padding: 0 !important;
  }
}.menulist_holder_1b112 {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menulist_list_1b112 {
  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_1b112 .menulist_item_1b112 > *:not([class*=icon]), .menulist_list_1b112 .menulist_title_1b112 > *:not([class*=icon]) {
  flex-grow: 1;
}

.menulist_item_1b112, .menulist_title_1b112 {
  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_1b112:hover, .menulist_title_1b112:hover {
    background-color: var(--white-10);
  }
  .menulist_item_1b112:hover[class*=not-active], .menulist_title_1b112:hover[class*=not-active] {
    opacity: 1;
  }
}
.menulist_item_1b112[class*=not-active], [class*=not-active].menulist_title_1b112 {
  opacity: 0.5;
}
@media screen and (min-width: 924px) {
  [class*=headerwcp_] .menulist_item_1b112, [class*=headerwcp_] .menulist_title_1b112 {
    min-width: 15rem;
  }
}

.menulist_title_1b112 {
  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_1b112.menulist_compact_1b112 {
  min-width: auto;
  gap: var(--step);
  padding: 0.5rem calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .menulist_title_1b112.menulist_compact_1b112 {
    min-width: 13.4375rem;
    gap: calc(var(--step) * 2);
    padding: 0.5rem calc(var(--step) * 3);
  }
}
@media (hover: hover) {
  .menulist_title_1b112:hover {
    background-color: var(--box-dark);
  }
}

.menulist_open_1b112 {
  background-color: var(--box-dark) !important;
}
.menulist_open_1b112 [class*=arrow] {
  transform: rotate(-90deg) scale(-1, 1);
}

.menulist_text_1b112,
.menulist_drop_1b112 {
  display: inline-flex;
  cursor: pointer;
  padding: 0.5rem 0;
  gap: var(--step);
}
.menulist_text_1b112.menulist_open_1b112,
.menulist_drop_1b112.menulist_open_1b112 {
  background-color: transparent !important;
}

.menulist_drop_1b112 {
  padding: 0 !important;
}
.menulist_drop_1b112 + .menulist_list_1b112 {
  top: calc(100% + var(--step));
}

.menulist_selected_1b112 {
  justify-content: space-between;
}

.menulist_medium_1b112 {
  width: 26.25rem;
}

.menulist_full_1b112 {
  width: 100%;
}

.menulist_align-end_1b112 {
  margin-inline-start: auto;
}
.menulist_align-end_1b112 > * {
  place-self: flex-end;
}
.menulist_align-start_1b112 {
  margin-inline-end: auto;
}
.menulist_align-start_1b112 > * {
  place-self: flex-start;
}

.menulist_frame_1b112 {
  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_1b112 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menulist_heading_1b112.menulist_compact_1b112 {
  display: none;
}
@media screen and (min-width: 924px) {
  .menulist_heading_1b112.menulist_compact_1b112 {
    display: block;
  }
}

.menulist_border_1b112 {
  position: relative;
}
.menulist_border_1b112::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_1b112, .menulist_full_1b112 .menulist_title_1b112, .menulist_full_1b112 .menulist_list_1b112 {
  width: 100%;
}

.menulist_fit-content_1b112, .menulist_fit-content_1b112 .menulist_title_1b112 {
  min-width: max-content;
}
.menulist_fit-content_1b112 .menulist_list_1b112 {
  min-width: 100%;
  width: auto;
}

.menulist_above_1b112 {
  top: auto;
  bottom: 100%;
}

.menulist_header_1b112 {
  display: flex;
  flex-direction: row;
  gap: calc(var(--step) * 2);
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 924px) {
  .menulist_header_1b112 {
    justify-content: space-between;
  }
}

.menulist_close_1b112 {
  position: absolute;
  bottom: calc(var(--step) * 4);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 924px) {
  .menulist_close_1b112 {
    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_1b112 {
  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_1b112.menulist_choose_1b112 {
  transform: translateX(0);
}
@media screen and (min-width: 924px) {
  .menulist_fixed_1b112 {
    padding: calc(var(--step) * 4) calc(var(--step) * 6);
    width: 30.116%;
    inset-inline-start: auto;
  }
  [dir=rtl] .menulist_fixed_1b112 {
    transform: translateX(-100%);
  }
  [dir=rtl] .menulist_fixed_1b112.menulist_choose_1b112 {
    transform: translateX(0);
  }
}

.menulist_placeholder_1b112 {
  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_1b112::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.menulist_placeholder_1b112::-webkit-scrollbar-track {
  background-color: transparent;
}
.menulist_placeholder_1b112::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.menulist_placeholder_1b112::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.menulist_placeholder_1b112::before, .menulist_placeholder_1b112::after {
  content: "";
  display: block;
  margin: auto;
}
.menulist_placeholder_1b112 .menulist_today_1b112,
.menulist_placeholder_1b112 [class*=selected] {
  color: #fff;
}
.menulist_placeholder_1b112 .menulist_item_1b112, .menulist_placeholder_1b112 .menulist_title_1b112 {
  padding-left: 0;
  padding-right: 0;
}
@media (hover: hover) {
  .menulist_placeholder_1b112 .menulist_item_1b112:hover, .menulist_placeholder_1b112 .menulist_title_1b112:hover {
    background: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 924px) {
  .menulist_placeholder_1b112 {
    align-items: flex-start;
  }
}#menu_mobile-menu_93d9e {
  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_93d9e #menu_mobile-menu_93d9e {
  opacity: 1;
  pointer-events: all;
}
#menu_mobile-menu_93d9e .menu_container_93d9e {
  height: 100%;
  display: grid;
  grid-auto-rows: 1fr auto;
}
#menu_mobile-menu_93d9e .menu_container_93d9e > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px 0;
}
#menu_mobile-menu_93d9e .menu_button-head_93d9e {
  background-color: rgba(235, 235, 235, 0.06);
}
#menu_mobile-menu_93d9e .menu_social_93d9e {
  border-top-width: 1px;
  border-bottom-width: 0;
}
#menu_mobile-menu_93d9e .menu_country-current_93d9e {
  white-space: nowrap;
}
#menu_mobile-menu_93d9e .menu_country-current_93d9e .menu_country_93d9e {
  flex-direction: row;
  gap: 0 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
#menu_mobile-menu_93d9e .menu_country-current_93d9e .menu_flag_93d9e {
  width: 27px;
  height: 27px;
}
#menu_mobile-menu_93d9e .menu_copyright_93d9e {
  padding: 16px;
}
@media screen and (min-width: 924px) {
  #menu_mobile-menu_93d9e {
    display: none;
  }
}

#menu_menu_93d9e,
#menu_nav_93d9e {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 36px;
}
#menu_menu_93d9e ul,
#menu_nav_93d9e ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
#menu_menu_93d9e a,
#menu_nav_93d9e a {
  color: #fff;
}
@media screen and (min-width: 924px) {
  #menu_menu_93d9e,
  #menu_nav_93d9e {
    padding-bottom: 0;
  }
  #menu_menu_93d9e ul,
  #menu_nav_93d9e 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_93d9e a,
  #menu_nav_93d9e a {
    opacity: 0.6;
    transition-property: opacity;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  #menu_menu_93d9e a:hover,
  #menu_nav_93d9e a:hover {
    color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1188px) {
  #menu_menu_93d9e ul,
  #menu_nav_93d9e 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_93d9e ul,
  #menu_nav_93d9e ul {
    gap: 0 calc(100vw * 24 / 1515);
    margin-bottom: calc(100vw * 40 / 1500);
    font-size: calc(100vw * 14 / 1500);
  }
}.pinholder_pin-holder_d3129 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 0.75rem;
  padding-top: 0.75rem;
}

.pinholder_input_d3129 {
  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_d3129 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_d3129 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_d3129 input:-internal-autofill-selected {
  background-color: transparent !important;
}
.pinholder_input_d3129 input:focus {
  outline: none;
  box-shadow: none;
}
.pinholder_input_d3129 input::placeholder {
  color: var(--white-50);
  transition: var(--speed) var(--easing);
  transition-property: color, opacity;
}
.pinholder_input_d3129 input:focus::placeholder {
  color: transparent;
}
.pinholder_input_d3129 input::-webkit-outer-spin-button, .pinholder_input_d3129 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pinholder_input_d3129 input:focus + label, .pinholder_input_d3129 input:valid:not(:placeholder-shown):focus + label {
  border-color: var(--secondary-colors-green);
}
body[dir=rtl] .pinholder_input_d3129 input, *[dir=rtl] .pinholder_input_d3129 input {
  padding: inherit;
  direction: ltr;
}
.pinholder_input_d3129 input:invalid:not(:valid):not(:placeholder-shown) + label {
  border-color: var(--secondary-colors-red);
}
.pinholder_input_d3129 input:valid:not(:placeholder-shown) + label {
  border-color: transparent;
}
.pinholder_input_d3129 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_d3129:has(input:valid:not(:placeholder-shown)) {
    border-radius: var(--radius);
  }
}.styles_logo-base_1236c, .styles_logo_1236c, .styles_logoMobile_1236c {
  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_1236c a, .styles_logo_1236c a, .styles_logoMobile_1236c a {
  display: block;
  height: 100%;
}
.styles_logo-base_1236c a img, .styles_logo_1236c a img, .styles_logoMobile_1236c a img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.styles_logoMobile_1236c {
  width: 92px;
  height: 32px;
}
.styles_logoMobile_1236c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .styles_logoMobile_1236c {
    display: none;
  }
}

.styles_logo_1236c {
  display: none;
}
.styles_logo_1236c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styles_logos_1236c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styles_logo-we_1236c {
  width: 70px;
  height: 39px;
  position: relative;
}
.styles_logo-we_1236c::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_1236c::before {
  left: auto;
  right: -12px;
}
@media screen and (min-width: 924px) {
  .styles_logo_1236c {
    display: inline-flex;
    height: 2.625rem;
  }
  .styles_logos_1236c {
    gap: 0 1.5rem;
  }
  .styles_logo-we_1236c {
    width: 4.375rem;
    height: 2.4375rem;
  }
  .styles_logo_1236c::before {
    left: -0.75rem;
  }
  body[dir=rtl] .styles_logo_1236c::before {
    left: auto;
    right: -0.75rem;
  }
}.styles_socialLinks_8d36e {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.styles_socialLinks_8d36e a {
  display: flex;
}
.styles_socialLinks_8d36e > * {
  width: 28px;
  height: 28px;
}
.styles_socialLinks_8d36e > * > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styles_foot-bottom_8d36e .styles_socialLinks_8d36e {
  padding: 30px 0;
  border: solid rgba(255, 255, 255, 0.12);
  border-width: 0 0 1px;
}
@media screen and (min-width: 924px) {
  .styles_socialLinks_8d36e {
    width: auto;
    justify-content: flex-end;
    gap: 0 2.6vw;
  }
  .styles_socialLinks_8d36e > * {
    width: calc(100vw * 28 / 924);
    height: calc(100vw * 28 / 924);
  }
  .styles_foot-bottom_8d36e .styles_socialLinks_8d36e {
    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: 1188px) {
  .styles_socialLinks_8d36e {
    gap: 0 calc(100vw * 40 / 1212);
  }
  .styles_socialLinks_8d36e > * {
    width: calc(100vw * 28 / 1212);
    height: calc(100vw * 28 / 1212);
  }
  .styles_foot-bottom_8d36e .styles_socialLinks_8d36e {
    transform: translateY(calc((50% + 100vw * 28 / 1212) * -1));
  }
}
@media screen and (min-width: 1500px) {
  .styles_socialLinks_8d36e {
    gap: 0 calc(100vw * 40 / 1500);
  }
  .styles_socialLinks_8d36e > * {
    width: calc(100vw * 28 / 1500);
    height: calc(100vw * 28 / 1500);
  }
  .styles_foot-bottom_8d36e .styles_socialLinks_8d36e {
    transform: translateY(calc((50% + 100vw * 28 / 1500) * -1));
  }
}.tabs_TabsRoot_43d32 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: visible;
  position: relative;
  z-index: 1;
}

.tabs_TabsList_43d32 {
  flex-shrink: 0;
  display: flex;
  background: var(--primary-colors-background);
  overflow-x: visible;
  position: relative;
  z-index: 100;
  justify-content: center;
}

.tabs_Trigger_43d32 {
  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_43d32:focus {
  position: relative;
}
@media screen and (min-width: 924px) {
  .tabs_Trigger_43d32 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.tabs_TextTrigger_43d32 {
  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_43d32::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_43d32[data-state=active] {
  opacity: 1;
}
.tabs_TextTrigger_43d32[data-state=active]::before {
  left: 0;
  width: 100%;
}

.tabs_DotTrigger_43d32 {
  flex: 0;
  padding: 0 calc(var(--step));
  pointer-events: none;
  margin-top: calc(var(--step) * 3);
}
.tabs_DotTrigger_43d32::before {
  content: "";
  width: var(--step);
  height: var(--step);
  border: 0.125rem solid;
  border-radius: 50%;
}
.tabs_DotTrigger_43d32[data-state=active]::before {
  border-color: var(--primary-colors-brand);
  background: var(--primary-colors-brand);
}

.tabs_Done_43d32::before {
  background: var(--white);
}

.tabs_TabsContent_43d32 {
  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_43d32[data-state=inactive] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tabs_TabsContent_43d32[data-state=active] {
  opacity: 1;
  pointer-events: all;
  position: relative;
  transform: none;
}

.tabs_switchers_43d32 {
  position: relative;
  border-radius: 1.25rem;
  background-color: var(--white-10);
  box-shadow: 0 0 0 0.125rem var(--white-10);
}
.tabs_switchers_43d32 .tabs_TextTrigger_43d32 {
  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_43d32 .tabs_TextTrigger_43d32::before {
  display: none;
}
.tabs_switchers_43d32 .tabs_TextTrigger_43d32[data-state=active] {
  color: var(--primary-colors-background);
}
.tabs_switchers_43d32 .tabs_TextTrigger_43d32:last-of-type[data-state=active] + [class*=bar] {
  transform: translateX(100%);
}
[dir=rtl] .tabs_switchers_43d32 .tabs_TextTrigger_43d32:last-of-type[data-state=active] + [class*=bar] {
  transform: translateX(-100%);
}

.tabs_bar_43d32 {
  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_f9983 {
  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_f9983[data-state=delayed-open][data-side=top] {
  animation-name: tooltip_slideDownAndFade_f9983;
}
.tooltip_tooltipContent_f9983[data-state=delayed-open][data-side=right] {
  animation-name: tooltip_slideLeftAndFade_f9983;
}
.tooltip_tooltipContent_f9983[data-state=delayed-open][data-side=bottom] {
  animation-name: tooltip_slideUpAndFade_f9983;
}
.tooltip_tooltipContent_f9983[data-state=delayed-open][data-side=left] {
  animation-name: tooltip_slideRightAndFade_f9983;
}

.tooltip_tooltipArrow_f9983 {
  fill: var(--primary-colors-air, var(--primary-colors-milk));
  width: 1.5625rem;
  height: 0.9375rem;
  position: relative;
  top: -0.0625rem;
}

.tooltip_icon_f9983 {
  font-family: inherit;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: transparent;
}
.tooltip_icon_f9983:hover span::before {
  color: var(--white-80) !important;
}

@keyframes tooltip_slideUpAndFade_f9983 {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tooltip_slideRightAndFade_f9983 {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tooltip_slideDownAndFade_f9983 {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tooltip_slideLeftAndFade_f9983 {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}.flex_flex-wrapper_30890 {
  display: flex;
  flex-wrap: nowrap;
}

.flex_basis-2_30890 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.flex_basis-2_30890 > * {
  min-width: 0;
}

.flex_basis-3_30890 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.flex_basis-3_30890 > * {
  min-width: 0;
}

.flex_basis-4_30890 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.flex_basis-4_30890 > * {
  min-width: 0;
}

.flex_basis-5_30890 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.flex_basis-5_30890 > * {
  min-width: 0;
}

.flex_basis-6_30890 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.flex_basis-6_30890 > * {
  min-width: 0;
}

.flex_basis-7_30890 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.flex_basis-7_30890 > * {
  min-width: 0;
}

.flex_basis-8_30890 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.flex_basis-8_30890 > * {
  min-width: 0;
}

.flex_basis-9_30890 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.flex_basis-9_30890 > * {
  min-width: 0;
}

.flex_basis-10_30890 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.flex_basis-10_30890 > * {
  min-width: 0;
}

.flex_basis-11_30890 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.flex_basis-11_30890 > * {
  min-width: 0;
}

.flex_basis-12_30890 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.flex_basis-12_30890 > * {
  min-width: 0;
}

.flex_justify-start_30890 {
  justify-content: flex-start;
}
.flex_justify-end_30890 {
  justify-content: flex-end;
}
.flex_justify-center_30890 {
  justify-content: center;
}
.flex_justify-between_30890 {
  justify-content: space-between;
}
.flex_justify-around_30890 {
  justify-content: space-around;
}
.flex_justify-evenly_30890 {
  justify-content: space-evenly;
}

.flex_direction-row_30890 {
  flex-direction: row;
}

.flex_direction-column_30890 {
  flex-direction: column;
}
.flex_direction-column_30890 > * {
  width: 100%;
}

.flex_valign_30890 {
  min-height: 100%;
  justify-content: center;
}

.flex_grow_30890 {
  flex-grow: 1;
}

.flex_wrap_30890 {
  flex-wrap: wrap;
}

.flex_align-self_30890 {
  width: fit-content;
}
.flex_align-self-start_30890 {
  align-self: flex-start;
}
.flex_align-self-center_30890 {
  align-self: center;
}
.flex_align-self-end_30890 {
  align-self: flex-end;
}

.flex_justify_30890 {
  display: flex;
  flex-direction: column;
}
.flex_justify-start_30890 {
  justify-content: flex-start;
}
.flex_justify-center_30890 {
  justify-content: center;
}
.flex_justify-end_30890 {
  justify-content: flex-end;
}
.flex_justify-between_30890 {
  justify-content: space-between;
}

.flex_align-items-start_30890 {
  align-items: flex-start;
}
.flex_align-items-center_30890 {
  align-items: center;
}
.flex_align-items-end_30890 {
  align-items: flex-end;
}

.flex_sticky_30890 {
  position: sticky;
  top: 0;
}.styles_toaster_079ac {
  position: fixed;
  z-index: 24;
}

.styles_toast_079ac {
  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_079ac > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
.styles_toast_079ac .styles_icon_079ac {
  flex-shrink: 0;
  flex-grow: 0;
  height: 50px;
  text-align: center;
  color: var(--white);
}
.styles_toast_079ac .styles_icon_079ac > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  width: auto;
}
.styles_toast_079ac b {
  color: #fff;
}
.styles_toast_079ac p {
  margin: 0;
}
.styles_toast_079ac.styles_success_079ac {
  background-color: var(--secondary-colors-green);
}
.styles_toast_079ac.styles_error_079ac {
  background-color: var(--secondary-colors-red);
}
.styles_toast_079ac.styles_default_079ac {
  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_079ac {
    bottom: calc(100vw * 48 / 924);
    margin: 0 auto;
    width: calc(100vw * 600 / 924) !important;
    gap: 0 calc(100vw * 12 / 924);
  }
  .styles_toast_079ac > * {
    gap: 0 calc(100vw * 12 / 924);
  }
  .styles_toast_079ac .styles_icon_079ac {
    height: calc(100vw * 50 / 924);
  }
}
@media screen and (min-width: 1188px) {
  .styles_toast_079ac {
    bottom: calc(100vw * 48 / 1212);
    width: calc(100vw * 600 / 1212) !important;
    gap: 0 calc(100vw * 12 / 1212);
  }
  .styles_toast_079ac > * {
    gap: 0 calc(100vw * 12 / 1212);
  }
  .styles_toast_079ac .styles_icon_079ac {
    height: calc(100vw * 50 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  .styles_toast_079ac {
    bottom: calc(100vw * 48 / 1500);
    width: calc(100vw * 600 / 1500) !important;
    gap: 0 calc(100vw * 12 / 1500);
  }
  .styles_toast_079ac > * {
    gap: 0 calc(100vw * 12 / 1500);
  }
  .styles_toast_079ac .styles_icon_079ac {
    height: calc(100vw * 50 / 1500);
  }
}

.styles_dismissBtn_079ac {
  cursor: pointer;
}

.styles_button_079ac {
  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_079ac:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}.expiration-banner_banner_d51bd {
  background-color: var(--primary-colors-orange) !important;
}
.expiration-banner_banner_d51bd a {
  text-decoration: underline;
}.price_price_e6ebe {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.1875rem;
  flex-wrap: wrap;
  align-self: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: end;
  margin-inline-start: auto;
  flex-shrink: 0;
}
.price_price_e6ebe b {
  color: #fff;
  font-weight: var(--font-weight-medium);
  font-size: 1rem;
}
.price_price_e6ebe i {
  display: flex;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-style: normal;
  color: var(--white-60);
}
.price_price_e6ebe .price_free_e6ebe {
  text-decoration: line-through;
  color: var(--white-50) !important;
  font-weight: normal;
}
.price_price_e6ebe.price_start_e6ebe {
  text-align: initial;
  margin-inline-start: initial;
}

.price_description_e6ebe {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-50);
  font-style: normal;
  text-align: start;
  flex-basis: 100%;
}

.price_sar_e6ebe {
  align-self: center;
  margin-inline-end: -0.1875rem;
  opacity: 0.5;
  width: 1.5rem;
  height: 1.5rem;
}
[dir=rtl] .price_sar_e6ebe {
  margin-inline-end: 0;
  margin-inline-start: -0.1875rem;
}

.price_unwinded_e6ebe {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  direction: ltr;
  gap: 0.1875rem;
}.skeleton_skeleton_23376 {
  display: block;
  min-height: 1em;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
}

.skeleton_animate_23376 {
  animation: 1.5s skeleton_shine_23376 linear infinite;
}

.skeleton_absolute_23376 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.skeleton_circle_23376 {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
}

.skeleton_rectangular_23376 {
  border-radius: 0;
}

.skeleton_rounded_23376 {
  border-radius: var(--radius);
}

.skeleton_text_23376 {
  width: 100%;
  line-height: 1.5rem;
  margin-bottom: var(--step);
}

@keyframes skeleton_shine_23376 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.skeleton_center_23376 {
  margin: auto;
}

.skeleton_end_23376 {
  margin-inline-start: auto;
}

.skeleton_grid-wrapper_23376 {
  max-height: 100vh;
  overflow: hidden;
}

.skeleton_grid_23376 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .skeleton_grid_23376 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1188px) {
  .skeleton_grid_23376 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.skeleton_grid_23376 > * {
  aspect-ratio: 2/3;
}.error_error_1bd31 {
  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_1bd31.error_absolute_1bd31 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
}
[class*=hero_detail] .error_error_1bd31 {
  padding-bottom: calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .error_error_1bd31 {
    padding: 0 2.25rem;
  }
  [class*=hero_detail] .error_error_1bd31 {
    padding-bottom: calc(var(--step) * 6);
  }
}

.error_ico_1bd31 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--step);
}
.error_ico_1bd31 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error_description_1bd31 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: var(--step);
}.avatar_holder_58c18 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--step) 0;
}

.avatar_avatar_58c18 {
  display: flex;
  position: relative;
  width: 2.25rem;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: calc(var(--step) * 4);
}
.avatar_avatar_58c18::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
*[class*=header] .avatar_avatar_58c18 {
  margin-bottom: 0;
}
@media (hover: hover) {
  .avatar_avatar_58c18:hover::before {
    opacity: 1;
  }
}
.avatar_avatar_58c18 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.avatar_border_58c18 {
  cursor: pointer;
}
.avatar_border_58c18::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_58c18 {
  width: 1.875rem;
}
.avatar_size-medium_58c18 {
  width: 3rem;
}
.avatar_size-large_58c18 {
  width: 5.25rem;
}
.avatar_size-unequal_58c18 {
  border-radius: 0.375rem;
}
.avatar_size-unequal_58c18::after {
  padding-top: 0;
}

.avatar_name_58c18 {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (min-width: 924px) {
  .avatar_name_58c18 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.avatar_description_58c18 {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--white-60);
  margin-bottom: calc(var(--step) * 2);
}

.avatar_restrict_58c18 {
  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_58c18,
.avatar_header_58c18 {
  flex-direction: row;
  gap: calc(var(--step) * 2);
}
.avatar_inline_58c18 .avatar_avatar_58c18,
.avatar_header_58c18 .avatar_avatar_58c18 {
  margin-bottom: 0;
}
.avatar_inline_58c18 .avatar_restrict_58c18,
.avatar_header_58c18 .avatar_restrict_58c18 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: var(--font-weight-medium);
}
.avatar_inline_58c18 .avatar_name_58c18,
.avatar_header_58c18 .avatar_name_58c18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
}

.avatar_header_58c18 .avatar_name_58c18 {
  font-size: 1rem;
  line-height: 1.375rem;
}
.avatar_header_58c18 .avatar_description_58c18 {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: var(--white-50);
}

.avatar_edit_58c18 {
  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_58c18:hover {
    background-color: var(--primary-colors-brand);
  }
}.box_box_8eeb5 {
  padding: 0.5rem;
  background: var(--box-dark);
  border-radius: var(--radius);
}

.box_padding0_8eeb5 {
  padding: 0;
}
.box_padding2x_8eeb5 {
  padding: calc(var(--step) * 2);
}
.box_padding3x_8eeb5 {
  padding: calc(var(--step) * 3);
}

.box_light_8eeb5 {
  background-color: var(--white-5);
}

.box_none_8eeb5 {
  background-color: transparent;
}

.box_hovered_8eeb5 {
  cursor: pointer;
  transition: background-color var(--speed) var(--easing);
}
@media (hover: hover) {
  .box_hovered_8eeb5[class*=_light]:hover {
    background-color: var(--white-20) !important;
  }
}

.box_sticky_8eeb5 {
  position: sticky;
  z-index: 10;
}
.box_sticky_8eeb5::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 0;
  right: 0;
}
.box_sticky_8eeb5.box_top_8eeb5 {
  top: 0;
}
.box_sticky_8eeb5.box_top_8eeb5::before {
  top: 0;
  bottom: calc(var(--step) * -6);
}
.box_sticky_8eeb5.box_bottom_8eeb5 {
  bottom: 0;
}
.box_sticky_8eeb5.box_bottom_8eeb5::before {
  bottom: 0;
  top: calc(var(--step) * -6);
  background: linear-gradient(180deg, rgba(var(--primary-colors-rgb-background), 0) 0%, rgba(var(--primary-colors-rgb-background), 1) 31.67%);
}
.box_sticky_8eeb5 > * {
  position: relative;
  z-index: 6;
}.hero_picture_b8441 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero_picture_b8441:not(.hero_compact_b8441) {
  margin: 0 calc(var(--step) * -2);
  width: calc(100% + var(--step) * 4);
}
.hero_picture_b8441::before {
  content: "";
  position: relative;
  padding-top: calc(83.334% + 1.875rem);
  background: linear-gradient(360deg, var(--primary-colors-background) 0%, rgba(var(--primary-colors-rgb-background), 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero_picture_b8441 > img,
.hero_picture_b8441 [class*=bitmovin],
.hero_picture_b8441 [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_b8441 [id*=bitmovinplayer-video-player] {
  object-fit: cover !important;
}
@media screen and (min-width: 560px) {
  .hero_picture_b8441::before {
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 924px) {
  .hero_picture_b8441:not(.hero_compact_b8441) {
    margin: 0 calc(var(--step) * -6) calc(var(--step) * 2);
    width: calc(100% + var(--step) * 12);
  }
  *[class*=width] .hero_picture_b8441:not(.hero_compact_b8441) {
    width: calc(100vw - 4.5rem);
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  *[class*=width] .hero_picture_b8441:not(.hero_compact_b8441)::before {
    padding-top: clamp(260px, 56.25% + 6rem, 24.125rem);
  }
  *[dir=rtl] *[class*=width] .hero_picture_b8441:not(.hero_compact_b8441) {
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }
}

.hero_heading_b8441 {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero_heading_b8441:not([class*=size]) {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.hero_heading_b8441 {
  font-weight: bold;
  padding: 0 calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .hero_heading_b8441 {
    padding: 0 calc(var(--step) * 3);
  }
  .hero_heading_b8441::before {
    top: calc(1.875rem - 1px);
  }
  .hero_heading_b8441:not([class*=size]) {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hero_picture_b8441:not(.hero_compact_b8441) .hero_heading_b8441 {
    padding: 0 calc(var(--step) * 6);
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 3rem;
  }
  .hero_picture_b8441:not(.hero_compact_b8441) .hero_heading_b8441::before {
    top: 3rem;
  }
  *[class*=width] .hero_picture_b8441:not(.hero_compact_b8441) .hero_heading_b8441 {
    max-width: 35.25rem;
    padding: 0;
    margin: -6rem auto 0;
  }
  *[class*=width] .hero_picture_b8441:not(.hero_compact_b8441) .hero_heading_b8441::before {
    top: calc(6rem - 1px);
    bottom: -1px;
    left: -50vw;
    right: -50vw;
  }
}

.hero_detail_b8441 {
  margin: calc(var(--step) * -2) calc(var(--step) * -2) calc(var(--step) * 1);
  width: calc(100% + var(--step) * 4);
}
.hero_detail_b8441 + * {
  position: relative;
  z-index: 8;
}
.hero_detail_b8441 .hero_heading_b8441 {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 924px) {
  .hero_detail_b8441 {
    margin: calc(var(--step) * -6) calc(var(--step) * -6) calc(var(--step) * -12);
    width: calc(100% + var(--step) * 12);
  }
  .hero_detail_b8441 .hero_heading_b8441 {
    padding: 0 calc(var(--step) * 6);
    transform: translateY(calc(var(--step) * -12));
  }
}

.hero_content_b8441 {
  position: relative;
  max-width: 35.25rem;
  margin: 0 auto;
  z-index: 2;
}

.hero_holder_b8441 {
  position: relative;
  z-index: 1;
  background: var(--primary-colors-background);
}
.hero_holder_b8441 + * {
  position: relative;
  z-index: 2;
}
[class*=theme-light] > .hero_holder_b8441 {
  background-color: transparent;
}
[class*=theme-light] > .hero_holder_b8441 .hero_picture_b8441::before {
  background: linear-gradient(360deg, var(--white-5-filled) 0%, rgba(var(--primary-colors-rgb-background), 0) 100%);
}
.hero_holder_b8441 [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_b8441[class*=centered] > * {
  position: static;
}
@media screen and (min-width: 924px) {
  .hero_holder_b8441 [class*=trailer] {
    display: none;
  }
}

.hero_minHeight_b8441.hero_picture_b8441::before {
  padding-top: 35.96%;
}

.hero_blurred_b8441 {
  margin-bottom: 0;
}
.hero_blurred_b8441:before {
  padding-top: 19.5rem;
}
.hero_blurred_b8441 > img {
  filter: blur(30px);
}
.hero_blurred_b8441 .hero_heading_b8441 {
  position: relative;
  transform: none;
}
.hero_blurred_b8441 + .hero_content_b8441 {
  max-width: 100%;
}
@media screen and (min-width: 924px) {
  .hero_blurred_b8441:before {
    padding-top: calc(56.25% - var(--step) * 12);
  }
  .hero_blurred_b8441 > img {
    filter: blur(40px);
  }
}

.hero_inner_b8441 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.hero_poster_b8441 {
  width: 6.75rem;
  height: 10.5rem;
  margin: 0 auto calc(var(--step) * 3);
}
.hero_poster_b8441 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .hero_poster_b8441 {
    width: 11.25rem;
    height: 16.625rem;
  }
}.pagination_holder_4426e {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: calc(var(--step) * 2);
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.pagination_holder_4426e > .pagination_holder_4426e {
  margin-bottom: 0;
}
.pagination_holder_4426e a {
  white-space: nowrap;
}
@media screen and (min-width: 924px) {
  .pagination_holder_4426e {
    margin-bottom: calc(var(--step) * 3);
  }
}

.pagination_paging_4426e {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.125rem;
  min-height: 1.5rem;
  width: auto !important;
}
.pagination_paging_4426e > *,
.pagination_paging_4426e *[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_4426e > *::before,
.pagination_paging_4426e *[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_4426e > *[class*=-active]::before {
  background: var(--primary-colors-brand);
}

.pagination_bullet_4426e {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white-30);
}
.pagination_bullet-active_4426e {
  background: var(--primary-colors-brand);
}
.pagination_bullet_4426e:only-child {
  display: none;
}

.pagination_link_4426e {
  text-transform: lowercase;
}.details_details_340db {
  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_340db {
  margin-inline-start: 0;
}
.details_details_340db > *,
.details_details_340db .details_inner_340db {
  position: relative;
  padding-inline-start: 0.375rem;
  padding-inline-end: 0.125rem;
}
.details_details_340db > *::after,
.details_details_340db .details_inner_340db::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_340db > *:first-child,
.details_details_340db .details_inner_340db:first-child {
  margin-inline-start: 0;
}
.details_details_340db > *:first-child:not(.details_age_340db),
.details_details_340db .details_inner_340db:first-child:not(.details_age_340db) {
  padding-inline-start: 0;
}
.details_details_340db > *:first-child::after,
.details_details_340db .details_inner_340db:first-child::after {
  display: none;
}
.details_details_340db > span {
  display: flex;
  min-height: 1.125rem;
}
.details_details_340db > span + div {
  display: contents;
}
.details_details_340db > span + div::before {
  content: "\a";
  flex-basis: 100%;
}
.details_details_340db strong {
  font-weight: normal;
  color: var(--white-50);
}

.details_provider_340db {
  padding-inline-start: 0;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-start;
}
.details_provider_340db img {
  display: block;
  width: fit-content;
  height: auto;
  max-width: 9.5rem;
  object-fit: contain;
}

.details_age_340db {
  display: flex;
  font-size: 0.6625rem;
  line-height: 0.875rem;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0.125rem 0.3125rem;
  margin-inline-start: 0.375rem;
  margin-inline-end: 0.125rem;
}
.details_age_340db::after {
  inset-inline-start: -0.625rem;
}

.details_lock_340db {
  padding-inline-end: 0;
}
.details_lock_340db + * {
  padding-inline-start: 0;
}
.details_lock_340db + *::after {
  display: none;
}

.details_live_340db,
.details_catchup_340db {
  position: relative;
  display: block;
  background-color: var(--secondary-colors-red);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-medium, 500);
  padding: 0.125rem 0.375rem 0.125rem 0.875rem;
  color: var(--primary-colors-background);
  background-color: #fff;
}
.details_live_340db::before,
.details_catchup_340db::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--step);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--secondary-colors-green);
}

.details_catchup_340db {
  padding-left: 0.375rem;
}
.details_catchup_340db::before {
  display: none;
}

.details_divide_340db {
  width: -webkit-fill-available;
}
.details_divide_340db + * {
  padding-inline-start: 0;
}.lock_lock_0e906 {
  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_0e906 {
    width: 3rem;
    height: 3rem;
  }
}

.lock_inline_0e906 {
  position: relative;
  top: auto;
  inset-inline-end: auto;
  width: fit-content;
  height: auto;
  align-self: center;
}
@media screen and (min-width: 924px) {
  .lock_inline_0e906 {
    min-width: calc(var(--step) * 6);
    min-height: calc(var(--step) * 6);
  }
}

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

.lock_small_0e906 {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  padding: var(--step);
}
.lock_small_0e906 *[class*=icon_] svg {
  width: calc(var(--step) * 3);
  height: calc(var(--step) * 3);
}

.lock_lockRelative_0e906 {
  position: relative;
  inset: unset;
}

.lock_program_0e906 {
  inset-inline-start: var(--step);
  top: 0;
  inset-inline-end: auto;
  height: auto;
  padding: var(--step);
  z-index: 6;
  cursor: pointer;
}.activity_list_629f1 {
  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_629f1 > *:not([class*=icon]) {
  padding-bottom: calc(var(--step) * 2);
}
.activity_list_629f1 *[class*=icon] {
  align-items: flex-start;
}
.activity_list_629f1.activity_unsorted_629f1 {
  grid-template-columns: auto auto 1fr;
}

.activity_date_629f1 {
  flex-grow: 0;
  min-width: 5.25rem;
  position: relative;
  letter-spacing: 0.02em;
  color: var(--white-60);
}
.activity_date_629f1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  border-top: 1px solid var(--white-10);
}

.activity_heading_629f1 {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-wight-bold);
}
@media screen and (min-width: 924px) {
  .activity_heading_629f1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.activity_more_629f1 {
  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_629f1:hover {
    color: #fff;
  }
}

.activity_hidden_629f1 {
  opacity: 0;
  pointer-events: none;
}.like_likes_8cab2 {
  display: flex;
  flex-direction: row;
  gap: 0 calc(var(--step) * 2);
}
[class*=reward-compact] .like_likes_8cab2 {
  gap: 0 calc(var(--step) * 5);
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .like_likes_8cab2 {
    gap: 0 calc(var(--step) * 2);
  }
}

.like_item_8cab2 {
  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_8cab2:first-child span:last-child:not(:only-child) {
  margin-inline-end: calc(var(--step) * 2);
}
@media (hover: hover) {
  .like_item_8cab2:hover .like_ico_8cab2 {
    border-color: var(--white-70);
  }
}
[class*=reward-compact] .like_item_8cab2 {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  flex-direction: column;
  gap: var(--step);
}
[class*=reward-compact] .like_item_8cab2:first-child span:last-child:not(:only-child) {
  margin-inline-end: 0;
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .like_item_8cab2 {
    flex-direction: row;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.like_ico_8cab2 {
  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_ee5dc {
  height: 100%;
  overflow: auto;
}
.scroll_scroll_ee5dc::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.scroll_scroll_ee5dc::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.scroll_scroll_ee5dc::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.scroll_scroll_ee5dc::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.scroll_hidden_ee5dc {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll_hidden_ee5dc::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.scroll_hidden_ee5dc::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll_hidden_ee5dc::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.scroll_hidden_ee5dc::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.scroll_horizontal_ee5dc {
  height: auto;
  overflow-x: auto;
}.renttimer_timer_46d9b {
  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_46d9b.renttimer_small_46d9b {
  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_46d9b.renttimer_small_46d9b .renttimer_progress_46d9b {
  width: calc(var(--step) * 6);
  background: transparent;
}

.renttimer_count_46d9b {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  color: #fff;
}
.renttimer_count_46d9b strong {
  display: block;
}
.renttimer_count_46d9b span {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.renttimer_count_46d9b i {
  font-style: normal;
}

.renttimer_progress_46d9b {
  display: block;
  width: 100%;
  height: 100%;
}

.renttimer_circle_46d9b {
  fill: none;
  stroke-width: 1px;
  stroke: var(--secondary-colors-green);
}
.renttimer_circle-bg_46d9b {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
  transition: stroke 0.3s ease-in-out;
}

.renttimer_expired_46d9b *[class*=circle] {
  stroke: var(--secondary-colors-red);
}
.renttimer_expired_46d9b *[class*=count] strong {
  color: var(--secondary-colors-red);
}

.renttimer_almost_46d9b *[class*=circle]:not([class*=circle-bg]) {
  stroke: var(--secondary-colors-red);
}
.renttimer_almost_46d9b *[class*=count] strong, .renttimer_almost_46d9b.renttimer_inline_46d9b *[class*=count] i {
  color: var(--secondary-colors-red);
}

.renttimer_absolute_46d9b, .renttimer_timer_46d9b, .renttimer_count_46d9b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .renttimer_absolute_46d9b, [dir=rtl] .renttimer_timer_46d9b, [dir=rtl] .renttimer_count_46d9b {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.renttimer_inline_46d9b {
  position: static;
  transform: none;
  width: auto;
  height: 3rem;
  background: none;
  display: flex;
  align-items: center;
  gap: 0 var(--step);
}
.renttimer_inline_46d9b .renttimer_progress_46d9b {
  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_46d9b .renttimer_circle_46d9b,
.renttimer_inline_46d9b .renttimer_circle-bg_46d9b {
  stroke-width: 0.25rem;
}
.renttimer_inline_46d9b .renttimer_count_46d9b {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 0.1875rem;
}
.renttimer_inline_46d9b .renttimer_count_46d9b * {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
}
.renttimer_inline_46d9b .renttimer_count_46d9b strong {
  display: inline-flex;
  gap: 0 0.1875rem;
}
*[dir=rtl] .renttimer_inline_46d9b,
*[dir=rtl] .renttimer_inline_46d9b .renttimer_count_46d9b {
  transform: none;
  position: static;
}
[class*=reward-compact] .renttimer_inline_46d9b {
  flex-direction: column;
  gap: var(--step);
}
[class*=reward-compact] .renttimer_inline_46d9b .renttimer_count_46d9b {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: var(--secondary-colors-green);
}
[class*=reward-compact] .renttimer_inline_46d9b .renttimer_count_46d9b strong, [class*=reward-compact] .renttimer_inline_46d9b .renttimer_count_46d9b i {
  font-weight: normal;
}
[class*=almost] [class*=reward-compact] .renttimer_inline_46d9b .renttimer_count_46d9b {
  color: var(--secondary-colors-red);
}
@media screen and (min-width: 924px) {
  [class*=reward-compact] .renttimer_inline_46d9b {
    flex-direction: row;
  }
  [class*=reward-compact] .renttimer_inline_46d9b .renttimer_count_46d9b {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.renttimer_holder_46d9b {
  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_46d9b.renttimer_expired_46d9b .renttimer_label_46d9b, .renttimer_holder_46d9b.renttimer_almost_46d9b .renttimer_label_46d9b {
  color: var(--secondary-colors-red);
}
.renttimer_holder_46d9b .renttimer_count_46d9b * {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: normal;
}
.renttimer_holder_46d9b .renttimer_progress_46d9b {
  background: transparent;
  width: calc(var(--step) * 6);
  padding: 0;
}
.renttimer_holder_46d9b .renttimer_circle_46d9b, .renttimer_holder_46d9b .renttimer_circle-bg_46d9b {
  stroke-width: 0.3125rem;
}

.renttimer_label_46d9b {
  color: var(--secondary-colors-green);
  transition: var(--speed) var(--easing);
}

.renttimer_mark_46d9b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.renttimer_frame_46d9b {
  position: relative;
}.checklist_list_b7a85 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}
.checklist_list_b7a85 dd, .checklist_list_b7a85 dt {
  margin: 0;
}
.checklist_list_b7a85 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_b7a85 dt *:first-child {
  flex-grow: 0;
  display: inline-flex;
}
.checklist_list_b7a85 dt *[class*=icon] {
  width: 2.25rem;
  height: 2.25rem;
}
.checklist_list_b7a85 dt.checklist_nested_b7a85 {
  flex-wrap: wrap;
  grid-column: 1/-1;
}
.checklist_list_b7a85 dd {
  text-align: end;
  font-weight: var(--font-weight-medium);
  align-self: center;
  color: #fff;
}
.checklist_list_b7a85 dd *[class*=icon] {
  justify-content: start;
}
.checklist_list_b7a85 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checklist_list_b7a85.checklist_equal_b7a85 {
  grid-template-columns: repeat(2, 1fr);
}
.checklist_list_b7a85.checklist_equal_b7a85 dt {
  color: var(--white-50);
}
.checklist_list_b7a85.checklist_equal_b7a85 dd {
  text-align: start;
}

.checklist_disabled_b7a85 {
  opacity: 0.5;
}

.checklist_border_b7a85 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.checklist_border_b7a85 dt,
.checklist_border_b7a85 dd {
  padding: var(--step) 0;
}
.checklist_border_b7a85 dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  height: 1px;
  background: var(--white-10);
  pointer-events: none;
}
.checklist_border_b7a85 dt:last-of-type::before {
  display: none;
}

.checklist_ul_b7a85 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.checklist_ul_b7a85 li {
  position: relative;
  padding-inline-start: calc(var(--step) * 8 + 1.25rem);
}
.checklist_ul_b7a85 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_b7a85 {
    grid-template-columns: auto;
    overflow: visible;
  }
  .checklist_compare_b7a85 dt {
    width: calc(100vw - var(--step) * 4);
    margin-inline-start: calc(-50vw + var(--step));
    background: var(--primary-colors-background);
    justify-content: center;
  }
  .checklist_compare_b7a85 dd {
    display: flex;
    justify-content: center;
    min-height: 2.25rem;
  }
  .checklist_compare_b7a85 dd > svg, .checklist_compare_b7a85 dd > img {
    max-height: calc(2.25rem - var(--step) * 2);
    display: flex;
    margin: 0 auto;
    object-fit: contain;
  }
  .checklist_compare_b7a85.checklist_border_b7a85 dt::before {
    display: none;
  }
  .checklist_compare_b7a85 .checklist_ul_b7a85 {
    padding: calc(var(--step) * 2);
    gap: calc(var(--step) * 2);
    line-height: 1.125rem;
    text-align: start;
  }
  .checklist_compare_b7a85 .checklist_ul_b7a85 li {
    padding-inline-start: 0;
  }
  .checklist_compare_b7a85 .checklist_ul_b7a85 li::before {
    display: none;
  }
}.range_control_b32a6 {
  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_b32a6 input {
  display: block;
  width: 100%;
}
.range_control_b32a6 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_b32a6 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_b32a6 input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range_values_b32a6 {
  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_b32a6 {
  position: relative;
  padding-top: calc(var(--step) * 4 + 0.5rem);
  width: calc(var(--step) * 4);
  text-align: center;
}
.range_valOption_b32a6::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_b32a6::before {
  box-shadow: 0 0 0 2px var(--box-dark-filled);
}
@media screen and (min-width: 924px) {
  *[class*=theme-md-dark] .range_valOption_b32a6::before {
    box-shadow: 0 0 0 2px var(--box-dark-filled);
  }
}
.range_valOption_b32a6::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_b32a6 span {
  position: absolute;
  top: calc(var(--step) * 4 + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.range_valOption_b32a6:last-child span, .range_valOption_b32a6:first-child span {
  min-width: calc(var(--step) * 4);
  left: auto;
  transform: none;
}
.range_valOption_b32a6:last-child span {
  inset-inline-end: 0;
}
.range_valOption_b32a6:first-child span {
  inset-inline-start: 0;
}
.range_valOption_b32a6.range_checked_b32a6::before {
  border: var(--step) solid var(--white-10-filled, rgba(255, 255, 255, 0.1));
  background: var(--primary-colors-brand);
}
.range_valOption_b32a6.range_selected_b32a6 {
  color: #fff;
}
.range_valOption_b32a6.range_selected_b32a6::before {
  border: var(--step) solid var(--primary-colors-brand);
  background: #fff;
}
.range_valOption_b32a6.range_selected_b32a6::after {
  background: var(--primary-colors-brand);
}

.range_text_b32a6 {
  display: block;
  color: var(--white-60);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.range_values_b32a6 + .range_text_b32a6 {
  padding-top: calc(var(--step) * 7);
}

.range_tOption_b32a6 {
  display: none;
}
.range_tOption_b32a6.range_selected_b32a6 {
  display: block;
}

.range_range_b32a6 {
  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_b32a6 {
  pointer-events: none;
}.switch_switch_c95f9 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--step);
  width: fit-content;
}
.switch_switch_c95f9 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_c95f9 input:checked ~ b {
  background-color: var(--primary-colors-brand);
  border-color: var(--primary-colors-brand);
}
.switch_switch_c95f9 input:checked ~ b::before {
  background-color: #fff;
  transform: translateX(100%);
}
.switch_switch_c95f9 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_c95f9 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_c95f9 {
  position: relative;
  z-index: 2;
}.lazy_lazy_c821f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity var(--speed) var(--easing);
  max-width: 100%;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
}

.lazy_lazy-load-done_c821f {
  opacity: 1;
  visibility: visible;
}

.lazy_holder_c821f {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lazy_holder_c821f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}.addonitem_addon_32d16 {
  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%;
  min-height: 23.4375rem;
}
.addonitem_addon_32d16 [class*=_details] {
  color: var(--white-60);
}
.addonitem_addon_32d16 [class*=_button] {
  min-width: auto;
  width: 100%;
}
@media (hover: hover) {
  .addonitem_addon_32d16:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.addonitem_bg_32d16 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.addonitem_bg_32d16::before {
  content: "";
  display: block;
  padding-top: 33.333vw;
}
@media screen and (min-width: 560px) {
  .addonitem_bg_32d16::before {
    padding-top: 20.314vw;
  }
}
@media screen and (min-width: 924px) {
  .addonitem_bg_32d16::before {
    padding-top: 10.314vw;
  }
}

.addonitem_bgStatic_32d16 {
  display: block;
  height: 100%;
  background-size: contain;
  background-color: #000;
}
.addonitem_bgStatic_32d16::before {
  display: none;
}

.addonitem_foot_32d16 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--step) * 2) 0;
  padding: 0 calc(var(--step) * 3) var(--step);
  flex-grow: 0;
}

.addonitem_status_32d16, .addonitem_cost_32d16 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--step);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-colors-green);
  text-align: center;
}
.addonitem_status_32d16.addonitem_red_32d16, .addonitem_red_32d16.addonitem_cost_32d16 {
  color: var(--secondary-colors-red);
}
.addonitem_status_32d16.addonitem_green_32d16, .addonitem_green_32d16.addonitem_cost_32d16 {
  color: var(--secondary-colors-green);
}
.addonitem_status_32d16 [class*=icon].addonitem_sub_32d16 svg, .addonitem_cost_32d16 [class*=icon].addonitem_sub_32d16 svg {
  width: 1.125rem;
  height: 1.125rem;
  padding: 0.125rem;
  border-radius: 50%;
  background-color: var(--secondary-colors-green);
}

.addonitem_cost_32d16 {
  color: #fff;
  text-align: center;
}
.addonitem_cost_32d16 b {
  font-weight: var(--font-weight-medium);
}
.addonitem_cost_32d16 [class*=sar] {
  width: 1.5rem;
  height: 1.5rem;
}

.addonitem_price_32d16 {
  margin: 0 auto;
}

.addonitem_logo_32d16 {
  position: relative;
  width: 9.375rem;
  height: 3.75rem;
  padding: 0 calc(var(--step) * 3);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-grow: 0;
}
.addonitem_logo_32d16 img,
.addonitem_logo_32d16 svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.addonitem_flags_32d16 {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
.addonitem_flags_32d16 [class*=price] {
  align-items: center;
}

.addonitem_onus_32d16 {
  color: #fff;
}.image_parent_915aa {
  display: flex;
  position: relative;
  align-items: center;
}

.image_inner_915aa {
  width: 100%;
}
.image_inner_915aa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  transition: opacity var(--speed) var(--easing);
}

.image_loaded_915aa img {
  position: static;
  opacity: 1;
}
.image_loaded_915aa *[class*=spinner] {
  position: absolute;
  opacity: 0;
}.survey_fav_4c77f {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity var(--speed) var(--easing);
}
.survey_fav_4c77f::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 147.778%;
}
.survey_fav_4c77f::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_4c77f > img, .survey_fav_4c77f > 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_4c77f:hover {
    opacity: 1;
  }
  .survey_fav_4c77f:hover .survey_icon_4c77f {
    opacity: 1;
  }
}

.survey_icon_4c77f {
  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_4c77f {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.survey_selected_4c77f {
  opacity: 1;
}
.survey_selected_4c77f::after {
  opacity: 1;
  border-color: var(--primary-colors-orange);
}
.survey_selected_4c77f .survey_icon_4c77f {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--primary-colors-orange);
}.episode_episode_38b9c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--step) * 2);
}
.episode_episode_38b9c > * {
  min-width: 0;
  min-height: 0;
  height: fit-content;
}
@media screen and (min-width: 924px) {
  .episode_episode_38b9c {
    grid-template-columns: 17.25rem auto;
    gap: var(--step) calc(var(--step) * 4);
    justify-items: start;
    grid-auto-rows: min-content;
  }
}

.episode_holder_38b9c {
  grid-row: 1/2;
}
@media screen and (min-width: 924px) {
  .episode_holder_38b9c {
    grid-row: 1/span 4;
    width: 100%;
  }
}

.episode_image_38b9c {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.episode_image_38b9c::before {
  content: "";
  display: block;
  padding-top: 55.952%;
}
.episode_image_38b9c::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_38b9c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.episode_image_38b9c > * {
  position: relative;
  z-index: 4;
}
@media (hover: hover) {
  .episode_image_38b9c:hover:after {
    opacity: 1;
  }
}

.episode_info_38b9c {
  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_38b9c strong {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
}
.episode_info_38b9c strong * {
  display: inline-flex;
  color: #fff;
}
@media (hover: hover) {
  .episode_info_38b9c strong *:hover {
    color: var(--white-60);
  }
}
@media screen and (min-width: 924px) {
  .episode_info_38b9c {
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 1.5rem;
    align-self: start;
    align-items: center;
  }
}

.episode_duration_38b9c {
  color: var(--white-60);
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.episode_description_38b9c {
  grid-column: 1/-1;
  color: var(--white-80);
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 924px) {
  .episode_description_38b9c {
    grid-column: auto;
  }
}

.episode_progress_38b9c {
  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_38b9c 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_38b9c {
    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_38b9c i {
    height: 3px;
  }
}

.episode_icon_38b9c {
  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_38b9c {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.episode_locked_38b9c {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
}

.episode_vertical_38b9c .episode_description_38b9c {
  grid-column: 1/-1;
}
.episode_vertical_38b9c .episode_info_38b9c {
  align-items: flex-start;
}
@media screen and (min-width: 924px) {
  .episode_vertical_38b9c .episode_info_38b9c {
    gap: calc(var(--step) * 2);
  }
}
@media screen and (min-width: 924px) {
  .episode_vertical_38b9c {
    grid-template-columns: auto;
  }
  .episode_vertical_38b9c .episode_holder_38b9c {
    grid-column: 1/-1;
  }
  .episode_vertical_38b9c .episode_description_38b9c {
    grid-column: 1/-1;
  }
  .episode_vertical_38b9c .episode_info_38b9c {
    grid-column: 1/-1;
  }
}.poster_poster_e28ed {
  position: relative;
  overflow: hidden;
}
.poster_poster_e28ed::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 154.356%;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .poster_poster_e28ed::before {
    padding-top: 147.78%;
  }
}

.poster_hover_e28ed {
  cursor: pointer;
}
@media (hover: hover) {
  .poster_hover_e28ed:hover .poster_picture_e28ed {
    opacity: 0.6;
  }
}

.poster_picture_e28ed {
  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);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.poster_picture_e28ed > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.poster_inline_e28ed {
  width: var(--poster-w, auto);
  height: var(--poster-h, auto);
}
.poster_inline_e28ed::before {
  display: none;
}
.poster_inline_e28ed .poster_picture_e28ed {
  position: static;
  inset: auto;
}

.poster_play_e28ed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 4;
  transition: opacity var(--speed) var(--easing);
}
.poster_hover_e28ed .poster_play_e28ed {
  opacity: 1;
}.mood_mood_8b2ae {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  height: 10.5rem;
  cursor: pointer;
}
.mood_mood_8b2ae::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--primary-colors-rgb-background), 0.54) 100%);
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .mood_mood_8b2ae {
    height: 16.625rem;
  }
}

.mood_title_8b2ae {
  position: relative;
  z-index: 4;
  padding: 0 calc(var(--step) * 2) var(--step);
}
@media screen and (min-width: 924px) {
  .mood_title_8b2ae {
    padding: 0 calc(var(--step) * 3) calc(var(--step) * 2);
  }
}

.mood_image_8b2ae img {
  position: relative;
  z-index: 1;
}.detailed_detailed_4a564 {
  position: relative;
  height: 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.detailed_detailed_4a564 > * {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 924px) {
  .detailed_detailed_4a564 {
    height: 16.625rem;
  }
}

.detailed_picture_4a564 {
  position: absolute;
  z-index: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detailed_picture_4a564 > img {
  z-index: 1;
}

.detailed_provider_4a564 {
  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_4a564 {
    width: 12.5rem;
    height: 5rem;
    margin: 0 calc(var(--step) * 3);
  }
}

.detailed_title_4a564 {
  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_4a564 {
  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_4a564 span {
  position: relative;
  padding-inline-start: 0.375rem;
  padding-inline-end: 0.125rem;
}
.detailed_info_4a564 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_4a564 span:first-child {
  padding: 0;
}
.detailed_info_4a564 span:first-child::after {
  display: none;
}

.detailed_holder_4a564 {
  z-index: 2;
  background-color: var(--white-10-filled);
  margin-bottom: -1px;
  padding: var(--step) var(--step) calc(var(--step) + 1px);
}
.detailed_holder_4a564::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  height: 10.5rem;
  background: linear-gradient(180deg, rgba(var(--primary-colors-rgb-background), 0) 0.67%, var(--white-10-filled) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .detailed_holder_4a564 {
    padding: var(--step) calc(var(--step) * 3);
  }
  .detailed_holder_4a564::before {
    height: 12.8125rem;
  }
}

.detailed_locked_4a564 {
  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_4a564 {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}.profileitem_link_2a94a {
  cursor: pointer;
  transition: color var(--speed) var(--easing);
}
@media (hover: hover) {
  .profileitem_link_2a94a:hover {
    color: #fff;
  }
}

.profileitem_profile_2a94a {
  position: relative;
  min-width: 15rem;
}
.profileitem_profile_2a94a::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_2a94a [class*=flex-wrap] {
  min-height: calc(var(--step) * 10);
}

.profileitem_active_2a94a::before {
  opacity: 1;
}

.profileitem_compact_2a94a [class*=name] {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.profileitem_compact_2a94a [class*=flex-wrap] {
  min-height: calc(var(--step) * 8);
}
[class*=menulist_list] .profileitem_compact_2a94a {
  max-width: 15rem;
}
[class*=menulist_list] .profileitem_compact_2a94a [class*=avatar_holder] {
  width: 100%;
  justify-content: space-between;
}
[class*=menulist_list] .profileitem_compact_2a94a [class*=avatar_restrict] {
  margin-inline-start: auto;
}

.profileitem_clickable_2a94a {
  cursor: pointer;
  transition: background var(--speed) var(--easing);
}
@media (hover: hover) {
  .profileitem_clickable_2a94a:hover {
    background-color: var(--white-10) !important;
  }
}.empty_empty_db04a {
  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);
  overflow: hidden;
}
.empty_empty_db04a > *:not(:first-child) {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 924px) {
  .empty_empty_db04a {
    height: 16.625rem;
    margin-bottom: calc(var(--step) * 7);
  }
}.news_news_be054 {
  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_be054:first-of-type {
  border-top: none;
}
@media screen and (min-width: 924px) {
  .news_news_be054 {
    padding: calc(var(--step) * 6) 0;
  }
}

*:not([class*=news]) + .news_news_be054 {
  border-top: none;
}

.news_description_be054 {
  color: var(--white-70);
}

.news_date_be054 {
  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_be054 svg {
  width: 2.25rem;
  height: 2.25rem;
}

.news_border_be054 {
  position: relative;
  padding-inline-start: calc(var(--step) * 2);
}
.news_border_be054::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_be054 {
    padding-inline-start: calc(var(--step) * 4);
  }
}.video_video5_3be4b {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 4.3125rem);
}
.video_video5_3be4b::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video_video5_3be4b video,
.video_video5_3be4b .video_poster_3be4b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  object-position: top;
}
.video_video5_3be4b.video_error_3be4b video {
  opacity: 0.6;
  pointer-events: none;
}

.video_play_3be4b {
  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_3be4b svg path {
  transition: var(--speed) var(--easing);
  transition-property: opacity, fill;
}
@media (hover: hover) {
  .video_play_3be4b svg:hover path {
    opacity: 0.5;
    fill: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .video_play_3be4b [class*=icon] svg {
    width: 11.25rem;
    height: 11.25rem;
  }
}

.video_playing_3be4b .video_play_3be4b {
  opacity: 0;
}

.video_poster_3be4b {
  background-size: cover;
}

.video_message_3be4b {
  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_3be4b {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}.filter_filter_6a937 {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: calc(var(--step) * 4);
  width: max-content;
}

.filter_item_6a937 {
  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_6a937.filter_active_6a937 {
  background-color: #fff;
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .filter_item_6a937:not(.filter_active_6a937):hover {
    background-color: var(--white-30);
  }
}

.filter_holder_6a937 {
  margin: 0 calc(var(--step) * -2);
  padding: 0 calc(var(--step) * 2);
}
@media screen and (min-width: 924px) {
  .filter_holder_6a937 {
    margin: 0 calc(var(--step) * -6);
    padding: 0 calc(var(--step) * 6);
  }
}.horizontal-promotion_promotion_726ec {
  display: block;
  position: relative;
  overflow: hidden;
}
.horizontal-promotion_promotion_726ec::before {
  content: "";
  display: block;
  padding-top: 45.16%;
}
@media screen and (min-width: 924px) {
  .horizontal-promotion_promotion_726ec::before {
    padding-top: 22.93%;
  }
}
.horizontal-promotion_promotion-img_726ec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.horizontal-promotion_promotion-text_726ec {
  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_726ec {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.horizontal-promotion_promotion-text-description_726ec {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .horizontal-promotion_promotion-text_726ec {
    bottom: 2.25rem;
    width: calc((100vw - 4.5rem + 3rem) / 5 * 3);
    padding: 0 calc(var(--step) * 6);
  }
  .horizontal-promotion_promotion-text-description_726ec {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1500px) {
  .horizontal-promotion_promotion-text_726ec {
    width: calc((100vw - 4.5rem + 3.75rem) / 6 * 3);
  }
}
@media screen and (min-width: 1620px) {
  .horizontal-promotion_promotion-text_726ec {
    width: calc((100vw - 4.5rem + 5.25rem) / 7 * 3);
  }
}

.horizontal-promotion_ppv_726ec {
  margin: 0 !important;
  align-items: center;
}
.horizontal-promotion_ppv_726ec:before {
  display: none !important;
}.breadcrumbs_breadcrumbs_098e6 {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
}

.breadcrumbs_separator_098e6 {
  opacity: 0.5;
}

.breadcrumbs_link_098e6 {
  cursor: pointer;
  color: var(--primary-colors-brand);
}
[class*=sticky] .breadcrumbs_link_098e6 {
  color: var(--primary-colors-orange);
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (hover: hover) {
  .breadcrumbs_link_098e6:hover {
    color: #fff;
  }
}.countdown_holder_ed03e {
  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_ed03e {
    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_ed03e {
  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_ed03e strong {
  display: block;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
}
.countdown_time_ed03e span {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--white-50);
  text-transform: lowercase;
}
.countdown_time_ed03e::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_ed03e linear infinite;
}
.countdown_time_ed03e:first-child::before {
  display: none;
}
@media screen and (min-width: 924px) {
  .countdown_time_ed03e {
    min-width: 5.25rem;
  }
}

@keyframes countdown_shine_ed03e {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}.rwbanner_rwbanner_79043 {
  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-bottom: calc(var(--step) * 2);
  border-radius: 0.25rem;
  min-height: 12.5rem;
}
.rwbanner_rwbanner_79043 [class*=text_] {
  letter-spacing: -0.005em;
}
@media screen and (min-width: 924px) {
  .rwbanner_rwbanner_79043 {
    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-bottom: calc(var(--step) * 6);
    min-height: 17.375rem;
  }
}

.rwbanner_content_79043 {
  display: flex;
  flex-direction: column;
  gap: var(--step);
}

.rwbanner_heading_79043 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.005em;
}

.rwbanner_description_79043 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white-80);
}

.rwbanner_link_79043 {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .rwbanner_link_79043:hover {
    color: #fff;
  }
}

.rwbanner_coin_79043 {
  width: 6rem;
  height: 6rem;
}
.rwbanner_coin_79043 svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .rwbanner_coin_79043 {
    width: 10rem;
    height: 10rem;
  }
}

.rwbanner_static_79043 {
  padding: 0;
}
.rwbanner_static_79043 > * {
  display: none;
}
.rwbanner_static_79043 [class*=poster] {
  display: block;
}.rwprogress_rwprogress_fd340 {
  padding: calc(var(--step) * 2);
  border-radius: 0.25rem;
  background-color: var(--white-5);
  display: flex;
  flex-direction: column;
  gap: var(--step);
}

.rwprogress_points_fd340 {
  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_fd340 b {
  color: #fff;
  font-weight: normal;
}

.rwprogress_percentage_fd340 {
  color: #fff;
}
.rwprogress_percentage_fd340 b {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.rwprogress_progress_fd340 {
  position: relative;
  height: var(--step);
  margin-bottom: var(--step);
  background: rgba(0, 0, 0, 0.7);
}
.rwprogress_progress_fd340 span {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: var(--secondary-colors-green);
}

.rwprogress_values_fd340 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.1875rem;
}

.rwprogress_info_fd340 {
  opacity: 0.6;
  cursor: pointer;
  transition: opacity var(--speed) var(--easing);
}
@media (hover: hover) {
  .rwprogress_info_fd340:hover {
    opacity: 1;
  }
}.rwitem_rwitem_b3eb3 {
  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_b3eb3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #fff;
}

.rwitem_description_b3eb3, .rwitem_error_b3eb3 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: var(--white-60);
}

.rwitem_reward_b3eb3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--step);
  color: var(--white-60);
  letter-spacing: 0.006em;
}

.rwitem_footer_b3eb3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: var(--step);
  font-size: 1rem;
  line-height: 1.5rem;
}

.rwitem_hexagon_b3eb3 {
  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_b3eb3 svg {
  width: 0.875rem !important;
  height: 0.875rem !important;
}

.rwitem_link_b3eb3 {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  align-items: center;
  color: #fff;
}
*[dir=rtl] .rwitem_link_b3eb3:not(.rwitem_finished_b3eb3) svg {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .rwitem_link_b3eb3:hover {
    color: var(--primary-colors-orange);
  }
  .rwitem_link_b3eb3:hover .rwitem_hexagon_b3eb3 {
    background-color: #fff;
  }
  .rwitem_link_b3eb3:hover svg path {
    fill: var(--primary-colors-orange);
  }
}

.rwitem_finished_b3eb3 {
  color: var(--secondary-colors-green);
  pointer-events: none;
}
.rwitem_finished_b3eb3 .rwitem_hexagon_b3eb3 {
  background-color: var(--secondary-colors-green);
}
.rwitem_finished_b3eb3 svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
}
.rwitem_finished_b3eb3 svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 40px;
}

.rwitem_progress_b3eb3 {
  padding: 0;
  background-color: transparent;
}

.rwitem_loading_b3eb3 {
  height: 7.625rem;
}

.rwitem_error_b3eb3 {
  display: flex;
  flex-direction: row;
  gap: var(--step);
  color: var(--secondary-colors-red);
}.rwbalance_rwbalance_07b5c {
  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_07b5c {
  background-image: none;
  padding: 0;
}

.rwbalance_header_07b5c {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
}

.rwbalance_top_07b5c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(var(--step) * 3);
}

.rwbalance_title_07b5c {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
}

.rwbalance_status_07b5c {
  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_07b5c {
  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_07b5c b {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  direction: ltr;
}

.rwbalance_progress_07b5c {
  position: relative;
  height: var(--step);
  margin-bottom: var(--step);
  background: rgba(0, 0, 0, 0.7);
}
.rwbalance_progress_07b5c span {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: var(--secondary-colors-green);
}

.rwbalance_text_07b5c {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--white-60);
  text-align: center;
}

.rwbalance_button_07b5c {
  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_07b5c svg {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .rwbalance_button_07b5c:hover {
    color: var(--secondary-colors-brand-dark, #4F008C);
    background-color: #fff;
  }
  .rwbalance_button_07b5c:hover svg path {
    fill: var(--secondary-colors-brand-dark, #4F008C);
  }
}.rwstep_rwstep_0118c {
  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_0118c::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_0118c {
    min-height: calc(var(--step) * 11);
  }
}

.rwstep_loading_0118c::before {
  display: none;
}

.rwstep_step_0118c {
  position: relative;
  z-index: 4;
  min-width: 0;
  min-height: 0;
  background: var(--primary-colors-background);
  flex: 0.14;
}
.rwstep_step_0118c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rwstep_step_0118c svg {
  display: block;
  width: calc(var(--step) * 8);
  height: calc(var(--step) * 8);
}
@media screen and (min-width: 924px) {
  .rwstep_step_0118c {
    flex: 0.12;
  }
  .rwstep_step_0118c svg {
    width: calc(var(--step) * 11);
    height: calc(var(--step) * 11);
  }
}

.rwstep_current_0118c {
  z-index: 1;
}
.rwstep_current_0118c::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_0118c::before {
  right: auto;
  left: 100%;
}
.rwstep_current_0118c ~ * svg {
  filter: grayscale(1);
  opacity: 0.5;
}.rwlabel_rwlabel_6ce46 {
  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_6ce46 {
    flex-direction: row;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.remind_item_4f8aa {
  position: relative;
  display: block;
  cursor: pointer;
}
@media (hover: hover) {
  .remind_item_4f8aa:hover .remind_info_4f8aa {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.remind_image_4f8aa {
  position: relative;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.remind_info_4f8aa {
  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_4f8aa {
  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_4f8aa {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.375rem;
}

.remind_when_4f8aa {
  color: #fff;
  margin-top: auto;
}

.remind_lock_4f8aa, .remind_bell_4f8aa {
  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_4f8aa svg, .remind_bell_4f8aa svg {
  width: 1.1875rem !important;
  height: 1.1875rem !important;
}

.remind_bell_4f8aa {
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.remind_bell_4f8aa svg {
  width: 1.0625rem !important;
  height: 1.0625rem !important;
}

.remind_loading_4f8aa::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
  pointer-events: none;
}.pick_pick_f6920 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: calc(var(--step) * 3) 0;
}
.pick_pick_f6920 b {
  font-weight: var(--font-weight-medium);
  color: var(--primary-colors-orange);
}
.pick_pick_f6920 .pick_content_f6920 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 924px) {
  .pick_pick_f6920 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--step) * 4) 0;
  }
  .pick_pick_f6920 .pick_content_f6920 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pick_title_f6920 {
  position: relative;
  z-index: 4;
  display: block;
  font-size: 2.375rem;
  line-height: 3rem;
  color: var(--primary-colors-orange);
}

.pick_description_f6920 {
  position: relative;
  z-index: 4;
  line-height: 150%;
}
@media screen and (min-width: 924px) {
  .pick_description_f6920 {
    max-width: 33.333vw;
    font-size: 1.25rem;
    text-align: right;
  }
  *[dir=rtl] .pick_description_f6920 {
    text-align: left;
  }
}

.pick_bgimage_f6920 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.pick_bgimage_f6920 img, .pick_bgimage_f6920 svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
*[dir=rtl] .pick_bgimage_f6920 img, *[dir=rtl] .pick_bgimage_f6920 svg {
  transform: scale(-1, 1);
}

@media screen and (min-width: 924px) {
  .pick_separator_f6920 {
    flex-basis: 100%;
  }
}
@font-face {
  font-family: "stc";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/STCForward-Regular-DT-bBT5h.otf") format("woff2");
}
@font-face {
  font-family: "stc";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/STCForward-Medium-D3b_F9sQ.otf") format("woff2");
}
@font-face {
  font-family: "stc";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/STCForward-Bold-B8ZCYM4d.otf") format("woff2");
}
:root {
  --primary-colors-background: #1d252d;
  --primary-colors-rgb-background: 29, 37, 45;
  --primary-colors-orange: #FF6A39;
  --primary-colors-brand: #A54EE1;
  --primary-colors-air: #F3F3F1;
  --secondary-colors-grey: #8E9AA0;
  --secondary-colors-red: #FF375E;
  --secondary-colors-yellow: #FFDD40;
  --secondary-colors-green: #00C48C;
  --secondary-colors-brand-dark: #4F008C;
  --secondary-colors-sea-light: #1BCED8;
  --premium: #D1AA6E;
  --radius: 2px;
  --font: 'stc', sans-serif;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --box-dark-filled: #151a20;
  --white-10-filled: #2d3137;
  --white-5-filled: #272e35;
  --live-badge-bg-color: var(--secondary-colors-red);
  --live-badge-color: var(--white);
}

b, strong {
  font-weight: var(--font-weight-medium);
}

div.ab-in-app-message {
  width: 21.25rem !important;
  max-width: initial !important;
  background-color: var(--primary-colors-background) !important;
  color: white !important;
  border-radius: var(--radius) !important;
  min-height: 20rem !important;
}
@media screen and (min-width: 924px) {
  div.ab-in-app-message {
    width: 46.875rem !important;
  }
}

.ab-close-button {
  width: 0.875rem !important;
  height: 0.875rem !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: 2px solid hsla(0, 0%, 100%, 0.3) !important;
  padding: 0.625rem !important;
  margin: 1.5625rem 1.5625rem 0 !important;
}
.ab-close-button:hover {
  border-color: var(--white-70) !important;
}
.ab-close-button svg {
  height: 70% !important;
}
.ab-close-button svg path {
  fill: white !important;
}
@media screen and (min-width: 924px) {
  .ab-close-button {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

.ab-image-area {
  height: 30rem;
  max-height: initial !important;
  text-align: justify;
}
.ab-image-area img {
  position: fixed;
  top: 0;
  left: initial !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .ab-image-area {
    max-height: 40rem;
  }
}

.ab-in-app-message.ab-modal.graphic .ab-image-area {
  display: block !important;
  height: 30rem !important;
}

.ab-message-header, .ab-message-text {
  color: var(--white) !important;
  font-family: var(--font) !important;
  text-align: center !important;
}
@media screen and (min-width: 924px) {
  .ab-message-header, .ab-message-text {
    text-align: start !important;
  }
}

.ab-message-header {
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
  font-weight: normal !important;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 924px) {
  .ab-message-header {
    font-size: 2.5rem !important;
  }
}

.ab-message-text {
  font-size: 1rem !important;
  right: 0 !important;
  width: auto !important;
  padding: 3rem 1.5rem 0 !important;
  margin: 0 !important;
  position: absolute !important;
  bottom: 6rem !important;
  left: 0 !important;
  background: linear-gradient(0deg, rgba(29, 37, 45, 0.7) 17.22%, rgba(29, 37, 45, 0.7) 67.22%, rgba(29, 37, 45, 0) 100%);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
@media screen and (min-width: 924px) {
  .ab-message-text {
    margin: 0 !important;
    padding: 3rem !important;
    padding-bottom: 0 !important;
    font-size: 1.25rem !important;
    bottom: 8.25rem !important;
    -webkit-line-clamp: 3;
  }
}

.ab-message-text.ab-with-image {
  position: absolute;
}

.ab-message-button {
  height: 3rem !important;
  background-color: black !important;
  border: 1px solid var(--white-20) !important;
  color: inherit !important;
  font-family: var(--font) !important;
  font-size: 1.125rem !important;
  font-weight: normal !important;
  border-radius: var(--radius) !important;
}
.ab-message-button:hover {
  border-color: var(--white-70) !important;
  filter: brightness(85%) !important;
  opacity: initial !important;
}
.ab-message-button:first-of-type {
  background-color: var(--primary-colors-orange) !important;
  border: none !important;
}
.ab-message-button:first-of-type:hover {
  background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%) !important;
}
.ab-message-buttons {
  padding: 1.5rem !important;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(29, 37, 45, 0.7) 100%);
}
@media screen and (min-width: 924px) {
  .ab-message-buttons {
    padding: 3rem !important;
    padding-top: 1.5rem !important;
  }
}
@media screen and (min-width: 924px) {
  .ab-message-button {
    height: 3.75rem !important;
  }
}

iframe.ab-in-app-message {
  background-color: transparent !important;
}

div.Continue-watching-revamped .inner .inner-img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .tv-show-section .swiper-wrapper {
    display: block;
  }
}
:root {
  --box-dark: rgba(0, 0, 0, 0.3);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-40: rgba(255, 255, 255, 0.4);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-5: rgba(255, 255, 255, 0.05);
  --white: #ffffff;
  --speed: .3s;
  --easing: ease-in-out;
  --border: 2px solid var(--white-10);
  --step: 0.375rem;
  --space-1: 0.375rem;
  --space-2: 0.75rem;
  --space-3: 1.5rem;
  --space-4: 2.25rem;
  --space-5: 3rem;
  --space-6: 3.75rem;
  --space-7: 4.5rem;
}

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

html,
body,
p {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
}

html {
  font-size: 16px;
  height: 100%;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 924px) {
  html {
    font-size: calc(100vw * 16 / 924);
  }
}
@media screen and (min-width: 1188px) {
  html {
    font-size: calc(100vw * 16 / 1212);
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: calc(100vw * 16 / 1500);
  }
}

body {
  height: 100%;
  background-color: var(--primary-colors-background);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.5rem;
  overscroll-behavior-y: none;
  padding-right: var(--removed-body-scroll-bar-size) !important;
}
body.nav-visible {
  overflow: hidden;
}

#storybook-root {
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-y: none;
}
#storybook-root::-webkit-scrollbar {
  display: none;
}

.sb-main-padded,
.sb-show-main.sb-main-padded {
  padding: 0 !important;
  scrollbar-width: none !important;
}
.sb-main-padded::-webkit-scrollbar,
.sb-show-main.sb-main-padded::-webkit-scrollbar {
  display: none !important;
}
.sb-main-padded [dir=rtl], .sb-main-padded [dir=rtl] > *,
.sb-show-main.sb-main-padded [dir=rtl],
.sb-show-main.sb-main-padded [dir=rtl] > * {
  direction: ltr !important;
}
.sb-main-padded [dir=rtl] > *, .sb-main-padded [dir=rtl] > * > *,
.sb-show-main.sb-main-padded [dir=rtl] > *,
.sb-show-main.sb-main-padded [dir=rtl] > * > * {
  direction: rtl !important;
}

#root {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--white-60);
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
}
#root > * {
  width: 100%;
  min-width: 0;
  min-height: 0;
}
#root div[data-index] {
  position: relative;
}

/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari.
 * */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  margin: 0;
}

a {
  color: var(--white-80);
  outline: none;
  text-decoration: none;
  transition: color var(--speed) ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  a:hover {
    color: white;
  }
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--white-60);
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
}
#wrapper > * {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 924px) {
  @supports selector(:has(*)) {
    #wrapper:has([class*=final]) {
      padding-bottom: 5.0625rem;
    }
    #wrapper:has([class*=summary]) {
      padding-bottom: 6.5rem;
    }
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media screen and (min-width: 924px) {
  .container {
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .container:not(.full-width) {
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0;
  }
}

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

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

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

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

.mobile-hidden {
  position: absolute !important;
  left: -99999px;
}
@media screen and (min-width: 924px) {
  .mobile-hidden {
    position: relative !important;
    left: auto;
  }
}

@media screen and (min-width: 924px) {
  .pc-hidden {
    position: absolute !important;
    left: -99999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

svg,
path {
  transition: fill var(--speed) var(--easing);
}

.badge-live::before {
  content: "●";
  color: var(--secondary-colors-green);
  display: var(--live-badge-display-value, none);
  margin-inline-end: var(--step);
  line-height: 0;
}

/* Remove this after header is revamped */
.header,
.header.small {
  z-index: 100;
}

#webpack-dev-server-client-overlay {
  display: none !important;
}

.consent-app [class*=content] {
  background: var(--primary-colors-background, #1d252d);
  color: var(--white-60, rgba(255, 255, 255, 0.6));
  padding: 0;
}
.consent-app [class*=content] h1, .consent-app [class*=content] h2, .consent-app [class*=content] h3, .consent-app [class*=content] h4,
.consent-app [class*=content] strong {
  color: #fff;
}
@media (hover: hover) {
  .consent-app [class*=content] a:hover {
    color: #fff;
  }
}
.consent-app [class*=content] ul {
  list-style: disc;
}
.consent-app [class*=content] ul li {
  display: list-item;
}

.planby {
  font-family: var(--font), serif !important;
}.carousel2_swiper_ae71b {
  position: relative;
  height: 100%;
  z-index: 2 !important;
  padding: 0 calc(var(--step) * 2);
}
.carousel2_swiper-cont_ae71b {
  display: flex;
  flex-direction: row;
  transition-timing-function: linear;
}
.carousel2_swiper-slide_ae71b {
  position: relative;
  flex-shrink: 0;
}
.carousel2_swiper-slide_ae71b > * {
  margin: 0 calc(var(--step) / 2);
}
@media (hover: hover) {
  .carousel2_swiper-slide_ae71b:hover {
    z-index: 6;
  }
}
.carousel2_swiper_ae71b .carousel2_prev_ae71b,
.carousel2_swiper_ae71b .carousel2_next_ae71b {
  display: none;
}
@media screen and (min-width: 924px) {
  .carousel2_swiper_ae71b {
    padding: 0 calc(var(--step) * 6);
    margin: 0 calc(var(--step) * -1);
  }
  .carousel2_swiper-slide_ae71b > * {
    margin: 0 var(--step);
  }
  .carousel2_swiper_ae71b .carousel2_prev_ae71b,
  .carousel2_swiper_ae71b .carousel2_next_ae71b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: auto;
    left: auto;
    z-index: 6;
    cursor: pointer;
    margin-top: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem;
  }
  .carousel2_swiper_ae71b .carousel2_prev_ae71b [class*=icon],
  .carousel2_swiper_ae71b .carousel2_next_ae71b [class*=icon] {
    width: 2.25rem;
    height: 3rem;
    background-color: var(--primary-colors-background);
    transition: var(--speed) var(--easing);
    transition-property: background-color, opacity;
  }
  .carousel2_swiper_ae71b .carousel2_prev_ae71b::before,
  .carousel2_swiper_ae71b .carousel2_next_ae71b::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
  }
  .carousel2_swiper_ae71b .carousel2_prev_ae71b::after,
  .carousel2_swiper_ae71b .carousel2_next_ae71b::after {
    display: none;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel2_swiper_ae71b .carousel2_prev_ae71b:hover [class*=icon],
  .carousel2_swiper_ae71b .carousel2_next_ae71b:hover [class*=icon] {
    background-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .carousel2_swiper_ae71b .carousel2_prev_ae71b[class*=button-disabled],
  .carousel2_swiper_ae71b .carousel2_next_ae71b[class*=button-disabled] {
    opacity: 0;
    pointer-events: none;
  }
  .carousel2_swiper_ae71b .carousel2_next_ae71b {
    inset-inline-end: calc(var(--step) - 1px);
    border-radius: var(--radius) 0 0 var(--radius);
  }
  .carousel2_swiper_ae71b .carousel2_next_ae71b > * {
    transform: scale(-1, 1);
  }
  .carousel2_swiper_ae71b .carousel2_prev_ae71b {
    inset-inline-start: var(--step);
    border-radius: 0 var(--radius) var(--radius) 0;
  }
  [dir=rtl] .carousel2_swiper_ae71b .carousel2_prev_ae71b > * {
    transform: scale(-1, 1);
  }
  [dir=rtl] .carousel2_swiper_ae71b .carousel2_next_ae71b > * {
    transform: none;
  }
}

.carousel2_holder_ae71b {
  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_ae71b {
    margin: 0 calc(var(--step) * -6) calc(var(--step) * 7);
    padding-bottom: calc(var(--step) * 7);
    width: calc(100% + var(--step) * 12);
  }
}

.carousel2_top10_ae71b {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.carousel2_top10_ae71b > *:not(.carousel2_number_ae71b) {
  width: calc(100% - 3.5625rem);
  margin-inline-start: 3.5625rem;
}
@media screen and (min-width: 924px) {
  .carousel2_top10_ae71b > *:not(.carousel2_number_ae71b) {
    width: calc(100% - 6rem);
    margin-inline-start: 6rem;
  }
}

.carousel2_number_ae71b {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  width: 5.125rem;
  height: 6.25rem;
}
.carousel2_number_ae71b svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .carousel2_number_ae71b {
    width: 9rem;
    height: 11rem;
  }
}.alertdialog_overlay_783bf {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: alertdialog_overlayShow_783bf var(--speed);
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 18;
}

.alertdialog_content_783bf {
  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_783bf:focus {
  outline: none;
}
.alertdialog_content_783bf > * {
  min-width: 0;
}
@media screen and (min-width: 924px) {
  .alertdialog_content_783bf {
    gap: 1.5rem;
    padding: 2.25rem;
    max-width: 35.25rem;
  }
}

.alertdialog_fullBleed_783bf {
  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_783bf {
    width: calc(100% + 6rem);
    margin: -2.25rem -3rem 0;
  }
}

@keyframes alertdialog_overlayShow_783bf {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alertdialog_overlay_783bf {
  place-items: center;
}

.alertdialog_content_783bf {
  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_783bf {
    padding: 2.25rem 2.375rem;
  }
}

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

.alertdialog_icon_783bf {
  align-self: center;
}

.alertdialog_cols_783bf {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.alertdialog_cols_783bf button {
  text-wrap: nowrap;
}
@media screen and (min-width: 924px) {
  .alertdialog_cols_783bf {
    flex-direction: row;
  }
  .alertdialog_cols_783bf * {
    min-width: auto;
    flex-basis: 50%;
  }
}.cast-and-crew-card_card_a8eb8 {
  width: 100% !important;
  padding-inline: 0.1875rem;
  cursor: pointer;
}
.cast-and-crew-card_card_a8eb8:hover .cast-and-crew-card_photo_a8eb8 {
  filter: brightness(75%);
}
.cast-and-crew-card_card_a8eb8 > * {
  width: 100%;
}

.cast-and-crew-card_photo_a8eb8 {
  position: relative;
  padding-top: 155%;
  border-radius: var(--radius);
  transition: filter var(--speed) var(--easing);
}
.cast-and-crew-card_photo_a8eb8 img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cast-and-crew-card_info_a8eb8 {
  margin-top: 0.375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cast-and-crew-card_skeleton_a8eb8 {
  cursor: default;
  height: 12.5rem;
  padding: 0;
}.CopyrightsText_copyright_81032 {
  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_81032 a {
  color: var(--white);
}
@media screen and (min-width: 924px) {
  .CopyrightsText_copyright_81032 {
    font-size: calc(100vw * 12 / 924);
    padding: calc(100vw * 36 / 924) 0;
    flex-basis: 100%;
  }
  .CopyrightsText_copyright_81032 span {
    display: inline;
  }
}
@media screen and (min-width: 1188px) {
  .CopyrightsText_copyright_81032 {
    font-size: calc(100vw * 12 / 1212);
    padding: calc(100vw * 36 / 1212) 0;
  }
}
@media screen and (min-width: 1500px) {
  .CopyrightsText_copyright_81032 {
    font-size: calc(100vw * 12 / 1500);
    padding: calc(100vw * 36 / 1500) 0;
  }
}

.CopyrightsText_border_81032 {
  border: none;
}#copy_footer_b6fd0 {
  background: var(---primary-colors-background);
  padding: calc(var(--step) * 4) 0 0;
  transition: opacity var(--speed) var(--easing);
}
#copy_footer_b6fd0 .copy_menu_b6fd0 {
  display: none;
}
.copy_navigation_b6fd0 #copy_footer_b6fd0 .copy_container_b6fd0, #copy_footer_b6fd0.copy_navigation_b6fd0 .copy_container_b6fd0, [data-nav=true] #copy_footer_b6fd0 .copy_container_b6fd0 {
  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_b6fd0 #copy_footer_b6fd0 .copy_menu_b6fd0, #copy_footer_b6fd0.copy_navigation_b6fd0 .copy_menu_b6fd0, [data-nav=true] #copy_footer_b6fd0 .copy_menu_b6fd0 {
  display: flex;
}
[class*=sign-in_signIn] + #copy_footer_b6fd0 [class*=appsLinks],
[class*=sign-in_signIn] + #copy_footer_b6fd0 [class*=socialLinks] {
  display: none;
}
#copy_footer_b6fd0 [class*=button-head] {
  min-width: 30vw;
}
@media screen and (min-width: 924px) {
  #copy_footer_b6fd0 {
    padding-top: 6.75rem;
  }
  #copy_footer_b6fd0 .copy_menu_b6fd0,
  #copy_footer_b6fd0 .copy_apps_b6fd0 {
    display: flex;
  }
}

.copy_container_b6fd0 {
  align-self: self-end;
  display: grid;
  grid-auto-rows: 1fr auto;
  max-width: 100%;
}
.copy_container_b6fd0 > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: calc(var(--step) * 6) 0;
}
@media screen and (min-width: 924px) {
  .copy_container_b6fd0 > div:not([class]) {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1500px) {
  .copy_container_b6fd0 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.copy_container_b6fd0 > div:not([class]) > :nth-child(1) {
  order: 2;
}
@media screen and (min-width: 924px) {
  .copy_container_b6fd0 > div:not([class]) > :nth-child(1) {
    order: 1;
  }
}
.copy_container_b6fd0 > div:not([class]) > :nth-child(2) {
  order: 1;
}
.copy_container_b6fd0 > div:not([class]) > :nth-child(3) {
  order: 3;
}

#copy_mobile-menu_b6fd0 {
  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_b6fd0 #copy_mobile-menu_b6fd0 {
  opacity: 1;
  pointer-events: all;
}
#copy_mobile-menu_b6fd0 .copy_container_b6fd0 {
  height: 100%;
  display: grid;
  grid-auto-rows: 1fr auto;
}
#copy_mobile-menu_b6fd0 .copy_container_b6fd0 > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px 0;
}
#copy_mobile-menu_b6fd0 .copy_button-head_b6fd0 {
  background-color: rgba(235, 235, 235, 0.06);
}
#copy_mobile-menu_b6fd0 .copy_social_b6fd0 {
  border-top-width: 1px;
  border-bottom-width: 0;
}
#copy_mobile-menu_b6fd0 .copy_country-current_b6fd0 {
  white-space: nowrap;
}
#copy_mobile-menu_b6fd0 .copy_country-current_b6fd0 .copy_country_b6fd0 {
  flex-direction: row;
  gap: 0 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
#copy_mobile-menu_b6fd0 .copy_country-current_b6fd0 .copy_flag_b6fd0 {
  width: 27px;
  height: 27px;
}
#copy_mobile-menu_b6fd0 .copy_copyright_b6fd0 {
  padding: 16px;
}
@media screen and (min-width: 924px) {
  #copy_mobile-menu_b6fd0 {
    display: none;
  }
}

.copy_menu-icon_b6fd0 {
  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_b6fd0 {
    display: none;
  }
}

#copy_header_b6fd0.copy_navigation_b6fd0 ~ #copy_footer_b6fd0.copy_container_b6fd0 {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: var(--primary-colors-background);
}

.copy_menu_b6fd0 {
  display: flex;
}

.copy_holder_b6fd0 {
  align-self: center;
  gap: calc(var(--step) * 4) !important;
  align-items: center;
  display: none !important;
}
[data-nav=true] .copy_holder_b6fd0 {
  display: flex !important;
}
@media screen and (min-width: 924px) {
  .copy_holder_b6fd0 {
    display: flex !important;
  }
}.program-without-poster_program_9ff17 {
  position: relative;
  overflow: hidden;
}
.program-without-poster_program_9ff17 a {
  display: block;
}
.program-without-poster_program_9ff17 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program-without-poster_details_9ff17 {
  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_9ff17:hover {
  background: var(--white-5);
}

.program-without-poster_with-poster_9ff17 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.program-without-poster_progress-bar_9ff17 {
  mix-blend-mode: normal;
  width: 100%;
  height: calc(var(--step) / 2);
  position: absolute;
  top: 0;
  direction: ltr;
}
.program-without-poster_progress-bar-done_9ff17 {
  background: linear-gradient(90deg, transparent, var(--primary-colors-orange));
  height: 100%;
  position: relative;
}

.program-without-poster_channel-logo_9ff17 {
  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_9ff17 [class*=inner] {
  height: 100%;
}

.program-without-poster_name_9ff17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  gap: var(--step);
  width: 100%;
}
.program-without-poster_name_9ff17 > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.program-without-poster_duration_9ff17 {
  direction: ltr;
}

.program-without-poster_asset-details_9ff17 {
  width: auto;
}
.program-without-poster_asset-details_9ff17 > * {
  margin-inline-start: 0;
  transform: initial;
  flex-wrap: nowrap;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.program-without-poster_asset-details_9ff17 > * > span {
  display: inline-flex;
  margin-inline-start: 0.5rem;
}

.program-without-poster_reminder-cta_9ff17 {
  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_9ff17 {
  filter: grayscale(0);
}

.program-without-poster_skeleton_9ff17 {
  height: 12.5rem;
}

.program-without-poster_noheight_9ff17 .program-without-poster_details_9ff17 {
  height: auto;
}
.program-without-poster_noheight_9ff17 .program-without-poster_name_9ff17 > * {
  text-overflow: unset;
  overflow: visible;
  white-space: normal;
}

@media screen and (min-width: 924px) {
  .program-without-poster_drawer-trigger_9ff17 {
    display: none;
  }
}.modal_overlay_97b8f {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  position: fixed;
  inset: 0;
  animation: modal_overlayShow_97b8f var(--speed);
  display: grid;
  grid-template-rows: auto 1fr auto;
  place-items: center;
  overflow-y: scroll;
  z-index: 16;
}
.modal_overlay_97b8f::before, .modal_overlay_97b8f::after {
  content: "";
  position: relative;
  display: contents;
}

.modal_align-bottom_97b8f {
  grid-template-rows: 1fr auto auto;
}
@media screen and (min-width: 924px) {
  .modal_align-bottom_97b8f {
    grid-template-rows: auto 1fr auto;
  }
}

.modal_content_97b8f {
  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_97b8f:focus {
  outline: none;
}
.modal_content_97b8f > * {
  min-width: 0;
  min-height: 0;
}
.modal_content_97b8f[class*=width_small] {
  width: calc(100% - var(--step) * 4);
}
.modal_content_97b8f {
  scrollbar-width: none;
}
.modal_content_97b8f::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.modal_content_97b8f::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal_content_97b8f::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal_content_97b8f::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
@media screen and (min-width: 924px) {
  .modal_content_97b8f {
    width: 100%;
    max-width: 57.75rem;
    padding: calc(var(--step) * 6);
  }
  .modal_content_97b8f[class*=width_small] {
    width: 100%;
  }
}

@keyframes modal_overlayShow_97b8f {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal_close_97b8f {
  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_97b8f {
  inset-inline-start: calc(var(--step) * 2);
}
.modal_close-end_97b8f {
  inset-inline-end: calc(var(--step) * 2);
}
*[dir=rtl] .modal_close_97b8f {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .modal_close_97b8f:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 924px) {
  .modal_close_97b8f {
    width: 3rem;
    height: 3rem;
    top: calc(var(--step) * 6 - 0.375rem);
  }
  .modal_close-start_97b8f {
    inset-inline-start: calc(var(--step) * 6);
  }
  .modal_close-end_97b8f {
    inset-inline-end: calc(var(--step) * 6);
  }
  .modal_close_97b8f.modal_small_97b8f {
    width: 2.25rem;
    height: 2.25rem;
    top: calc(var(--step) * 4);
  }
  .modal_close_97b8f.modal_small_97b8f svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.modal_theme-black_97b8f {
  background-color: #000;
}

.modal_children_97b8f:not(.modal_noclose_97b8f) > *[class*=text]:first-child {
  padding-inline-end: 2.875rem;
}

.modal_title_97b8f {
  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_97b8f {
    top: calc(var(--step) * 6 - 0.375rem);
    font-size: 1.75rem;
    line-height: 3rem;
  }
}.width_small_75b62,
.width_medium_75b62,
.width_large_75b62,
.width_xlarge_75b62 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.width_small_75b62 {
  max-width: 28.875rem !important;
}

.width_medium_75b62 {
  max-width: 35.25rem !important;
}

.width_large_75b62 {
  max-width: 47.5rem !important;
}

.width_xlarge_75b62 {
  max-width: 53.25rem !important;
}

.width_wider_75b62 {
  max-width: 62.25rem !important;
}

.width_full_75b62 {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
}.program_poster_47853 {
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.program_poster_47853::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.program_poster_47853::after, .program_poster_47853 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.program_poster_47853::after {
  content: "";
  z-index: 2;
  pointer-events: none;
}
.program_poster_47853.program_with-cta-buttons_47853::after {
  background: linear-gradient(180deg, rgba(var(--primary-colors-rgb-background), 0.2) 0%, rgba(var(--primary-colors-rgb-background), 0.6) 100%);
}
@media screen and (min-width: 924px) {
  .program_poster_47853.program_with-drawer_47853::after {
    background: initial;
  }
}
.program_poster_47853 img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program_reminder-icon_47853 {
  position: absolute;
  top: 0;
  z-index: 3;
  background: var(--primary-colors-orange);
  padding: 0.125rem;
}

.program_cta_47853 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
@media screen and (min-width: 924px) {
  .program_cta_47853 {
    display: none;
  }
}

.program_cta-bottom_47853 {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: var(--step);
  z-index: 4;
}
.program_cta-bottom_47853 a {
  display: inline;
  width: initial;
}
@media (hover: hover) {
  .program_cta-bottom_47853 *:hover [class*=icon] path {
    fill: var(--primary-colors-orange);
  }
}

.program_with-blur_47853 {
  position: relative;
}

.program_with-blur_47853:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  width: 80%;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}.channel-card_wrapper_66275 {
  padding: 0.1875rem;
  margin: 0 auto !important;
  height: 100%;
}

.channel-card_channel-card_66275 {
  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_66275 {
  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_66275 {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
}
@media screen and (min-width: 1188px) {
  .channel-card_fixed-width_66275 {
    height: 8.25rem;
    width: 8.25rem;
  }
}

.channel-card_logo_66275 {
  position: relative;
  display: flex;
  align-items: center;
}

.channel-card_topbar_66275 {
  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_66275 {
  flex-direction: row-reverse;
}

.channel-card_channel-number_66275 {
  display: block;
  color: var(--white-50);
  margin-top: var(--step);
  margin-left: 0.625rem;
}

.channel-card_status_66275 {
  display: flex;
  gap: var(--step);
}
*[dir=rtl] .channel-card_status_66275 {
  flex-direction: row-reverse;
}

.channel-card_lock-icon_66275 {
  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_66275 {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.channel-card_selected_66275 {
  background-color: var(--white-20);
  opacity: 1;
  border: 0.125rem solid var(--primary-colors-orange);
}

.channel-card_label_66275 {
  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_66275 {
  aspect-ratio: unset;
  height: 11.25rem !important;
}
@media screen and (min-width: 924px) {
  .channel-card_responsive_66275 {
    height: 16.625rem !important;
  }
}.search_search-wrappers_b7115 {
  background-color: var(--primary-colors-background);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search_search_b7115 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

body[dir=rtl] .search_search-close-icon_b7115 {
  transform: scale(-1, 1);
}

.search_search-input_b7115 {
  margin-bottom: 0 !important;
  grid-column-start: 2;
}

.search_error_b7115 {
  grid-column-start: 2;
}

.search_search-results_b7115 {
  grid-column: 1/-1;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 924px) {
  .search_search-results_b7115 {
    grid-column-start: 2;
  }
}

.search_query_b7115 {
  display: flex;
  margin-block: 1.25rem;
  gap: 0.75rem;
  cursor: pointer;
}

.search_close_b7115 {
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .search_close_b7115 {
    gap: calc(var(--step) * 2);
  }
}.channels-search_search_8f481 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

body[dir=rtl] .channels-search_search-close-icon_8f481 {
  transform: scale(-1, 1);
}

.channels-search_search-input_8f481 {
  margin-bottom: 0 !important;
}

.channels-search_search-results_8f481 {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 924px) {
  .channels-search_search-results_8f481 {
    grid-column: 2;
  }
}

.channels-search_grid_8f481 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .channels-search_grid_8f481 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1188px) {
  .channels-search_grid_8f481 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .channels-search_grid_8f481 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.channels-search_item_8f481 {
  aspect-ratio: 1;
}

.channels-search_channels-search_8f481 {
  background-color: var(--primary-colors-background);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.channels-search_menu-list_8f481 {
  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_8f481:hover::before {
  border-color: var(--white-70);
}
.channels-search_menu-list_8f481 > *[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_8f481 > *[class*=title] {
  flex-direction: row-reverse;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list_8f481 > *[class*=title] {
    min-width: initial;
    max-width: initial;
  }
}
.channels-search_menu-list_8f481 > *[class*=title] > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list_8f481 > *[class*=title] > span {
    max-width: initial;
  }
}
.channels-search_menu-list_8f481 > *[class*=list] {
  inset-inline-end: 0;
}
*[dir=rtl] .channels-search_menu-list_8f481 > *[class*=list] > * {
  flex-direction: row-reverse;
}
@media screen and (min-width: 924px) {
  .channels-search_menu-list_8f481 {
    height: auto;
    min-width: initial;
    max-width: initial;
  }
}

.channels-search_btnsearch_8f481 {
  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: calc(var(--step) * 2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(var(--primary-colors-rgb-background), 0.2);
}
@media screen and (min-width: 924px) {
  .channels-search_btnsearch_8f481 {
    position: static;
    inset: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
  }
}
.channels-search_btnsearch_8f481.channels-search_disabled_8f481 {
  z-index: 5;
}

.channels-search_filter_8f481 {
  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_8f481::before {
  border-radius: 0.25rem;
  transition: border-color var(--speed) var(--easing);
}
.channels-search_filter_8f481 [class*=menulist_text] {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.channels-search_filter_8f481 [class*=menulist_text] > *:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover: hover) {
  .channels-search_filter_8f481:hover::before {
    border-color: #var --white-70;
  }
}
.channels-search_filter_8f481 .channels-search_menu-item_8f481 {
  justify-content: center;
}
@media screen and (min-width: 924px) {
  .channels-search_filter_8f481 .channels-search_menu-item_8f481 {
    justify-content: flex-start;
  }
}
.channels-search_filter_8f481 .channels-search_menu-item--selected_8f481 {
  color: #fff;
}
.channels-search_filter_8f481 .channels-search_menu-item--selected_8f481 svg path {
  fill: #fff;
}

.channels-search_live_8f481 {
  flex-shrink: 1;
  flex-grow: 0;
  min-width: auto;
  border-color: var(--primary-colors-orange);
  color: var(--primary-colors-orange);
}
.channels-search_live_8f481 svg path {
  fill: var(--primary-colors-orange);
}
@media (hover: hover) {
  .channels-search_live_8f481:hover {
    border-color: var(--primary-colors-orange);
    background-color: var(--primary-colors-orange);
  }
  .channels-search_live_8f481:hover svg path {
    fill: #fff;
  }
}
.channels-search_live_8f481.channels-search_active_8f481 {
  color: #fff;
  background-color: var(--primary-colors-orange);
}
.channels-search_live_8f481.channels-search_active_8f481 svg path {
  fill: #fff;
}
@media (hover: hover) {
  .channels-search_live_8f481.channels-search_active_8f481:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 924px) {
  .channels-search_live_8f481 {
    min-width: 6.875rem;
  }
}

.channels-search_holder_8f481 {
  margin: 0 calc(var(--step) * -2);
  padding: 0 0 calc(var(--step) * 3);
}
.channels-search_holder_8f481 > *:last-child {
  width: 100%;
}
@media screen and (min-width: 924px) {
  .channels-search_holder_8f481 {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .channels-search_holder_8f481 > * {
    min-width: 0;
    min-height: 0;
  }
  .channels-search_holder_8f481 > *:last-child {
    padding-inline-start: calc(var(--step) * 6);
  }
}.notification-center_trigger_3e9d3 {
  display: flex;
}
.notification-center_trigger_3e9d3 > [class*=badge] {
  inset-inline-end: 0;
  top: auto;
  font-size: 0.625rem;
  line-height: 0.875rem;
  transform: translateY(-50%);
}
.notification-center_trigger_3e9d3.notification-center_active_3e9d3 {
  cursor: pointer;
}

.notification-center_notifications_3e9d3 {
  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_3e9d3 {
    width: 19.375rem;
    max-height: 65vh;
    height: auto;
    background: var(--box-dark);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.notification-center_notifications_3e9d3 .notification-center_header_3e9d3 {
  inset-inline-end: 0.75rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.75rem;
}
.notification-center_notifications_3e9d3 .notification-center_header_3e9d3 .notification-center_site-logo_3e9d3 {
  height: fit-content;
}
@media screen and (min-width: 924px) {
  .notification-center_notifications_3e9d3 .notification-center_header_3e9d3 {
    display: none;
  }
}

.notification-center_list_3e9d3 {
  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_3e9d3 {
    padding-inline: 1.5rem;
    display: flex;
  }
}

.notification-center_notification_3e9d3 {
  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_3e9d3:hover {
  filter: brightness(70%);
}
.notification-center_notification_3e9d3:last-child {
  border: none;
}
.notification-center_notification_3e9d3.notification-center_heading-text_3e9d3 {
  justify-content: center;
  border: none;
  flex-basis: 100%;
}
.notification-center_notification_3e9d3.notification-center_heading-text_3e9d3:hover {
  filter: none;
}
@media screen and (min-width: 924px) {
  .notification-center_notification_3e9d3.notification-center_heading-text_3e9d3 {
    display: none;
  }
}
.notification-center_notification_3e9d3 .notification-center_image_3e9d3 {
  height: 3.5rem;
}
.notification-center_notification_3e9d3 .notification-center_details_3e9d3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.notification-center_notification_3e9d3 .notification-center_details_3e9d3 > * {
  overflow: hidden;
}.program-card_channel-number_058d0 {
  color: var(--white-40);
  font-weight: 200;
}

.program-card_btn_058d0, .program-card_favorite-btn_058d0, .program-card_watchlist-btn_058d0 {
  justify-content: start;
  gap: 1.125rem;
}

.program-card_watchlist-btn_058d0 {
  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_058d0 {
    border-bottom: none;
  }
}

.program-card_favorite-btn_058d0 {
  border-radius: 0 0 0.25rem 0.25rem;
}

.program-card_live-badge_058d0 {
  border-radius: 0.25rem;
}

.program-card_tag_058d0 {
  border-radius: 0.25rem;
}.slide_slide_7fe5e {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_slide_7fe5e > div:first-of-type:not([class]) {
  margin-top: 72px;
  height: auto !important;
}
.slide_slide_7fe5e 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_7fe5e picture > img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 924px) {
  .slide_slide_7fe5e > div:first-of-type:not([class]) {
    margin-top: 0;
    height: 100% !important;
  }
}

.slide_promo-wrapper_7fe5e {
  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_7fe5e [class*=details_details] {
  justify-content: center;
}
.slide_promo-description_7fe5e {
  display: none;
}
.slide_promo-name_7fe5e {
  flex-basis: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide_promo-name_7fe5e h1 {
  display: none;
}
.slide_promo-name_7fe5e h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.slide_promo-name_7fe5e img {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.slide_promo-buttons_7fe5e {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .slide_promo-buttons_7fe5e {
    gap: calc(var(--step) * 2);
  }
}
.slide_promo-buttons_7fe5e {
  width: 100%;
  gap: calc(var(--step) * 2);
}
.slide_promo-buttons_7fe5e [class*=button] {
  max-height: 3rem;
}
.slide_promo-buttons_7fe5e *[class*=social] {
  width: 3rem;
  min-width: auto;
}
.slide_promo-buttons_7fe5e > *:first-child {
  order: 2;
  flex-grow: 1;
}
.slide_promo-buttons_7fe5e > *:first-child *:not[class*=social] {
  width: 100%;
}
.slide_promo-buttons_7fe5e > *:nth-child(2) {
  order: 1;
}
.slide_promo-buttons_7fe5e > *:nth-child(3) {
  order: 3;
}
@media screen and (min-width: 924px) {
  .slide_promo-wrapper_7fe5e {
    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_7fe5e [class*=details_details] {
    justify-content: start;
  }
  .slide_promo-name_7fe5e {
    flex-basis: auto;
    max-width: 26.25rem;
    height: 10rem;
    margin: 0;
    align-content: flex-end;
  }
  .slide_promo-name_7fe5e img {
    display: block;
  }
  .slide_promo-name_7fe5e h3 {
    display: none;
  }
  .slide_promo-name_7fe5e h1 {
    display: block;
    word-wrap: break-word;
  }
  .slide_promo-description_7fe5e {
    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_7fe5e p {
    margin: 0;
  }
  .slide_promo-buttons_7fe5e {
    width: auto;
    max-width: 25.125rem;
  }
  .slide_promo-buttons_7fe5e *[class*=button] {
    max-height: 3.75rem;
    width: 3.75rem;
    min-width: 3.75rem;
  }
  .slide_promo-buttons_7fe5e *[class*=button]:not([class*=secondary]) {
    width: 14.75rem !important;
  }
  .slide_promo-buttons_7fe5e > *:nth-child(n) {
    order: unset !important;
  }
  .slide_promo-buttons_7fe5e > *:first-child:not(:only-child) {
    flex-grow: 0;
  }
}

.slide_details-wrapper_7fe5e {
  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_7fe5e {
    display: block;
  }
}

@media screen and (min-width: 924px) {
  .slide_lower-opacity_7fe5e {
    opacity: 0.3;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slide_lower-opacity_7fe5e:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 924px) {
  .slide_hide_7fe5e {
    max-height: 0;
    opacity: 0;
  }
}
.slide_reminder-text_7fe5e {
  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_7fe5e {
    text-align: start;
  }
}.slider-thumbs_thumbs_25fc1 {
  position: absolute;
  bottom: 11rem;
  z-index: 5;
  inset-inline: 0;
  width: initial;
  max-width: initial;
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1 {
  width: 4.75rem;
  height: 5.625rem;
  padding: 0 0.375rem;
  margin: 0;
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] .slider-thumbs_frame_25fc1 {
  cursor: default;
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] .slider-thumbs_frame_25fc1::before {
  border-color: var(--primary-colors-orange);
}
.slider-thumbs_thumbs_25fc1 *[class*=holder] {
  overflow: visible;
}
.slider-thumbs_thumbs_25fc1 *[class*=holder] *[class*=swiper] {
  overflow: visible;
}
.slider-thumbs_thumbs_25fc1 *[class^=swiper-slide] {
  width: auto;
  opacity: 0.3;
  transform-origin: bottom;
  transition: var(--speed) var(--easing);
  transition-property: opacity, transform;
}
.slider-thumbs_thumbs_25fc1 *[class*=slide-next] {
  opacity: 0.8;
}
.slider-thumbs_thumbs_25fc1 *[class*=slide-active] {
  opacity: 1;
  transform: scale(1.2);
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_frame_25fc1 {
  position: relative;
  display: block;
  height: 100%;
  border-radius: var(--radius);
  cursor: pointer;
  overflow: hidden;
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_frame_25fc1::before, .slider-thumbs_thumbs_25fc1 .slider-thumbs_frame_25fc1::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_25fc1 .slider-thumbs_frame_25fc1::before {
  border: 2px solid transparent;
}
.slider-thumbs_thumbs_25fc1 .slider-thumbs_frame_25fc1::after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.slider-thumbs_thumbs_25fc1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .slider-thumbs_thumbs_25fc1 {
    bottom: 0;
    max-width: 26.25rem;
    inset-inline-start: auto;
    inset-inline-end: 12px;
  }
  .slider-thumbs_thumbs-wrapper_25fc1 {
    pointer-events: none;
  }
  .slider-thumbs_thumbs_25fc1 *[class*=holder] {
    overflow: hidden;
  }
  .slider-thumbs_thumbs_25fc1 *[class^=swiper-slide] {
    opacity: 1;
  }
  .slider-thumbs_thumbs_25fc1 *[class*=slide-active] {
    opacity: 1;
    transform: initial;
  }
  .slider-thumbs_thumbs_25fc1 *[class*=slide-prev] {
    opacity: 0;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1 {
    width: 6.5625rem;
    height: 8.1875rem;
    pointer-events: none;
    transition: opacity var(--speed) var(--easing);
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1, .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=prev-] {
    opacity: 0;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1:nth-last-child(-n+4) {
    opacity: 1;
    pointer-events: all;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] {
    transform: none;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active], .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] ~ .slider-thumbs_swiper-slide_25fc1 {
    opacity: 1;
    pointer-events: all;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] .slider-thumbs_frame_25fc1 {
    cursor: default;
  }
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1[class*=thumb-active] .slider-thumbs_frame_25fc1::before {
    border-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider-thumbs_thumbs_25fc1 .slider-thumbs_swiper-slide_25fc1:not([class*=thumb-active]):hover .slider-thumbs_frame_25fc1::after {
    opacity: 1;
  }
}

@media only screen and (pointer: coarse) and (orientation: landscape) {
  *[class~=device] .slider-thumbs_thumbs_25fc1 {
    bottom: 6px;
    transform: scale(0.62);
    transform-origin: bottom;
  }
}
.slider-thumbs_live_25fc1 {
  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_25fc1 {
  border-radius: 0 0 0 var(--radius);
}
.slider-thumbs_live_25fc1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--step);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}.slider_slider_f302c {
  display: flex;
  transition: transform 0.5s linear;
  height: 100%;
}
.slider_slider-wrapper_f302c {
  position: relative;
  height: var(--vh);
  overflow: hidden;
  margin-top: calc(var(--step) * -8 - var(--step) * 6);
  margin-bottom: 2.25rem;
}
.slider_slider-wrapper_f302c .slider_bmpui-ui-watermark_f302c {
  display: none;
}
@media screen and (min-width: 924px) {
  .slider_slider-wrapper_f302c {
    margin-top: calc(var(--step) * -10 - var(--step) * 8);
  }
}
.slider_slider-container_f302c {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.slider_slide_f302c {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.slider_slide_f302c::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_f302c *[class*=bitmovinplayer-container]::before {
  height: 100% !important;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--primary-colors-rgb-background), 0) 50%);
  z-index: 5;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 924px) {
  .slider_slide_f302c *[class*=bitmovinplayer-container]::before {
    background: none;
    z-index: 1;
  }
}
.slider_slide_f302c *[class*=bitmovinplayer-container] video {
  object-fit: contain !important;
}
@media screen and (min-width: 924px) {
  .slider_slide_f302c *[class*=bitmovinplayer-container] video {
    object-fit: cover !important;
  }
}

.slider_navigation_f302c {
  display: none;
}
.slider_navigation_f302c button {
  cursor: pointer;
}
@media screen and (min-width: 924px) {
  .slider_navigation_f302c {
    position: absolute;
    bottom: 12.9375rem;
    inset-inline-end: 2.25rem;
    display: flex;
    gap: 0 1.5rem;
  }
  .slider_navigation_f302c .slider_arrow_f302c {
    display: block;
    background-color: transparent;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    box-shadow: none;
  }
  *[dir=rtl] .slider_navigation_f302c .slider_arrow_f302c {
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider_navigation_f302c .slider_arrow_f302c:hover path {
    fill: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .slider_navigation_f302c .slider_next_f302c {
    inset-inline-end: 2.25rem;
  }
  .slider_navigation_f302c .slider_prev_f302c {
    inset-inline-end: 6rem;
  }
}

@media only screen and (pointer: coarse) and (orientation: landscape) {
  *[class~=device] .slider_navigation_f302c {
    display: none;
  }
}
.slider_scroll-down_f302c {
  display: none;
}
@media screen and (min-width: 924px) {
  .slider_scroll-down_f302c {
    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_f302c 2.2s infinite;
  }
  .slider_scroll-down_f302c *[class*=icon] {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .slider_scroll-down_f302c:hover {
    opacity: 1;
  }
}

@keyframes slider_sdb_f302c {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 10px);
    opacity: 0;
  }
}
.slider_spinner-wrapper_f302c {
  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_87222 {
  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_87222 {
  margin-top: -4.5rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 {
  height: 5.625rem;
  display: flex;
  position: relative;
  transform: translateX(40%);
  order: 0;
}
.slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 > * {
  width: 4rem;
  margin-inline: 0.1875rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 > * {
    width: 5.625rem;
    margin-inline: 0.375rem;
  }
}
.slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 > *:first-child {
  transform: scale(1.2);
  transform-origin: bottom;
  margin-inline: 0.625rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 > *:first-child {
    transform: initial;
    margin-inline: 0.375rem;
  }
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_thumbnails_87222 {
    order: 1;
    transform: initial;
    height: 8.125rem;
  }
}
.slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  max-width: 37.5rem;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 .slide-skeleton_description_87222 {
  display: none;
  height: 7.5rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 .slide-skeleton_description_87222 {
    display: block;
  }
}
.slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 .slide-skeleton_details_87222 {
  height: 1.25rem;
  width: 70%;
}
.slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 .slide-skeleton_buttons_87222 {
  height: 3.75rem;
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 .slide-skeleton_buttons_87222 {
    width: 25rem;
  }
}
@media screen and (min-width: 924px) {
  .slide-skeleton_skeleton_87222 .slide-skeleton_controls_87222 {
    position: initial;
    transform: initial;
    gap: 1.5rem;
  }
}.upgrade_upgrade_d89a0 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 3);
  overflow: hidden;
}
.upgrade_upgrade_d89a0 > * {
  position: relative;
  z-index: 2;
}
.upgrade_upgrade_d89a0:first-child {
  margin-bottom: calc(var(--step) * 4);
}
.upgrade_upgrade_d89a0:last-child {
  margin-top: calc(var(--step) * 4);
}
[class*=swiper-slide] .upgrade_upgrade_d89a0 {
  min-height: auto !important;
  margin: 0 !important;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_upgrade_d89a0 {
    gap: calc(var(--step) * 4);
    grid-template-columns: auto 1fr auto;
  }
  .upgrade_upgrade_d89a0:first-child:last-child {
    margin: calc(var(--step) * 6);
  }
}

.upgrade_page_d89a0 {
  padding: calc(var(--step) * 6);
}

.upgrade_modal_d89a0 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(var(--step) * 3);
}
.upgrade_modal_d89a0 .upgrade_title_d89a0 {
  width: 100%;
}
.upgrade_modal_d89a0 .upgrade_title_d89a0 img {
  width: min-content;
  margin: 0 auto;
}
.upgrade_modal_d89a0 .upgrade_inner_d89a0 {
  grid-column: 1/-1;
}
.upgrade_modal_d89a0 .upgrade_inner_d89a0 > * {
  width: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_modal_d89a0 {
    grid-template-columns: auto 1fr;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .upgrade_modal_d89a0 .upgrade_title_d89a0 {
    width: min-content;
    padding-inline-end: calc(var(--step) * 2);
  }
  .upgrade_modal_d89a0 [class*=checklist] {
    padding-inline-start: calc(var(--step) * 2);
    border-inline-start: 1px solid var(--white-10);
  }
}

.upgrade_bg_d89a0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.upgrade_bg_d89a0 > div {
  position: absolute;
  inset: 0;
}
.upgrade_bg_d89a0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.upgrade_title_d89a0 {
  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_d89a0 img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 924px) {
  .upgrade_title_d89a0 img {
    max-width: 8.75rem;
  }
}

.upgrade_text_d89a0 {
  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_d89a0 {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  align-items: center;
}

.upgrade_list_d89a0 {
  align-content: center;
}

.upgrade_ppv_d89a0 {
  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_d89a0 .upgrade_bg_d89a0 {
  opacity: 1;
  z-index: 2;
}
.upgrade_ppv_d89a0 .upgrade_bg_d89a0 img {
  object-fit: cover;
  object-position: top;
  height: 56.25%;
}
.upgrade_ppv_d89a0 .upgrade_bg_d89a0 div {
  height: 100%;
}
.upgrade_ppv_d89a0 .upgrade_inner_d89a0 {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--step) * 2);
}
.upgrade_ppv_d89a0 .upgrade_inner_d89a0::before, .upgrade_ppv_d89a0 .upgrade_inner_d89a0::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: calc(var(--step) * -1);
  right: calc(var(--step) * -1);
  z-index: 4;
}
.upgrade_ppv_d89a0 .upgrade_inner_d89a0::before {
  top: 0;
  background: linear-gradient(178.93deg, rgba(var(--primary-colors-rgb-background), 0) 0.91%, var(--primary-colors-background) 90.74%);
  height: 58.25%;
}
.upgrade_ppv_d89a0 .upgrade_inner_d89a0::after {
  top: 58.25%;
  bottom: 0;
  background-color: var(--primary-colors-background);
}
.upgrade_ppv_d89a0 .upgrade_inner_d89a0 > * {
  position: relative;
  z-index: 6;
}
.upgrade_ppv_d89a0 [class*=ppv-logo] {
  height: 3.125rem;
}
.upgrade_ppv_d89a0 [class*=ppv-logo] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 924px) {
  .upgrade_ppv_d89a0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--step) * 6) calc(var(--step) * 9) !important;
    min-height: 17rem;
  }
  .upgrade_ppv_d89a0 .upgrade_inner_d89a0::before {
    height: 100%;
    background: linear-gradient(269.74deg, var(--primary-colors-background) 0.22%, var(--primary-colors-background) 30.09%, rgba(var(--primary-colors-rgb-background), 0.1) 99.78%);
  }
  .upgrade_ppv_d89a0 .upgrade_inner_d89a0::after {
    display: none;
  }
  .upgrade_ppv_d89a0 [class*=_compact] {
    padding-left: calc(var(--step) * 4);
    padding-right: calc(var(--step) * 4);
  }
  .upgrade_ppv_d89a0 .upgrade_bg_d89a0 img {
    height: 100%;
  }
}.mbuttons_controls_41711 {
  display: flex;
  flex-direction: row;
  gap: calc(var(--step) * 2);
  flex-grow: 1;
}
.mbuttons_controls_41711 > * > *, .mbuttons_controls_41711 > *[class*=play] > * {
  max-height: 3rem;
}
.mbuttons_controls_41711 > * > [class*=button] [class*=icon]:not([class*=locking]), .mbuttons_controls_41711 > *[class*=play] > [class*=button] [class*=icon]:not([class*=locking]) {
  margin-inline-start: calc(var(--step) * 2);
}
.mbuttons_controls_41711 [class*=iconWrapper] {
  display: none;
}
.mbuttons_controls_41711 .mbuttons_label_41711 {
  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_41711 {
    flex-wrap: wrap;
    gap: calc(var(--step) * 2) 0;
  }
  .mbuttons_controls_41711 > * {
    flex-basis: 50%;
    background: none;
    border: none;
    margin: 0 auto;
    gap: var(--step);
  }
  .mbuttons_controls_41711 > *:nth-child(3) {
    border-inline-start: 1px solid var(--white-20);
  }
}
@media screen and (max-width: 924px) and (hover: hover) {
  .mbuttons_controls_41711 > *:hover {
    background: none;
  }
}
@media screen and (min-width: 924px) {
  .mbuttons_controls_41711 > *[class*=button_]:not([class*=play]) {
    min-width: auto;
  }
  .mbuttons_controls_41711 .mbuttons_label_41711 {
    display: inline-flex;
    padding-inline-start: calc(var(--step) * 4);
    padding-inline-end: calc(var(--step) * 2);
  }
  .mbuttons_controls_41711[class*=details] [class*=button_], .mbuttons_controls_41711[class*=details] > * {
    max-height: none;
    height: 3.75rem;
  }
}

.mbuttons_play_41711 {
  width: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 924px) {
  .mbuttons_play_41711 {
    flex-basis: 100%;
  }
}

.mbuttons_progress_41711 {
  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_41711 i {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  background: #fff;
  z-index: 2;
}.movie_card_a59f7 {
  position: relative;
}
.movie_card_a59f7::before {
  content: "";
  position: relative;
  display: block;
}

.movie_horizontal_a59f7::before {
  padding-top: 100%;
}
@media screen and (min-width: 924px) {
  .movie_horizontal_a59f7::before {
    padding-top: 100%;
  }
}

.movie_vertical_a59f7::before {
  padding-top: 148.485%;
}
@media screen and (min-width: 924px) {
  .movie_vertical_a59f7::before {
    padding-top: 226.67%;
  }
}

.movie_vertical-2x_a59f7::before {
  padding-top: 200%;
}

.movie_default_a59f7::before {
  padding-top: 154.356%;
}
@media screen and (min-width: 924px) {
  .movie_default_a59f7::before {
    padding-top: 153.78%;
  }
}

.movie_picture_a59f7 {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.movie_picture_a59f7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  object-position: top;
}

.movie_popup_a59f7 {
  display: none;
}
@media screen and (min-width: 924px) {
  .movie_popup_a59f7 {
    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_a59f7 {
    z-index: 16;
  }
  .movie_popup_a59f7 [class*=hero_heading] {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.movie_foot_a59f7 {
  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_a59f7 {
  opacity: 1;
  pointer-events: all;
}

.movie_fadeOut_a59f7 {
  opacity: 0;
}

.movie_rent_a59f7 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #000;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.03em;
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
}
.movie_rent_a59f7.movie_rented_a59f7 {
  background-color: #fff;
  color: #000;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.movie_rent_a59f7 [class*=sar] {
  width: 1rem;
  height: 1rem;
}
.movie_rent_a59f7 [class*=price] {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}
.movie_rent_a59f7 [class*=price], .movie_rent_a59f7 [class*=price] b {
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.03em;
}

.movie_icon_a59f7 {
  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_a59f7 {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.movie_locked_a59f7 {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
  border-end-start-radius: var(--radius);
}

.movie_remind_a59f7 {
  inset-inline-start: 0;
  border-start-start-radius: var(--radius);
  pointer-events: none;
}

.movie_frame_a59f7 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.5rem;
  pointer-events: none;
}
@media screen and (min-width: 924px) {
  .movie_frame_a59f7 {
    padding: 1.25rem 1rem;
  }
}

.movie_provider_a59f7 {
  position: absolute;
  top: 0.375rem;
  left: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
}
@media screen and (min-width: 924px) {
  .movie_provider_a59f7 {
    top: 0.75rem;
    height: 2.5rem;
    left: 1rem;
    right: 1rem;
  }
}

.movie_name_a59f7 {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
}
@media screen and (min-width: 924px) {
  .movie_name_a59f7 {
    left: 1rem;
    right: 1rem;
    height: 7.625rem;
  }
}.tier_tier_27a63 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 3);
  padding: calc(var(--step) * 3);
  background: var(--white-5);
}
.tier_tier_27a63::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_27a63 {
    gap: calc(var(--step) * 4);
    padding: calc(var(--step) * 6);
  }
}

.tier_color_27a63::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 6;
}
.tier_color-brand_27a63::before {
  background-color: var(--primary-colors-brand);
}
.tier_color-orange_27a63::before {
  background-color: var(--primary-colors-orange);
}
.tier_color-green_27a63::before {
  background-color: var(--secondary-colors-green);
}
.tier_color-gold_27a63::before {
  background-color: var(--package-colors-premium, #D1AA6E);
}
.tier_color-grey_27a63::before {
  background-color: var(--secondary-colors-grey);
}

.tier_theme-light_27a63 {
  background: var(--white-5);
}
.tier_theme-dark_27a63 {
  background-color: rgba(0, 0, 0, 0.3);
}

.tier_header_27a63 {
  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_27a63 {
  height: 2.25rem;
  margin-inline-end: auto;
}
.tier_tier-logo_27a63 > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tier_description_27a63 {
  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;
  z-index: 4;
}
.tier_description_27a63 > * {
  padding: 0 var(--step);
  border: 1px solid var(--white-40);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.6);
}

.tier_price_27a63 {
  justify-content: flex-end;
  flex-shrink: 1;
  align-items: flex-end;
}
.tier_price_27a63 [class*=description] {
  text-align: end;
  font-size: 0.875rem;
}
.tier_price_27a63 b {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 0.5rem;
}
.tier_price_27a63 i {
  font-size: 0.875rem;
  color: #fff;
}

.tier_disabled_27a63 {
  opacity: 0.5;
}

.tier_compare_27a63 {
  padding: 0 var(--step);
}
@media screen and (min-width: 924px) {
  .tier_compare_27a63 {
    padding: calc(var(--step) * 4) calc(var(--step) * 6);
  }
}
@media screen and (max-width: 924px) {
  .tier_compare_27a63 *[class*=checklist] {
    overflow: hidden;
  }
  .tier_compare_27a63:last-child *[class*=checklist] {
    overflow: visible;
  }
  .tier_compare_27a63 .tier_description_27a63 {
    display: none;
  }
  .tier_compare_27a63 .tier_header_27a63 {
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding: calc(var(--step) * 4) calc(var(--step) * 2) 0;
  }
  .tier_compare_27a63 .tier_header_27a63 > * {
    flex-direction: row;
  }
  .tier_compare_27a63 .tier_header_27a63 b {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tier_compare_27a63 .tier_header_27a63 + [class*=button] {
    width: auto;
    margin: 0 calc(var(--step) * 2) calc(var(--step) * 2);
  }
  .tier_compare_27a63 .tier_tier-logo_27a63 {
    height: 1.5rem;
    grid-column: 1/-1;
  }
}

.tier_list_27a63 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  gap: var(--step);
  flex-grow: 1;
  grid-auto-rows: min-content;
}
.tier_list_27a63 dt {
  min-height: auto;
}

.tier_title_27a63 {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tier_picture_27a63 {
  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_27a63::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_27a63 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_27a63 {
    margin: calc(var(--step) * -6) calc(var(--step) * -6) -3.875rem;
    width: calc(100% + var(--step) * 12);
  }
}

.tier_features_27a63 {
  text-align: center;
}
.tier_features_27a63 * {
  color: var(--primary-colors-brand);
}
@media (hover: hover) {
  .tier_features_27a63 *:hover {
    color: #fff;
  }
}

.tier_channels_27a63 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tier_channels_27a63 > * {
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  height: 1.6875rem;
}

.tier_count_27a63 {
  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_27a63 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 4;
  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_27a63 {
  background: var(--primary-colors-background);
}
.tier_black_27a63 .tier_picture_27a63 {
  z-index: 2;
  margin-bottom: -9.0625rem;
}
.tier_black_27a63 .tier_picture_27a63::before {
  z-index: 1;
  background: linear-gradient(0deg, #1D252D 0%, rgba(29, 37, 45, 0) 100%);
  padding-top: 100%;
}
.tier_black_27a63 .tier_picture_27a63 ~ * {
  position: relative;
  z-index: 4;
}
.tier_black_27a63 *[class*=checklist] [class*=icon] {
  filter: brightness(100);
}
@media screen and (min-width: 924px) {
  .tier_black_27a63 .tier_picture_27a63::before {
    padding-top: 67.188%;
  }
}.simpledialog_overlay_033ef {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: simpledialog_overlayShow_033ef var(--speed);
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 15;
}

.simpledialog_content_033ef {
  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_033ef:focus {
  outline: none;
}
.simpledialog_content_033ef > * {
  min-width: 0;
}
@media screen and (min-width: 924px) {
  .simpledialog_content_033ef {
    padding: calc(var(--step) * 6);
  }
}

@keyframes simpledialog_overlayShow_033ef {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.simpledialog_picture_033ef {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simpledialog_placement-center_033ef {
  place-items: center;
}
.simpledialog_placement-bottom_033ef {
  place-items: flex-end;
}.consent_holder_97d45 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.consent_holder_97d45 [class*=switch] span {
  color: var(--white-60);
  transition: color var(--speed) var(--easing);
}
.consent_holder_97d45 [class*=switch] input:checked ~ span {
  color: #fff;
}
.consent_holder_97d45 iframe {
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
  overflow-x: hidden;
}
.consent_consent_97d45 {
  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_97d45 {
    max-width: 60.25rem;
    margin: 0 auto;
    padding: calc(var(--step) * 5) calc(var(--step) * 6) calc(var(--step) * 4);
  }
}

.consent_holder--fit_97d45 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--step) * 2);
}

.consent_consent--fit_97d45 {
  min-height: 0;
  height: auto;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.consent_info_97d45 {
  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_97d45 {
    align-items: center;
  }
}

.consent_content_97d45 {
  position: relative;
  overflow: hidden;
  margin: 0 calc(var(--step) * -2);
  width: calc(100% + var(--step) * 4);
}
@media screen and (min-width: 924px) {
  .consent_content_97d45 {
    margin: 0 calc(var(--step) * -6);
    width: calc(100% + var(--step) * 12);
  }
}

.consent_footer_97d45 {
  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_97d45 * {
    order: 2;
  }
  .consent_footer_97d45 *[class*=switch] {
    order: 1;
  }
  .consent_footer_97d45 *[class*=plain] {
    order: 3;
  }
}
@media screen and (min-width: 924px) {
  .consent_footer_97d45 {
    flex-direction: row;
    justify-content: space-between;
    padding-top: calc(var(--step) * 4);
    gap: calc(var(--step) * 5);
  }
  .consent_footer_97d45 *[class*=button] {
    min-width: 11.25rem;
  }
}.videopopup_card_62558 {
  position: relative;
}
.videopopup_card_62558::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 155.5%;
}
.videopopup_picture_62558 {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.videopopup_picture_62558 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.videopopup_popup_62558 {
  display: none;
}
@media screen and (min-width: 924px) {
  .videopopup_popup_62558 {
    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_62558 {
    z-index: 24;
  }
  .videopopup_popup_62558 [class*=hero_heading] {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.videopopup_foot_62558 {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.125rem;
  gap: 1.125rem 0;
  background: var(--primary-colors-background);
  margin-top: -1px;
}

.videopopup_fadeIn_62558 {
  opacity: 1;
  pointer-events: all;
}

.videopopup_fadeOut_62558 {
  opacity: 0;
}

.videopopup_rent_62558 {
  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_62558 {
  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_62558 {
    width: calc(var(--step) * 6);
    height: calc(var(--step) * 6);
  }
}

.videopopup_locked_62558 {
  inset-inline-end: 0;
  border-start-end-radius: var(--radius);
}

.videopopup_remind_62558 {
  inset-inline-start: 0;
  border-start-start-radius: var(--radius);
}.mainmenu_nav_21141 {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
}
@media screen and (min-width: 924px) {
  .mainmenu_nav_21141 {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: calc(var(--step) * -2);
    height: calc(100% + var(--step) * 4);
    min-height: 2.5rem;
    padding: 0;
    gap: 0;
    background: none;
    border: none;
  }
}

.mainmenu_menuItem_21141 {
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid var(--white-10);
  height: 3.75rem;
}
.mainmenu_menuItem_21141:last-child {
  border-bottom-width: 0;
}
.mainmenu_menuItem_21141 > 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_21141 > 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_21141 {
    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_21141 > a {
    position: relative;
    padding: var(--step) 0;
    background-color: transparent;
    height: auto;
  }
  .mainmenu_menuItem_21141 > a::before {
    display: none;
  }
  .mainmenu_menuItem_21141 > 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_21141:hover {
    z-index: 4;
  }
  .mainmenu_menuItem_21141:hover > a::after {
    width: 100%;
  }
  .mainmenu_menuItem_21141:hover > .mainmenu_dropdown_21141 {
    opacity: 1;
    pointer-events: all;
  }
}

.mainmenu_dropdown_21141 {
  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_21141.mainmenu_visible_21141 {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
@media screen and (min-width: 924px) {
  .mainmenu_dropdown_21141 {
    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_21141 .mainmenu_dropdown_21141 {
    top: 0;
  }
}

.mainmenu_dropdownItem_21141 {
  display: flex;
  align-items: center;
  padding: 0 calc(var(--step) * 2);
  background-color: transparent;
  position: relative;
  border-radius: var(--radius);
}
.mainmenu_dropdownItem_21141[disabled] {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 924px) {
  .mainmenu_dropdownItem_21141 {
    background-color: transparent;
    transition: background-color var(--speed) var(--easing);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .mainmenu_dropdownItem_21141:hover {
    background-color: var(--white-10);
  }
}

.mainmenu_hidden_21141 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.mainmenu_expand_21141 {
  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_21141::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_21141 .mainmenu_menuItem_21141 {
  position: relative;
  padding: var(--step) calc(var(--step) * 2);
}
.mainmenu_expand_21141 .mainmenu_menuItem_21141::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mainmenu_dots_21141 {
  display: flex;
  margin-inline-end: -100%;
  cursor: pointer;
}

.mainmenu_expandIcon_21141 {
  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_21141 {
  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_21141 > a::before {
  opacity: 1;
}
.mainmenu_active_21141 > a::after {
  width: 100%;
  background-color: var(--primary-colors-brand);
}

.mainmenu_flag_21141 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: normal;
  margin-inline-start: auto;
  color: var(--primary-colors-orange);
}

.mainmenu_icon_21141 {
  opacity: 0.6;
}
@media screen and (min-width: 924px) {
  .mainmenu_icon_21141 {
    display: none;
  }
}.headerwcp_header_cc733 {
  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;
  min-height: 3.75rem;
}
.headerwcp_header_cc733::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_cc733 > * {
  position: relative;
  z-index: 4;
  min-width: 0;
  min-height: 0;
}
.headerwcp_header_cc733 *[class*=menulist_holder] {
  align-self: center;
}
.headerwcp_header_cc733 *[class*=menulist_item] {
  color: #fff;
}
.headerwcp_header_cc733 *[class*=menulist_frame] {
  gap: var(--step);
}
@media screen and (min-width: 924px) {
  .headerwcp_header_cc733 {
    grid-template-columns: auto 1fr auto;
    gap: 4.25rem;
    padding: calc(var(--step) * 5) calc(var(--step) * 6);
    justify-items: unset;
  }
  .headerwcp_header_cc733 [class*=frame] [class*=menulist_list] {
    display: flex;
    flex-direction: column;
    gap: var(--step);
    padding: calc(var(--step) * 4);
  }
  .headerwcp_header_cc733 [class*=mainmenu_menuItem] {
    transition: transform var(--speed) linear;
  }
}

.headerwcp_logo_cc733 {
  position: relative;
  z-index: 12;
  transition: transform var(--speed) linear;
  transform-origin: left;
}
[dir=rtl] .headerwcp_logo_cc733 {
  transform-origin: right;
}

.headerwcp_right_cc733 {
  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_cc733 > * {
  transition: var(--speed) var(--easing);
  transition-property: opacity, color, border-color, background-color;
}
.headerwcp_right_cc733 > *:nth-last-child(2) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset-inline-end: calc(var(--step) * 5 + 1.875rem);
}
@media screen and (min-width: 924px) {
  .headerwcp_right_cc733 {
    gap: 0 calc(var(--step) * 3);
  }
  .headerwcp_right_cc733 > *:nth-last-child(n) {
    opacity: 1;
    pointer-events: all;
    position: static;
  }
}

.headerwcp_frame_cc733 {
  position: fixed;
  top: calc(var(--step) * 12);
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(var(--vh) - var(--step) * 12);
  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_cc733::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_cc733.headerwcp_visible_cc733 {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.headerwcp_frame_cc733.headerwcp_visible_cc733::before {
  opacity: 1;
}

.headerwcp_navshown_cc733 > *:nth-last-child(n+3) {
  opacity: 0;
  pointer-events: none;
}
.headerwcp_navshown_cc733 > *:nth-last-child(2) {
  opacity: 1;
  pointer-events: all;
}

.headerwcp_scrolled_cc733 {
  transform: translateY(100%);
}

.headerwcp_sticky_cc733 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
.headerwcp_sticky_cc733::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity var(--speed) var(--easing);
}
.headerwcp_sticky_cc733 .headerwcp_logo_cc733 {
  transform: scale(0.62);
}
[dir=rtl] .headerwcp_sticky_cc733 .headerwcp_right_cc733 {
  transform-origin: left;
}
.headerwcp_sticky_cc733 .headerwcp_bars_cc733::before {
  opacity: 1;
}
@media screen and (min-width: 924px) {
  .headerwcp_sticky_cc733 {
    padding: calc(var(--step) * 2) calc(var(--step) * 6);
  }
  .headerwcp_sticky_cc733::after {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(36px);
  }
  .headerwcp_sticky_cc733 .headerwcp_logo_cc733 {
    opacity: 1;
  }
  .headerwcp_sticky_cc733 [class*=_dropdown] {
    margin-top: calc(var(--step) * 6);
  }
  .headerwcp_sticky_cc733 [class*=mainmenu_menuItem] {
    font-size: calc(var(--step) * 2);
    line-height: calc(var(--step) * 3);
  }
  .headerwcp_sticky_cc733 .headerwcp_right_cc733 {
    transform: scale(0.75);
  }
}

.headerwcp_navVisible_cc733 {
  background-color: var(--primary-colors-background);
}
.headerwcp_navVisible_cc733::before {
  opacity: 1;
}
.headerwcp_navVisible_cc733 .headerwcp_logo_cc733,
.headerwcp_navVisible_cc733 .headerwcp_right_cc733 {
  transform: none;
}
.headerwcp_navVisible_cc733.headerwcp_sticky_cc733::after {
  opacity: 0;
}
.headerwcp_navVisible_cc733.headerwcp_sticky_cc733 .headerwcp_logo_cc733,
.headerwcp_navVisible_cc733.headerwcp_sticky_cc733 .headerwcp_right_cc733 {
  transform: translateY(var(--step));
}

.headerwcp_bottom_cc733 {
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
  border-radius: var(--radius);
}
.headerwcp_bottom_cc733 [class*=menulist_item] {
  height: 3.75rem;
  background-color: var(--white-5);
  border-bottom: 1px solid var(--white-10);
}
.headerwcp_bottom_cc733 [class*=menulist_item]:last-child {
  border-bottom-width: 0;
}

@media screen and (min-width: 924px) {
  .headerwcp_gridtwo_cc733 {
    grid-template-columns: auto 1fr;
  }
}

.headerwcp_bars_cc733 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.headerwcp_bars_cc733::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--primary-colors-rgb-background), 0.8);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity var(--easing) var(--speed);
}
.headerwcp_bars_cc733 > * {
  position: relative;
  z-index: 2;
}.upcoming_upcoming_b1ba2 {
  position: relative;
  border-radius: calc(var(--radius) * 2);
  overflow: hidden;
  max-width: 35.25rem;
  margin: 0 auto;
}
.upcoming_upcoming_b1ba2::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_b1ba2 [class*=video_play] svg {
  width: calc(var(--step) * 12);
}

.upcoming_frame_b1ba2 {
  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_b1ba2 {
    padding: calc(var(--step) * 4) calc(var(--step) * 4) calc(var(--step) * 4);
  }
}

.upcoming_provider_b1ba2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.5rem;
}

.upcoming_text_b1ba2 {
  color: var(--white-70);
}

.upcoming_buttons_b1ba2 {
  width: 100%;
  flex-wrap: nowrap;
  gap: var(--step);
}
.upcoming_buttons_b1ba2 [class*=_play], .upcoming_buttons_b1ba2 [class*=_play] > * {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  flex-basis: auto;
}
.upcoming_buttons_b1ba2 [class*=social] {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--white-20);
  margin: 0;
  flex-basis: auto;
}

.upcoming_number_b1ba2 {
  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_b1ba2 svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 924px) {
  .upcoming_number_b1ba2 {
    width: 11.5625rem;
    height: 8.75rem;
  }
}

.upcoming_locked_b1ba2,
.upcoming_remind_b1ba2 {
  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_b1ba2 {
  inset-inline-end: 0;
  border-end-start-radius: calc(var(--radius) * 2);
}

.upcoming_remind_b1ba2 {
  border-end-start-radius: 0;
  border-end-end-radius: calc(var(--radius) * 2);
}

.upcoming_video_b1ba2 {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 4.3125rem);
}
.upcoming_video_b1ba2::before {
  content: "";
  display: block;
  padding-top: 42%;
}
.upcoming_video_b1ba2 *[class*=bitholder],
.upcoming_video_b1ba2 .upcoming_poster_b1ba2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  object-position: top;
}
.upcoming_video_b1ba2 *[class*=bitholder] video {
  object-fit: cover;
}
.upcoming_video_b1ba2 *[class*=controlbar]::before {
  background: none;
}

.upcoming_play-icon_b1ba2 {
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.upcoming_play-icon_b1ba2:hover {
  opacity: 0.8;
}@media screen and (min-width: 1188px) {
  .upcomlist_holder_184f7 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
  }
  .upcomlist_holder_184f7 > * {
    min-width: 0;
    min-height: 0;
  }
  .upcomlist_holder_184f7.upcomlist_loading_184f7 {
    align-items: start;
  }
}

.upcomlist_upcomlist_184f7 {
  position: relative;
}

.upcomlist_current_184f7 {
  display: none;
}
@media screen and (min-width: 1188px) {
  .upcomlist_current_184f7 {
    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_184f7 strong {
    display: block;
    color: #fff;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: var(--font-weight-medium);
  }
}.tvguide_scroll_98e5c {
  height: 100%;
  overflow: auto;
}
.tvguide_scroll_98e5c::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.tvguide_scroll_98e5c::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.tvguide_scroll_98e5c::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.tvguide_scroll_98e5c::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.tvguide_hidden_98e5c, .tvguide_epgs_98e5c, .tvguide_epgContainer_98e5c [class*=ScrollBox] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tvguide_hidden_98e5c::-webkit-scrollbar, .tvguide_epgs_98e5c::-webkit-scrollbar, .tvguide_epgContainer_98e5c [class*=ScrollBox]::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.tvguide_hidden_98e5c::-webkit-scrollbar-track, .tvguide_epgs_98e5c::-webkit-scrollbar-track, .tvguide_epgContainer_98e5c [class*=ScrollBox]::-webkit-scrollbar-track {
  background-color: transparent;
}
.tvguide_hidden_98e5c::-webkit-scrollbar-thumb, .tvguide_epgs_98e5c::-webkit-scrollbar-thumb, .tvguide_epgContainer_98e5c [class*=ScrollBox]::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.tvguide_hidden_98e5c::-webkit-scrollbar-thumb:hover, .tvguide_epgs_98e5c::-webkit-scrollbar-thumb:hover, .tvguide_epgContainer_98e5c [class*=ScrollBox]::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.tvguide_horizontal_98e5c {
  height: auto;
  overflow-x: auto;
}

.tvguide_tvguide_98e5c {
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 924px) {
  .tvguide_tvguide_98e5c {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tvguide_tvguide_98e5c > * {
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
}

.tvguide_epgs_98e5c {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden auto;
  padding-inline-start: calc(var(--step) * 2);
  margin: 0 calc(var(--step) * -2);
}
@media screen and (min-width: 924px) {
  .tvguide_epgs_98e5c {
    margin-inline-end: 0;
  }
}

.tvguide_epgContainer_98e5c {
  font-family: var(--font), serif !important;
  margin: 0 -4px;
}
.tvguide_epgContainer_98e5c *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer_98e5c > [class*=Container] {
  padding: 0;
}
.tvguide_epgContainer_98e5c > [class*=Container] *[class*=Box], .tvguide_epgContainer_98e5c > [class*=Container] *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer_98e5c {
  /* Common styles */
}
.tvguide_epgContainer_98e5c .tvguide_lock_98e5c {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  border-radius: 0;
  border-end-start-radius: 4px;
  border-start-end-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_98e5c .tvguide_lock_98e5c [class*=icon] {
  width: 18px;
  height: 18px;
}
.tvguide_epgContainer_98e5c .tvguide_lock_98e5c path {
  fill: var(--primary-colors-background);
}
.tvguide_epgContainer_98e5c .tvguide_tag_98e5c {
  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_98e5c .tvguide_live_98e5c {
  color: #fff;
  background-color: var(--secondary-colors-red);
}
.tvguide_epgContainer_98e5c .tvguide_live_98e5c::before {
  content: "";
  display: inline-flex;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.tvguide_epgContainer_98e5c .tvguide_reminder_98e5c {
  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_98e5c .tvguide_reminder_98e5c [class*=icon] {
  width: 1.125rem;
  height: 1.125rem;
}
.tvguide_epgContainer_98e5c {
  /* Channel item styles */
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px 8px;
  cursor: pointer;
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c > [class*=inner] {
  border-radius: 0.25rem;
  background-color: #353b42;
  border: 2px solid transparent;
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c > [class*=inner] > img {
  position: static;
  opacity: 1;
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c .tvguide_lock_98e5c {
  inset-inline-end: 4px;
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c .tvguide_chIndex_98e5c {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.05em;
  color: var(--white-50);
  z-index: 2;
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c.tvguide_selected_98e5c > .tvguide_chlogo_98e5c > div {
  border-color: var(--primary-colors-orange);
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c.tvguide_selected_98e5c .tvguide_lock_98e5c {
  background-color: var(--primary-colors-orange);
}
.tvguide_epgContainer_98e5c .tvguide_channel_98e5c.tvguide_selected_98e5c .tvguide_lock_98e5c path {
  fill: #fff;
}
.tvguide_epgContainer_98e5c {
  /* Program card styles */
}
.tvguide_epgContainer_98e5c .tvguide_program_98e5c {
  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_98e5c .tvguide_program_98e5c.tvguide_selected_98e5c {
  background: #fff;
}
.tvguide_epgContainer_98e5c .tvguide_program_98e5c.tvguide_selected_98e5c .tvguide_prgTitle_98e5c,
.tvguide_epgContainer_98e5c .tvguide_program_98e5c.tvguide_selected_98e5c .tvguide_prgTime_98e5c {
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .tvguide_epgContainer_98e5c .tvguide_program_98e5c:hover {
    background: #fff;
  }
  .tvguide_epgContainer_98e5c .tvguide_program_98e5c:hover .tvguide_prgTitle_98e5c,
  .tvguide_epgContainer_98e5c .tvguide_program_98e5c:hover .tvguide_prgTime_98e5c,
  .tvguide_epgContainer_98e5c .tvguide_program_98e5c:hover .tvguide_tag_98e5c {
    color: var(--primary-colors-background);
  }
  .tvguide_epgContainer_98e5c .tvguide_program_98e5c:hover .tvguide_tag_98e5c {
    background-color: var(--box-dark);
  }
}
.tvguide_epgContainer_98e5c .tvguide_prgTitle_98e5c {
  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_98e5c .tvguide_prgTime_98e5c {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-30);
  transition: color var(--speed) var(--easing);
  text-align: start;
}

.tvguide_information_98e5c {
  display: none;
}
@media screen and (min-width: 924px) {
  .tvguide_information_98e5c {
    display: flex;
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding-inline-start: calc(var(--step) * 6);
  }
}

.tvguide_number_98e5c {
  color: var(--white-50);
  font-weight: normal;
  padding-inline-end: calc(var(--step) * 2);
}

.tvguide_player_98e5c {
  position: sticky;
  top: 0;
  z-index: 6;
  margin: 0 calc(var(--step) * -2);
  overflow: hidden;
}
.tvguide_player_98e5c::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background: var(--primary-colors-background);
}
.tvguide_player_98e5c [id=video-container] {
  position: absolute;
  inset: 0;
}
.tvguide_player_98e5c [class*=bmpui-ui-controlbar] {
  padding: 0 calc(var(--step) * 2);
  z-index: 6;
}
.tvguide_player_98e5c [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] button {
  width: calc(var(--step) * 5.5) !important;
  height: calc(var(--step) * 5) !important;
  background-size: calc(var(--step) * 5);
  padding: 0;
}
.tvguide_player_98e5c [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] > * {
  margin: 0 calc(var(--step) / 2);
}
.tvguide_player_98e5c [class*=bmpui-ui-hugeplaybacktogglebutton] [class*=bmpui-image] {
  background-size: calc(var(--step) * 12);
}
.tvguide_player_98e5c *[data-fullscreen=true] [class*=bmpui-image] {
  background-size: calc(var(--step) * 18);
}
@media screen and (min-width: 924px) {
  .tvguide_player_98e5c {
    margin: 0;
  }
}

.tvguide_channel-name_98e5c {
  position: relative;
  bottom: 1.25rem;
  inset-inline-start: 0.75rem;
  z-index: inherit;
}

.tvguide_program-time_98e5c {
  margin-block-end: 0.625rem;
  margin-block-start: calc(-1 * var(--step));
}

.tvguide_details_98e5c {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--white-80);
  text-align: start;
}

.tvguide_ctas_98e5c {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--step) * 2);
}
.tvguide_ctas_98e5c > * {
  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_98e5c {
  position: relative;
  height: var(--vh);
  background: var(--primary-colors-background);
}

.tvguide_controls_98e5c {
  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_98e5c > * {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.tvguide_tops_98e5c {
  position: absolute;
  top: 2px;
  inset-inline-start: 12px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.tvguide_label_98e5c {
  position: absolute;
  bottom: 8px;
  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_98e5c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tvguide_reminder-set_98e5c {
  position: absolute;
  inset-inline-end: 10%;
  top: 10%;
}

.tvguide_locked_98e5c {
  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_98e5c [class*=icon] {
  margin-bottom: var(--step);
}
.tvguide_locked_98e5c [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_98e5c {
    gap: var(--step);
    padding: 0 calc(var(--step) * 4);
  }
  .tvguide_locked_98e5c [class*=icon] {
    border: 0.1875rem solid #fff;
    border-radius: 50%;
    padding: 0.3125rem;
  }
}

.tvguide_chlogo_98e5c {
  display: flex;
  width: 100%;
  height: 100%;
}
.tvguide_chlogo_98e5c > 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_98e5c > div.tvguide_selected_98e5c > [class*=inner] {
  border-color: var(--primary-colors-orange);
}

.tvguide_frame_98e5c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(var(--step) * 3);
}.channel-row_scroll_e52bb {
  height: 100%;
  overflow: auto;
}
.channel-row_scroll_e52bb::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.channel-row_scroll_e52bb::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.channel-row_scroll_e52bb::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.channel-row_scroll_e52bb::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.channel-row_hidden_e52bb, .channel-row_box_e52bb {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.channel-row_hidden_e52bb::-webkit-scrollbar, .channel-row_box_e52bb::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.channel-row_hidden_e52bb::-webkit-scrollbar-track, .channel-row_box_e52bb::-webkit-scrollbar-track {
  background-color: transparent;
}
.channel-row_hidden_e52bb::-webkit-scrollbar-thumb, .channel-row_box_e52bb::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.channel-row_hidden_e52bb::-webkit-scrollbar-thumb:hover, .channel-row_box_e52bb::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.channel-row_horizontal_e52bb {
  height: auto;
  overflow-x: auto;
}

.channel-row_holder_e52bb {
  overflow-x: auto;
}

*[dir=rtl] .channel-row_box_e52bb {
  direction: ltr;
}
*[dir=rtl] .channel-row_box_e52bb .channel-row_program_e52bb {
  direction: rtl;
}

.channel-row_program-container_e52bb {
  width: 15.2rem;
  background-color: var(--white-10);
}

.channel-row_box_e52bb {
  width: 100% !important;
  display: -webkit-box;
  overflow: auto !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.channel-row_box_e52bb .channel-row_program_e52bb {
  background: transparent !important;
  padding: 0;
  padding-inline-end: calc(var(--step) * 2);
  border-radius: 0.25rem;
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_flex_e52bb {
  gap: var(--step);
  height: 100%;
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb {
  width: 15.2rem;
  height: 100%;
  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_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb .channel-row_prgTitle_e52bb {
  margin-top: 5%;
}
@media screen and (min-width: 924px) {
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb .channel-row_details-button_e52bb {
    display: none;
  }
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb {
  background: #fff;
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb .channel-row_prgTitle_e52bb,
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb .channel-row_prgTime_e52bb {
  color: var(--primary-colors-background);
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb [class*=tag]:not([class*=live]) {
  color: var(--primary-colors-background);
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb [class*=tag]:not([class*=live]) {
  background-color: rgba(var(--primary-colors-rgb-background), 0.1);
}
.channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb.channel-row_selected_e52bb .channel-row_details-button_e52bb .channel-row_details-icon_e52bb svg path {
  fill: black;
}
@media (hover: hover) {
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover {
    background: #fff;
  }
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover .channel-row_prgTitle_e52bb,
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover .channel-row_prgTime_e52bb,
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover [class*=tag]:not([class*=live]) {
    color: var(--primary-colors-background);
  }
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover [class*=tag]:not([class*=live]) {
    background-color: rgba(var(--primary-colors-rgb-background), 0.1);
  }
  .channel-row_box_e52bb .channel-row_program_e52bb .channel-row_stack_e52bb:hover .channel-row_details-button_e52bb .channel-row_details-icon_e52bb svg path {
    fill: black;
  }
}
@media (hover: hover) {
  .channel-row_box_e52bb .channel-row_program_e52bb:hover {
    background: transparent;
  }
  .channel-row_box_e52bb .channel-row_program_e52bb:hover .channel-row_prgTitle_e52bb {
    color: white;
  }
  .channel-row_box_e52bb .channel-row_program_e52bb:hover .channel-row_prgTime_e52bb {
    color: var(--white-30);
  }
}
@media screen and (min-width: 924px) {
  .channel-row_box_e52bb .channel-row_program_e52bb {
    padding-inline-end: 0;
  }
}*[class*=ui-skin-ads] {
  z-index: 6;
}
*[class*=ui-skin-ads] *[class*=ui-ads-status] {
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-inline-start: 3rem;
  margin-inline: 0 auto !important;
  top: 0;
  left: 0;
}
@media screen and (min-width: 560px) {
  *[class*=ui-skin-ads] *[class*=ui-ads-status] {
    margin-inline: 0.75rem;
  }
}
*[class*=ui-skin-ads] *[class*=ui-ads-status]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  content: "AD";
  color: black;
  display: inline-flex;
  border-radius: var(--radius);
  background-color: #fff;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
}
*[class*=ui-skin-ads] *[class*=ui-ads-status] [class*=container-wrapper] {
  display: flex;
  gap: 0.1875rem;
}
*[class*=ui-skin-ads] *[class*=ui-ads-status-outstream] {
  display: none !important;
  background: rgba(0, 0, 0, 0.3);
  height: 2.25rem;
  padding: 0.5rem 1rem;
  padding-inline-start: 3.625rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
*[class*=ui-skin-ads] *[class*=ui-ads-status-outstream]::before {
  inset-inline-start: 1rem;
}
@media screen and (min-width: 560px) {
  *[class*=ui-skin-ads] *[class*=ui-ads-status-outstream] {
    height: 3rem;
    left: 0.5rem;
    top: -0.5rem;
  }
}
*[class*=ui-skin-ads] *[class*=ads-playbacktime] {
  direction: ltr;
  margin-inline: 0.75rem;
}
*[class*=ui-skin-ads] *[class*=ads-playbacktime] *[class*=ui-playbacktimelabel] {
  display: initial;
}
*[class*=ui-skin-ads] [class*=ad-seekbar-progress], *[class*=ui-skin-ads] [class*=ad-seekbar-track] {
  background-color: var(--secondary-colors-yellow);
  height: 0.25rem;
  border-radius: 1px;
}
*[class*=ui-skin-ads] [class*=ad-seekbar-track] {
  background-color: var(--white-10);
  direction: ltr;
  margin-inline: 0.5rem;
}
*[class*=ui-skin-ads] [class*=ui-controlbar] *[class*=ui-playbacktogglebutton] {
  display: none;
}
@media screen and (min-width: 560px) {
  *[class*=ui-skin-ads] [class*=ui-controlbar] *[class*=ui-playbacktogglebutton] {
    display: initial;
  }
}
*[class*=ui-skin-ads] [class*=ui-controlbar] *[class*=ui-playbacktime] {
  display: initial !important;
  min-width: auto !important;
}
*[class*=ui-skin-ads] [class*=ui-controlbar] div[id=ads-ui-spacer] {
  display: none;
}
*[class*=ui-skin-ads] [class*=ui-volumetogglebutton] {
  margin-inline: calc(--var(--step) / 2);
}
*[class*=ui-skin-ads] div[class*=titlebar] {
  background: none;
}
*[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] {
  display: flex;
}
*[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] *[id*=currentAdTimeInSeconds], *[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] *[class*=ui-volumetogglebutton] {
  background-color: rgba(var(--primary-colors-rgb-background), 0.6);
  border-radius: 50%;
}
*[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] [id*=currentAdTimeInSeconds] {
  width: 75.33%;
  height: 75.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--primary-colors-rgb-background), 0.6);
}
*[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] [class*=ui-volumetogglebutton] {
  border: 0.125rem solid var(--white-20);
}
@media screen and (min-width: 560px) {
  *[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] [class*=ui-volumetogglebutton] {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
  }
}
*[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] *[class*=circle] {
  opacity: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: conic-gradient(#FFDD40 100%, #1d252d 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (min-width: 560px) {
  *[class*=ui-skin-ads] div[class*=titlebar] [class*=controlbar-top] [class*=wrapper] *[class*=circle] {
    width: 3rem;
    height: 3rem;
  }
}

div[class*=ui-skin-ads][class*=layout-max-width-400] *[class*=controlbar-bottom] > * {
  gap: calc(var(--step) * 2);
}
div[class*=ui-skin-ads][class*=layout-max-width-400] *[class*=ui-volumetogglebutton], div[class*=ui-skin-ads][class*=layout-max-width-400] *[class*=ui-fullscreentogglebutton] {
  width: calc(var(--step) * 6) !important;
  height: calc(var(--step) * 5) !important;
  background-size: calc(var(--step) * 5);
}
div[class*=ui-skin-ads][class*=layout-max-width-400] *[class*=ads-playbacktime] {
  margin-inline: 0.5rem;
}

.player_baseplayer_fbb3d button[class*=button-with-text][class*=ui-no-ad-cta-button] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  height: auto;
}
@media screen and (min-width: 924px) {
  .player_baseplayer_fbb3d button[class*=button-with-text][class*=ui-no-ad-cta-button] {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    padding: 0.5625rem 1rem;
  }
}
.player_baseplayer_fbb3d [class*=ui-no-ad-cta-container] {
  padding-inline: 0.75rem;
  inset-inline-end: 0;
  bottom: 4.75rem;
  z-index: 4;
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar-markers] {
  pointer-events: none;
}
.player_baseplayer_fbb3d [class*=bmpui-ad-cue-marker] {
  border-radius: 1px;
  z-index: 6;
  background-color: var(--secondary-colors-yellow);
  width: 4px;
  height: 4px;
}

*[class*=skip-container] {
  width: 100%;
  padding-inline: 1.5rem;
  inset-inline: 0;
  inset-inline-end: 1.5rem;
  position: absolute;
  bottom: 5.625rem;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
*[class*=skip-container] *[class*=container-wrapper] {
  display: grid;
  gap: 0 0.75rem;
}
*[class*=skip-container] *[class*=skip-button] {
  height: 3rem;
  padding: 0 1.75rem;
  background-color: var(--primary-colors-orange);
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media (hover: hover) {
  *[class*=skip-container] *[class*=skip-button]:hover {
    background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%);
  }
}
*[class*=skip-container] *[class*=skip-button] [class*=bmpui-label] {
  color: #fff;
  display: block;
}
*[class*=skip-container] *[class*=skip-button][class*=skip-intro] {
  justify-self: flex-start;
}
*[class*=skip-container] *[class*=skip-button][class*=skip-outro] [class*=play-icon] {
  background-image: url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24%2016L9.6%204.8L9.6%2027.2L24%2016ZM21.3939%2016L11.2%208.07142L11.2%2023.9286L21.3939%2016Z'%20fill='%23F3F3F1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-y: center;
}
*[class*=skip-container] *[class*=skip-button][class*=watch-credit] {
  background-color: #fff;
}
@media (hover: hover) {
  *[class*=skip-container] *[class*=skip-button][class*=watch-credit]:hover {
    background-color: color-mix(in srgb, #fff, #000 20%);
  }
}
*[class*=skip-container] *[class*=skip-button][class*=watch-credit] [class*=bmpui-label] {
  color: var(--primary-colors-background);
}
*[class*=skip-container] *[class*=skip-outro-buttons] {
  justify-self: flex-end;
  width: 100%;
}
*[class*=skip-container] *[class*=skip-outro-buttons] *[class*=container-wrapper] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
@media screen and (min-width: 924px) {
  *[class*=skip-container] *[class*=skip-outro-buttons] *[class*=container-wrapper] {
    justify-content: flex-end;
  }
}

.player_outstream-ad-container_fbb3d {
  padding-bottom: calc(var(--step) * 6);
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  max-height: 80vh;
}
.player_outstream-ad-container_fbb3d::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 56.41%;
}

.player_expand-card_fbb3d [class*=bitmovin] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.player_heading_fbb3d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 16;
  align-items: center;
}
.player_heading_fbb3d > * {
  min-width: 0;
}
body[dir=rtl] .player_heading_fbb3d {
  direction: rtl;
}
.player_heading_fbb3d [class*=like_] {
  flex-shrink: 0;
}
.player_heading_fbb3d [class*=like_item] > *:last-child {
  display: none;
}
@media screen and (min-width: 924px) {
  .player_heading_fbb3d *[class*=like_item] > *:last-child {
    display: block;
  }
}

.player_holder_fbb3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.player_holder_fbb3d video {
  object-position: center !important;
}
.player_holder_fbb3d.player_spinner-holder_fbb3d {
  align-content: center;
}

.player_tooltip_fbb3d {
  top: -2rem;
  position: absolute;
  background: var(--box-dark);
  padding: 6px;
  margin: auto;
  height: fit-content;
  width: fit-content;
  inset-inline: -150%;
  font-size: 0.75rem;
  color: #fff;
}
.player_tooltip_fbb3d.player_hidden_fbb3d {
  display: none;
}

*[dir=rtl] [class*=ui-settings-panel] {
  left: 2rem;
  right: auto;
  text-align: start;
}

*[class*=playerContainer] [class*=video-object-cover] video {
  height: auto !important;
}

.player_spinner_fbb3d {
  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;
}
.player_spinner_fbb3d::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;
}
.player_spinner_fbb3d span {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  padding: 0.75rem;
  background-color: var(--primary-colors-background);
  position: relative;
  z-index: 5;
}
.player_spinner_fbb3d i {
  display: block;
  width: 6rem;
  height: 6rem;
  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);
}

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

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

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

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

.player_opaque_fbb3d::before {
  background-color: rgba(var(--primary-colors-rgb-background), 1);
}

@keyframes player_load8_fbb3d {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes player_load8_fbb3d {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.player_swiper-loader_fbb3d {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
}
.player_swiper-loader_fbb3d::before {
  display: none;
}
.player_swiper-loader_fbb3d 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%;
}
.player_swiper-loader_fbb3d i {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 924px) {
  .player_swiper-loader_fbb3d {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
*[dir=rtl] .player_swiper-loader_fbb3d {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%) scale(0.4);
}
@media screen and (min-width: 924px) {
  *[dir=rtl] .player_swiper-loader_fbb3d {
    transform: translate(50%, -50%) scale(0.6);
  }
}

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

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

.player_path_fbb3d {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: player_dash_fbb3d 1.4s ease-in-out infinite, player_colors_fbb3d 5.6s ease-in-out infinite;
}

@keyframes player_rotator_fbb3d {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes player_dash_fbb3d {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes player_colors_fbb3d {
  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;
  }
}
.player_baseplayer_fbb3d {
  display: block;
  background-color: var(--primary-colors-background) !important;
}
.player_baseplayer_fbb3d [class*=bitmovinplayer-container] {
  background-color: var(--primary-colors-background) !important;
}
.player_baseplayer_fbb3d [class*=bmpui-ui-uicontainer] {
  font-family: var(--font);
  font-size: 1rem;
}
.player_baseplayer_fbb3d [class*=bitmovinplayer-poster] {
  background-size: cover;
}
.player_baseplayer_fbb3d div[class="bmpui-seekbar-marker bmpui-ad-marker"] {
  background-color: var(--secondary-colors-yellow) !important;
  border-radius: 50% !important;
  width: 8px !important;
  min-width: 8px !important;
  height: 8px !important;
  margin-left: -4px;
}
.player_baseplayer_fbb3d[class*=video-object-cover] video {
  object-fit: cover;
}
.player_baseplayer_fbb3d *[data-fullscreen=true] video {
  object-fit: contain;
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar] [class*=bmpui-seekbar-backdrop] {
  height: 0.25rem;
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar] [class*=bmpui-seekbar-bufferlevel] {
  background-color: var(--white-10);
  height: 0.25rem;
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar] [class*=bmpui-seekbar-seekposition] {
  background-color: var(--white-60);
  height: 0.25rem;
  transform: scaleX(0);
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar] [class*=bmpui-seekbar-playbackposition] {
  background-color: var(--primary-colors-orange);
  height: 0.25rem;
}
.player_baseplayer_fbb3d [class*=bmpui-seekbar] [class*=bmpui-seekbar-playbackposition-marker] {
  width: 1.3125rem;
  height: 1.3125rem;
  border: none;
  background-color: var(--primary-colors-orange);
  z-index: 6;
}
.player_baseplayer_fbb3d [class*=bmpui-ui-hugeplaybacktogglebutton] {
  padding: 0;
}
.player_baseplayer_fbb3d [class*=bmpui-ui-hugeplaybacktogglebutton] [class*=bmpui-image] {
  background-image: url("../images/play-white-circle.svg");
  animation: none;
}
.player_baseplayer_fbb3d [class*=ui-rewindbutton], .player_baseplayer_fbb3d [class*=ui-forwardbutton] {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  z-index: 1;
  visibility: hidden;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 924px) {
  .player_baseplayer_fbb3d [class*=ui-rewindbutton], .player_baseplayer_fbb3d [class*=ui-forwardbutton] {
    width: 4rem;
    height: 4rem;
  }
}
.player_baseplayer_fbb3d [class*=ui-rewindbutton] {
  background-image: url("../images/previous10STC.svg");
  left: 25%;
}
.player_baseplayer_fbb3d [class*=ui-forwardbutton] {
  background-image: url("../images/next10STC.svg");
  right: 25%;
}
.player_baseplayer_fbb3d [class*=ui-volumetogglebutton] {
  position: relative;
}
.player_baseplayer_fbb3d [class*=ui-volumetogglebutton] .player_tooltip_fbb3d {
  inset-inline-start: -0.625rem;
}
.player_baseplayer_fbb3d [class*=ui-volumetogglebutton][class*=ui-inside-simple-ui-layout] .player_tooltip_fbb3d {
  inset-inline-start: -300%;
}
.player_baseplayer_fbb3d [class*=ui-volumetogglebutton][class*=bmpui-muted] {
  background-image: url("../images/mute.svg");
}
.player_baseplayer_fbb3d [class*=ui-volumetogglebutton][class*=bmpui-unmuted] {
  background-image: url("../images/volume1.svg");
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] > * {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: calc(var(--step) * 4);
  justify-content: flex-end;
  align-items: center;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] button {
  display: flex;
  flex-shrink: 0;
  width: calc(var(--step) * 6);
  height: calc(var(--step) * 6);
  background-repeat: no-repeat;
  background-size: calc(var(--step) * 5);
  padding: 0;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom][class*=simple-minimized-ui] [class*=container-wrapper] {
  gap: 0;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom][class*=simple-minimized-ui] [class*=container-wrapper] button {
  width: calc(var(--step) * 5) !important;
  height: calc(var(--step) * 5) !important;
  background-size: calc(var(--step) * 4);
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-settingstogglebutton] {
  background-image: url("../images/settings-icon.svg");
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-startover] {
  background-image: url("../images/startover.svg");
  position: relative;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-startover] .player_tooltip_fbb3d {
  inset-inline-start: -0.625rem;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-fullscreentogglebutton] {
  background-image: url("../images/full-screen.svg");
  position: relative;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-fullscreentogglebutton] .player_tooltip_fbb3d {
  inset-inline-end: -0.625rem;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-fullscreentogglebutton][class*=bmpui-on] {
  background-image: url("../images/full-screen-minimize.svg");
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playlistbutton] {
  background-image: url("../images/episodes.svg");
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=bmpui-ui-volumeslider] {
  flex-shrink: 0;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-spacer], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-casttogglebutton],
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-settingstogglebutton], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playlistbutton], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktime] {
  display: none;
}
@media screen and (min-width: 560px) {
  .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-spacer], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-casttogglebutton],
  .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-settingstogglebutton], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playlistbutton], .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktime] {
    display: initial;
  }
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktime] {
  direction: ltr;
  letter-spacing: 3%;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live] {
  font-size: 1rem;
  text-transform: none;
  border: 0.125rem solid var(--primary-colors-orange);
  border-radius: 0.25rem;
  height: 2.25rem;
  min-width: auto;
  margin-inline-start: 1.5rem;
  padding-inline: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 1;
  flex-grow: 0;
  background-color: var(--primary-colors-orange);
  border-color: var(--primary-colors-orange);
}
@media (hover: hover) {
  .player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live]:hover {
    filter: brightness(85%);
  }
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live]::before {
  display: none;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live]::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/live-tv.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: right center;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live][class*=ui-playbacktimelabel-live-edge] {
  filter: none;
  background-color: transparent;
}
.player_baseplayer_fbb3d [class*=bmpui-controlbar-bottom] [class*=ui-playbacktimelabel-live] .player_tooltip_fbb3d {
  top: -200%;
}
.player_baseplayer_fbb3d button[class*=button-with-text] {
  height: 3rem;
  width: auto;
  padding: 0 1.75rem;
  background-color: var(--primary-colors-orange);
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .player_baseplayer_fbb3d button[class*=button-with-text]:hover {
    background-color: color-mix(in srgb, var(--primary-colors-orange), #000 20%);
  }
}
@media screen and (min-width: 924px) {
  .player_baseplayer_fbb3d button[class*=button-with-text] {
    height: 3rem;
    transform: scale(0.8);
    transform-origin: 100% bottom;
  }
  *[dir=rtl] .player_baseplayer_fbb3d button[class*=button-with-text] {
    transform-origin: 0 bottom;
  }
}
.player_baseplayer_fbb3d button[class*=button-with-text] [class*=bmpui-label] {
  color: #fff;
  display: block;
}
.player_baseplayer_fbb3d [class*=layout-max-width-400] [class*=button-with-text] {
  transform: scale(0.8);
  transform-origin: 0 bottom;
}
*[dir=rtl] .player_baseplayer_fbb3d [class*=layout-max-width-400] [class*=button-with-text] {
  transform-origin: 100% bottom;
}
.player_baseplayer_fbb3d [class*=layout-max-width-600] [class*=ui-volumeslider], .player_baseplayer_fbb3d [class*=layout-max-width-400] [class*=ui-volumeslider] {
  display: none;
}
.player_baseplayer_fbb3d [class*=ui-buffering-overlay] {
  background-color: transparent;
}
.player_baseplayer_fbb3d [class*=ui-buffering-overlay] [class*=container-wrapper] {
  padding: 2rem;
}
.player_baseplayer_fbb3d [class*=ui-buffering-overlay] [class*=bmpui-ui-buffering-overlay-indicator] {
  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);
  animation: player_load8_fbb3d 1.1s infinite linear;
  background: none;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-hidden] [class*=bmpui-ui-hugeplaybacktogglebutton][class*=bmpui-on] [class*=bmpui-image] {
  visibility: hidden;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-hidden] [class*=bmpui-minimized-seekbar] [class*=container-wrapper] {
  margin: 0;
  transition: margin 0.3s ease-in-out;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-hidden] [class*=bmpui-minimized-seekbar] [class*=container-wrapper] [class*=bmpui-seekbar] > * {
  top: auto;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-hidden] [class*=bmpui-minimized-seekbar] [class*=container-wrapper] [class*=bmpui-seekbar] [class*=bmpui-seekbar-playbackposition-marker] {
  width: 0;
  height: 0;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-shown] [class*=ui-forwardbutton], .player_baseplayer_fbb3d [class*=bmpui-controls-shown] [class*=ui-rewindbutton] {
  visibility: visible;
}
.player_baseplayer_fbb3d [class*=bmpui-controls-shown] [class*=bmpui-ui-hugeplaybacktogglebutton][class*=bmpui-on] [class*=bmpui-image] {
  visibility: visible;
  background-image: url("../images/Pause.svg");
}
.player_baseplayer_fbb3d [class*=ui-subtitle-overlay] [class*=subtitle-region-container] {
  height: 90% !important;
}
.player_baseplayer_fbb3d [class*=bmpui-ui-titlebar] {
  padding-bottom: 4rem;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.8));
}
.player_baseplayer_fbb3d [class*=bmpui-ui-titlebar] [class*=bmpui-label-metadata-title], .player_baseplayer_fbb3d [class*=bmpui-ui-titlebar] [class*=bmpui-label-metadata-description] {
  text-align: start;
}
.player_baseplayer_fbb3d {
  /* Bitmovin player */
  /* Disabling controls hidding for testing. Needed for testing new UI */
  /* End of disabling controls hidding for testing */
  /* End of Bitmovin player */
}.bitmovin_title_03a3c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0 auto;
}
.bitmovin_title_03a3c > * {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 924px) {
  .bitmovin_holder_03a3c {
    min-width: 15.625rem;
  }
}

.bitmovin_close_03a3c {
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: none;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--speed) var(--easing);
  margin-inline-start: auto;
}
@media (hover: hover) {
  .bitmovin_close_03a3c:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 924px) {
  .bitmovin_close_03a3c {
    width: 3rem;
    height: 3rem;
  }
}.carousel_poster-price_d066a {
  position: absolute;
  top: var(--step);
  inset-inline-end: calc(var(--step) * 2);
  padding: 0.1875rem 0.375rem;
  border-radius: var(--radius);
  color: #fff;
  font-size: 0.625rem;
  line-height: 1rem;
  background-color: var(--secondary-colors-brand-dark, var(--primary-colors-brand));
}
.carousel_poster-price_d066a strong {
  font-weight: var(--font-weight-medium);
  font-size: 0.75rem;
  padding-inline-end: 0.125rem;
}
.carousel_poster-buttons_d066a, .carousel_promo-buttons_d066a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--step);
}
.carousel_poster-details_d066a, .carousel_promo-details_d066a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--white-60);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.375rem 0.625rem;
  align-items: center;
}
.carousel_poster-details_d066a > *, .carousel_promo-details_d066a > * {
  position: relative;
  padding-inline-start: 0.625rem;
}
.carousel_poster-details_d066a > *::after, .carousel_promo-details_d066a > *::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--white-10);
}
.carousel_poster-details_d066a > *:first-child, .carousel_promo-details_d066a > *:first-child {
  padding-inline-start: 0;
}
.carousel_poster-details_d066a > *:first-child::after, .carousel_promo-details_d066a > *:first-child::after {
  display: none;
}
.carousel_poster-details_d066a .carousel_age_d066a, .carousel_promo-details_d066a .carousel_age_d066a {
  border-radius: 0.125rem;
  padding: 0 0.1875rem;
  line-height: 1.25rem;
  display: block;
  background-color: var(--white-10);
}
.carousel_poster-provider_d066a > * {
  display: block;
  width: 100%;
  height: auto;
  max-width: 9.5rem;
  max-height: 1.75rem;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 924px) {
  .carousel_poster-buttons_d066a, .carousel_promo-buttons_d066a {
    gap: calc(var(--step) * 2);
  }
  .carousel_poster-details_d066a, .carousel_promo-details_d066a {
    justify-content: flex-start;
  }
  .carousel_poster-details_d066a .carousel_age_d066a, .carousel_promo-details_d066a .carousel_age_d066a {
    padding: 0 0.375rem;
  }
}

.carousel_promo-wrapper_d066a {
  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: 37.5rem;
  min-height: 8.75rem;
  padding: 0 0.75rem 0.75rem;
  transition: opacity var(--speed) var(--easing);
}
.carousel_promo-description_d066a {
  display: none;
}
.carousel_promo-name_d066a {
  flex-basis: 100%;
  margin-bottom: 0.5rem;
}
.carousel_promo-name_d066a h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.carousel_promo-name_d066a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.carousel_promo-buttons_d066a {
  width: 100%;
  gap: calc(var(--step) * 2);
}
.carousel_promo-buttons_d066a > * {
  max-height: 3rem;
}
.carousel_promo-buttons_d066a > *:first-child:not(:only-child) {
  order: 2;
  flex-grow: 1;
}
.carousel_promo-buttons_d066a > *:nth-child(2) {
  order: 1;
}
.carousel_promo-buttons_d066a > *:nth-child(3) {
  order: 3;
}
.carousel_promo-details_d066a {
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  max-height: 1.75rem;
  overflow: hidden;
}
.carousel_promo-details_d066a > *::after {
  background-color: var(--white-30);
}
@media screen and (min-width: 924px) {
  .carousel_promo-wrapper_d066a {
    inset-inline-start: 0;
    transform: none;
    padding: 0;
    padding-inline-start: 2.25rem;
    padding-inline-end: 0.75rem;
    bottom: 3rem;
    min-height: 0;
    justify-content: flex-end;
  }
  .carousel_promo-name_d066a {
    flex-basis: unset;
    max-width: 26.25rem;
    height: 10rem;
    margin: 0 0 2rem;
  }
  .carousel_promo-name_d066a img {
    display: block;
    width: auto;
  }
  .carousel_promo-name_d066a h3 {
    display: none;
  }
  .carousel_promo-details_d066a {
    margin-bottom: 2rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    justify-content: flex-start;
  }
  .carousel_promo-description_d066a {
    display: block;
    max-width: 25.125rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
  }
  .carousel_promo-description_d066a p {
    margin: 0;
  }
  .carousel_promo-buttons_d066a {
    width: auto;
    max-width: 25.125rem;
  }
  .carousel_promo-buttons_d066a > * {
    max-height: 3.75rem;
  }
  .carousel_promo-buttons_d066a > *:nth-child(n) {
    order: unset !important;
  }
  .carousel_promo-buttons_d066a > *:first-child:not(:only-child) {
    min-width: auto !important;
  }
}

.carousel_thumbs_d066a {
  position: absolute;
  bottom: 9.5rem;
  inset-inline-start: calc(50% - 2.25rem);
  width: fit-content;
  max-width: 4.5rem;
  z-index: 5;
}
.carousel_thumbs_d066a .carousel_swiper-slide_d066a {
  width: 4.5rem;
  height: 5.875rem;
  padding: 0 0.375rem;
  opacity: 0.1;
  transform-origin: bottom;
  transition: var(--speed) var(--easing);
  transition-property: opacity, transform;
}
.carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] {
  opacity: 1;
  transform: scale(1.2);
}
@media screen and (max-width: 924px) {
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] + .carousel_swiper-slide_d066a {
    opacity: 0.8;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] + .carousel_swiper-slide_d066a + .carousel_swiper-slide_d066a {
    opacity: 0.3;
  }
}
.carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] .carousel_frame_d066a {
  cursor: default;
}
.carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] .carousel_frame_d066a::before {
  border-color: var(--primary-colors-orange);
}
.carousel_thumbs_d066a .carousel_frame_d066a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: var(--radius);
  cursor: pointer;
  overflow: hidden;
}
.carousel_thumbs_d066a .carousel_frame_d066a::before, .carousel_thumbs_d066a .carousel_frame_d066a::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);
}
.carousel_thumbs_d066a .carousel_frame_d066a::before {
  border: 2px solid transparent;
}
.carousel_thumbs_d066a .carousel_frame_d066a::after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.carousel_thumbs_d066a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media screen and (min-width: 924px) {
  .carousel_thumbs_d066a {
    max-width: 26.25rem;
    bottom: 3rem;
    inset-inline-end: 0;
    inset-inline-start: auto;
  }
  .carousel_thumbs-wrapper_d066a {
    pointer-events: none;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a {
    width: 6rem;
    height: 8.1875rem;
    pointer-events: none;
    transition: opacity var(--speed) var(--easing);
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a, .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=prev-] {
    opacity: 0;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a:nth-last-child(-n+4) {
    opacity: 1;
    pointer-events: all;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] {
    transform: none;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active], .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] ~ .carousel_swiper-slide_d066a {
    opacity: 1;
    pointer-events: all;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] .carousel_frame_d066a {
    cursor: default;
  }
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a[class*=thumb-active] .carousel_frame_d066a::before {
    border-color: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel_thumbs_d066a .carousel_swiper-slide_d066a:not([class*=thumb-active]):hover .carousel_frame_d066a::after {
    opacity: 1;
  }
}

.carousel_disappear_d066a {
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
  transition: 3s var(--easing);
  transition-property: max-height, opacity;
}

@media screen and (min-width: 924px) {
  .carousel_lower-opacity_d066a > *:not([class*=promo-name]) {
    opacity: 0.3;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel_lower-opacity_d066a > *:not([class*=promo-name]):hover {
    opacity: 1;
  }
}
@media screen and (min-width: 924px) {
  .carousel_hide_d066a {
    max-height: 0;
    opacity: 0;
  }
}
.carousel_navigation_d066a {
  display: none;
}
@media screen and (min-width: 924px) {
  .carousel_navigation_d066a {
    position: absolute;
    bottom: 12.9375rem;
    inset-inline-end: 2.25rem;
    display: flex;
    gap: 0 1.5rem;
  }
  .carousel_navigation_d066a .carousel_arrow_d066a {
    display: block;
    background-color: transparent;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    box-shadow: none;
  }
  *[dir=rtl] .carousel_navigation_d066a .carousel_arrow_d066a {
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel_navigation_d066a .carousel_arrow_d066a:hover path {
    fill: var(--primary-colors-orange);
  }
}
@media screen and (min-width: 924px) {
  .carousel_navigation_d066a .carousel_next_d066a {
    inset-inline-end: 2.25rem;
  }
  .carousel_navigation_d066a .carousel_prev_d066a {
    inset-inline-end: 6rem;
  }
}

@media screen and (max-width: 924px) {
  .carousel_prev-slide_d066a {
    opacity: 0.8 !important;
  }
  .carousel_prev-prev-slide_d066a {
    opacity: 0.3 !important;
  }
}
.carousel_slider_d066a {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}
.carousel_slider-wrapper_d066a {
  position: relative;
}
@media only screen and (min-width: 924px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -68px;
  }
}
@media only screen and (min-width: 1480px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1800px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 2000px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 2300px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -105px;
  }
}
@media only screen and (min-width: 2500px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 2600px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 2800px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 3000px) {
  .carousel_slider-wrapper_d066a {
    margin-top: -125px;
  }
}
.carousel_slider-wrapper_d066a .carousel_bmpui-ui-watermark_d066a {
  display: none;
}
.carousel_slider-container_d066a {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: var(--vh);
  margin-top: -72px;
  margin-bottom: 2.25rem;
}

.carousel_slide_d066a {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.carousel_slide_d066a::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;
}
.carousel_slide_d066a .carousel_item_d066a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel_slide_d066a .carousel_item_d066a > div:first-of-type:not([class]) {
  margin-top: 72px;
  height: auto !important;
}
.carousel_slide_d066a .carousel_item_d066a 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) {
  .carousel_slide_d066a .carousel_item_d066a picture > img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 924px) {
  .carousel_slide_d066a .carousel_item_d066a > div:first-of-type:not([class]) {
    margin-top: 0;
    height: 100% !important;
  }
}
.carousel_slide_d066a *[class*=bitmovinplayer-container]::before {
  height: 100% !important;
  background: linear-gradient(0deg, var(--primary-colors-background) 0%, rgba(var(--primary-colors-rgb-background), 0) 100%);
  z-index: 5;
  position: relative;
}
@media only screen and (min-width: 924px) {
  .carousel_slide_d066a *[class*=bitmovinplayer-container]::before {
    background: none;
    z-index: 1;
  }
}

.carousel_paging_d066a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: calc(var(--step) * 2);
  min-height: 1.5rem;
}
.carousel_paging_d066a > .carousel_paging_d066a {
  margin-bottom: 0;
}
@media screen and (min-width: 924px) {
  .carousel_paging_d066a {
    margin-bottom: calc(var(--step) * 3);
  }
}

.carousel_bullet_d066a {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white-30);
}
.carousel_bullet-active_d066a {
  background: var(--primary-colors-brand);
}
.carousel_bullet_d066a:only-child {
  display: none;
}

.carousel_video-popup_d066a, .carousel_fadeOut_d066a {
  display: none;
}
.carousel_video-foot_d066a {
  display: flex;
}
@media screen and (min-width: 924px) {
  .carousel_video-popup_d066a, .carousel_fadeOut_d066a {
    position: absolute;
    transition: var(--speed) var(--easing);
    transition-property: opacity, transform;
    width: 32.25rem;
    height: 26.375rem;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 100px 0px #000000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.373, 0.688);
    padding: 0;
  }
  .carousel_video-popup_d066a > img, .carousel_fadeOut_d066a > img,
  .carousel_video-popup_d066a .carousel_bitmovin-player_d066a,
  .carousel_fadeOut_d066a .carousel_bitmovin-player_d066a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .carousel_video-popup_d066a .carousel_bitmovin-player_d066a, .carousel_fadeOut_d066a .carousel_bitmovin-player_d066a {
    height: 100% !important;
  }
  .carousel_video-popup_d066a .carousel_poster-name_d066a, .carousel_fadeOut_d066a .carousel_poster-name_d066a {
    height: auto;
    display: block;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem 1.125rem 0;
  }
  .carousel_video-popup_d066a .carousel_poster-name_d066a::before, .carousel_fadeOut_d066a .carousel_poster-name_d066a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(0deg, var(--primary-colors-background) 0%, var(--primary-colors-background) 30%, rgba(var(--primary-colors-rgb-background), 0) 100%);
    z-index: 2;
  }
  .carousel_video-popup_d066a .carousel_poster-name_d066a span, .carousel_fadeOut_d066a .carousel_poster-name_d066a span {
    position: relative;
    z-index: 3;
  }
  .carousel_video-popup_d066a .carousel_play-btn_d066a, .carousel_fadeOut_d066a .carousel_play-btn_d066a {
    min-width: 14.75rem;
  }
  .carousel_video-foot_d066a {
    position: relative;
    z-index: 4;
    flex-direction: column;
    gap: 1.125rem;
    padding-top: 1.5rem;
    background: var(--primary-colors-background);
    padding: 1.125rem 1.125rem 1.5rem;
  }
}

.carousel_left-edge_d066a .carousel_video-popup_d066a, .carousel_left-edge_d066a .carousel_fadeOut_d066a {
  left: 0;
  transform: translate(0, -50%) scale(0.373, 0.688);
  transform-origin: left;
}

.carousel_right-edge_d066a .carousel_video-popup_d066a, .carousel_right-edge_d066a .carousel_fadeOut_d066a {
  left: auto;
  right: 0;
  transform: translate(0, -50%) scale(0.373, 0.688);
  transform-origin: right;
}

.carousel_right-edge_d066a .carousel_fadeIn_d066a,
.carousel_left-edge_d066a .carousel_fadeIn_d066a {
  transform: translate(0, -50%) scale(1);
}

.carousel_fadeOut_d066a {
  transition-duration: 0s;
}

.carousel_spinner-wrapper_d066a {
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

*[class*=button].carousel_button-mute_d066a {
  position: absolute !important;
  top: 50%;
  transform: translateY(calc(50% - 1.5rem - 1.5625rem));
  inset-inline-end: 0.75rem;
  width: 3rem;
  height: 3rem;
  z-index: 6;
  min-width: 3rem;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--white-30);
}
@media (hover: hover) {
  *[class*=button].carousel_button-mute_d066a:hover {
    background-color: var(--white-30);
  }
}
@media screen and (min-width: 924px) {
  *[class*=button].carousel_button-mute_d066a {
    inset-inline-end: 1.125rem;
  }
}

@media only screen and (pointer: coarse) and (orientation: landscape) {
  *[class~=device] .carousel_slide_d066a .carousel_item_d066a > div:first-of-type:not([class]) {
    margin-top: 0;
  }
  *[class~=device] .carousel_thumbs_d066a {
    bottom: 6px;
    transform: scale(0.62);
    transform-origin: bottom;
  }
  *[class~=device] .carousel_promo-wrapper_d066a,
  *[class~=device] .carousel_navigation_d066a {
    display: none;
  }
}
.carousel_name-and-role_d066a {
  position: relative;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  background: var(--primary-colors-background);
  text-align: center;
  padding-top: 0.75rem !important;
}

.carousel_scroll-down_d066a {
  display: none;
}
@media screen and (min-width: 924px) {
  .carousel_scroll-down_d066a {
    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: carousel_sdb_d066a 2.2s infinite;
  }
  .carousel_scroll-down_d066a *[class*=icon] {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 924px) and (hover: hover) {
  .carousel_scroll-down_d066a:hover {
    opacity: 1;
  }
}

@keyframes carousel_bounce_d066a {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
@keyframes carousel_sdb_d066a {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
}.tvguide_scroll_4bc80 {
  height: 100%;
  overflow: auto;
}
.tvguide_scroll_4bc80::-webkit-scrollbar {
  width: 18px;
  background-color: transparent;
}
.tvguide_scroll_4bc80::-webkit-scrollbar-track {
  background: var(--primary-colors-background);
}
.tvguide_scroll_4bc80::-webkit-scrollbar-thumb {
  background: var(--white-10);
  border-radius: var(--radius);
  border: solid var(--primary-colors-background);
  border-width: 0 6px;
}
.tvguide_scroll_4bc80::-webkit-scrollbar-thumb:hover {
  background: var(--white-20);
}

.tvguide_hidden_4bc80, .tvguide_epgs_4bc80, .tvguide_epgContainer_4bc80 [class*=ScrollBox] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tvguide_hidden_4bc80::-webkit-scrollbar, .tvguide_epgs_4bc80::-webkit-scrollbar, .tvguide_epgContainer_4bc80 [class*=ScrollBox]::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  display: none;
}
.tvguide_hidden_4bc80::-webkit-scrollbar-track, .tvguide_epgs_4bc80::-webkit-scrollbar-track, .tvguide_epgContainer_4bc80 [class*=ScrollBox]::-webkit-scrollbar-track {
  background-color: transparent;
}
.tvguide_hidden_4bc80::-webkit-scrollbar-thumb, .tvguide_epgs_4bc80::-webkit-scrollbar-thumb, .tvguide_epgContainer_4bc80 [class*=ScrollBox]::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.tvguide_hidden_4bc80::-webkit-scrollbar-thumb:hover, .tvguide_epgs_4bc80::-webkit-scrollbar-thumb:hover, .tvguide_epgContainer_4bc80 [class*=ScrollBox]::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.tvguide_horizontal_4bc80 {
  height: auto;
  overflow-x: auto;
}

.tvguide_tvguide_4bc80 {
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 924px) {
  .tvguide_tvguide_4bc80 {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tvguide_tvguide_4bc80 > * {
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }
}

.tvguide_epgs_4bc80 {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden auto;
  padding-inline-start: calc(var(--step) * 2);
  margin: 0 calc(var(--step) * -2);
  overscroll-behavior: contain;
}
@media screen and (min-width: 924px) {
  .tvguide_epgs_4bc80 {
    margin-inline-end: 0;
  }
}

.tvguide_epgContainer_4bc80 {
  font-family: var(--font), serif !important;
  margin: 0 -4px;
}
.tvguide_epgContainer_4bc80 *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer_4bc80 > [class*=Container] {
  padding: 0;
}
.tvguide_epgContainer_4bc80 > [class*=Container] *[class*=Box], .tvguide_epgContainer_4bc80 > [class*=Container] *[data-testid=sidebar] {
  float: inline-start;
}
.tvguide_epgContainer_4bc80 {
  /* Common styles */
}
.tvguide_epgContainer_4bc80 .tvguide_lock_4bc80 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  border-radius: 0;
  border-end-start-radius: 4px;
  border-start-end-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_4bc80 .tvguide_lock_4bc80 [class*=icon] {
  width: 18px;
  height: 18px;
}
.tvguide_epgContainer_4bc80 .tvguide_lock_4bc80 path {
  fill: var(--primary-colors-background);
}
.tvguide_epgContainer_4bc80 .tvguide_tag_4bc80 {
  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_4bc80 .tvguide_live_4bc80 {
  color: #fff;
  background-color: var(--secondary-colors-red);
}
.tvguide_epgContainer_4bc80 .tvguide_live_4bc80::before {
  content: "";
  display: inline-flex;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.tvguide_epgContainer_4bc80 .tvguide_reminder_4bc80 {
  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_4bc80 .tvguide_reminder_4bc80 [class*=icon] {
  width: 1.125rem;
  height: 1.125rem;
}
.tvguide_epgContainer_4bc80 {
  /* Channel item styles */
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px 8px;
  cursor: pointer;
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80 > [class*=inner] {
  border-radius: 0.25rem;
  background-color: #353b42;
  border: 2px solid transparent;
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80 > [class*=inner] > img {
  position: static;
  opacity: 1;
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80 .tvguide_lock_4bc80 {
  inset-inline-end: 4px;
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80 .tvguide_chIndex_4bc80 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.05em;
  color: var(--white-50);
  z-index: 2;
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80.tvguide_selected_4bc80 > .tvguide_chlogo_4bc80 > div {
  border-color: var(--primary-colors-orange);
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80.tvguide_selected_4bc80 .tvguide_lock_4bc80 {
  background-color: var(--primary-colors-orange);
}
.tvguide_epgContainer_4bc80 .tvguide_channel_4bc80.tvguide_selected_4bc80 .tvguide_lock_4bc80 path {
  fill: #fff;
}
.tvguide_epgContainer_4bc80 {
  /* Program card styles */
}
.tvguide_epgContainer_4bc80 .tvguide_program_4bc80 {
  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_4bc80 .tvguide_program_4bc80.tvguide_selected_4bc80 {
  background: #fff;
}
.tvguide_epgContainer_4bc80 .tvguide_program_4bc80.tvguide_selected_4bc80 .tvguide_prgTitle_4bc80,
.tvguide_epgContainer_4bc80 .tvguide_program_4bc80.tvguide_selected_4bc80 .tvguide_prgTime_4bc80 {
  color: var(--primary-colors-background);
}
@media (hover: hover) {
  .tvguide_epgContainer_4bc80 .tvguide_program_4bc80:hover {
    background: #fff;
  }
  .tvguide_epgContainer_4bc80 .tvguide_program_4bc80:hover .tvguide_prgTitle_4bc80,
  .tvguide_epgContainer_4bc80 .tvguide_program_4bc80:hover .tvguide_prgTime_4bc80,
  .tvguide_epgContainer_4bc80 .tvguide_program_4bc80:hover .tvguide_tag_4bc80 {
    color: var(--primary-colors-background);
  }
  .tvguide_epgContainer_4bc80 .tvguide_program_4bc80:hover .tvguide_tag_4bc80 {
    background-color: var(--box-dark);
  }
}
.tvguide_epgContainer_4bc80 .tvguide_prgTitle_4bc80 {
  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_4bc80 .tvguide_prgTime_4bc80 {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--white-30);
  transition: color var(--speed) var(--easing);
  text-align: start;
}

.tvguide_information_4bc80 {
  display: none;
}
@media screen and (min-width: 924px) {
  .tvguide_information_4bc80 {
    display: flex;
    flex-direction: column;
    gap: calc(var(--step) * 2);
    padding-inline-start: calc(var(--step) * 6);
  }
}

.tvguide_number_4bc80 {
  color: var(--white-50);
  font-weight: normal;
  padding-inline-end: calc(var(--step) * 2);
}

.tvguide_player_4bc80 {
  position: sticky;
  top: 0;
  z-index: 6;
  margin: 0 calc(var(--step) * -2) calc(var(--step) * 3);
  overflow: hidden;
}
.tvguide_player_4bc80::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background: var(--primary-colors-background);
}
.tvguide_player_4bc80 [id=video-container] {
  position: absolute;
  inset: 0;
}
.tvguide_player_4bc80 [class*=bmpui-ui-controlbar] {
  padding: 0 calc(var(--step) * 2);
  z-index: 6;
}
.tvguide_player_4bc80 [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] button {
  width: calc(var(--step) * 5.5) !important;
  height: calc(var(--step) * 5) !important;
  background-size: calc(var(--step) * 5);
  padding: 0;
}
.tvguide_player_4bc80 [class*=bmpui-ui-controlbar] [class*=bmpui-controlbar-bottom] > [class*=bmpui-container-wrapper] > * {
  margin: 0 calc(var(--step) / 2);
}
.tvguide_player_4bc80 [class*=bmpui-ui-hugeplaybacktogglebutton] [class*=bmpui-image] {
  background-size: calc(var(--step) * 12);
}
.tvguide_player_4bc80 *[data-fullscreen=true] [class*=bmpui-image] {
  background-size: calc(var(--step) * 18);
}
@media screen and (min-width: 924px) {
  .tvguide_player_4bc80 {
    margin: 0;
  }
}

.tvguide_channel-name_4bc80 {
  position: relative;
  bottom: 1.25rem;
  inset-inline-start: 0.75rem;
  z-index: inherit;
}

.tvguide_program-details-container_4bc80 {
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: calc(var(--step) * 2);
}

.tvguide_program-time_4bc80 {
  margin-block-end: 0.625rem;
  margin-block-start: calc(-1 * var(--step));
}

.tvguide_details_4bc80 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--white-80);
  text-align: start;
}

.tvguide_ctas_4bc80 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--step) * 2);
}
.tvguide_ctas_4bc80 > * {
  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_4bc80 {
  position: relative;
  height: var(--vh);
  background: var(--primary-colors-background);
  overflow-x: auto;
  overscroll-behavior: contain;
}
.tvguide_holder_4bc80.tvguide_disabled_4bc80 {
  overflow: hidden;
}

.tvguide_controls_4bc80 {
  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_4bc80 > * {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.tvguide_tops_4bc80 {
  position: absolute;
  top: 2px;
  inset-inline-start: 12px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.tvguide_label_4bc80 {
  position: absolute;
  bottom: 8px;
  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_4bc80 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tvguide_reminder-set_4bc80 {
  position: absolute;
  inset-inline-end: 10%;
  top: 10%;
}

.tvguide_locked_4bc80 {
  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_4bc80 [class*=icon] {
  margin-bottom: var(--step);
}
.tvguide_locked_4bc80 [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_4bc80 {
    gap: var(--step);
    padding: 0 calc(var(--step) * 4);
  }
  .tvguide_locked_4bc80 [class*=icon] {
    border: 0.1875rem solid #fff;
    border-radius: 50%;
    padding: 0.3125rem;
  }
}

.tvguide_chlogo_4bc80 {
  display: flex;
  width: 100%;
  height: 100%;
}
.tvguide_chlogo_4bc80 > 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_4bc80 > div.tvguide_selected_4bc80 > [class*=inner] {
  border-color: var(--primary-colors-orange);
}

.tvguide_epg-overlay_4bc80 {
  position: absolute;
  opacity: 30%;
  width: 100%;
  z-index: 6;
}.button-carousel_card_20205 {
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color var(--speed) var(--easing);
}
.button-carousel_card_20205:hover {
  background-color: var(--white-5);
}
@media screen and (min-width: 924px) {
  .button-carousel_card_20205 {
    height: 8.125rem;
  }
}
@media screen and (min-width: 1188px) {
  .button-carousel_card_20205 {
    height: 9.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .button-carousel_card_20205 {
    height: 11.25rem;
  }
}

.button-carousel_lock-icon_20205 {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
}*[class*=button].promoslider_button-mute_8bcd6 {
  position: absolute !important;
  top: 50%;
  transform: translateY(calc(50% - 2.125rem - 2.25rem));
  inset-inline-start: 0.75rem;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  z-index: 6;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--white-30);
}
@media (hover: hover) {
  *[class*=button].promoslider_button-mute_8bcd6:hover {
    background-color: var(--white-30);
  }
}
@media screen and (min-width: 924px) {
  *[class*=button].promoslider_button-mute_8bcd6 {
    inset-inline-start: auto;
    inset-inline-end: 2.25rem;
    transform: translateY(calc(50% - 8.1875rem));
  }
}
@media only screen and (pointer: coarse) and (orientation: landscape) {
  *[class*=button].promoslider_button-mute_8bcd6 {
    transform: translateY(calc(50% - 2.125rem - 2.25rem));
  }
}

.promoslider_mute-holder_8bcd6 {
  z-index: 10;
}.profiles_kids-profiles_c6bfe {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0.75rem;
  flex-wrap: wrap;
  max-width: 91.25rem;
  margin: 0 auto;
}
.profiles_kids-profiles_c6bfe + .profiles_help-text_c6bfe {
  padding-top: 1.5rem;
}
.profiles_kids-profile-item_c6bfe {
  height: 15.75rem;
  flex: 1 1 calc(50% - 0.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 0;
  background-color: var(--white-10);
  border-radius: var(--radius);
  padding: 0.75rem;
  transition: background-color var(--speed) var(--easing);
  position: relative;
}
@media (hover: hover) {
  .profiles_kids-profile-item_c6bfe:hover {
    background-color: var(--white-5);
  }
}
.profiles_kids-profile-item_c6bfe .profiles_ico_c6bfe {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 50%;
  margin: 0 auto;
  background-size: contain;
  background-color: var(--white-10);
  position: relative;
  transition: background-color var(--speed) ease-in-out;
}
.profiles_kids-profile-item_c6bfe .profiles_ico_c6bfe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(71, 77, 85, 0.8);
  opacity: 0;
  transition: var(--speed) ease-in-out;
  transition-property: opacity, background-color;
  z-index: 3;
}
.profiles_kids-profile-item_c6bfe .profiles_ico_c6bfe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profiles_kids-profile-item_c6bfe .profiles_edit-ico_c6bfe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.375rem;
  opacity: 0;
  transition: opacity var(--speed) ease-in-out;
  z-index: 5;
}
.profiles_kids-profile-item_c6bfe .profiles_title_c6bfe {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  text-align: center;
}
.profiles_kids-profile-item_c6bfe.profiles_locked_c6bfe {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0.75rem 0.75rem;
  background-size: 1.875rem 1.875rem;
}
body[dir=rtl] .profiles_kids-profile-item_c6bfe.profiles_locked_c6bfe {
  background-position: calc(100% - 0.75rem) 0.75rem;
}
.profiles_kids-profile-item_c6bfe.profiles_loading_c6bfe {
  background-color: transparent;
  padding: 0;
  transform: scale(1.4287);
}
@media (hover: hover) {
  .profiles_kids-profile-item_c6bfe.profiles_add-profile_c6bfe:hover .profiles_ico_c6bfe {
    background-color: var(--primary-colors-orange);
  }
}
.profiles_kids-profile-item_c6bfe.profiles_editing_c6bfe .profiles_edit-ico_c6bfe,
.profiles_kids-profile-item_c6bfe.profiles_editing_c6bfe .profiles_ico_c6bfe::after {
  opacity: 1;
}
@media (hover: hover) {
  .profiles_kids-profile-item_c6bfe.profiles_editing_c6bfe:hover .profiles_ico_c6bfe::after {
    background-color: var(--primary-colors-orange);
    opacity: 1;
  }
}
@media screen and (min-width: 924px) {
  .profiles_kids-profile-item_c6bfe {
    max-width: calc(25% - 0.75rem);
    flex: 1 1 25%;
  }
}

.profiles_permission_c6bfe {
  display: flex;
  width: fit-content;
  align-self: center;
  align-items: center;
  color: var(--white-80);
  border: 1px solid var(--white-30);
  border-radius: var(--radius);
  padding: 0 0.375rem;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: normal;
  flex-shrink: 0;
}