*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.midea-promotion *,
.midea-promotion *::before,
.midea-promotion *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans 3", sans-serif;
}

body.midea-promotion {
  font-size: 13px;
  background-color: #14161d;
  min-width: 360px;
  color: #fff;
  max-width: 1600px;
  margin: auto;
}

.midea-promotion .container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;

  @media (max-width: 960px) {
    padding: 0 40px;
  }

  @media (max-width: 660px) {
    padding: 0 20px;
  }
}

.midea-promotion .bold-text {
  font-weight: 700;
}

.midea-promotion .header-section {
  background-color: #fff;
  height: 90px;
  position: relative;
  z-index: 10;

  @media (max-width: 960px) {
    height: 70px;
  }

  @media (max-width: 660px) {
    height: 50px;
  }
}

.midea-promotion .header-section .logo {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 100;
  width: 200px;
  height: auto;
  display: block;

  @media (max-width: 960px) {
    left: 40px;
    width: 160px;
  }

  @media (max-width: 660px) {
    left: 20px;
    width: 120px;
  }
}

.midea-promotion .header-section .tagline {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 340px;
  max-width: calc(100% - 280px);
  object-fit: cover;
  object-position: left center;
  opacity: 0.95;

  @media (max-width: 960px) {
    max-width: calc(100% - 220px);
  }

  @media (max-width: 660px) {
    max-width: calc(100% - 160px);
  }

  @media (max-width: 480px) {
    display: none;
  }
}

.midea-promotion .hero-section {
  width: 100%;
  background-image: url("./images/hero-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0a0e15;
  position: relative;

  @media (max-width: 660px) {
    background-image: none;
    background-color: #0a0e15;
  }
}

.midea-promotion .hero-image-mobile {
  display: none;

  @media (max-width: 660px) {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    background-image: url("./images/hero-background.jpg");
    background-position: 70% center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.midea-promotion .hero-container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 80px 60px;
  min-height: 594px;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    padding: 60px 40px;
    min-height: 480px;
  }

  @media (max-width: 660px) {
    padding: 40px 20px;
    min-height: 0;
    background: linear-gradient(90deg, #15161b 0%, #5c6273 100%);
    justify-content: center;
    text-align: center;
  }
}

.midea-promotion .hero-content {
  max-width: 460px;

  @media (max-width: 660px) {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.midea-promotion .hero-content .hero-disclaimer {
  @media (max-width: 660px) {
    text-align: center;
  }
}

.midea-promotion .hero-heading {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;

  @media (max-width: 960px) {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  @media (max-width: 660px) {
    font-size: 30px;
    line-height: 36px;
  }
}

.midea-promotion .hero-description {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 358px;

  @media (max-width: 960px) {
    font-size: 15px;
    line-height: 22px;
  }

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
  }
}

.midea-promotion .hero-cta {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;

  @media (max-width: 660px) {
    font-size: 14px;
  }
}

.midea-promotion .hero-btn {
  margin-bottom: 30px;
}

.midea-promotion .hero-disclaimer {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  max-width: 460px;

  @media (max-width: 660px) {
    font-size: 10px;
    line-height: 14px;
  }
}

.midea-promotion .pill-btn {
  background-color: #0099da;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 55px;
  padding: 10px 32px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.2s ease;

  @media (max-width: 660px) {
    font-size: 15px;
    width: 100%;
    max-width: 320px;
    min-width: 0;
  }
}

.midea-promotion .pill-btn:hover {
  background-color: #0080b8;
}

.midea-promotion .primary-nav {
  background-color: #14161d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  @media (max-width: 660px) {
    display: none;
  }
}

.midea-promotion .primary-nav-list {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 60px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 70px;

  @media (max-width: 960px) {
    padding: 0 40px;
    height: 60px;
    gap: 16px;
  }

  @media (max-width: 800px) {
    flex-wrap: wrap;
    height: auto;
    padding: 14px 20px;
    justify-content: center;
    gap: 12px 24px;
  }
}

.midea-promotion .primary-nav-item a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;

  @media (max-width: 960px) {
    font-size: 14px;
  }

  @media (max-width: 660px) {
    font-size: 13px;
  }
}

.midea-promotion .primary-nav-item.active a {
  font-weight: 700;
}

.midea-promotion .primary-nav-item a:hover {
  color: #0099da;
}

.midea-promotion .if-award-badge {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 88px;
  height: auto;

  @media (max-width: 960px) {
    width: 72px;
    right: 40px;
    top: 24px;
  }

  @media (max-width: 660px) {
    width: 56px;
    right: 20px;
    top: 20px;
  }
}

.midea-promotion .promotion-rules {
  background-color: #fff;
  background: linear-gradient(90deg, #15161b 0%, #5c6273 100%);
  color: #1a1a1a;
  padding: 70px 0;

  @media (max-width: 960px) {
    padding: 50px 0;
  }

  @media (max-width: 660px) {
    padding: 40px 0;
  }
}

.midea-promotion .promotion-rules .heading {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.midea-promotion .promotion-rules .rules-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;

  @media (max-width: 960px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  @media (max-width: 660px) {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.midea-promotion .promotion-rules .rule-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.midea-promotion .promotion-rules .step-indicator {
  width: 76px;
  height: 76px;
  font-size: 36px;
  border-radius: 50%;
  background-color: #0099da;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;

  @media (max-width: 660px) {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.midea-promotion .promotion-rules .rule-description {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 270px;

  @media (max-width: 660px) {
    font-size: 15px;
    line-height: 22px;
    max-width: 320px;
  }
}

.midea-promotion .buttons-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.midea-promotion .pill-btn-secondary {
  background-color: transparent;
  border: 2px solid #0099da;
}

.midea-promotion .pill-btn-secondary:hover {
  background-color: #0099da;
}

.midea-promotion .insta-fit-section {
  width: 100%;
  background-image: url("./images/insta-fit-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0a0e15;
  min-height: 523px;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    min-height: 420px;
  }

  @media (max-width: 660px) {
    min-height: 360px;
    background-position: 70% center;
  }
}

.midea-promotion .insta-fit-container {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  position: relative;

  @media (max-width: 960px) {
    padding: 50px 40px;
  }

  @media (max-width: 660px) {
    padding: 40px 20px;
  }
}

.midea-promotion .insta-fit-section .heading {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;

  @media (max-width: 960px) {
    font-size: 26px;
    line-height: 32px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
  }
}

.midea-promotion .insta-fit-section .description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  max-width: 760px;
  margin: 0 auto;

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
  }
}

.midea-promotion .products-section {
  background-color: #fff;
  color: #1a1a1a;
  padding: 70px 0;

  @media (max-width: 960px) {
    padding: 50px 0;
  }

  @media (max-width: 660px) {
    padding: 40px 0;
  }
}

.midea-promotion .products-section .heading {
  font-size: 32px;
  line-height: 40px;
  color: #0099da;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.midea-promotion .products-slider {
  overflow: hidden;
}

.midea-promotion .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;

  @media (max-width: 1218px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (max-width: 660px) {
    display: flex;
    gap: 0;
    transition: transform 0.3s ease;
  }
}

.midea-promotion .product-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: #ececec;

  @media (max-width: 660px) {
    min-width: 100%;
    flex-shrink: 0;
  }
}

.midea-promotion .product-placeholder.hide-tablet {
  @media (max-width: 1218px) and (min-width: 661px) {
    display: none;
  }
}

.midea-promotion .products-dots {
  display: none;

  @media (max-width: 660px) {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
}

.midea-promotion .products-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.2s;
}

.midea-promotion .products-dots .dot.active {
  background-color: #0099da;
}

.midea-promotion .features-section {
  background-color: #14161d;
}

.midea-promotion .feature-row {
  width: 100%;
  min-height: 568px;
  background-color: #14161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    min-height: 460px;
  }

  @media (max-width: 800px) {
    min-height: auto;
    background-image: none !important;
    flex-direction: column;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.midea-promotion .feature-design   { background-image: url("./images/feature-design.jpg"); }
.midea-promotion .feature-komora   { background-image: url("./images/feature-komora.jpg"); }
.midea-promotion .feature-smartapp { background-image: url("./images/feature-smartapp.jpg"); }
.midea-promotion .feature-ipl      { background-image: url("./images/feature-ipl.jpg"); }
.midea-promotion .feature-materials{ background-image: url("./images/feature-materials.jpg"); }

@media (max-width: 800px) {
  .midea-promotion .feature-design,
  .midea-promotion .feature-komora,
  .midea-promotion .feature-smartapp,
  .midea-promotion .feature-ipl,
  .midea-promotion .feature-materials {
    background: linear-gradient(90deg, #15161b 0%, #5c6273 100%) !important;
  }
}

.midea-promotion .feature-mobile-img {
  display: none;

  @media (max-width: 800px) {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.midea-promotion .feature-row.reverse {
  justify-content: flex-end;
}

.midea-promotion .feature-text {
  max-width: 460px;
  padding: 60px;
  margin-left: 60px;
  color: #fff;

  @media (max-width: 1218px) {
    max-width: 420px;
    padding: 40px;
    margin-left: 40px;
  }

  @media (max-width: 960px) {
    max-width: 380px;
    padding: 30px;
    margin-left: 20px;
  }

  @media (max-width: 800px) {
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
    text-align: left;
  }
}

.midea-promotion .feature-row.reverse .feature-text {
  margin-left: 0;
  margin-right: 60px;

  @media (max-width: 1218px) {
    margin-right: 40px;
  }

  @media (max-width: 960px) {
    margin-right: 20px;
  }

  @media (max-width: 800px) {
    margin-right: 0;
  }
}

.midea-promotion .feature-title {
  font-size: 30px;
  line-height: 36px;
  color: #0099da;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.3px;

  @media (max-width: 960px) {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.midea-promotion .feature-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;

  &:first-of-type {
    margin-top: 0;
  }

  @media (max-width: 660px) {
    font-size: 13px;
  }
}

.midea-promotion .feature-description {
  font-size: 15px;
  line-height: 22px;
  color: #d8dde3;
  font-weight: 400;

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
  }
}

.midea-promotion .awards-section {
  background-color: #fff;
  background: linear-gradient(90deg, #15161b 0%, #5c6273 100%);
  color: #1a1a1a;
  padding: 70px 0;

  @media (max-width: 960px) {
    padding: 50px 0;
  }

  @media (max-width: 660px) {
    padding: 40px 0;
  }
}

.midea-promotion .awards-section .heading {
  font-size: 40px;
  line-height: 40px;
  color: #0099da;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;

  @media (max-width: 960px) {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.midea-promotion .awards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

  @media (max-width: 960px) {
    gap: 40px;
  }

  @media (max-width: 660px) {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.midea-promotion .award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.midea-promotion .award-title {
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
  min-height: 48px;

  @media (max-width: 660px) {
    font-size: 16px;
    line-height: 22px;
    min-height: 0;
  }
}

.midea-promotion .award-image {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;

  @media (max-width: 660px) {
    height: 220px;
  }
}

.midea-promotion .award-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.midea-promotion .award-list {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
  }
}

.midea-promotion .award-list li {
  margin-bottom: 8px;
}

.midea-promotion .award-list li:last-child {
  margin-bottom: 0;
}

.midea-promotion .footer-section {
  width: 100%;
  background-image: url("./images/footer.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0a0e15;
  min-height: 749px;
  display: flex;
  align-items: center;

  @media (max-width: 960px) {
    min-height: 500px;
  }

  @media (max-width: 660px) {
    min-height: 460px;
    background-position: 70% center;
  }
}

.midea-promotion .footer-container {
  max-width: 1376px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 60px;

  @media (max-width: 960px) {
    padding: 60px 40px;
  }

  @media (max-width: 660px) {
    padding: 40px 20px;
    text-align: center;
  }
}

.midea-promotion .footer-heading {
  font-size: 46px;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  max-width: 460px;

  @media (max-width: 960px) {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  @media (max-width: 660px) {
    font-size: 30px;
    line-height: 36px;
    max-width: 100%;
  }
}

.midea-promotion .footer-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  max-width: 420px;
  margin-bottom: 35px;

  @media (max-width: 960px) {
    font-size: 15px;
    line-height: 22px;
  }

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.midea-promotion .hide-mobile {
  @media (max-width: 660px) {
    display: none;
  }
}

/* ==================== FORM SECTION ==================== */

.midea-promotion .form-section {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #f6f6f6;

  @media (max-width: 660px) {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.midea-promotion .form-heading {
  font-size: 26px;
  line-height: 40px;
  color: #0099da;
  font-weight: bold;
  margin-bottom: 40px;

  @media (max-width: 960px) {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  @media (max-width: 660px) {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.midea-promotion .form-heading.success {
  margin-top: 60px;
  text-align: center;
}

.midea-promotion .form-row {
  display: flex;
  flex-direction: row;
  gap: 80px;

  @media (max-width: 960px) {
    flex-direction: column;
    gap: 20px;
  }
}

.midea-promotion .form-row .form-row-heading {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 8px;

  @media (max-width: 960px) {
    font-size: 20px;
  }

  @media (max-width: 660px) {
    color: #0099da;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
  }
}

.midea-promotion .form-row .form-row-subheading {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;

  @media (max-width: 960px) {
    font-size: 14px;
  }
}

.midea-promotion .form-row .form-row-content {
  flex: 1;

  @media (min-width: 960px) {
    max-width: 820px;
    margin-left: auto;
  }
}

.midea-promotion .form-row .form-row-content .form-label {
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  line-height: 23px;
  display: block;
  margin-bottom: 12px;

  @media (max-width: 960px) {
    font-size: 18px;
  }
}

.midea-promotion .form-row .form-row-content .form-label.bold-text {
	font-weight: 700 !important;
}

.midea-promotion .form-row .form-row-content .form-label .red-text {
  color: #0099da;
}

.midea-promotion .form-row .form-row-content .form-label .help-text {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;

  @media (max-width: 960px) {
    font-size: 14px;
  }
}

.midea-promotion .form-row .form-row-content .form-input {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  background-color: #ffffff;
  border: 0.2px solid #e1e1e1;
  width: 100%;
  outline: none;
  padding: 8px;
  margin-bottom: 12px;
  font-family: "Source Sans 3", sans-serif;

  @media (max-width: 960px) {
    font-size: 14px;
  }

  @media (max-width: 660px) {
    background-color: #ffffff;
    border: 1px solid #c0dde9;
    border-radius: 30px;
    padding: 14px 22px;
    margin-bottom: 18px;
    height: 50px;
  }
}

.midea-promotion .form-row .form-row-content .form-select {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  background-color: #dedbdb;
  border: 0.2px solid #e1e1e1;
  width: 100%;
  outline: none;
  padding: 8px 20px;
  margin-bottom: 12px;
  font-family: "Source Sans 3", sans-serif;

  @media (max-width: 960px) {
    font-size: 14px;
  }

  @media (max-width: 660px) {
    background-color: #e6f4fb;
    border: 1px solid #c0dde9;
    border-radius: 30px;
    padding: 14px 40px 14px 22px;
    margin-bottom: 18px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path d='M1 1l6 6 6-6' stroke='%230099da' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
  }
}

.midea-promotion .form-row .form-row-content .checkbox-input-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.midea-promotion .form-row .form-row-content .form-checkbox {
  width: 30px;
  height: 30px;
  border: 0.2px solid #e1e1e1;
  flex-shrink: 0;
  appearance: none;
  background-color: white;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
  cursor: pointer;
}

.midea-promotion .form-row .form-row-content .form-checkbox:checked {
  background-color: #0099da;
  border-color: #0099da;
}

.midea-promotion .form-row .form-row-content .form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 9px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.midea-promotion .form-row .form-row-content .checkbox-label {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;

  @media (max-width: 960px) {
    font-size: 14px;
  }
}

.midea-promotion .form-row .form-row-content .checkbox-label a {
  text-decoration: underline;
  color: #0099da;
}

.midea-promotion .form-divider {
  width: 100%;
  height: 2px;
  background-color: #c0dde9;
  margin: 20px 0;
}

.midea-promotion .divider-text {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 300;
  margin-bottom: -10px;
}

.midea-promotion .input-file-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}

.midea-promotion .input-file-wrapper .file-trigger-bullet {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0099da;
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.midea-promotion .input-file-wrapper .file-trigger-bullet .plus {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.midea-promotion .input-file-wrapper .file-trigger-text {
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  line-height: 23px;

  @media (max-width: 960px) {
    font-size: 14px;
  }
}

.midea-promotion .file-text {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

.midea-promotion .file-text .red-text {
  color: #0099da;
  font-weight: bold;
}

.midea-promotion .checkbox-help-text {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
  margin-left: 50px;
  margin-bottom: 20px;
}

.midea-promotion .submit-btn {
  background-color: #0099da;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  min-width: 260px;
  height: 60px;
  padding: 10px 40px;
  border: 2px solid #0099da;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  margin: 30px auto 0 auto;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.midea-promotion .submit-btn:hover {
  background-color: transparent;
  color: #0099da;
}

.midea-promotion .error-input-text {
  color: #e53935;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
}

.midea-promotion .form-section .tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.midea-promotion .form-section .tooltip-image {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 380px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 50;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease;
}

.midea-promotion .form-section .tooltip-wrapper:hover .tooltip-image {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 660px) {
  .midea-promotion .form-section .tooltip-image {
    max-width: 100%;
  }
}
