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

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

body.toshiba-promotion {
  font-size: 13px;
  background-color: #fff;
  min-width: 360px;
}

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

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

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

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

/* ==================== HEADER ==================== */

.toshiba-promotion .header-section {
  padding: 30px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;

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

.toshiba-promotion .header-section .logo {
  width: 220px;
  height: auto;
  margin-left: 20px;

  @media (max-width: 960px) {
    width: 180px;
    margin-left: 0;
  }

  @media (max-width: 660px) {
    width: 160px;
    margin-left: 0px;
  }
}

/* ==================== HERO ==================== */

.toshiba-promotion .hero-section {
  width: 100%;
  background-image: url("./images/hero-background.jpg");
  background-position: 70% center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  @media (max-width: 660px) {
    background-image: url(./images/hero-background.jpg);
    background-position: 70% 0px;
    background-size: AUTO 360px;
    background-repeat: no-repeat;
    overflow: visible;
    padding-top: 360px;
  }
}

.toshiba-promotion .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;

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

.toshiba-promotion .hero-container {
  max-width: 1376px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 640px;

  @media (max-width: 660px) {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 0;
    justify-content: flex-start;
    position: static;
  }
}

.toshiba-promotion .hero-content {
  padding: 40px 0;
  max-width: 540px;
  margin-left: 80px;
  padding-top: 130px;
  position: relative;
  z-index: 2;

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

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

  @media (max-width: 660px) {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px 20px 30px;
    background-color: #fff;
    transform: none;
    text-align: center;
  }
}

.toshiba-promotion .hero-heading {
  font-size: 42px;
  line-height: 48px;
  color: #ec1c24;
  font-weight: 700;
  margin-bottom: 25px;

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

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

.toshiba-promotion .hero-description {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 360px;

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

  @media (max-width: 660px) {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 100%;
  }
}

.toshiba-promotion .hero-description .bold-text {
  font-weight: 700;
}

.toshiba-promotion .hero-cta {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;

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

  @media (max-width: 660px) {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
  }
}

.toshiba-promotion .hero-disclaimer {
  font-size: 10px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  max-width: 380px;
  margin-bottom: 25px;

  @media (max-width: 1218px) {
    max-width: 360px;
  }

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

  @media (max-width: 660px) {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.toshiba-promotion .hero-btn {
  background-color: #ec1c24;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px 32px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  min-width: 280px;
  transition: background-color 0.2s;

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

.toshiba-promotion .hero-btn:hover {
  background-color: #d01920;
}

.toshiba-promotion .hero-product {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translateY(-50%);
  width: 419px;
  height: 182px;
  background: url(images/tabs.png) no-repeat 50% 50%;
  background-size: contain;

  @media (max-width: 1218px) {
    left: 50%;
    width: 360px;
  }

  @media (max-width: 960px) {
    background-size: contain;
    width: 280px;
    left: 55%;
  }

  @media (max-width: 660px) {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 130px;
    background: url(images/tabs.png) no-repeat center center;
    background-size: contain;
  }
}

/* ==================== TABS NAV ==================== */

.toshiba-promotion .tabs-nav {
  background-color: #ededed;
  padding: 20px 0;

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

.toshiba-promotion .tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  list-style: none;
  flex-wrap: wrap;

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

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

.toshiba-promotion .tab-link {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  transition: color 0.2s;

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

.toshiba-promotion .tab-link:hover,
.toshiba-promotion .tab-link.active {
  color: #ec1c24;
}

.toshiba-promotion .tab-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec1c24;
}

/* ==================== MOBILE BUTTONS ==================== */

.toshiba-promotion .buttons-section {
  padding: 20px 0;
  display: none;

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

.toshiba-promotion .buttons-section .container {
  display: flex;
  gap: 10px;

  @media (max-width: 660px) {
    flex-direction: column;
  }
}

.toshiba-promotion .red-btn {
  background-color: #ec1c24;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  flex: 1;
  height: 55px;
  border: 1px solid #ec1c24;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

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

.toshiba-promotion .red-btn:hover {
  background: #d01920;
  border-color: #d01920;
}

/* ==================== PROMOTION RULES ==================== */

.toshiba-promotion .promotion-rules {
  background-color: #fff;
  padding: 80px 0 70px;

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

  @media (max-width: 660px) {
    padding: 30px 0;
    background-color: #fff;
  }
}

.toshiba-promotion .promotion-rules .heading {
  font-size: 44px;
  line-height: 50px;
  color: #ec1c24;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;

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

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

.toshiba-promotion .promotion-rules .subheading {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;

  @media (max-width: 960px) {
    font-size: 16px;
    margin-bottom: 40px;
  }

  @media (max-width: 660px) {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.toshiba-promotion .promotion-rules .subheading .bold-text {
  font-weight: 700;
}

.toshiba-promotion .promotion-rules .rules-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;

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

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

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

.toshiba-promotion .promotion-rules .step-indicator {
  width: 64px;
  height: 64px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #ec1c24;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;

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

.toshiba-promotion .promotion-rules .rule-description {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  text-align: center;
  max-width: 240px;

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

.toshiba-promotion .promotion-rules .rule-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toshiba-promotion .promotion-rules .rule-description .bold-text {
  font-weight: 700;
}

.toshiba-promotion .promotion-rules .rule-list {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  text-align: left;
  list-style: disc;
  padding-left: 20px;
  max-width: 246px;
  margin-top: 8px;
  list-style-position: inside;
  text-align: center;

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

.toshiba-promotion .promotion-rules .rule-list li {
  color: #000;
}

.toshiba-promotion .promotion-rules .rule-list li::marker {
  color: #ec1c24;
}

.toshiba-promotion .promotion-rules .buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;

  @media (max-width: 960px) {
    flex-direction: column;
    align-items: center;
  }
}

.toshiba-promotion .outlined-btn {
  background-color: #ec1c24;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  min-width: 280px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;

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

.toshiba-promotion .outlined-btn:hover {
  background-color: #d01920;
}

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

/* ==================== HEALTH SECTION (Inteligentna świeżość) ==================== */

.toshiba-promotion .health-section {
  width: 100%;
  background-color: #fff;
  padding: 0;
}

.toshiba-promotion .health-container {
  max-width: 1376px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  min-height: 480px;

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

  @media (max-width: 660px) {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.toshiba-promotion .health-content {
  padding: 60px 60px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;

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

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

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

.toshiba-promotion .health-image {
  position: relative;
  overflow: hidden;
}

.toshiba-promotion .health-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.toshiba-promotion .health-section .heading {
  font-size: 38px;
  line-height: 44px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;

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

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

.toshiba-promotion .health-section .description {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 460px;

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

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

.toshiba-promotion .health-section .description .bold-text {
  font-weight: 700;
}

.toshiba-promotion .health-section .health-cta {
  font-size: 16px;
  color: #000;

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

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

.toshiba-promotion .health-section .health-cta .bold-text {
  font-weight: 700;
}

/* ==================== PRODUCTS SECTION ==================== */

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

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

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

.toshiba-promotion .products-section .heading {
  font-size: 36px;
  line-height: 42px;
  color: #ec1c24;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;

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

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

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

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

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

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

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

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

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

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

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

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

.toshiba-promotion .products-dots .dot.active {
  background-color: #ec1c24;
}

/* ==================== FEATURES SECTION ==================== */

.toshiba-promotion .features-section {
  background-color: #ededed;
  padding: 0;
  padding-bottom: 70px;

  @media (max-width: 660px) {
    background-color: #fff;
    padding-bottom: 0px;
  }
}

.toshiba-promotion .features-section .container {
  max-width: 1376px;
  padding: 0;
}

.toshiba-promotion .feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;

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

.toshiba-promotion .feature-row .feature-image {
  overflow: hidden;
}

.toshiba-promotion .feature-row .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.toshiba-promotion .feature-row .feature-text {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;

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

  @media (max-width: 660px) {
    padding: 30px 25px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
}

.toshiba-promotion .feature-row.reverse .feature-image {
  order: 2;

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

.toshiba-promotion .feature-row.reverse .feature-text {
  order: 1;

  @media (max-width: 660px) {
    order: 1;
  }
}

.toshiba-promotion .feature-title {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;

  @media (max-width: 660px) {
    margin-bottom: 10px;
  }
}

.toshiba-promotion .feature-description {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  max-width: 352px;

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

/* ==================== GIFT SECTION ==================== */

.toshiba-promotion .gift-section {
  background-color: #fff;
  padding: 60px 0 70px;

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

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

.toshiba-promotion .gift-section .heading {
  font-size: 36px;
  line-height: 44px;
  color: #ec1c24;
  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: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.toshiba-promotion .gift-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 900px;
  margin: 0 auto 50px;

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

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

.toshiba-promotion .gift-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.toshiba-promotion .gift-title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  min-height: 44px;

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

.toshiba-promotion .gift-image {
  width: 100%;
  max-width: 300px;
  margin-bottom: 25px;

  @media (max-width: 660px) {
    max-width: 240px;
    margin-bottom: 20px;
  }
}

.toshiba-promotion .gift-image img {
  width: 100%;
  height: auto;
  display: block;
}

.toshiba-promotion .gift-list {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  text-align: left;
  list-style: disc;
  padding-left: 20px;
  max-width: 316px;
  align-self: center;

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

.toshiba-promotion .gift-list li {
  margin-bottom: 6px;
}

.toshiba-promotion .gift-list li:last-child {
  margin-bottom: 0;
}

.toshiba-promotion .gift-cta-wrapper {
  display: flex;
  justify-content: center;
}

/* ==================== FOOTER SECTION ==================== */

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

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

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

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

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

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

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

.toshiba-promotion .footer-heading {
  font-size: 38px;
  line-height: 46px;
  color: #ec1c24;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 420px;

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

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

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

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

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

.toshiba-promotion .footer-btn {
  background-color: #ec1c24;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px 40px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  min-width: 260px;
  transition: background-color 0.2s;

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

.toshiba-promotion .footer-btn:hover {
  background: #d01920;
}

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

.toshiba-promotion .form-section {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #ededed;
}

@media (max-width: 1218px) {
  .toshiba-promotion .form-section {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.toshiba-promotion .form-section .container {
  max-width: 1218px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 20;
}

.toshiba-promotion .form-section .form-heading {
  font-size: 40px;
  line-height: 40px;
  color: #ec1c24;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-heading {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

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

.toshiba-promotion .form-section .form-row {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row {
    flex-direction: column;
    gap: 40px;
  }
}

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

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-heading {
    font-size: 20px;
  }
}

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

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-subheading {
    font-size: 14px;
  }
}

.toshiba-promotion .form-section .form-row .form-row-content {
  flex: 1;
}

@media (min-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content {
    max-width: 820px;
    margin-left: auto;
  }
}

.toshiba-promotion .form-section .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: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content .form-label {
    font-size: 14px;
  }
}

.toshiba-promotion .form-section .form-row .form-row-content .form-label .red-text {
  color: #ec1c24;
}

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

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content .form-label .help-text {
    font-size: 14px;
  }
}

.toshiba-promotion .form-section .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;
}

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content .form-input {
    font-size: 14px;
  }
}

.toshiba-promotion .form-section .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;
}

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content .form-select {
    font-size: 14px;
  }
}

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

.toshiba-promotion .form-section .form-row .form-row-content .form-checkbox {
  width: 30px;
  height: 30px;
  background-color: #f6f6f6;
  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;
}

.toshiba-promotion .form-section .form-row .form-row-content .form-checkbox:checked {
  background-color: #ec1c24;
  border-color: #ec1c24;
}

.toshiba-promotion .form-section .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);
}

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

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .form-row .form-row-content .checkbox-label {
    font-size: 14px;
  }
}

.toshiba-promotion .form-section .form-row .form-row-content .checkbox-label a {
  text-decoration: underline;
  color: #ec1c24;
}

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

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

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

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

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

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

@media (max-width: 1218px) {
  .toshiba-promotion .form-section .input-file-wrapper .file-trigger-text {
    font-size: 14px;
  }
}

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

@media (max-width: 660px) {
  .toshiba-promotion .form-section .file-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.toshiba-promotion .form-section .file-text .red-text {
  color: #ec1c24;
  font-weight: bold;
}

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

.toshiba-promotion .form-section .submit-btn {
  background-color: #ec1c24;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: 65px;
  border: 1px solid #ec1c24;
  outline: none;
  cursor: pointer;
  margin: 40px auto 0 auto;
  display: block;
  transition: all 0.2s ease;
}

.toshiba-promotion .form-section .submit-btn:hover {
  background: transparent;
  border: 1px solid #ec1c24;
  color: #ec1c24;
}

.toshiba-promotion .form-section .error-input-text {
  color: #ec1c24;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 1px;
}

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

.toshiba-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;
}

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

.toshiba-promotion .form-section .red-text {
  color: #ec1c24;
}

@media (max-width: 660px) {
  .toshiba-promotion .form-section .submit-btn {
    width: 100%;
    max-width: 320px;
  }

  .toshiba-promotion .form-section .tooltip-image {
    max-width: 100%;
  }
}
