.site-header-match-win {
  background-color: transparent;

  .main-navigation ul {
    display: flex;

    li {
      margin-bottom: 0;

      a {
        color: #fff;
        font-size: 1.92rem;
      }
    }
  }
}

.body-match-win.scroll-down,
.body-match-win.scroll-up {
  .site-header-match-win .main-navigation ul li a {
    color: #000;
  }
}

.site-content-match-win {
  .main {
    max-height: 700px;

    .content {
      top: 55%;
    }

    .isDesktop .main-image {
      width: 100%;
      height: 700px;
      object-fit: cover;
    }

    .isMobile .main-image {
      width: 100%;
      height: 855px;
      object-fit: cover;
    }
  }

  .explain {
    padding-top: 40px;
  }

  .explain h3 {
    font-weight: 600;
    margin-bottom: 40px;
  }

  .steps .steptwo .main-icon:after {
    display: none;
  }

  .steps .step .main-icon img {
    top: 0;
  }
}

.main-icon-text {
  font-weight: 700;
  font-size: 1.92rem !important;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #d6f5f0;
}

.main-align {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.hero-text {
  width: 60%;
  position: relative;
}

.hero-text-content-limited {
  font-weight: 700;
  font-size: 1.92rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

.hero-text-content {
  text-align: center;
}

.hero-text-content-title {
  font-size: 8.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.hero-text-content-subtitle {
  font-size: 3.7rem;
  color: #fff;
}

.page-template-page-da .hero-text-content-subtitle {
  max-width: 570px;
  display: inline-block;
}

.hero-text-content-info {
  font-size: 1.92rem;
}

.hero-tiles {
  flex: 1;
  position: relative;
}

.hero-tiles img {
  position: absolute;
  transition: transform 0.3s ease-out;
  opacity: 0;
}

.hero-tile-2 {
  right: 0;
  top: 100px;
}

.hero-tile-3 {
  top: 400px;
}

.mega-btn-primary {
  .button {
    border-radius: 0;
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: center;
    font-size: 1.92rem;
  }

  .button-primary:hover {
    background-color: #2deecb !important;
  }
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

.swiper-pagination-bullet-active {
  background-color: #00fdcf;
}

.match-win-wrapper {
  background-color: #d6f5f0;
  margin-top: 30px;
}

.match-win-container {
  display: flex;
  gap: 30px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.match-win-left {
  flex: 1;
  text-align: center;
}

.match-win-right {
  flex-basis: 460px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-win-right iframe {
  width: 100%;
  height: 480px;
  border: none;
}

.match-win-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 112px);
  grid-template-rows: repeat(4, 112px);
  gap: 20px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  background:
    repeating-linear-gradient(
        to bottom,
        rgba(13, 58, 56, 0.2) 0 3px,
        transparent 3px 15px
      )
      122px 0 / 1px 100% no-repeat,
    repeating-linear-gradient(
        to bottom,
        rgba(13, 58, 56, 0.2) 0 3px,
        transparent 3px 15px
      )
      254px 0 / 1px 100% no-repeat,
    repeating-linear-gradient(
        to right,
        rgba(13, 58, 56, 0.2) 0 3px,
        transparent 3px 15px
      )
      0 122px / 100% 1px no-repeat,
    repeating-linear-gradient(
        to right,
        rgba(13, 58, 56, 0.2) 0 3px,
        transparent 3px 15px
      )
      0 254px / 100% 1px no-repeat,
    repeating-linear-gradient(
        to right,
        rgba(13, 58, 56, 0.2) 0 3px,
        transparent 3px 15px
      )
      0 386px / 100% 1px no-repeat;
}

.placeholder-card {
  width: 112px;
  height: 112px;
  perspective: 800px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.placeholder-card.visible {
  opacity: 1;
}

.placeholder-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.placeholder-card.flipped .placeholder-card-inner {
  transform: rotateY(180deg);
}

.placeholder-card-front,
.placeholder-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 14px;
  overflow: hidden;
}

.placeholder-card-back {
  transform: rotateY(180deg);
}

.placeholder-card-front img,
.placeholder-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-win-hand {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 350px;
  z-index: 2;
  opacity: 0;
  transform: translate(120px, 120px);
  transition:
    opacity 0.6s ease,
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.match-win-hand.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.match-win-title {
  font-size: 8.8rem;
  font-weight: 600;
  line-height: 1;
}

.match-win-description {
  font-size: 1.92rem;

  span {
    font-weight: 700;
  }
}

.match-win-instructions {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;

  .button.openthegame {
    margin-bottom: 0;
    min-width: 220px;
    font-size: 1.92rem;
  }
}

.match-win-instructions-pill {
  border: 1px solid rgba(13, 58, 56, 0.2);
  border-radius: 100px;
  padding: 20px 25px;
  display: inline-flex;
  gap: 15px;
  font-size: 1.92rem;
}

.mobile-game-btn {
  display: none;
}

.mega-btn-sticky {
  display: none;
}

.prizes-match-win {
  color: #000;
  background-image: none;
  padding-top: 60px;

  h3 {
    font-weight: 600;
    margin-bottom: 15px;
  }
}

.work-setup {
  background-color: #0d3a38;
  border-top: 15px solid #00fdcf;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.work-setup-title {
  font-size: 4.01rem;
  line-height: 1;
}

.work-setup-subtitle {
  font-size: 1.92rem;
}

.workSetupSwiper {
  padding-top: 10px;
  overflow: hidden;
}

.workSetupSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.workSetupSwiper .swiper-slide::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: #00fdcf;
  color: #060606;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.92rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.workSetupSwiper .swiper-slide:nth-child(2)::before {
  left: -10px;
}

.workSetupSwiper .swiper-slide:nth-child(4)::before {
  left: -44px;
}

.workSetupSwiper .swiper-slide:nth-child(6)::before {
  left: -34px;
}

.workSetupSwiper .swiper-slide-visible:not(.swiper-slide-active)::before {
  display: flex;
}

.workSetupSwiper .swiper-slide img {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
}

.work-setup-item-title {
  margin-top: auto;
  font-size: 1.92rem;
}

.workSetupSwiper .swiper-button-next,
.workSetupSwiper .swiper-button-prev {
  display: flex;
}

.faqsection-match-win {
  h3 {
    font-weight: 600;
    font-size: 2.74rem;
    margin-bottom: 10px;
  }

  li {
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  p.title {
    font-size: 2.74rem;
    font-weight: 300;
  }

  .description {
    padding-top: 10px;

    p {
      margin-bottom: 0;

      a:hover {
        color: #000;
        text-decoration: underline;
      }
    }
  }
}

.site-footer-match-win {
  .inside .logo-footer {
    max-width: 110px;
  }
}

.general-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #d6f5f0;
  overflow-y: auto;
  display: none;
}

.general-modal.active {
  display: block;
  animation: modalZoomIn 0.35s ease forwards;
}

.general-modal.closing {
  animation: modalZoomOut 0.3s ease forwards;
}

@keyframes modalZoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes modalZoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.85);
  }
}

.general-modal-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.general-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #0d3a38;
  line-height: 1;
  z-index: 1;
}

.general-modal-close:hover,
.general-modal-close:focus {
  color: #0d3a38;
}

.general-modal-content {
  text-align: center;
  color: #000;
}

.general-modal-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.general-modal-text {
  font-size: 1.92rem;
  margin-bottom: 20px;
}

.general-modal-iframe-wrap iframe {
  width: 100%;
  height: 590px;
  border: none;
}

.congrats-modal {
  background-color: #0d3a38;

  #formCode {
    padding: 0;
    margin: 0;
    background: none;
  }
}

.congrats-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.congrats-modal-content-top {
  background-color: #d6f5f0;
  padding: 60px 0 20px;
}

.congrats-modal-content-bottom {
  padding: 30px 0;
  color: #fff;
}

.congrats-title {
  font-size: 3.38rem;
  font-weight: 700;
}

.congrats-won {
  font-size: 1.92rem;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.congrats-won::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
  background-color: #00fdcf;
  width: 320px;
  height: 5px;
}

.congrats-you-are {
  font-size: 1.92rem;
  line-height: 1.3;
}

.congrats-you-are-item {
  margin-bottom: 15px;
}

.modal-won-codes-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
}

.modal-won-codes-item {
  background-color: #fff;
  border-radius: 100px;
  flex: 1;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.06);
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 993px) {
  .modal-won-codes-item:only-child {
    max-width: 50%;
    margin: 0 auto;
  }
}

.input-error {
  border: 2px solid #e00000 !important;
}

.checkbox-error {
  outline: 2px solid #e00000;
  border-radius: 4px;
}

.modal-won-codes-item-text {
  line-height: 1;
}

.modal-won-codes-item-text em {
  display: block;
}

.modal-won-codes-item-button {
  border: none;
  background-color: #00fdcf;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 1.28rem;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  color: #000;
}

.modal-won-codes-item-copy {
  border: none;
  background: none;
  background-image: url(../images/copy-icon.svg);
  width: 18px;
  height: 18px;
  min-height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  flex-shrink: 0;
}

.email-code-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.email-code-overlay.active {
  display: flex;
}

.email-code-modal {
  position: relative;
  width: 415px;
  max-width: 90vw;
  background: #fff;
  border-radius: 14px;
  padding: 30px;

  .logi-form-submit {
    font-size: 1.2rem;
  }

  #formCode input[type="email"] {
    margin-bottom: 0;
  }
}

.email-code-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0;
}

.email-code-modal-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.copy-toast {
  font-size: 1.28rem;
  color: #0d3a38;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.copy-toast.visible {
  opacity: 1;
}

.modal-won-codes-item-button:hover,
.modal-won-codes-item-button:focus {
  background-color: #26e0be;
  color: #000;
}

.congrats-footnote {
  margin-top: 20px;
  font-size: 1.19rem;
  line-height: 1.3;
}

.congrats-modal-content-bottom-title {
  font-size: 2.74rem;
}

.congrats-modal-content-bottom-content {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

.congrats-modal-content-bottom-content-left {
  img {
    max-width: 250px;
  }
}

.congrats-modal-content-bottom-content-right {
  flex: 1;
  max-width: 390px;
}

.form-item-text {
  background-color: #fff;
  border-radius: 100px;
  flex: 1;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 25px;

  input {
    margin-bottom: 0;
    flex: 1;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 1.92rem;
  }
}

.form-item-check {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  text-align: left;
  line-height: 1.2;

  input[type="checkbox"],
  input[type="radio"] {
    width: 25px;
    height: 25px;
    margin: 0;
    flex-shrink: 0;
  }

  label {
    font-weight: 400;
    font-size: 1.46rem;
    margin-bottom: 0;
    margin-top: 5px;

    a {
      color: #fff;
      text-decoration: underline;
    }

    a:hover {
      text-decoration: none;
    }
  }
}

.logi-form-submit {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1930px) and (min-width: 1850px) {
  .site-content-match-win {
    .main {
      max-height: 900px;

      .isDesktop .main-image {
        height: 900px;
      }
    }
  }
}

@media only screen and (max-width: 1375px) {
  .site-content-match-win {
    .main {
      max-height: 595px;

      .isDesktop .main-image {
        height: 595px;
      }
    }
  }

  .hero-text-image {
    max-width: 100px;
  }

  .hero-tiles img {
    max-width: 115px;
  }

  .hero-tile-1 {
    top: 80px;
  }

  .hero-tile-3 {
    top: 370px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-text-image {
    max-width: 150px;
  }

  .hero-text-content-limited,
  .hero-text-content-info,
  .match-win-description,
  .match-win-instructions-pill {
    font-size: 1.6rem;
  }

  .hero-text-content-title,
  .match-win-title {
    font-size: 8rem;
  }

  .hero-text-content-subtitle {
    font-size: 3.2rem;
  }

  .hero-tile-1,
  .hero-tile-2,
  .hero-tile-3 {
    max-width: 100px;
  }

  .page-template-page-da .hero-text-content-subtitle {
    max-width: 535px;
  }
}

@media only screen and (max-width: 1150px) {
  .workSetupSwiper .swiper-slide {
    width: 300px;
  }
}

@media only screen and (max-width: 990px) {
  .site-header-match-win {
    .main-navigation ul {
      justify-content: center;
      gap: 35px;

      li {
        margin-right: 0;
      }
    }
  }

  .site-content-match-win {
    .main {
      max-height: 855px;
      background-color: #9ec5f9;

      .content {
        top: 15%;
        transform: translateY(-15%);
      }
    }

    .explain {
      padding-top: 25px;
    }

    .explain h3 {
      margin-bottom: 25px;
    }

    .stepsSwiper .swiper-slide .main-icon img {
      top: 0;
    }
  }

  .site-content-match-win .main .isMobile .main-image {
    object-position: center;
  }

  .main-align {
    flex-direction: column;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text-image {
    max-width: 70px;
    margin-bottom: 10px;
  }

  .hero-text-content-limited {
    margin-top: 0;
  }

  .hero-tile-1 {
    left: 20%;
    top: 0;
  }

  .hero-tile-2 {
    right: 15%;
  }

  .hero-tile-3 {
    left: 15%;
    top: 200px;
  }

  .match-win-instructions-pill {
    padding: 15px;
    line-height: 1;
  }

  .match-win-instructions-pill-icon {
    display: none;
  }

  .prizeSwiper {
    overflow: hidden !important;
  }

  .prizes-match-win .prizeSwiper .swiper-slide img {
    max-width: 400px;
  }

  .prizeSwiper .swiper-button-next,
  .prizeSwiper .swiper-button-prev {
    bottom: aut !important;
    top: 50% !important;
  }

  .prizes-match-win {
    padding: 30px 0;
  }

  .workSetupSwiper {
    overflow: hidden;
  }

  .workSetupSwiper .swiper-slide {
    width: 80%;
    height: 100%;
  }

  .workSetupSwiper .swiper-slide img {
    max-height: 250px;
  }

  .workSetupSwiper .swiper-button-next,
  .workSetupSwiper .swiper-button-prev {
    display: flex;
  }

  .workSetupSwiper .swiper-slide::before {
    display: none !important;
  }

  .faqsection-match-win {
    p.title {
      font-size: 1.6rem;
      font-weight: 400;
    }
  }

  .site-footer-match-win {
    .inside .menu {
      margin-top: 20px;
    }
  }

  .mega-btn-sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.3s ease;
  }

  .mega-btn-sticky.hidden {
    transform: translateY(100%);
  }

  .mega-btn-sticky .button {
    width: 100%;
    height: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  .match-win-container {
    flex-direction: column;
    padding: 40px 0;
    gap: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .site-header-match-win {
    .main-navigation ul {
      gap: 20px;

      li {
        a {
          font-size: 1.4rem;
          line-height: 1;
        }
      }
    }
  }

  .hero-text-content-limited,
  .match-win-instructions-pill {
    font-size: 1.2rem;
  }

  .match-win-description {
    font-size: 1.4rem;
  }

  .hero-text-content-title,
  .match-win-title {
    font-size: 4.6rem;
  }

  .hero-text-content-subtitle {
    font-size: 2.2rem;
  }

  .match-win-instructions {
    gap: 15px;
  }

  .match-win-instructions .button.openthegame {
    display: none;
  }

  .mobile-game-btn {
    display: block;

    .button.openthegame {
      margin-bottom: 0;
      min-width: 220px;
      font-size: 1.92rem;
    }
  }

  .match-win-hand {
    bottom: 50px;
  }

  .match-win-wrapper {
    margin-top: 0;
  }

  .mega-btn-primary .button {
    height: 60px;
  }

  .work-setup-title {
    font-size: 2.19rem;
  }

  .work-setup-subtitle,
  .work-setup-item-title {
    font-size: 1.64rem;
  }

  .modal-won-codes-wrap {
    flex-direction: column;
  }

  .modal-won-codes-item {
    flex: none;
    height: 60px;
  }

  .form-item-text {
    height: 60px;
  }

  .congrats-won,
  .congrats-you-are,
  .form-item-text input,
  .logi-form-submit {
    font-size: 1.4rem;
  }

  .congrats-modal-content-bottom-content {
    gap: 20px;
  }

  .congrats-modal-content-bottom-title br {
    display: none;
  }

  .congrats-modal-content-bottom-title {
    font-size: 2rem;
  }
}

@media (max-width: 550px) {
  .congrats-modal-content-bottom-content {
    flex-direction: column;
  }

  .hero-tile-1 {
    left: 15%;
  }

  .hero-tile-2 {
    right: 12%;
  }

  .hero-tile-3 {
    left: 10%;
  }

  .page-template-page-fr {
    .hero-text-content-subtitle {
      margin-bottom: 5px;
      font-size: 2rem;
    }

    .hero-text-content-title {
      font-size: 4rem;
    }

    .hero-text-content-info {
      font-size: 1.4rem;
    }

    .main-icon-text {
      font-size: 1.6rem !important;
    }
  }
}

@media only screen and (max-width: 500px) {
  .site-content-match-win .main .isMobile .main-image {
    object-position: bottom;
  }

  .page-template-page-es,
  .page-template-page-fr,
  .page-template-page-no,
  .page-template-page-se,
  .page-template-page-cz,
  .page-template-page-nl,
  .page-template-page-hu,
  .page-template-page-ch-it,
  .page-template-page-pl,
  .page-template-page-it,
  .page-template-page-be-fr,
  .page-template-page-be-nl,
  .page-template-page-da,
  .page-template-page-gr {
    .site-content-match-win .main .isMobile .main-image {
      object-position: center;
    }
  }

  .hero-tile-1 {
    left: 13%;
    top: 50px;
  }

  .hero-tile-2 {
    right: 10%;
  }

  .hero-tile-3 {
    left: 5%;
    top: 255px;
  }

  .hero-text-content-info {
    line-height: 1.3;
  }

  .match-win-hand {
    width: 270px;
    bottom: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .prizes-match-win .prizeSwiper .swiper-slide img {
    max-width: 300px;
  }

  .modal-won-codes-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .general-modal-text {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .page-template-page-es,
  .page-template-page-de,
  .page-template-page-no,
  .page-template-page-se,
  .page-template-page-cz,
  .page-template-page-nl,
  .page-template-page-hu,
  .page-template-page-ch-it,
  .page-template-page-pl,
  .page-template-page-it,
  .page-template-page-be-fr,
  .page-template-page-be-nl,
  .page-template-page-da,
  .page-template-page-gr {
    .hero-text-content-subtitle {
      margin-bottom: 5px;
      font-size: 2rem;
    }

    .hero-text-content-title {
      font-size: 4rem;
    }

    .hero-text-content-info {
      font-size: 1.4rem;
    }

    .main-icon-text {
      font-size: 1.6rem !important;
    }
  }

  .hero-tile-1 {
    left: 9%;
  }

  .hero-tile-2 {
    right: 8%;
  }

  .hero-tile-3 {
    left: 3%;
    top: 200px;
  }

  .hero-tiles img {
    width: 100px;
  }
}

@media (max-width: 435px) {
  .page-template-page-da .hero-text-content-subtitle {
    max-width: 330px;
  }
}

@media (max-width: 415px) {
  .general-modal-iframe-wrap iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 400px) {
  .match-win-container {
    gap: 30px;
  }

  .placeholder-grid {
    gap: 5px;
    background: none;
  }

  .site-header-match-win {
    .main-navigation ul {
      gap: 10px;
    }
  }

  .general-modal-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 390px) {
  .page-template-page-es .modal-won-codes-item-button {
    font-size: 1rem;
  }

  .hero-tile-3 {
    top: 180px;
  }
}

@media (max-width: 380px) {
  .general-modal-iframe-wrap iframe {
    height: 550px;
  }

  .match-win-instructions-pill {
    padding: 15px;
    gap: 10px;
  }
}

.explain .steps .step p i,
.stepsSwiper .swiper-slide i {
  font-style: italic;
}
