:root {
  --logo-blue: #00a0e9;
  --white: white;
  --black: #353535;
  --logo-green: #cdde67;
  --grey: #aeaeae;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #353535;
  background-color: #f7f7f7;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  white-space: pre-wrap;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.header {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.container {
  width: auto;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
}

.container.header {
  padding-left: 40px;
  padding-right: 40px;
  inset: 0% 0% auto;
}

.container.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container.full-width.home-banner, .container.full-width.no-overflow {
  overflow: visible;
}

.header-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.header-logo-b {
  justify-content: center;
  align-items: center;
  max-width: 290px;
  height: 100%;
  display: flex;
}

.header-logo {
  width: 100%;
}

.nav-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown:hover {
  color: var(--logo-blue);
}

.nav-dropdown-txt {
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: block;
}

.nav-dropdown-arrow {
  flex: none;
  width: 12px;
}

.header-nav-dropdown-list {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 180px;
  margin-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  inset: 0% auto auto 45%;
  overflow: hidden;
  transform: translate(-50%);
}

.header-nav-dropdown-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-nav-dropdown-b.m-show {
  display: none;
}

.header-nav-dropdown-list-link {
  color: var(--logo-blue);
  text-align: center;
  border-bottom: 1px solid #00a0e933;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.header-nav-dropdown-list-link:hover {
  opacity: .5;
}

.header-nav-dropdown-list-link.no-borders {
  border-bottom-width: 0;
  padding-bottom: 5px;
}

.header-nav-dropdown-list-link.no-borders.logo {
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav-dropdown-list-link.refrigerator {
  border-bottom-width: 0;
}

.header-nav-dropdown-list-link.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  display: block;
}

.nav-link:hover, .nav-link.w--current, .nav-link.language {
  color: var(--logo-blue);
}

.nav-link.language:hover {
  color: var(--black);
}

.header-icon-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-search-icon {
  width: 25px;
}

.home-banner-b {
  position: relative;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-top-80 {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: visible;
}

.section.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.section.padding-80.overflow-visible {
  overflow: visible;
}

.section.padding-80.product-sticky {
  position: relative;
}

.section.color-bg {
  background-image: linear-gradient(45deg, #00aeef33, #c7dd7440);
  position: relative;
}

.hide {
  display: none;
}

.home-banner-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  display: flex;
}

.home-banner-slide {
  width: 100%;
}

.home-banner-slide-img-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-banner-slide-img-b.m-show {
  display: none;
}

.home-banner-mask {
  width: 100%;
  height: auto;
}

.home-banner-bg {
  width: 100%;
  position: absolute;
  overflow: clip;
}

.marquee-txt {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1vw;
  font-size: 50px;
  display: flex;
}

.marquee-txt.line-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00aeef80, #c7dd74bf);
  -webkit-background-clip: text;
  background-clip: text;
}

.marquee-txt.line-2 {
  color: #f7f7f7;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: white;
  paint-order: stroke fill;
}

.marquee-txt.line-3 {
  color: #fff;
  paint-order: stroke fill;
}

.marquee-txt-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-banner-marquee {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-banner-marquee.line-1 {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 35% auto auto 0%;
  transform: rotate(-4deg);
}

.home-banner-marquee.line-2 {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 48% auto auto -10%;
  transform: rotate(-4deg);
}

.home-banner-marquee.line-3 {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 58% auto auto;
  transform: rotate(-4deg);
}

.home-categories-b {
  margin-top: 80px;
  position: relative;
}

.home-categories-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-categories-col {
  width: 33.33%;
}

.card-b {
  background-color: var(--white);
  height: 100%;
  color: var(--logo-blue);
  border-radius: 15px;
  padding: 20px 20px 150px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #a1a1a140;
}

.card-video-b {
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-video-b.refrigerator {
  z-index: 1;
  bottom: -34%;
  right: -28%;
}

.card-video-b.air-con {
  z-index: 2;
  justify-content: center;
  align-items: center;
  bottom: -10%;
  right: -50%;
}

.card-video-b.fuji-l {
  z-index: 2;
  width: 70%;
  bottom: 0%;
  right: -10%;
}

.card-video-b.fuji-r {
  z-index: 2;
  width: 90%;
  bottom: -20%;
  right: -30%;
}

.card-video-b.gala-refrigerator {
  z-index: 2;
  width: 100%;
  bottom: -30%;
  right: -25%;
}

.card-video-b.home-washer {
  z-index: 7;
  width: 100%;
  position: absolute;
  inset: auto -30% -40% auto;
}

.card-video-b.cinetron {
  z-index: 2;
  width: 80%;
  bottom: -25%;
  right: -14%;
}

.card-video-b.washer, .card-video-b.dryer {
  z-index: 2;
  width: 70%;
  inset: 0% 0% 0% auto;
}

.card-gradient {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-gradient.middle {
  inset: 0% auto auto 0%;
}

.text-around {
  width: 180px;
  height: 180px;
}

.circular-text {
  width: 150%;
  max-width: none;
  height: 150%;
  position: absolute;
  inset: 0%;
}

.card-txt-around-b {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: auto auto -30% -45%;
}

.card-hover-brand-b {
  z-index: 15;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-corner-deco-b {
  z-index: 10;
  pointer-events: none;
}

.logo-b {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.img-full {
  width: 100%;
}

.home-products-b {
  position: relative;
}

.section-title-b {
  width: 100%;
  color: var(--logo-blue);
  paint-order: stroke fill;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-title-b.with-btn {
  position: relative;
}

.section-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #c7dd74bf, #00aeef80);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-bottom: -1%;
  padding-right: .5%;
  font-family: Gurajada, sans-serif;
  font-size: 48px;
  line-height: 100%;
  display: flex;
}

.section-title.chi-txt {
  font-family: Noto Sans TC, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.home-product {
  margin-top: 40px;
}

.home-product-slider {
  background-color: #0000;
  width: 100%;
}

.home-product-mask {
  overflow: visible;
}

.home-product-slide {
  width: 45%;
  height: 100%;
  margin-right: 15px;
}

.slide-content-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-content-col.l {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-content-col.r {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
  position: relative;
}

.slider-content-col.side-bar {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  height: 100%;
  display: flex;
}

.slider-content-img-b {
  width: 100px;
  max-width: 100px;
}

.item-content-title-b {
  color: var(--logo-blue);
  font-weight: 700;
}

.item-content-model-b {
  color: var(--logo-blue);
  margin-top: -5px;
  font-size: 12px;
  font-weight: 700;
}

.item-content-item-b {
  margin-top: 10px;
}

.item-content-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.item-content-price-b {
  margin-top: 8%;
  font-size: 18px;
}

.home-banner-slide-img {
  border-radius: 15px;
  width: 65%;
  max-width: 100%;
  overflow: hidden;
}

.slider-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -7%;
}

.slider-right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -6%;
}

.home-news-b {
  background-image: linear-gradient(270deg, #c7dd7426, #00aeef26);
  border-radius: 25px;
  padding: 2.5vw 5vw;
  position: relative;
  overflow: hidden;
}

.slider-content-btn {
  aspect-ratio: 1;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
}

.home-news-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-news-col.l {
  width: 40%;
}

.home-news-col.r {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.home-news-item-b {
  min-height: 80px;
  position: relative;
}

.home-news-item-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.home-news-item-content-date {
  color: var(--logo-blue);
}

.home-news-item-content-categories {
  font-weight: 500;
}

.home-news-item-content-b {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-news-item-btn {
  aspect-ratio: 1;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
}

.home-news-slider {
  background-color: #0000;
  height: auto;
}

.home-news-slider-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.home-news-slider-b {
  width: 100%;
  height: 100%;
}

.home-news-slider-content-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-news-slide {
  width: 100%;
  height: 100%;
}

.home-news-slider-img {
  width: 100%;
}

.home-news-slider-title {
  font-size: 20px;
  line-height: 150%;
}

.home-news-slider-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
  position: static;
  inset: auto auto 0% 5%;
}

.home-news-slider-content-date {
  color: var(--logo-blue);
  font-size: 1.5vw;
}

.home-news-slider-content-categories {
  font-size: 1.5vw;
  font-weight: 500;
}

.round-corner-b {
  position: absolute;
  inset: 0% 0% auto auto;
}

.round-corner-b.top-r {
  display: flex;
  top: -16%;
}

.round-corner-b.top-r.home-product-card {
  inset: 0% auto auto 0%;
}

.home-news-slider-nav {
  position: static;
}

.home-news-marquee-b {
  display: none;
}

.home-news-marquee {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-news-marquee.line-1 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: absolute;
  inset: 35% auto auto 0;
  overflow: hidden;
  transform: rotate(-4deg);
}

.home-news-marquee.line-2 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 48% auto auto -10%;
  transform: rotate(-4deg);
}

.home-news-marquee.line-3 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 58% auto auto 0%;
  transform: rotate(-4deg);
}

.home-brand-b {
  position: relative;
}

.home-brand {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.brand-b {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-b {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-logo {
  width: 180px;
  max-width: 180px;
}

.footer-col {
  flex: 1;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-title {
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-link-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.footer-icon {
  width: 24px;
  display: block;
}

.footer-icon:hover {
  transform: scale(1.1);
}

.footer-wrap {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: var(--black);
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--logo-blue);
}

.footer-bottom-b {
  color: #fff;
  background-color: #353535;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-txt-wrap.r {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-bottom-icon {
  width: 40px;
}

.footer-bottom-link {
  color: #fff;
}

.footer-bottom-link:hover {
  opacity: .51;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-title {
  z-index: 10;
  position: relative;
}

.card-title.home {
  width: 35%;
}

.home-banner-deco {
  width: 100%;
  height: 100%;
  position: absolute;
}

.blue-ball {
  background-color: var(--logo-blue);
  border-radius: 999px;
  position: absolute;
}

.blue-ball._1 {
  opacity: .15;
  width: 19px;
  height: 19px;
  top: 5%;
  left: 10%;
}

.blue-ball._2 {
  opacity: 1;
  width: 34px;
  height: 34px;
  top: 90%;
  left: 4%;
}

.blue-ball._3 {
  opacity: 1;
  filter: blur(5px);
  width: 19px;
  height: 19px;
  top: 20%;
  left: 95%;
}

.blue-ball._4 {
  opacity: 1;
  width: 19px;
  height: 19px;
  top: 97%;
  left: 95%;
}

.green-ball {
  background-color: var(--logo-green);
  border-radius: 999px;
  position: absolute;
}

.green-ball._1 {
  width: 31px;
  height: 31px;
  top: 19%;
  left: 2%;
}

.green-ball._2 {
  opacity: 1;
  width: 34px;
  height: 34px;
  top: 90%;
  left: 3%;
}

.green-ball._3 {
  opacity: 1;
  filter: blur(5px);
  width: 19px;
  height: 19px;
  top: 20%;
  left: 95%;
}

.green-ball._4 {
  opacity: 1;
  width: 19px;
  height: 19px;
  top: 110%;
  left: 95%;
}

.green-ball._2 {
  filter: blur(5px);
  width: 17px;
  height: 17px;
  top: 101%;
  left: 2%;
}

.green-ball._3 {
  filter: none;
  width: 10px;
  height: 10px;
  top: 98%;
  left: 7%;
}

.green-ball._4 {
  filter: blur(5px);
  width: 17px;
  height: 17px;
  top: 63%;
  left: 90%;
}

.green-ball._5 {
  width: 35px;
  height: 35px;
  top: 72%;
  left: 95%;
}

.card-video {
  object-fit: contain;
  width: 100%;
  height: 350px;
}

.card-video.air-con-l {
  width: 80%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.card-video.gala-refrigerator {
  height: 400px;
}

.card-video.home-card {
  width: 100%;
  height: 280px;
}

.header-nav-dropdown-list-link-hide {
  color: var(--logo-blue);
  text-align: center;
  border-bottom: 1px solid #00a0e933;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.header-nav-dropdown-list-link-hide:hover {
  opacity: .5;
}

.header-nav-dropdown-list-link-hide.no-borders {
  border-bottom-width: 0;
}

.header-nav-dropdown-list-brand-b {
  height: 0;
  display: none;
}

.header-nav-dropdown-list-brand-b.air-con {
  display: none;
}

.contact-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.contact-no-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-no-col {
  flex: 1;
}

.contact-card-b {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--logo-blue);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.card-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card-contact-img {
  width: 24px;
  height: 24px;
}

.card-contact-txt {
  flex: 1;
}

.contact-link {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--logo-blue);
}

.contact-link.no-b {
  font-weight: 400;
}

.card-contact-arrow {
  width: 40px;
  height: 40px;
}

.contact-form-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--logo-blue);
  border-radius: 15px;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.red-txt {
  color: red;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.contact-form-txt-wrap {
  color: var(--black);
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
}

.contact-form {
  flex-flow: wrap;
  margin-bottom: 0;
  display: flex;
}

.contact-form-list {
  z-index: 10;
  width: 100%;
  color: var(--black);
  flex-flow: wrap;
  position: relative;
}

.contact-radio-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.contact-radio-col {
  background-color: var(--white);
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  align-self: center;
  padding: 12px 50px 12px 20px;
  position: relative;
}

.contact-form-col {
  flex: 1;
  margin-bottom: 10px;
}

.form-txt-field {
  letter-spacing: 1px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  height: auto;
  min-height: 50px;
  margin-bottom: 15px;
  padding: 12px 20px;
  font-weight: 700;
}

.form-txt-field.txt-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}

.form-txt-field._50 {
  flex: 1;
}

.form-txt-field.date {
  background-image: url('../images/calendar.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-right: 40px;
}

.contact-form-50-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-btn-radio {
  border: 2px solid var(--logo-blue);
  background-color: var(--white);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.contact-btn-radio.w--redirected-checked {
  border: 2px solid var(--logo-blue);
  background-color: var(--white);
  background-image: url('../images/radio-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-radio-txt {
  color: var(--black);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.form-select-field {
  background-color: var(--white);
  max-width: 100%;
  height: auto;
  min-height: 50px;
  color: var(--black);
  letter-spacing: 1px;
  background-image: url('../images/select-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
}

.form-select-field:active {
  border: 1px solid var(--logo-blue);
  color: var(--black);
}

.form-select-field._50 {
  flex: 1;
  font-size: 14px;
}

.txt-link {
  color: var(--logo-blue);
  text-underline-offset: 3px;
}

.recaptcha-img {
  align-self: center;
  max-width: 280px;
}

.common-btn {
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8d9ca3;
  paint-order: stroke fill;
  background-image: url('../images/btn-bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.common-btn.reset {
  background-image: url('../images/btn-grey-bg.svg');
  background-position: 50%;
}

.common-btn.amimated {
  background-image: none;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.common-btn.amimated.reset {
  filter: grayscale();
}

.common-btn.compare-btn {
  white-space: nowrap;
  background-image: none;
  background-size: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-btn-wrap {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.bg-gradient-wrap {
  min-height: 800px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.bg-gradient-l {
  z-index: -1;
  pointer-events: none;
  width: 30%;
  position: absolute;
  inset: 300px auto auto 0%;
}

.bg-gradient-r {
  z-index: -1;
  pointer-events: none;
  width: 30%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 10% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg-txt-around-b {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 400px auto auto -10%;
}

.profile-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.profile-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.profile-col.r {
  flex: 0 auto;
  width: 30%;
  position: relative;
}

.profile-content-b {
  letter-spacing: 1px;
}

.profile-content-title {
  margin-bottom: 20px;
}

.blue-txt {
  color: var(--logo-blue);
  font-weight: 700;
}

.profile-img {
  position: absolute;
}

.profile-img._1 {
  width: 70%;
  inset: 10% auto auto 0%;
}

.profile-img._2 {
  width: 60%;
  inset: 25% -10% auto auto;
}

.profile-img._3 {
  width: 60%;
  inset: 55% auto auto 0%;
}

.profile-img._4 {
  width: 60%;
  inset: auto -10% 0% auto;
}

.news-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.news-content-b {
  position: relative;
}

.news-content-tab {
  color: var(--grey);
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 10px 20px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.news-content-tab.w--current {
  color: var(--logo-blue);
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.news-content-tabs-menu {
  padding-right: 150px;
}

.news-content-tabs-content {
  overflow: visible;
}

.news-content-tab-b {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.news-content-tab-b.w--current {
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.news-slider-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.news-slider-b {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

.news-slider-btn {
  aspect-ratio: 1;
  border-top-left-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.news-content-tab-pane {
  width: 100%;
}

.news-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.news-col.l {
  width: 45%;
}

.news-col.r {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.news-slider {
  background-color: #0000;
  height: auto;
  position: sticky;
  top: 100px;
}

.news-year-b {
  position: absolute;
  inset: 0% 0% auto auto;
}

.year-select-field {
  min-height: 50px;
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/select-down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 0 solid #000;
  border-radius: 18px;
  padding: 10px 50px 10px 10px;
  font-weight: 700;
}

.gradient-outline {
  background-image: linear-gradient(0deg, #c7dd74, #00aeef);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 55px;
}

.gradient-outline.compare {
  border-radius: 12px;
  height: 100%;
  padding: 2px;
}

.gradient-outline-bg {
  justify-content: space-between;
  align-items: center;
  max-height: 55px;
  padding: 12px 3px 2px;
  display: flex;
}

.news-year-form-b {
  height: auto;
  margin-bottom: 0;
}

.news-item-content-b {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.btn-wrap {
  display: flex;
}

.media-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.media-content-b {
  position: relative;
}

.media-content-tab-b {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.media-content-tab-b.w--current {
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.media-content-tab {
  color: var(--grey);
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 10px 20px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.media-content-tab.w--current {
  color: var(--logo-blue);
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.media-content-tabs-content {
  overflow: visible;
}

.media-content-tab-pane {
  width: 100%;
}

.media-row {
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.media-col.l {
  width: 60%;
  position: sticky;
  top: 100px;
}

.media-col.r {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  margin-top: 75px;
  margin-left: 20px;
  display: flex;
}

.media-item-b {
  min-height: 80px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.media-item-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.media-video-title {
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(135deg, #00aeef, #c7dd74);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
}

.media-video-txt {
  font-size: 16px;
  line-height: 120%;
}

.media-video-b {
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.media-year-b {
  position: absolute;
  inset: 0% 0% auto auto;
}

.highlight-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.highlight-content-b {
  position: relative;
}

.highlight-content-tab-b {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.highlight-content-tab-b.w--current {
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.highlight-content-tab {
  color: var(--grey);
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 10px 20px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.highlight-content-tab.w--current {
  color: var(--logo-blue);
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.highlight-content-tabs-content {
  overflow: visible;
}

.highlight-content-tab-pane {
  width: 100%;
}

.highlight-content {
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.highlight-txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.highlight-item-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.highlight-item-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.highlight-item-popup-container {
  z-index: 99999;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.highlight-popup-b {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.highlight-popup-content-container {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding: 40px;
  position: relative;
}

.highlight-popup-content-title-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.highlight-popup-content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.highlight-popup-content-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00aeef80, #c7dd74bf);
  -webkit-background-clip: text;
  background-clip: text;
}

.highlight-popup-content-info-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.highlight-popup-content-txt-b {
  margin-top: 20px;
}

.highlight-popup-content-img-b {
  max-width: 850px;
  margin-top: 20px;
  display: flex;
  overflow: auto;
}

.highlight-popup-content-img {
  width: 350px;
}

.close-btn {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn.popup-close {
  cursor: pointer;
}

.popup-bg {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.career-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.career-content-b {
  position: relative;
}

.career-apply-btn {
  width: 180px;
  margin-top: 40px;
}

.team-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.team-content-b {
  position: relative;
}

.team-content-title {
  color: var(--logo-blue);
  font-size: 20px;
  font-weight: 700;
}

.team-content-txt {
  margin-top: 5px;
}

.rules-b {
  width: 100%;
  max-width: 1920px;
}

.bigger-txt {
  font-size: 20px;
  line-height: 150%;
}

.rules-txt {
  margin-top: 20px;
}

.rules-item-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.rules-col {
  width: 45%;
}

.rules-col._3 {
  margin-left: 60px;
}

.rules-col._5 {
  margin-left: 160px;
}

.rules-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.service-rules-marquee {
  z-index: -1;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.service-rules-marquee.line-1 {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 30% auto auto 0%;
  transform: rotate(-4deg);
}

.service-rules-marquee.line-2 {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 48% auto auto -10%;
  transform: rotate(-4deg);
}

.service-rules-marquee.line-3 {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 53% auto auto 0%;
  transform: rotate(-4deg);
}

.service-rules-marquee.line-2 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 42% auto auto 0%;
  transform: rotate(-4deg);
}

.center-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.center-content-b {
  position: relative;
}

.center-content-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.center-content-col.l {
  flex-flow: column;
  width: 100%;
}

.center-content-col.r {
  flex: 1;
}

.center-card-b {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--logo-blue);
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.center-card-address-b {
  color: var(--black);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.center-card-phone-b, .center-card-fax-b, .center-card-email-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.center-card-opening-hr-b {
  color: var(--black);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.where-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.where-content-b {
  position: relative;
}

.clear-btn {
  color: var(--black);
  background-color: #aeaeae80;
  background-image: url('../images/remove.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 99px;
  padding-right: 45px;
  font-weight: 700;
}

.where-list-row {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.where-list-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.where-list-item-content-b {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.where-list-address-b {
  font-size: 16px;
  line-height: 150%;
}

.where-list-phone-b, .where-list-fax-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.where-filter-clean-btn {
  align-self: center;
  margin-left: 10px;
}

.download-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.download-content-b {
  position: relative;
}

.download-list-row {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.download-list-item-title {
  text-align: center;
  margin-top: 5px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.registration-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.registration-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.registration-content-txt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.registration-customer-b {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.registration-customer-heading-b {
  color: var(--logo-blue);
}

.customer-form-col._50 {
  flex: 1;
}

.customer-form-50-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.registration-product-b {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 40px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.product-form {
  color: var(--black);
}

.product-form-list.promo-code-b {
  margin-top: 40px;
}

.product-form-col {
  width: 50%;
}

.product-form-col._50 {
  flex: 1;
}

.product-form-50-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.product-form-detail {
  width: 100%;
}

.product-form-detail.r {
  z-index: 1;
  width: 200px;
  position: relative;
}

.product-form-detail-b {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.form-checkbox-field {
  border: 1px solid var(--grey);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-checkbox-field.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-size: 12px;
  padding: 2px;
}

.customer-form-row, .product-form-row {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.registration-add-product {
  margin-top: 20px;
}

.registration-add-product-title {
  font-size: 22px;
  font-weight: 700;
}

.registration-add-product-list {
  margin-top: 20px;
  padding-left: 20px;
}

.registration-add-product-list-title-b {
  border-bottom: .5px solid var(--grey);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.registration-add-product-list-title {
  flex: 1;
  padding: 20px;
}

.registration-add-product-list-item-b {
  display: flex;
}

.registration-add-product-list-brand, .registration-add-product-list-model {
  flex: 1;
  align-self: center;
  padding: 10px 20px;
}

.registration-add-product-list-no {
  text-align: right;
  flex: 1;
  align-self: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.registration-add-product-list-remove {
  flex: 1;
  align-self: center;
  padding: 10px 20px;
}

.booking-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.booking-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.booking-content-txt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.booking-product-b {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 40px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.booking-customer-b {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.booking-btn-b {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.booking-form-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.btn-green {
  z-index: -2;
  pointer-events: none;
  width: 75%;
  position: absolute;
}

.btn-blue {
  z-index: -1;
  pointer-events: none;
  width: 70%;
  position: absolute;
}

.button {
  color: var(--logo-blue);
  background-color: #0000;
  background-image: url('../images/add-btn.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
}

.fuji-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.brand-logo-b {
  max-width: 300px;
}

.fuji-content-b {
  position: relative;
}

.fuji-content-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.fuji-content-col {
  flex: 1;
}

.fuji-card-b {
  background-color: var(--white);
  color: var(--logo-blue);
  border-radius: 15px;
  padding: 20px 20px 200px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-card-map {
  width: 50%;
  height: 100%;
  min-height: 350px;
}

.map-code {
  width: 100%;
  height: 100%;
}

.faq-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.faq-content-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-content-tab-b {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.faq-content-tab-b.w--current {
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.faq-content-tabs-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
}

.faq-content-tabs-content {
  overflow: visible;
}

.faq-txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.faq-question-b {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.cinetron-content-col {
  flex: 0 auto;
  width: 50%;
}

.cinetron-content-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.gala-b, .cinetron-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.cinetron-card-b {
  background-color: var(--white);
  color: var(--logo-blue);
  border-radius: 15px;
  padding: 20px 20px 200px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-heading-b {
  color: var(--logo-blue);
}

.faq-question-item {
  margin-top: 20px;
}

.question-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.answer-b {
  margin-top: 5px;
  overflow: hidden;
}

.question-img-b {
  width: 20px;
}

.question-txt-b {
  color: var(--logo-blue);
  flex: 1;
  justify-content: space-between;
  padding-right: 30px;
  font-size: 22px;
  display: flex;
}

.answer-txt {
  margin-left: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.question-txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.q-a-open, .q-a-close {
  width: 32px;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.faq-list {
  margin-bottom: 20px;
}

.listing-content-b {
  position: relative;
}

.listing-filter-form {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.listing-filter-select-field-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.compare-btn-b {
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.toggle-bg {
  background-color: #979797;
  border-radius: 10px;
  width: 100%;
  height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 5px #00000040;
}

.toggle-ball {
  background-color: #dcdcdc;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  position: absolute;
  inset: 50% auto auto 10%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 5px #00000040;
}

.toggle-ball:hover {
  box-shadow: 0 2px 30px #00a0e940, 0 2px 5px #00000040;
}

.toggle-b {
  align-self: center;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
}

.compare-btn-txt {
  word-break: keep-all;
  width: 100%;
  font-weight: 700;
}

.header-nav-dropdown-list-category-b {
  height: 0;
  display: none;
}

.header-nav-dropdown-list-category-b.gala {
  flex-flow: column;
  display: none;
}

.listing-list-b {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.listing-list-item-b {
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.listing-filter-select-field {
  background-color: var(--white);
  min-height: 50px;
  color: var(--black);
  letter-spacing: 1px;
  background-image: url('../images/select-down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 18px;
  flex: 1;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.listing-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.top-20 {
  padding-top: 20px;
}

.school-explorer-compare-icon {
  width: 30px;
  height: 30px;
}

.school-explorer-compare-close-btn {
  width: 30px;
  display: block;
}

.relative {
  z-index: 5;
  margin-left: 10px;
  position: relative;
}

.relative.compare-section {
  width: 30%;
}

.school-explorer-compare-logo-img-b {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.sticky-compare-open-btn {
  background-color: var(--white);
  pointer-events: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 10px #a1a1a140;
}

.school-explorer-compare-r-btn-b {
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.school-explorer-compare-logo-b {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 7.5px #a1a1a140;
}

.listing-compare-btn-container {
  z-index: 90;
  pointer-events: none;
  height: 100%;
  padding-top: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.listing-compare-btn-container.full-width {
  pointer-events: auto;
  margin-right: -80px;
  display: none;
}

.listing-compare-scroll-b {
  position: sticky;
  top: 40%;
  transform: translate(0, 57px)translate(0, -50%);
}

.listing-compare-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.listing-compare-btn-content-container {
  pointer-events: auto;
  width: auto;
  position: relative;
}

.listing-compare-btn-content-b {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 800px;
  padding: 40px;
  box-shadow: 0 4px 10px #a1a1a140;
}

.listing-compare-top-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listing-compare-logo-flex {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.listing-compare-logo-col {
  width: 33.33%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.listing-compare-logo-title-b {
  color: var(--logo-blue);
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.compare-open-btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.compare-close-btn {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.compare-checkbox-form-b {
  width: 34px;
  height: 34px;
}

.checkbox-form {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.compare-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.comparison-content-b {
  position: relative;
}

.comparison-list-b {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.comparison-big-col-row {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.comparison-big-col-row.compare-page {
  align-items: stretch;
}

.compare-item-b {
  background-color: var(--white);
  border-radius: 12px;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.compare-item-logo-b {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.compare-item-logo-close-btn {
  width: 40px;
  display: block;
}

.comparison-big-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.comparison-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.compare-item-logo-close-b {
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.compare-item-img-container {
  width: 100%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-big-title-col {
  width: 33.33%;
  max-width: 220px;
  font-weight: 700;
}

.txt-bold {
  font-weight: 700;
}

.item-compare-big-container {
  width: 100%;
  margin-top: -40px;
  position: relative;
}

.item-compare-b {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 130%;
}

.item-compare-list {
  margin-left: -20px;
  overflow: hidden;
}

.item-compare-content-b {
  padding-top: 15px;
  padding-bottom: 15px;
}

.comparison-col-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 5px;
  display: flex;
}

.bullet-icon-b {
  aspect-ratio: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.product-details-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.product-details-content-b {
  position: relative;
}

.product-details-btn-b {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.product-details-left-btn {
  flex: 1;
}

.product-details-right-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.product-details-back-btn {
  text-decoration: none;
}

.back-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.circle-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.product-details-list-b {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.product-details-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.product-details-col.l {
  width: 30%;
}

.product-details-col.r {
  flex: 1;
}

.product-details-img-b {
  background-color: var(--white);
  border-radius: 15px;
  padding: 10px 10px 40px;
  position: relative;
  overflow: hidden;
}

.product-details-title-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: 1px;
  flex-flow: wrap;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.product-details-title-b.m-show {
  display: none;
}

.product-detais-info-b {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.features-col-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.features-col-with-icon.full {
  width: 100%;
  margin-bottom: 0;
}

.details-features-b {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-spec-info-b {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.details-specs-b {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-flow: row;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.features-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.features-col.l {
  width: 30%;
  font-weight: 700;
}

.features-col.r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.product-download-info-b {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.details-download-b {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.download-btn {
  width: 24px;
  height: 24px;
}

.product-spec-info-wrap, .details-download-wrap {
  margin-top: 20px;
}

.product-details-img-zoom-btn {
  width: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-details-price-b {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.gala-card-b {
  background-color: var(--white);
  color: var(--logo-blue);
  border-radius: 15px;
  padding: 20px 20px 200px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-slider-popup-container {
  z-index: 99999;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.news-slider-popup-b {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.news-slider-popup-content-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding: 40px 40px 20px 20px;
  position: relative;
}

.home-news-slider-content {
  font-size: 1.25vw;
  line-height: 150%;
}

.news-item-popup-container {
  z-index: 99999;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.news-item-popup-b {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.news-item-popup-content-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding: 40px 40px 20px 20px;
  position: relative;
}

.news-item-content-wrap {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

.news-item-content-wrap-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-span {
  margin-top: -4px;
  display: block;
}

.download-filter-b {
  overflow: hidden;
}

.download-filter-form {
  flex-flow: wrap;
  justify-content: center;
}

.download-filter-select-field-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.download-filter-select-field {
  background-color: var(--white);
  min-height: 50px;
  color: var(--black);
  letter-spacing: 1px;
  background-image: url('../images/select-down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 18px;
  flex: 1;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.where-filter-form {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.where-filter-select-field-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  width: 100%;
  display: flex;
}

.where-filter-select-field {
  background-color: var(--white);
  min-height: 50px;
  color: var(--black);
  letter-spacing: 1px;
  background-image: url('../images/select-down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 18px;
  flex: 1;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.faq-video-b {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
  width: 100%;
}

.faq-process-b {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.faq-process-img-b {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.faq-arrow-b {
  width: 5%;
  margin: 20px auto;
}

.tab-pane {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.faq-content-tab-link {
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  flex: none;
  padding: 10px 20px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.faq-content-tab-link.w--current {
  color: var(--logo-blue);
  background-color: #0000;
  background-image: url('../images/btn-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.pop-up-b {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.search-close-b {
  z-index: 2;
  cursor: pointer;
  width: 25px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-close-b.popup-close {
  width: 40px;
  margin-top: 20px;
  margin-right: 20px;
}

.inline-b {
  display: inline-block;
}

.search-b {
  background-color: var(--white);
  background-image: url('../images/search-icon.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px #000;
  border-radius: 50px;
  min-height: 55px;
  padding-left: 20px;
  padding-right: 50px;
}

.search-popup-container {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-popup-content-container {
  z-index: 1;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 900px;
  padding: 80px 40px 40px;
  position: relative;
}

.search-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.media-list-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.media-list-item-img {
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.media-list-item-title {
  text-align: center;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.disclaimer-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.disclaimer-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.disclaimer-content-b {
  letter-spacing: 1px;
  line-height: 200%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-result-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.search-result-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.search-result-listing-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.policy-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.policy-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.policy-content-b {
  letter-spacing: 1px;
  line-height: 200%;
}

.new-product-tag {
  color: #fff;
  text-align: center;
  background-image: url('../images/btn-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.news-inner-content-b {
  position: relative;
}

.news-inner-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.news-inner-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #00aeef, #c7dd74);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.news-inner-sub-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.news-inner-date {
  color: var(--logo-blue);
}

.news-inner-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 18px;
  line-height: 150%;
}

.news-inner-img {
  width: 60%;
}

.highlight-inner-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.highlight-inner-content-b {
  position: relative;
}

.highlight-inner-title-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.highlight-inner-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.highlight-inner-title-category {
  background-image: linear-gradient(90deg, var(--logo-blue), var(--logo-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 700;
}

.highlight-inner-developer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.highlight-inner-img {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.highlight-lightbox {
  width: 100%;
}

.highlight-lightbox-b {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.slider-thumb-nav-active {
  pointer-events: none;
  background-color: #ffffff80;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.slider-thumb-nav-active.v-active {
  border: 1px solid var(--logo-blue);
  background-color: #fff0;
}

.slider-thumb-nav {
  aspect-ratio: 1;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  width: calc(25% - 15px);
  position: relative;
  overflow: hidden;
}

.padding-top-20 {
  padding-top: 20px;
}

.slider-thumb-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.sitemap-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.sitemap-content-b {
  grid-row-gap: 60px;
  letter-spacing: 1px;
  flex-flow: wrap;
  line-height: 200%;
  display: flex;
}

.sitemap-content-item-b {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.sitemap-content-item-title {
  background-image: linear-gradient(140deg, var(--logo-blue), #c8dd6ab3);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}

.sitemap-content-link-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemap-content-link-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
}

.sitemap-content-link-b:hover {
  color: var(--logo-blue);
}

.sitemap-content-link-img {
  width: 16px;
  height: 16px;
}

.product-details-slide, .mask {
  height: auto;
}

.product-details-slider {
  background-color: #0000;
  height: 100%;
}

.warranty-terms-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 1920px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.warranty-terms-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.warranty-terms-content-b {
  letter-spacing: 1px;
  line-height: 200%;
}

.warranty-terms-content-form-row {
  flex-flow: wrap;
  display: flex;
}

.warranty-terms-content-form-col {
  border: 1px solid #000;
  margin-top: -1px;
  padding-left: 20px;
}

.warranty-terms-content-form-col.l {
  width: 50%;
}

.warranty-terms-content-form-col.m {
  width: 20%;
  margin-left: -1px;
}

.warranty-terms-content-form-col.r {
  width: 30%;
  margin-left: -1px;
}

.warranty-terms-content-form-wrap {
  width: 50%;
  margin-left: 20px;
}

.warranty-terms-list {
  list-style-type: lower-alpha;
}

.margin-l-20 {
  margin-left: 20px;
}

.card-side-b {
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
  width: 100%;
}

.card-side-b.list-item-bottom {
  border-top-right-radius: 0;
}

.slide-content-wrap {
  border-radius: 10px 0 10px 10px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: -20px 20px 30px -15px #a1a1a140;
}

.home-news-item-row {
  display: flex;
}

.home-news-item-col {
  background-color: var(--white);
  border-radius: 10px 0 10px 10px;
  flex: 1;
  padding: 20px;
}

.home-news-item-col.l {
  box-shadow: -20px 20px 30px -15px #a1a1a140;
}

.home-news-item-col.side-bar {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding: 0;
  display: flex;
}

.home-news-slider-row {
  background-color: var(--white);
  flex: 1;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-news-slider-row.bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.home-news-slider-row.top {
  border-radius: 10px 10px 0 0;
}

.home-news-slider-row.middle {
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
}

.home-news-slider-row-wrap {
  display: flex;
}

.news-item-col {
  background-color: var(--white);
  border-radius: 10px 0 10px 10px;
  flex: 1;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.news-item-col.side-bar {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding: 0;
  display: flex;
}

.news-item-b {
  min-height: 80px;
  position: relative;
}

.news-item-row {
  display: flex;
  box-shadow: -20px 20px 30px -15px #a1a1a112;
}

.news-item-btn {
  aspect-ratio: 1;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
}

.news-slider-btn-wrap {
  aspect-ratio: 1;
  width: 45px;
  min-width: 45px;
  display: flex;
}

.media-side-content-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.media-side-item-row {
  padding: 20px 20px 0;
}

.media-side-item-row.top {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.media-side-item-row.middle {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
}

.media-side-row-wrap {
  display: flex;
}

.media-side-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.media-list-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.media-item-row {
  background-color: var(--white);
  flex: 1;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.media-item-row.middle {
  background-color: #0000;
  border-bottom-right-radius: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.media-item-col {
  background-color: #fff;
}

.media-item-col.left {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  box-shadow: -20px 20px 30px -15px #a1a1a140;
}

.media-item-col.r {
  background-color: #0000;
  flex-flow: column;
  width: 15%;
  display: flex;
}

.media-list-item-row {
  padding: 20px 20px 0;
}

.media-list-item-row.top {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.media-list-content-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.highlight-item-col.left {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  padding-bottom: 10px;
  padding-left: 30px;
  box-shadow: -20px 20px 30px -15px #a1a1a140;
}

.highlight-item-col.r {
  flex-flow: column;
  width: 45px;
  min-width: 45px;
  display: flex;
}

.highlight-item-row {
  background-color: var(--white);
  flex: 1;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.highlight-item-row.top {
  border-radius: 10px 10px 0 0;
}

.highlight-item-row.middle {
  background-color: #0000;
  border-bottom-right-radius: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.highlight-list-content-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.highlight-list-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.highlight-list-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.rule-item-b {
  height: 100%;
  min-height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.rule-item-row {
  display: flex;
}

.rule-item-col {
  background-color: var(--white);
  border-radius: 10px 0 10px 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.rule-item-col.side-bar {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40px;
  min-width: 40px;
  padding: 0;
  display: flex;
}

.rule-item-content {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.rule-col-item-row {
  display: flex;
}

.rule-item-content-b {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.listing-item-content-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.listing-item-content-wrap {
  border-radius: 10px 0 10px 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.listing-item-content-col.l {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.listing-item-content-col.r {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.lisiting-item-content-col.side-bar {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  height: 100%;
  display: flex;
}

.listing-item-content-btn {
  aspect-ratio: 1;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
}

.downloads-list-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.downloads-list-content-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.downloads-list-item-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.downloads-list-item-row.top {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
}

.downloads-list-item-row.middle {
  border-bottom-right-radius: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.downloads-list-item-img {
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.downloads-item-col {
  background-color: #fff;
}

.downloads-item-col.left {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  padding-bottom: 10px;
}

.downloads-item-col.r {
  background-color: #0000;
  flex-flow: column;
  width: 45px;
  min-width: 45px;
  height: 100%;
  display: flex;
}

.downloads-list-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.where-item-b {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.where-item-row {
  background-color: #fff;
  flex: 1;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.where-item-row.bottom {
  background-color: #0000;
  flex: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.where-item-row.middle {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 100px;
  padding-bottom: 10px;
}

.where-item-row.left {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -20px 20px 30px -15px #a1a1a140;
}

.buy-list-item-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.where-item-row-wrap {
  width: 100%;
  display: flex;
}

.where-item-btn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.bottom-link {
  color: var(--white);
  text-decoration: none;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.listing-b-wrap {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.compare-radio {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.compare-radio.w--redirected-checked {
  background-color: var(--white);
  opacity: 1;
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #0000;
}

.compare-checkbox-field {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.compare-checkbox-b {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.compare-checkbox-form {
  width: 34px;
  height: 34px;
  display: none;
  position: absolute;
  inset: 5% 2% auto auto;
}

.school-explorer-compare-icon-open, .school-explorer-compare-icon-close {
  width: 30px;
  height: 30px;
}

.compare-expend-btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.compare-checkbox {
  border: 0 solid #000;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.compare-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-size: auto;
  border-style: none;
}

.product-form-policy-txt {
  font-size: 18px;
}

.advanced-search-b {
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-video-update {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-video-update-b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.home-slider-arrow-right {
  background-color: var(--white);
  border-radius: 999px;
  width: 55px;
  height: 55px;
  top: 35%;
  right: 12%;
  transform: translate(0, -50%);
}

.home-slider-arrow-left {
  background-color: var(--white);
  border-radius: 999px;
  width: 55px;
  height: 55px;
  top: 35%;
  left: 12%;
  transform: translate(0, -50%);
}

.sticky-compare-close-btn {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.sticky-compare-top-title-b {
  padding-right: 40px;
  font-size: 32px;
  line-height: 110%;
}

.sticky-compare-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #a30b1a;
  border-radius: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.sticky-compare-btn:hover {
  background-color: #353535;
}

.sticky-compare-btn-b {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #a1a1a140;
}

.sticky-compare-product-wrap {
  flex-flow: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sticky-compare-btn-icon {
  width: 15px;
}

.sticky-compare-product-img {
  aspect-ratio: 14 / 11;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.sticky-compare-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-compare-open-btn-2 {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sticky-compare-btn-content-b {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 600px;
  padding: 20px;
  box-shadow: 0 4px 10px #a1a1a140;
}

.sticky-compare-btn-container {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-compare-btn-content-container {
  pointer-events: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.sticky-compare-close-b {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #a30b1a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.sticky-compare-product-b {
  background-color: #eff3fa;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.sticky-compare-product-title {
  text-align: center;
  padding-top: 15px;
}

.sticky-compare-scroll-b {
  z-index: 90;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.sticky-compare-product-col {
  width: 33.33%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-compare-icon {
  width: 50%;
}

.sticky-compare-top-flex {
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compare-title {
  font-weight: 700;
}

.download-manual-col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.download-manual-col.l {
  width: 45%;
}

.download-manual-col.r {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.download-manual-item-b {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  min-height: 80px;
  display: flex;
  position: relative;
}

.download-manual-item-row {
  display: flex;
  box-shadow: -20px 20px 30px -15px #a1a1a112;
}

.download-manual-item-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex: 1;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.download-manual-item-col.side-bar {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45px;
  min-width: 45px;
  padding: 0;
  display: flex;
}

.download-manual-item-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header, .container.full-width {
    max-width: none;
  }

  .home-banner-b {
    justify-content: center;
    display: flex;
  }

  .home-banner-slider {
    width: 95%;
    padding-top: 6%;
  }

  .home-banner-bg {
    width: 75%;
    inset: -2% auto auto 50%;
    transform: translate(-50%);
  }

  .home-banner-marquee.line-1 {
    left: -10%;
  }

  .home-banner-marquee.line-3 {
    top: 61%;
    left: -10%;
  }

  .card-b {
    padding-bottom: 200px;
  }

  .card-video-b.refrigerator {
    bottom: -35%;
    right: -30%;
  }

  .card-video-b.air-con {
    bottom: -20%;
    right: -45%;
  }

  .card-video-b.fuji-l {
    width: 80%;
    bottom: 5%;
  }

  .card-video-b.fuji-r {
    width: 80%;
    bottom: -10%;
    right: -25%;
  }

  .card-video-b.gala-refrigerator {
    width: 100%;
    bottom: -20%;
    right: -25%;
  }

  .card-video-b.home-washer {
    width: 80%;
    bottom: -35%;
    right: -15%;
  }

  .card-video-b.cinetron {
    width: 60%;
    top: -20%;
    bottom: 0%;
    right: 0%;
  }

  .card-video-b.washer {
    width: 75%;
  }

  .card-txt-around-b {
    bottom: -10%;
    left: -35%;
  }

  .card-hover-brand-b {
    padding-left: 10%;
    padding-right: 10%;
  }

  .slider-content-col.l {
    justify-content: center;
  }

  .card-product-img.refrigertor {
    width: 80%;
  }

  .card-product-img.washer {
    width: 70%;
  }

  .card-product-img.air-con {
    width: 80%;
  }

  .home-banner-slide-img {
    width: 55%;
  }

  .home-news-b {
    padding-top: 1vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .home-news-slider-title, .home-news-slider-content-date, .home-news-slider-content-categories {
    font-size: 20px;
  }

  .brand-b {
    flex: 1;
  }

  .card-title {
    z-index: 10;
    position: relative;
  }

  .blue-ball._1 {
    left: 15%;
  }

  .blue-ball._2 {
    left: 9%;
  }

  .blue-ball._3, .blue-ball._4 {
    left: 90%;
  }

  .green-ball._1, .green-ball._2 {
    left: 7%;
  }

  .green-ball._3 {
    left: 12%;
  }

  .green-ball._4 {
    left: 85%;
  }

  .green-ball._5 {
    left: 90%;
  }

  .card-video {
    height: 550px;
  }

  .card-video.air-con-r {
    height: 380px;
  }

  .card-video.home-card {
    height: 370px;
  }

  .common-btn.compare-btn {
    width: auto;
  }

  .bg-gradient-wrap {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .bg-gradient-l {
    top: 30%;
  }

  .bg-txt-around-b {
    inset: 40% auto auto -5%;
  }

  .profile-b, .news-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .media-b {
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .media-video-title {
    font-size: 28px;
  }

  .media-video-txt {
    font-size: 18px;
  }

  .highlight-b, .career-b {
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .team-b, .rules-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .rules-col._5 {
    margin-left: 180px;
  }

  .service-rules-marquee.line-1 {
    left: -10%;
  }

  .service-rules-marquee.line-2 {
    top: 45%;
  }

  .service-rules-marquee.line-3 {
    top: 61%;
    left: -10%;
  }

  .service-rules-marquee.line-2 {
    left: -10%;
  }

  .center-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .center-content-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .center-content-col.l, .center-content-col.r {
    flex: 1;
  }

  .center-card-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 100%;
    box-shadow: 0 4px 10px #a1a1a140;
  }

  .center-card-title {
    z-index: 10;
    position: relative;
  }

  .center-card-address-b {
    color: var(--black);
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .center-card-phone-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--black);
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .card-icon {
    width: 24px;
    height: 24px;
  }

  .center-card-fax-b, .center-card-email-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--black);
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .center-card-opening-hr-b {
    color: var(--black);
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
  }

  .download-b {
    padding-left: 80px;
    padding-right: 80px;
  }

  .registration-b, .booking-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .fuji-b {
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .fuji-content-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .fuji-card-b {
    padding-bottom: 250px;
  }

  .faq-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .faq-content-tab-b {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .faq-title-b {
    color: var(--logo-blue);
  }

  .faq-question-b {
    margin-top: 40px;
  }

  .cinetron-content-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .gala-b, .cinetron-b {
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .cinetron-card-b {
    padding-bottom: 250px;
  }

  .header-nav-dropdown-list-category-b.gala {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .listing-b {
    padding-left: 80px;
    padding-right: 80px;
    position: static;
  }

  .listing-compare-btn-container.full-width {
    pointer-events: none;
    margin-right: 0;
    display: none;
  }

  .listing-compare-scroll-b {
    padding-top: 134px;
  }

  .compare-b {
    padding-left: 80px;
    padding-right: 80px;
    position: static;
  }

  .comparison-big-col-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-details-b {
    padding-left: 80px;
    padding-right: 80px;
    position: static;
  }

  .product-details-btn-b {
    display: flex;
  }

  .product-details-left-btn {
    flex: 1;
    display: flex;
  }

  .product-details-right-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .product-details-back-btn {
    align-self: center;
    text-decoration: none;
  }

  .back-btn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: var(--black);
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    display: flex;
  }

  .circle-btn {
    width: 40px;
  }

  .product-details-share-btn, .product-details-compare-btn {
    align-self: center;
    text-decoration: none;
  }

  .compare-btn {
    width: 60px;
  }

  .product-details-row {
    display: flex;
  }

  .gala-card-b {
    padding-bottom: 250px;
  }

  .home-news-slider-content {
    font-size: 20px;
  }

  .disclaimer-b, .search-result-b, .policy-b, .news-inner-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .news-inner-title {
    font-size: 28px;
  }

  .highlight-inner-b {
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .sitemap-b, .warranty-terms-b {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .rule-item-col {
    min-height: 120px;
  }

  .listing-item-content-col.l {
    justify-content: center;
  }

  .home-slider-arrow-right {
    right: 15%;
  }

  .home-slider-arrow-left {
    left: 15%;
  }
}

@media screen and (min-width: 1440px) {
  .section.no-padding.footer {
    position: relative;
    inset: auto 0% 0%;
  }

  .section.padding-80 {
    padding-bottom: 0;
  }

  .card-video-b.fuji-l {
    width: 60%;
    bottom: 3%;
    right: -7%;
  }

  .card-video-b.gala-refrigerator {
    bottom: -26%;
    right: -20%;
  }

  .card-video-b.washer, .card-video-b.dryer {
    width: 65%;
  }

  .card-txt-around-b {
    left: -25%;
  }

  .slider-left-arrow {
    left: -5%;
  }

  .slider-right-arrow {
    right: -5%;
  }

  .slider-content-btn {
    padding-top: 10px;
    padding-left: 10px;
  }

  .home-news-slider-btn {
    width: 45px;
    min-width: 45px;
  }

  .card-video.air-con-l {
    width: 80%;
    height: 300px;
  }

  .profile-img._1 {
    width: 60%;
    top: 5%;
  }

  .profile-img._2 {
    width: 45%;
    top: 20%;
    right: 0%;
  }

  .profile-img._3 {
    width: 40%;
    top: 50%;
    left: 10%;
  }

  .profile-img._4 {
    width: 40%;
    right: 0%;
  }

  .download-list-item-title {
    padding-left: 50px;
  }

  .search-popup-container {
    opacity: 0;
    display: none;
  }

  .news-inner-img {
    width: 50%;
  }

  .home-news-item-col.side-bar {
    width: 45px;
    min-width: 45px;
  }

  .news-slider-btn-wrap {
    width: 50px;
    min-width: 50px;
  }

  .highlight-item-col.r {
    width: 10%;
  }

  .rule-item-col {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rule-item-col.side-bar {
    width: 5%;
  }

  .lisiting-item-content-col.side-bar, .lisiting-item-content-col.side-bar.search-result-page {
    width: 50px;
    min-width: 50px;
  }

  .listing-item-content-btn {
    padding-top: 10px;
    padding-left: 10px;
  }

  .downloads-item-col.left {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .compare-checkbox {
    border: 0 solid #000;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .compare-checkbox.w--redirected-checked {
    background-color: #0000;
    background-image: url('../images/tick.svg');
    background-position: 50%;
    background-size: auto;
  }

  .home-slider-arrow-right {
    top: 30%;
    right: 18%;
  }

  .home-slider-arrow-left {
    top: 30%;
    left: 18%;
  }

  .sticky-compare-btn-content-b {
    width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #0000;
    padding: 0;
  }

  .nav-b {
    background-color: #f7f7f7;
    margin-top: 80px;
  }

  .nav-link-dropdown {
    flex-flow: column;
    align-self: flex-start;
    margin-top: 0;
  }

  .nav-dropdown {
    justify-content: space-between;
    padding: 15px 5vw;
  }

  .nav-dropdown-txt {
    font-size: 18px;
  }

  .header-nav-dropdown-list {
    background-color: #fff0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: translate(0%);
  }

  .header-nav-dropdown-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
  }

  .header-nav-dropdown-b.m-show {
    display: flex;
  }

  .header-nav-dropdown-b.m-hide {
    display: none;
  }

  .header-nav-dropdown-list-link {
    width: 250px;
    color: var(--logo-blue);
    text-align: left;
    border-bottom-width: 0;
    border-bottom-color: #fff3;
    padding-bottom: 10px;
  }

  .header-nav-dropdown-list-link.no-borders {
    width: auto;
    padding-bottom: 10px;
  }

  .header-nav-dropdown-list-link.no-borders.logo {
    width: 250px;
  }

  .header-nav-dropdown-list-link.logo {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    white-space: normal;
    padding: 15px 5vw;
    font-size: 18px;
  }

  .nav-link.language {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-icon-wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .card-b {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }

  .card-video-b.refrigerator {
    right: -15%;
  }

  .card-video-b.air-con {
    right: -40%;
  }

  .card-video-b.fuji-l {
    width: 90%;
    bottom: -5%;
    right: -14%;
  }

  .card-video-b.fuji-r {
    width: 100%;
    right: -40%;
  }

  .card-video-b.gala-refrigerator {
    width: 90%;
    bottom: -30%;
    right: -25%;
  }

  .card-video-b.home-washer {
    bottom: -55%;
    right: -10%;
  }

  .card-video-b.cinetron {
    width: 90%;
    top: 0%;
    bottom: 0%;
    right: -23%;
  }

  .card-video-b.washer, .card-video-b.dryer {
    width: 80%;
  }

  .card-txt-around-b {
    bottom: -25%;
    left: -170px;
  }

  .home-product-slide {
    width: 70%;
  }

  .item-content-price-b {
    margin-top: 4%;
  }

  .home-banner-slide-img {
    width: 70%;
  }

  .slider-left-arrow {
    left: -4%;
  }

  .slider-right-arrow {
    right: -4%;
  }

  .home-news-col.l {
    width: 60%;
  }

  .home-news-item-txt {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-news-slider-title, .home-news-slider-content-date, .home-news-slider-content-categories {
    font-size: 1.85vw;
  }

  .home-news-marquee.line-2 {
    top: 43%;
  }

  .home-news-marquee.line-3 {
    top: 51%;
  }

  .card-video.home-card {
    width: 120%;
  }

  .header-nav-dropdown-list-link-hide {
    text-align: left;
    border-bottom-color: #fff3;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .header-nav-dropdown-list-link-hide.no-borders.m-show, .header-nav-dropdown-list-link-hide.m-show {
    width: 40%;
  }

  .header-nav-dropdown-list-brand-b.refrigerator.m-show {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    display: flex;
  }

  .header-nav-dropdown-list-brand-b.washer.m-show {
    height: auto;
    display: flex;
  }

  .header-nav-dropdown-list-brand-b.air-con.m-show {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .contact-card-b {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .contact-form-content-b {
    width: 100%;
    height: 100%;
  }

  .bg-gradient-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bg-txt-around-b {
    left: -40%;
  }

  .profile-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .profile-img._3 {
    top: 50%;
  }

  .news-content-tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .news-content-tabs-menu {
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .news-row {
    flex-flow: column;
  }

  .news-col.l {
    width: 100%;
  }

  .media-b {
    padding-top: 40px;
  }

  .media-content-tabs-menu {
    flex-flow: row;
    display: flex;
  }

  .media-col.l {
    width: 100%;
    position: static;
  }

  .media-col.r {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .media-item-b {
    width: 50%;
    margin-left: -5px;
    margin-right: -10px;
  }

  .highlight-b {
    padding-top: 40px;
  }

  .highlight-content-tabs-menu {
    flex-flow: row;
    display: flex;
  }

  .career-b, .team-b {
    padding-top: 40px;
  }

  .rules-col._3 {
    margin-left: 30px;
  }

  .rules-col._5 {
    margin-left: 80px;
  }

  .center-b {
    padding-top: 40px;
  }

  .center-content-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .center-card-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .where-b {
    padding-top: 40px;
  }

  .where-list-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .where-list-col {
    width: 50%;
  }

  .download-b, .registration-b {
    padding-top: 40px;
  }

  .product-form-col {
    width: 100%;
  }

  .registration-add-product-list {
    padding-left: 0;
  }

  .registration-add-product-list-title, .registration-add-product-list-brand, .registration-add-product-list-model {
    padding: 15px;
  }

  .registration-add-product-list-no {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .registration-add-product-list-remove {
    padding: 15px;
  }

  .booking-b {
    padding-top: 40px;
  }

  .booking-form-btn-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .fuji-b {
    padding-top: 40px;
  }

  .fuji-content-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fuji-card-b {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .center-card-map {
    width: 100%;
  }

  .faq-b {
    padding-top: 40px;
  }

  .faq-content-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cinetron-content-col {
    width: 75%;
  }

  .cinetron-content-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gala-b, .cinetron-b {
    padding-top: 40px;
  }

  .cinetron-card-b {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .question-txt-b {
    font-size: 20px;
  }

  .header-nav-dropdown-list-category-b.gala {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .listing-b {
    padding-top: 40px;
  }

  .listing-compare-btn-container {
    margin-right: -5vw;
    padding-top: 150px;
  }

  .listing-compare-btn-container.full-width {
    pointer-events: none;
    margin-right: -40px;
  }

  .listing-compare-btn-content-container, .listing-compare-btn-content-b {
    width: 90vw;
  }

  .compare-open-btn {
    display: block;
  }

  .compare-b {
    padding-top: 40px;
  }

  .compare-item-logo-close-btn {
    width: 28px;
  }

  .compare-item-img-container {
    width: 90%;
    min-width: 0;
  }

  .comparison-big-title-col {
    max-width: 180px;
  }

  .product-details-b {
    padding-top: 40px;
  }

  .product-details-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-details-col.l {
    width: 40%;
  }

  .product-details-col.r, .features-col-with-icon, .features-col.l {
    width: 50%;
  }

  .gala-card-b {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .home-news-slider-content {
    font-size: 1.85vw;
  }

  .where-filter-form {
    flex-flow: wrap;
  }

  .pop-up-b {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .search-b {
    width: 100%;
    min-width: 0;
  }

  .media-list-col {
    width: 50%;
  }

  .disclaimer-b, .search-result-b, .policy-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-inner-img {
    width: 80%;
  }

  .highlight-inner-b {
    padding-top: 40px;
  }

  .sitemap-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sitemap-content-item-b {
    width: 50%;
  }

  .warranty-terms-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .warranty-terms-content-form-wrap {
    width: 70%;
  }

  .highlight-list-col {
    width: 50%;
  }

  .rule-item-col {
    justify-content: flex-start;
    align-items: center;
    min-height: 150px;
    display: flex;
  }

  .downloads-list-col {
    width: 50%;
  }

  .where-item-row.middle {
    min-height: 150px;
  }

  .navbar {
    inset: 0% 0% auto auto;
  }

  .hamburger-wrapper {
    padding: 15px 5px;
  }

  .burger-line {
    background-color: var(--logo-blue);
    width: 22px;
    height: 2.5px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }

  .listing-b-wrap {
    overflow: visible;
  }

  .compare-expend-btn {
    display: block;
  }

  .home-slider-arrow-right {
    right: 5%;
  }

  .home-slider-arrow-left {
    left: 5%;
  }

  .sticky-compare-top-title-b {
    font-size: 28px;
  }

  .sticky-compare-product-col {
    min-width: 0;
  }

  .download-manual-col.l {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.header {
    padding-left: 5%;
    padding-right: 10px;
  }

  .header-wrap {
    grid-column-gap: 20px;
  }

  .menu-btn.w--open {
    padding-left: 20px;
    padding-right: 10px;
  }

  .header-logo-b {
    padding-left: 0;
  }

  .home-banner-slider {
    padding-top: 5%;
  }

  .home-banner-slide-img-b {
    display: none;
  }

  .home-banner-slide-img-b.m-show {
    display: flex;
  }

  .home-banner-bg {
    display: none;
  }

  .home-categories-b {
    margin-top: 0;
  }

  .home-categories-row {
    flex-flow: column;
  }

  .home-categories-col {
    width: 100%;
  }

  .card-video-b.refrigerator {
    width: 70%;
    bottom: -50%;
    right: -15%;
  }

  .card-video-b.air-con {
    width: 76%;
    bottom: -30%;
    right: -30%;
  }

  .card-video-b.fuji-l {
    width: 80%;
    bottom: 0%;
    right: -10%;
  }

  .card-video-b.fuji-r {
    bottom: -5%;
    right: -20%;
  }

  .card-video-b.gala-refrigerator {
    width: 130%;
    bottom: -40%;
    right: -40%;
  }

  .card-video-b.home-washer {
    width: 50%;
    bottom: -50%;
    right: 0%;
  }

  .card-video-b.cinetron {
    width: 100%;
    top: 5%;
    bottom: -50%;
    right: -24%;
  }

  .card-video-b.washer {
    width: 100%;
    height: 200px;
    inset: auto 0% 0% auto;
  }

  .card-video-b.dryer {
    width: 100%;
    height: 200px;
    inset: auto 0% 0%;
  }

  .card-txt-around-b {
    left: -20%;
  }

  .card-hover-brand-b {
    width: 50%;
  }

  .section-title {
    padding-right: 5%;
  }

  .section-title.compare-title {
    font-size: 36px;
  }

  .home-product-slider {
    justify-content: center;
  }

  .home-product-slide {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }

  .slider-content-col.side-bar {
    width: 40px;
    min-width: 40px;
  }

  .home-banner-slide-img {
    width: 90%;
  }

  .home-news-b {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .home-news-row {
    flex-flow: column;
  }

  .home-news-col.l {
    width: 100%;
  }

  .home-news-slider-btn {
    background-image: linear-gradient(270deg, #ecf2e7, #eef3e6);
    width: 40px;
    min-width: 40px;
  }

  .home-news-slider-title, .home-news-slider-content-date, .home-news-slider-content-categories {
    font-size: 16px;
  }

  .home-brand {
    flex-flow: wrap;
  }

  .brand-b {
    width: 75%;
  }

  .footer-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .footer-col {
    text-align: center;
    flex: 0 auto;
    width: 33.33%;
  }

  .footer-icon-wrap {
    justify-content: center;
  }

  .footer-wrap {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .card-video.air-con-l {
    width: 200px;
    height: 200px;
  }

  .card-video.air-con-r {
    width: 300px;
    height: 250px;
  }

  .card-video.home-card {
    width: 100%;
    height: 350px;
  }

  .header-nav-dropdown-list-link-hide, .header-nav-dropdown-list-link-hide.no-borders {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav-dropdown-list-brand-b.washer.m-show {
    justify-content: space-between;
    align-items: center;
  }

  .contact-b {
    padding-top: 40px;
  }

  .contact-no-row {
    flex-flow: wrap;
  }

  .contact-no-col {
    flex: 0 auto;
    width: 100%;
  }

  .contact-card-b {
    flex-flow: row;
  }

  .form-btn-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bg-gradient-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bg-txt-around-b {
    left: -20%;
  }

  .profile-b {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .profile-col.r {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
  }

  .profile-img._1 {
    width: 25%;
    left: 0%;
    right: auto;
  }

  .profile-img._2 {
    width: 20%;
    top: -10%;
    left: 30%;
    right: auto;
  }

  .profile-img._3 {
    width: 20%;
    top: -10%;
    left: 55%;
  }

  .profile-img._4 {
    width: 20%;
    top: -15%;
    right: 0%;
  }

  .news-b {
    padding-top: 40px;
  }

  .news-content-tab {
    font-size: 18px;
  }

  .news-content-tabs-menu {
    padding-right: 0;
  }

  .news-content-tabs-content {
    margin-top: 20%;
  }

  .news-row {
    flex-flow: column;
  }

  .news-col.l {
    width: 100%;
  }

  .news-year-b {
    max-height: 55px;
    position: absolute;
    inset: 6% 0% 0%;
  }

  .btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    min-height: 100px;
  }

  .media-content-tabs-content {
    margin-top: 20%;
  }

  .media-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .media-col.l {
    width: 100%;
  }

  .media-col.r {
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .media-item-b {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .media-video-title {
    background-image: repeating-linear-gradient(135deg, #00aeef, #c7dd74 54%);
  }

  .media-year-b {
    max-height: 55px;
    margin-top: 15%;
    position: absolute;
    inset: 0%;
  }

  .highlight-content-tabs-content {
    margin-top: 20%;
  }

  .highlight-content {
    margin-left: 0;
    margin-right: 0;
  }

  .rules-col {
    width: 100%;
  }

  .rules-col._3, .rules-col._5 {
    margin-left: 0;
  }

  .center-content-col.l, .where-list-col {
    width: 100%;
  }

  .registration-customer-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .registration-product-b {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .registration-add-product-list {
    min-width: 600px;
  }

  .product-btn-b {
    width: 100%;
  }

  .booking-product-b {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .booking-customer-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .booking-form-btn-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-content-tabs-menu {
    justify-content: flex-start;
    overflow: auto;
  }

  .faq-question-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-txt-b {
    font-size: 18px;
  }

  .listing-filter-select-field-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .listing-list-item-b {
    width: 100%;
  }

  .listing-filter-select-field {
    padding-right: 10px;
  }

  .school-explorer-compare-logo-b {
    flex: 0 auto;
    padding: 10px;
  }

  .listing-compare-btn-container.full-width {
    display: none;
  }

  .listing-compare-scroll-b {
    top: 50%;
    transform: translate(0, 48px)translate(0, -50%);
  }

  .listing-compare-btn-content-container, .listing-compare-btn-content-b {
    width: 85vw;
  }

  .listing-compare-top-flex {
    flex-flow: wrap;
  }

  .listing-compare-logo-flex {
    flex-flow: row;
  }

  .listing-compare-logo-col {
    width: 50%;
  }

  .comparison-big-col-row {
    flex: 0 auto;
  }

  .comparison-big-row {
    flex-flow: wrap;
    display: block;
  }

  .comparison-col {
    text-align: center;
  }

  .comparison-big-title-col {
    z-index: 2;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(135deg, #00a0e9bf, #cdde67bf);
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
  }

  .comparison-big-title-col.empty {
    display: none;
  }

  .item-compare-content-b {
    border-bottom-style: none;
    padding-top: 0;
  }

  .comparison-col-with-icon {
    text-align: left;
  }

  .circle-btn, .compare-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .product-details-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-details-col.l, .product-details-col.r {
    width: 100%;
  }

  .product-details-title-b {
    justify-content: center;
    display: none;
  }

  .product-details-title-b.m-show {
    margin-top: 20px;
    display: flex;
  }

  .product-detais-info-b {
    padding: 5%;
  }

  .features-col-with-icon {
    width: 100%;
  }

  .features-col-with-icon.full {
    word-break: break-all;
  }

  .product-spec-info-b, .product-download-info-b {
    padding: 5%;
  }

  .product-details-img-zoom-btn {
    width: 35px;
  }

  .product-details-info-b {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .product-details-price-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-news-slider-content {
    font-size: 16px;
  }

  .download-filter-select-field-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .download-filter-select-field {
    padding-right: 10px;
  }

  .where-filter-form {
    flex-flow: column;
  }

  .where-filter-select-field-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .where-filter-select-field {
    padding-right: 10px;
  }

  .faq-video-b {
    width: 100%;
  }

  .faq-arrow-b {
    width: 10%;
  }

  .registration-add-product-list-wrap {
    overflow: auto;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .search-popup-content-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .media-list-col {
    width: 100%;
  }

  .disclaimer-b {
    flex-flow: column;
    padding-top: 39px;
  }

  .search-result-b, .policy-b {
    flex-flow: column;
    padding-top: 40px;
  }

  .news-inner-b {
    padding-top: 40px;
  }

  .news-inner-title {
    background-image: repeating-linear-gradient(135deg, #00aeef, #c7dd74);
  }

  .news-inner-img {
    width: 100%;
  }

  .highlight-inner-img {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .highlight-lightbox-b {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sitemap-b, .warranty-terms-b {
    flex-flow: column;
    padding-top: 40px;
  }

  .warranty-terms-content-form-wrap {
    width: 90%;
    margin-left: 0%;
  }

  .warranty-terms-list {
    padding-left: 20px;
  }

  .margin-l-20 {
    margin-left: 0;
  }

  .home-news-item-col.side-bar, .news-item-col.side-bar, .news-slider-btn-wrap, .media-side-btn {
    width: 40px;
    min-width: 40px;
  }

  .media-item-col.r {
    width: 10%;
  }

  .highlight-item-col.r {
    width: 40px;
    min-width: 40px;
  }

  .highlight-list-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rule-item-col {
    min-height: 100px;
  }

  .lisiting-item-content-col.side-bar {
    width: 40px;
    min-width: 40px;
  }

  .downloads-list-col {
    width: 100%;
  }

  .downloads-item-col.r, .where-item-btn {
    width: 40px;
    min-width: 40px;
  }

  .home-slider-arrow-right {
    top: 10%;
    right: 1%;
  }

  .home-slider-arrow-left {
    top: 10%;
    left: 1%;
  }

  .sticky-compare-top-title-b {
    font-size: 26px;
  }

  .sticky-compare-product-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sticky-compare-btn-content-b {
    width: calc(100vw - 50px);
  }

  .sticky-compare-product-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .download-manual-col.l {
    width: 100%;
  }

  .download-manual-item-col.side-bar {
    width: 40px;
    min-width: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container.header {
    padding-left: 5%;
    padding-right: 0;
  }

  .header-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .menu-btn {
    padding-left: 20px;
    padding-right: 5%;
  }

  .menu-btn.w--open {
    padding-right: 5%;
  }

  .header-logo-b {
    width: 200px;
    max-width: 200px;
  }

  .header-nav-dropdown-b, .header-nav-dropdown-b.m-show {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-icon-wrap {
    margin-left: 10px;
  }

  .card-video-b.refrigerator {
    width: 100%;
    right: -30%;
  }

  .card-video-b.air-con {
    width: 120%;
    right: -70%;
  }

  .card-video-b.fuji-l {
    width: 100%;
    bottom: -10%;
    right: -20%;
  }

  .card-video-b.fuji-r {
    bottom: -15%;
    right: -35%;
  }

  .card-video-b.home-washer {
    width: 85%;
    right: -20%;
  }

  .card-video-b.cinetron {
    top: 5%;
  }

  .card-video-b.washer {
    right: -8%;
  }

  .card-txt-around-b {
    left: -150px;
  }

  .section-title-b.compare-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .section-title.compare-title {
    font-size: 28px;
  }

  .slider-left-arrow {
    width: 12%;
    left: -5%;
  }

  .slider-right-arrow {
    width: 12%;
    right: -5%;
  }

  .footer-bottom-b {
    font-size: 12px;
  }

  .footer-bottom-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .card-video.air-con-l {
    width: 280px;
    height: 280px;
  }

  .card-video.air-con-r {
    width: 350px;
    height: 350px;
  }

  .header-nav-dropdown-list-link-hide {
    border-bottom-width: 0;
  }

  .header-nav-dropdown-list-link-hide.no-borders {
    width: 250px;
  }

  .header-nav-dropdown-list-brand-b.air-con {
    height: auto;
    display: block;
  }

  .contact-radio-col {
    width: 100%;
  }

  .form-txt-field._50 {
    flex: 0 auto;
  }

  .contact-form-50-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .common-btn {
    font-size: 18px;
  }

  .form-btn-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .news-content-tab {
    word-break: keep-all;
  }

  .news-content-tabs-menu {
    width: 100%;
    padding-right: 40px;
    overflow: auto;
  }

  .news-row {
    margin-top: 80px;
  }

  .news-year-b {
    top: 4%;
  }

  .btn-wrap {
    min-height: 90px;
  }

  .media-col.r {
    margin-top: 0;
  }

  .media-item-b {
    font-size: 16px;
    line-height: 150%;
  }

  .media-video-title {
    background-image: repeating-linear-gradient(135deg, #00aeef, #c7dd74 88%);
  }

  .media-year-b {
    margin-top: 20%;
  }

  .highlight-content {
    margin-left: 0;
    margin-right: 0;
  }

  .registration-customer-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .customer-form-col._50, .product-form-col._50 {
    flex: 0 auto;
    width: 100%;
  }

  .product-form-detail-b {
    flex-flow: column;
  }

  .product-form-checkbox-field {
    display: flex;
  }

  .product-btn-b {
    width: 100%;
  }

  .booking-product-b, .booking-customer-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .booking-btn-b {
    width: 100%;
  }

  .booking-form-btn-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .fuji-content-col {
    flex: 0 auto;
    width: 100%;
  }

  .faq-question-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cinetron-content-col {
    flex: 0 auto;
    width: 100%;
  }

  .relative {
    align-self: center;
  }

  .relative.compare-section {
    width: 35%;
  }

  .listing-compare-btn-container {
    padding-top: 60px;
  }

  .listing-compare-btn-container.full-width {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: -5%;
  }

  .listing-compare-btn-container.full-width.mobile {
    margin-right: 0%;
    display: none;
    overflow: hidden;
  }

  .listing-compare-btn-wrap {
    overflow: visible;
  }

  .listing-compare-btn-content-container {
    width: 80vw;
    height: 100%;
  }

  .listing-compare-btn-content-b {
    width: 80vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing-compare-top-flex {
    flex-flow: wrap;
  }

  .listing-compare-logo-scroll {
    overflow: scroll;
  }

  .listing-compare-logo-flex {
    flex-flow: row;
  }

  .listing-compare-logo-col {
    width: 100%;
  }

  .compare-item-b {
    padding: 50px 5px 10px;
  }

  .item-compare-content-b {
    font-size: 14px;
    line-height: 130%;
  }

  .product-details-btn-b {
    justify-content: flex-start;
    align-items: center;
  }

  .product-details-right-btn {
    justify-content: flex-end;
  }

  .circle-btn {
    width: 40px;
  }

  .product-details-title-b.m-show {
    text-align: center;
  }

  .faq-process-b {
    font-size: 16px;
  }

  .faq-process-img-b {
    width: 100%;
  }

  .faq-arrow-b {
    width: 15%;
  }

  .news-inner-title {
    background-image: repeating-linear-gradient(135deg, #00aeef, #c7dd74);
  }

  .highlight-lightbox-b {
    width: 100%;
  }

  .padding-top-20.scroll {
    overflow: auto;
  }

  .sitemap-content-b {
    grid-row-gap: 20px;
  }

  .sitemap-content-item-b {
    width: 100%;
  }

  .warranty-terms-content-form-col.l, .warranty-terms-content-form-col.m, .warranty-terms-content-form-col.r {
    padding-left: 10px;
  }

  .warranty-terms-content-form-wrap {
    width: 100%;
  }

  .media-item-col.r {
    width: 15%;
  }

  .div-block {
    overflow: hidden;
  }

  .sticky-compare-top-title-b {
    flex: 1;
    padding-right: 0;
  }

  .sticky-compare-btn-b {
    background-color: #fff;
    background-image: none;
    box-shadow: 0 4px 10px #a1a1a140;
  }

  .sticky-compare-product-wrap {
    flex-flow: row;
    width: 650px;
  }

  .sticky-compare-btn-content-b {
    border-style: solid;
    border-width: 0;
    height: 100%;
    box-shadow: 0 4px 10px #a1a1a140;
  }

  .sticky-compare-btn-content-container {
    height: auto;
  }

  .sticky-compare-product-col {
    width: 50%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-compare-top-flex {
    flex-flow: row;
  }

  .compare-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
  }

  .download-manual-item-col {
    justify-content: flex-start;
    align-items: center;
  }

  .download-manual-item-btn-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }
}


