:root {
  --eaeaea: #eaeaea;
  --black: #282828;
  --white: white;
  --dark-purple: #380f59;
  --light-purple: #51126f;
  --transprant: #fff0;
  --light-grey: #f4f4f4;
  --light-white: #ffffff0d;
  --grey: #a1a1a1;
  --dark-grey: #585858;
  --50white: #ffffff80;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  background-color: var(--eaeaea);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .5;
}

.header {
  z-index: 999;
  background-color: var(--dark-purple);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.full-width {
  max-width: none;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  position: static;
}

.header-col-l {
  padding-right: 10px;
}

.header-logo {
  max-width: 200px;
  display: block;
}

.img-full {
  width: 100%;
  display: block;
}

.header-col-r {
  flex-flow: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.header-top-b {
  background-color: var(--light-purple);
  margin-right: -40px;
  padding: 10px 40px 10px 20px;
}

.nav-link {
  color: var(--white);
  padding: 0 0 10px;
  font-size: 16px;
}

.nav-link.w--current {
  background-image: linear-gradient(180deg, var(--transprant) 89%, var(--light-purple) 90%, var(--light-purple));
  color: var(--white);
}

.nav-menu-wrap {
  padding-top: 10px;
}

.nav-link-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.nav-link-col {
  padding-left: 20px;
  padding-right: 20px;
}

.header-top-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-top-col {
  padding-left: 10px;
  padding-right: 10px;
}

.header-top-btn-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.header-top-btn-col {
  padding-left: 5px;
  padding-right: 5px;
}

.header-top-icon-b {
  width: 20px;
}

.header-top-btn-b {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.header-top-b-border {
  background-color: var(--white);
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.search {
  border: 1px none var(--light-purple);
  border-radius: 50px;
  margin-bottom: 0;
  overflow: hidden;
}

.search-field {
  background-image: url('../images/search-btn.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 5px 10px 5px 40px;
}

.search-field:focus-visible {
  color: var(--black);
}

.search-field[data-wf-focus-visible] {
  color: var(--black);
}

.search-field::placeholder {
  font-size: 16px;
}

.search-field.reverse {
  background-position: 97%;
  padding-left: 20px;
  padding-right: 40px;
}

.top-btn-search {
  display: none;
}

.all {
  padding-top: 104px;
}

.top-banner {
  padding-bottom: 80px;
  overflow: hidden;
}

.home-banner-content-b {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.home-slider-content-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-slider-content-col {
  width: 50%;
  padding: 40px 20px 100px;
}

.home-slider-content-b {
  position: relative;
}

.home-slider-title {
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 0 5px 5px #00000080;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 110%;
}

.home-slider-btn-b {
  margin-top: 20px;
}

.common-btn-b {
  background-color: var(--light-purple);
  color: var(--white);
  padding: 5px 20px;
  font-size: 18px;
}

.common-btn-b:hover {
  opacity: 1;
}

.common-btn-b.border-btn {
  border: 1px solid var(--light-purple);
  background-color: var(--white);
  color: var(--light-purple);
}

.common-btn-b.outline {
  border: 2px solid var(--light-purple);
  background-color: var(--transprant);
  color: var(--light-purple);
}

.btn-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.btn-col {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-img {
  width: 10px;
}

.home-slider-item-bg {
  z-index: -1;
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slider-item-bg.slider-bg1 {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/slider-bg2.jpg');
}

.home-slider-item-bg.slider-bg2 {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/slider-bg1.jpg');
}

.home-slider-item-bg.slider-bg3 {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/slider-bg3.jpg');
}

.section {
  padding-bottom: 80px;
}

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

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

.home-product-row {
  flex-flow: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-product-col {
  width: 20%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-product-b {
  display: block;
}

.home-product-b:hover {
  opacity: 1;
}

.home-product-title {
  color: var(--black);
  text-align: center;
}

.home-product-img-b {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  overflow: hidden;
}

.home-product-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 150%;
}

.home-product-img.home-product1 {
  background-image: url('../images/home-product1.png');
}

.home-product-img.home-product2 {
  background-image: url('../images/home-product2.png');
}

.home-product-img.home-product3 {
  background-image: url('../images/home-product3.png');
}

.home-product-img.home-product4 {
  background-image: url('../images/home-product4.png');
}

.home-product-img.home-product5 {
  background-image: url('../images/home-product5.png');
}

.common-img-txt-row {
  flex-flow: wrap;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.common-img-txt-row.v-center {
  align-items: center;
}

.common-col-txt {
  width: 50%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.common-col-txt.no-padding-top {
  padding-top: 0;
}

.title-b {
  padding-right: 50px;
  display: inline-block;
}

.title-bottom-b {
  align-items: flex-end;
  margin-right: -50px;
  display: flex;
}

.title-bottom-circle {
  width: 10px;
  margin-right: 5px;
}

.title-bottom-line-b {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
}

.title-bottom-line {
  background-color: var(--light-purple);
  width: 100%;
  height: 2px;
}

.title-bottom-img {
  flex: none;
  width: 50px;
}

.common-content-b {
  margin-top: 40px;
}

.common-col-img-mask {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.common-col-img-b {
  position: sticky;
  top: 120px;
}

.common-col-img-bg {
  z-index: -1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  transform: none;
}

.home-news-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.home-news-l-col {
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
}

.home-news-content-b {
  margin-top: 40px;
}

.home-news-r-col {
  width: 60%;
  padding-left: 40px;
  padding-right: 40px;
}

.home-news-slider-container {
  margin-right: -40px;
  padding-left: 80px;
  position: relative;
}

.home-news-slider-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-news-slider-col {
  padding-left: 10px;
  padding-right: 10px;
}

.home-news-slider-b {
  background-color: var(--white);
  max-width: 400px;
  height: 100%;
}

.home-news-slider-mask {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

.home-news-slider-content-b {
  background-color: var(--white);
  padding: 20px 20px 40px;
}

.home-news-date {
  font-size: 14px;
}

.home-news-title-b {
  padding-top: 10px;
}

.home-news-title {
  font-size: 20px;
  overflow: hidden;
}

.home-news-btn-b {
  margin-top: 40px;
}

.home-news-prev-b {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.home-news-arrow-b {
  background-color: var(--black);
  cursor: pointer;
  padding: 20px;
}

.home-news-arrow {
  width: 20px;
}

.home-news-nxt-b {
  margin-right: 40px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.header-product-dropdown {
  display: block;
  position: static;
}

.dropdown-header-toggle {
  padding: 0;
  display: block;
}

.header-dropdown-list {
  z-index: -2;
  background-color: var(--white);
  margin-top: 104px;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.header-dropdown-wrap {
  width: 100vw;
}

.dropdown-content-container {
  flex-flow: wrap;
  padding: 20px 10px;
  display: flex;
}

.dropdown-content-section {
  flex: none;
  width: 20%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-content-title {
  white-space: pre-wrap;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 600;
}

.dropdown-content-title.w--current {
  color: var(--light-purple);
}

.dropdown-content-info {
  white-space: pre-wrap;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.dropdown-content-info.w--current {
  color: var(--light-purple);
}

.dropdown-content-info-b {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-about-dropdown {
  display: block;
}

.header-content-dropdown-list {
  z-index: -2;
  background-color: var(--white);
  height: auto;
  margin-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: inset 0 24px 20px -20px #00000040;
}

.dropdown-about-info {
  white-space: pre-wrap;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.dropdown-about-info.w--current {
  color: var(--light-purple);
}

.footer-container-b {
  background-color: var(--dark-purple);
  padding-top: 40px;
}

.footer-content-b {
  margin-bottom: 20px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.footer-info-b-l {
  width: 30%;
}

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

.footer-info-b {
  color: var(--white);
  margin-top: 20px;
}

.footer-address-b {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.footer-info-container {
  border-right: 1px solid var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.footer-info-b-r {
  width: 70%;
}

.footer-page-link-container {
  padding-left: 40px;
  padding-right: 40px;
}

.footer-page-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-page-col {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-page-b {
  margin-top: 40px;
}

.footer-page-title {
  color: var(--white);
  display: block;
}

.footer-page-link-b {
  padding-top: 20px;
}

.footer-page-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.footer-bottom-container {
  border-top: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-row {
  flex-flow: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-bottom-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.home-slider-img-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.common-col-img {
  width: 50%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.common-col-img.last {
  order: 1;
}

.common-col-img.first {
  order: -1;
}

.header-product-dropdown-mobile {
  display: none;
}

.header-top-b-mobile {
  background-color: var(--light-purple);
  margin-right: -40px;
  padding: 10px 40px 10px 20px;
  display: none;
}

.header-top-search-col {
  padding-left: 10px;
  padding-right: 10px;
}

.header-shadow {
  z-index: -1;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #00000040;
}

.bg-animation {
  z-index: -999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-video {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-banner-container {
  width: 100%;
  position: relative;
}

.top-banner-b {
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  display: flex;
}

.top-banner-content-b {
  color: var(--white);
}

.top-banner-description-b {
  margin-top: 10px;
}

.top-banner-bg-b {
  z-index: -1;
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.top-banner-bg-b.top-banner-product {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/top-banner-product.jpg');
}

.top-banner-bg-b.top-banner-support {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/banner-img-support-2x.jpg');
}

.top-banner-bg-b.top-banner-overview {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/banner-img-overview-2x.jpg');
}

.top-banner-bg-b.top-banner-contact {
  background-image: linear-gradient(90deg, #113c78, #113c7800), url('../images/banner-img-contact-2x.jpg');
}

.product-cate-container {
  margin-bottom: 40px;
}

.product-cate-b {
  background-color: #cecece;
  background-image: linear-gradient(#00000080, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
}

.product-cate-b.cate-1 {
  background-image: linear-gradient(#00000080, #fff0), url('../images/cate-1.jpg');
}

.product-cate-b.cate-2 {
  background-image: url('../images/cate-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-cate-b.cate-3 {
  background-image: linear-gradient(#00000080, #fff0), url('../images/cate-3.jpg');
}

.product-cate-b.cate-4 {
  background-image: url('../images/cate-4.jpg');
}

.product-cate-b.cate-5 {
  background-image: linear-gradient(#00000080, #fff0), url('../images/cate-5.jpg');
}

.product-cate-row {
  align-items: stretch;
  display: flex;
}

.product-cate-img-col {
  flex: none;
}

.product-cate-img-col.last {
  order: 1;
}

.product-cate-img-b {
  width: 400px;
  height: 50vh;
  position: sticky;
  top: 144px;
}

.product-cate-col {
  align-self: center;
  width: 100%;
}

.product-cate-content-b {
  padding: 40px;
}

.product-cate-title {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #00000040;
  font-weight: 400;
}

.product-cate-info-b {
  margin-top: 40px;
}

.product-cate-img {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

.product-cate-img.right {
  object-position: 0% 0%;
}

.product-cate-info-row {
  flex-flow: wrap;
  width: 100%;
  margin: -20px;
  display: flex;
}

.product-cate-info-col {
  width: 50%;
  padding: 20px;
}

.product-cate-info-container {
  color: var(--black);
  background-image: url('../images/bullet-point.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 700;
  transition-property: transform;
  display: block;
}

.product-cate-info-container:hover {
  opacity: 1;
  transform: translate(10px);
}

.product-cate-img-wrap {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.txt-black {
  color: var(--black);
}

.white-box-txt-b {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.txt-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #51126f, #360050);
  -webkit-background-clip: text;
  background-clip: text;
}

.product-list-filter-b {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  padding: 20px 220px;
  position: relative;
}

.product-list-filter-container {
  z-index: 998;
  position: sticky;
  top: 104px;
}

.common-filterr-btn-wrap {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.common-filterr-btn {
  display: inline-block;
}

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

.product-list-title-container {
  background-color: var(--white);
}

.common-filter-icon-b {
  width: 12px;
  margin-left: 5px;
}

.filter-select-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.filter-select-row {
  flex-flow: wrap;
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.filter-select-col {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.filter-select {
  background-color: var(--grey);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding: 5px 20px;
  transition-property: background-color;
  display: flex;
}

.filter-select:hover {
  background-color: var(--black);
  opacity: 1;
}

.filter-name {
  font-size: 14px;
  font-weight: 600;
}

.filter-select-close {
  width: 10px;
  margin-left: 10px;
}

.product-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-item {
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-item-content {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.img-item-mask {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-item-img, .home-news-slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-item-txt-b {
  background-color: var(--light-grey);
  padding: 20px 20px 40px;
}

.product-item-title-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.product-item-title {
  color: #585858;
}

.product-compare-btn {
  background-color: var(--grey);
  cursor: pointer;
  flex: none;
  padding: 5px 10px;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.product-compare-txt {
  color: var(--white);
  font-size: 16px;
}

.product-compare-icon-b {
  background-image: url('../images/product-compare-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  border-radius: 0;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 10px;
}

.product-compare-icon-b.w--redirected-checked {
  background-color: var(--transprant);
  background-image: url('../images/product-compare-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
}

.product-item-title-col {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-item-description {
  color: var(--black);
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.product-item-highlight {
  color: var(--light-purple);
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.product-compare-bg {
  z-index: 1;
  background-color: var(--light-purple);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.product-compare-btn-b {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.pop-up {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.filter-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.filter-title-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.filter-choice-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.filter-choice-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.filter-choice-b {
  min-width: 20%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.filter-choice-b.filter-series {
  width: 50%;
}

.form-b {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hide {
  display: none;
}

.filter-radio-btn-field {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.filter-radio-btn-txt {
  flex: 1;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.filter-radio-icon {
  background-image: url('../images/radio-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 0;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 0;
}

.filter-radio-icon.w--redirected-checked {
  background-color: var(--transprant);
  background-image: url('../images/radio-button-checked.svg');
  border-style: none;
}

.form-button-row {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.form-button-col {
  padding-left: 20px;
  padding-right: 20px;
}

.form-button-container {
  margin-top: 20px;
}

.pop-up-filter-b {
  position: relative;
}

.product-banner-b {
  background-image: linear-gradient(90deg, #012851, #01285100), url('../images/product-banner-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  overflow: hidden;
}

.product-banner-row {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-banner-title-col {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.product-banner-title-col.full {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

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

.product-banner-img-col {
  width: 40%;
}

.product-banner-img-mask {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.product-banner-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 140%;
  display: block;
  position: absolute;
  inset: 0%;
}

.product-banner-img.product2 {
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
}

.titlecase {
  text-transform: capitalize;
}

.pop-up-b {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100dvh;
  overflow: auto;
}

.sticky-btn-b {
  z-index: 9;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  position: sticky;
  top: 104px;
  overflow: auto;
}

.sticky-btn-row {
  justify-content: space-around;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.sticky-btn-col {
  padding-left: 8px;
  padding-right: 8px;
}

.sticky-btn-link-b {
  border-bottom: 2px solid var(--transprant);
  color: var(--dark-purple);
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  display: block;
}

.sticky-btn-link-b:hover {
  border-bottom-color: var(--dark-purple);
  opacity: 1;
}

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

.product-details-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-details-col-l {
  width: 50%;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-img-slider {
  background-color: var(--transprant);
  border-radius: 25px;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.display-none {
  display: none;
}

.product-img-slider-arrow-l {
  width: 20px;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.product-img-slider-mask {
  border-radius: 25px;
  height: auto;
}

.product-img-slider-side {
  border-radius: 25px;
}

.product-img-slider-arrow-r {
  width: 20px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.product-details-col-r {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.product-details-col-r-row {
  flex-flow: column;
  margin-top: -40px;
  display: flex;
}

.product-details-col-r-col {
  margin-top: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.tab-font-18 {
  margin-top: -3px;
  font-size: 18px;
}

.tab-menus-link {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  color: var(--dark-purple);
  text-align: center;
  border-radius: 50px;
  align-self: center;
  width: 31.2%;
  height: 100%;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 5px 10px;
}

.tab-menus-link.w--current {
  background-color: var(--dark-purple);
  color: var(--white);
}

.product-details-col-r-b {
  margin-top: 40px;
}

.common-list-style-row {
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.common-list-style-col {
  margin-top: 20px;
}

.common-list-style-img-b {
  width: 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.common-list-style-content {
  padding-left: 65px;
  position: relative;
}

.tab-menus {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.section-content-b {
  margin-top: 80px;
}

.product-details-description-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-details-description-col-l {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.product-details-description-col-l.last {
  order: 1;
}

.product-details-description-col-r {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

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

.sticky-under-link-b {
  position: sticky;
  top: 180px;
}

.common-img-b {
  border-radius: 25px;
  overflow: hidden;
}

.bg-f4f4f4 {
  background-color: var(--light-grey);
}

.product-details-specification-table-row {
  border-bottom: 1px solid var(--light-grey);
  display: flex;
}

.product-details-specification-table-col-l {
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 300px;
  padding: 5px 20px;
  display: flex;
}

.product-details-specification-table-col-r {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.product-details-specification-table-expand {
  overflow: hidden;
}

.product-details-document-table-col-btn {
  width: 5%;
}

.product-details-document-table-col-btn-b {
  width: 100%;
  height: 100%;
  display: block;
}

.product-details-document-table-col-btn-img-b {
  width: 20px;
}

.product-details-document-table-col-btn-b-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-details-document-table-row {
  border-bottom: 5px solid var(--eaeaea);
  color: var(--black);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product-details-document-table-col {
  flex-flow: wrap;
  flex: 0 auto;
  align-items: center;
  width: 16.666%;
  padding: 10px;
  font-size: 18px;
  display: flex;
}

.font-14 {
  margin-top: 3px;
  font-size: 14px;
  line-height: 120%;
}

.drak-txt {
  color: var(--dark-grey);
}

.common-btn-row {
  flex-flow: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.common-btn-col {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-icon-col {
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 5px;
}

.product-details-download-table-col {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  padding: 10px;
  font-size: 18px;
  display: flex;
}

.product-details-download-table-col.date {
  width: 130px;
}

.product-details-download-table-col.ver {
  width: 120px;
}

.product-details-download-table-col-first {
  flex-flow: wrap;
  flex: 1;
  align-items: center;
  width: 45%;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
}

.bg-f3f3f3 {
  background-color: #f3f3f3;
}

.product-details-description-video-row {
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.product-details-description-video-col {
  margin-top: 20px;
}

.products-comparison-row {
  display: flex;
  overflow: hidden;
}

.products-comparison-row.top-title {
  z-index: 10;
  position: sticky;
  top: 104px;
}

.products-comparison-col-title {
  color: var(--white);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  max-width: 400px;
  padding: 5px 10px;
  display: flex;
}

.products-comparison-col {
  text-align: center;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.products-comparison-col.top {
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  padding: 0;
}

.bg-grey {
  background-color: var(--grey);
}

.border-bottom-white {
  border-bottom: 1px solid var(--white);
}

.form-select-field {
  background-color: var(--white);
  color: var(--dark-grey);
  background-image: url('../images/select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.form-b-02 {
  width: 100%;
  margin-bottom: 0;
}

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

.bg-eaeaea {
  background-color: var(--eaeaea);
}

.search-result-about-row {
  flex-flow: column;
  margin-top: -40px;
  display: flex;
}

.search-result-about-link-b {
  border: 2px solid var(--transprant);
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  padding: 20px;
}

.search-result-about-link-b:hover {
  border-color: var(--light-purple);
}

.text-purple {
  color: var(--light-purple);
}

.search-result-about-txt-b {
  margin-top: 10px;
}

.search-result-about-col {
  margin-top: 40px;
}

.no-padding {
  padding: 0;
}

.support-filter-row {
  flex-flow: column;
  display: flex;
}

.support-filter-col {
  margin-bottom: 40px;
}

.support-filter-content-row {
  flex-flow: wrap;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
}

.support-filter-content-col-l {
  width: 40%;
  max-width: 450px;
  padding-left: 50px;
  padding-right: 50px;
}

.support-filter-content-col-r {
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-purple);
  background-color: var(--transprant);
  color: var(--grey);
  background-image: url('../images/arrow-down-purple.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 30px;
  font-weight: 400;
}

.boder-bottom-grey {
  border-bottom: 1px solid var(--light-grey);
}

.where-to-but-row {
  flex-flow: wrap;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.where-to-but-col-l {
  width: 30%;
  max-width: 330px;
  padding-left: 30px;
  padding-right: 30px;
}

.where-to-but-col-r {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.where-to-but-filter-row {
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.where-to-but-filter-col {
  margin-top: 20px;
}

.where-to-but-filter-dropdown-btn {
  background-color: var(--dark-grey);
  color: var(--white);
  white-space: normal;
  width: 100%;
  padding: 15px 40px 15px 20px;
  display: block;
}

.where-to-but-filter-dropdown {
  width: 100%;
  display: block;
}

.where-to-but-filter-dropdown-list {
  background-color: var(--dark-grey);
  position: relative;
  overflow: hidden;
}

.where-to-but-filter-dropdown-list-content {
  padding: 20px;
}

.where-to-but-filter-checkbox-col {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.where-to-but-filter-checkbox {
  background-image: url('../images/checkbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.where-to-but-filter-checkbox.w--redirected-checked {
  background-color: var(--transprant);
  background-image: url('../images/checkbox-checked.svg');
}

.where-to-but-filter-checkbox-row {
  flex-flow: column;
  margin-top: -15px;
  display: flex;
}

.where-to-but-filter-checkbox-label {
  flex: 1;
}

.where-content-row {
  flex-flow: wrap;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.where-content-col {
  width: 50%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.where-content-col-content-b {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.where-content-col-bottom-b {
  border-top: 1px solid var(--light-grey);
  padding: 20px;
}

.where-content-location-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.where-content-location-col {
  border-right: 1px solid var(--dark-grey);
  padding-left: 10px;
  padding-right: 10px;
}

.where-content-name-b {
  margin-top: 5px;
}

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

.where-content-details-link-b {
  color: var(--grey);
  width: 100%;
  display: block;
}

.where-content-details-link-wrap {
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.where-content-details-link-col-img {
  max-width: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.where-content-details-link-col-txt {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.font-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.break-all {
  word-break: break-all;
}

.where-filter-mobile-b {
  z-index: 998;
  display: none;
  position: sticky;
  top: 104px;
}

.where-filter-mobile {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.overview-gallery-row {
  flex-flow: wrap;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.overview-gallery-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.fc-lightbox {
  border: 1px solid var(--grey);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.quality-assurance-certificate-row {
  flex-flow: wrap;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.quality-assurance-certificate-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.quality-assurance-certificate-col-b {
  border: 1px solid var(--grey);
  background-color: var(--light-grey);
  color: var(--light-purple);
  text-align: center;
  border-radius: 25px;
  flex-flow: wrap;
  height: 100%;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.quality-assurance-certificate-col-b:hover {
  border-color: var(--light-purple);
  color: var(--black);
}

.quality-assurance-certificate-col-img-b {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.quality-assurance-certificate-col-download-btn {
  z-index: 1;
  background-color: var(--light-purple);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quality-assurance-certificate-col-download-btn-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.quality-assurance-certificate-col-download-btn-img-b {
  width: 20px;
}

.quality-assurance-certificate-col-txt-b {
  width: 100%;
  padding: 15px 20px;
}

.quality-assurance-certificate-col-download-btn-img {
  width: 100%;
  display: block;
}

.news-row {
  flex-flow: column;
  margin-top: -40px;
  display: flex;
}

.news-col {
  margin-top: 40px;
}

.news-content-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.news-content-col-l {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}

.news-content-col-r {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.news-content-img-b {
  border: 1px solid var(--grey);
  border-radius: 25px;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.news-content-txt-row {
  flex-flow: column;
  margin-top: -10px;
  display: flex;
}

.news-content-txt-col {
  margin-top: 10px;
}

.text-regular {
  font-weight: 400;
}

.news-details-img-b {
  border-radius: 25px;
  overflow: hidden;
}

.news-details-txt-b {
  margin-top: 100px;
}

.news-details-txt-row {
  flex-flow: column;
  margin-top: -10px;
  display: flex;
}

.news-details-txt-col {
  margin-top: 10px;
}

.text-dark-grey {
  color: var(--dark-grey);
}

.contact-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.contact-col-l {
  width: 45%;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-col-r {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-img-b {
  border-radius: 25px;
  width: 100%;
  max-width: 700px;
  display: block;
  overflow: hidden;
}

.contact-btn-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-btn-col {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-col-img {
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-col-txt {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.search-result-content-row {
  flex-flow: wrap;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.search-result-content-col {
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.search-btn-b {
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.inner-shadows {
  box-shadow: inset 0 0 5px #0003;
}

.product-item-link-b {
  width: 100%;
  height: 100%;
  display: block;
}

.product-item-link-b:hover {
  opacity: 1;
  color: var(--light-purple);
}

.filter-checkbox {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.filter-checkbox-content {
  background-color: var(--grey);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  padding: 8px;
  transition: color .8s, background-color .8s;
  display: flex;
}

.filter-checkbox-content:hover {
  background-color: var(--dark-grey);
}

.filter-checkbox-box {
  background-color: var(--transprant);
  background-image: url('../images/product-compare-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
}

.checkbox-tick {
  opacity: 0;
  background-image: url('../images/checkbox-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .5s, transform .5s;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.checkbox-txt {
  margin-left: 10px;
  font-weight: 400;
}

.product-compare-btn-link-b {
  border-radius: 50px;
  margin-right: 40px;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.home-banner-slider-nav {
  text-align: left;
  max-width: 1440px;
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.home-banner {
  background-color: var(--transprant);
  height: auto;
}

.home-banner-slide, .home-banner-mask {
  height: auto;
}

.footer-page-b-row {
  flex-flow: column;
  margin-top: -40px;
  display: flex;
}

.nobr {
  white-space: nowrap;
  word-break: keep-all;
}

.home-slider-subtitle {
  color: var(--white);
  text-shadow: 0 5px 5px #000c;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 28px;
}

.support-video-row {
  flex-flow: wrap;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.support-video-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 20px;
}

.support-faq-row {
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.support-faq-col {
  background-color: var(--white);
  margin-top: 20px;
}

.support-faq-content-row {
  align-items: center;
  display: flex;
}

.support-faq-col-txt {
  flex: 1;
}

.support-faq-link-b {
  color: var(--black);
  width: 100%;
  padding: 20px;
  display: block;
}

.support-faq-expand-b {
  overflow: hidden;
}

.support-faq-col-icon {
  width: 25px;
  height: 25px;
}

.support-faq-col-icon-line {
  background-color: var(--light-purple);
  width: 100%;
  height: 3px;
}

.support-faq-col-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.support-faq-col-icon-line-v {
  background-color: var(--light-purple);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.support-faq-expand-content {
  border-top: 1px solid var(--light-purple);
  padding: 20px;
}

.products-comparison-col-row {
  flex: 1;
  display: flex;
}

.news-content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.pop-up-cookie-container {
  z-index: 998;
  opacity: 0;
  height: 0;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.pop-up-cookie-b {
  background-color: var(--dark-purple);
  padding-top: 20px;
  padding-bottom: 20px;
}

.pop-up-row {
  flex-flow: wrap;
  justify-content: space-between;
  margin: -10px;
  display: flex;
}

.pop-up-col {
  padding: 10px;
}

.pop-up-btn-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pop-up-btn-col {
  padding-left: 10px;
  padding-right: 10px;
}

.product-details-download-subtitle {
  color: var(--dark-grey);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.filter-checkbox-update {
  background-color: var(--grey);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: background-color .3s;
  display: flex;
}

.filter-checkbox-update:hover {
  background-color: var(--dark-grey);
}

.filter-checkbox-box-update {
  background-image: url('../images/checked-box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.filter-checkbox-box-update.w--redirected-checked {
  background-image: url('../images/checked-box-tick.svg');
}

html.w-mod-js [data-ix="opacity-0-none"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50%);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-from-l"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-from-r"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="height-0"] {
  height: 0;
}

html.w-mod-js [data-ix="scale-fade-in"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="pop-up-cookie-container"] {
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    letter-spacing: 1.8px;
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.product-banner {
    padding-right: 0%;
  }

  .header-row {
    height: 80px;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100vw;
    height: 100vh;
  }

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

  .header-top-b {
    display: none;
  }

  .nav-link {
    color: var(--black);
    padding: 10px;
  }

  .nav-link.w--current {
    color: var(--light-purple);
    background-image: none;
    font-weight: 700;
  }

  .nav-menu-wrap {
    padding-top: 0;
    overflow: hidden;
  }

  .nav-link-row {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5%;
  }

  .nav-link-col {
    border-bottom: 1px solid var(--light-grey);
    padding: 0;
  }

  .header-top-row {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .header-top-col {
    padding-left: 0;
    padding-right: 0;
  }

  .header-top-b-border {
    margin-left: 20px;
    margin-right: 20px;
  }

  .all {
    padding-top: 80px;
  }

  .top-banner, .section {
    padding-bottom: 60px;
  }

  .home-product-row {
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-product-col {
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .common-img-txt-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .common-col-txt {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .common-content-b {
    margin-top: 20px;
  }

  .common-col-img-b {
    top: 100px;
  }

  .home-news-content-b {
    margin-top: 20px;
  }

  .home-news-slider-container {
    margin-right: -10%;
  }

  .home-news-slider-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-news-slider-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-news-slider-b {
    max-width: none;
  }

  .home-news-nxt-b {
    margin-right: 5%;
  }

  .header-product-dropdown {
    display: none;
  }

  .dropdown-content-info-b {
    padding-left: 10px;
  }

  .header-content-dropdown-list {
    border-top: 1px solid var(--light-grey);
    box-shadow: inset 0 24px 20px -20px var(--transprant);
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .footer-content-b {
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer-address-b {
    font-size: 14px;
  }

  .footer-info-container, .footer-page-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-page-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-page-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-bottom-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .common-col-img {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .common-col-img.first {
    order: -1;
  }

  .header-product-dropdown-mobile {
    display: block;
  }

  .header-top-b-mobile {
    background-color: var(--dark-purple);
    margin-right: 0%;
    padding: 20px 5%;
    display: block;
    box-shadow: inset 0 24px 20px -20px #00000040;
  }

  .header-top-search-col {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .menu-icon-b {
    width: 25px;
  }

  .menu-icon-line {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line02 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .top-banner-b {
    height: 350px;
  }

  .product-cate-img-b {
    width: 300px;
    height: 40vh;
    top: 120px;
  }

  .product-cate-content-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-cate-info-row {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .product-cate-info-col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .txt-black {
    color: var(--black);
  }

  .product-list-filter-b {
    padding: 15px 160px;
  }

  .product-list-filter-container {
    top: 80px;
  }

  .product-item {
    width: 50%;
  }

  .filter-choice-b {
    min-width: 25%;
  }

  .filter-choice-b.filter-series {
    width: 100%;
  }

  .product-banner-title-col, .product-banner-title-col.full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-banner-img {
    object-position: 0% 0%;
    height: 100%;
  }

  .sticky-btn-b {
    top: 80px;
  }

  .product-details-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-details-col-l {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-img-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-img-slider-arrow-l, .product-img-slider-arrow-r {
    width: 15px;
  }

  .product-details-col-r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-details-col-r-row {
    margin-top: -40px;
  }

  .product-details-col-r-col {
    margin-top: 20px;
  }

  .tab-menus-link {
    width: 48%;
  }

  .common-list-style-img-b {
    width: 20px;
  }

  .common-list-style-content {
    padding-left: 40px;
  }

  .section-content-b {
    margin-top: 50px;
  }

  .product-details-description-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-details-description-col-l, .product-details-description-col-r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top-40 {
    margin-top: 30px;
  }

  .product-details-specification-table-col-l {
    width: 35%;
  }

  .product-details-document-table-col-btn {
    width: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-details-document-table-row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .product-details-document-table-row:hover {
    opacity: 1;
  }

  .product-details-document-table-col {
    width: auto;
    padding: 10px 20px;
  }

  .product-details-download-table-col {
    width: auto;
    padding: 10px 20px 0;
    font-size: 16px;
    font-weight: 400;
  }

  .product-details-download-table-col.date, .product-details-download-table-col.ver {
    width: auto;
  }

  .product-details-download-table-col-first {
    flex: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  .products-comparison-row.top-title {
    top: 80px;
  }

  .search-result-about-row {
    margin-top: -30px;
  }

  .search-result-about-col {
    margin-top: 30px;
  }

  .no-padding {
    padding: 0;
  }

  .support-filter-content-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .support-filter-content-col-l {
    width: 35%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .support-filter-content-col-r {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .select-field {
    font-size: 26px;
  }

  .where-to-but-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .where-to-but-col-l, .where-to-but-col-r {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .where-filter-mobile-b {
    top: 80px;
  }

  .where-filter-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overview-gallery-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .overview-gallery-col {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .quality-assurance-certificate-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .quality-assurance-certificate-col {
    width: 50%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .news-content-row {
    margin-left: 0;
    margin-right: 0;
  }

  .news-content-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .news-content-col-r {
    flex: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .news-content-img-b {
    width: 80%;
    padding-top: 45%;
  }

  .news-details-txt-b {
    margin-top: 50px;
  }

  .search-result-content-col {
    width: 50%;
  }

  .product-compare-btn-link-b {
    margin-right: 2.5%;
  }

  .home-banner-slider-nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-slider-subtitle {
    font-size: 22px;
  }

  .support-video-row {
    margin-left: -2%;
    margin-right: -2%;
  }

  .support-video-col {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .support-faq-col-icon {
    width: 20px;
    height: 20px;
  }

  .pop-up-row {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .pop-up-col {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product-details-download-subtitle {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    letter-spacing: 0;
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  .container.product-banner {
    padding-right: 5%;
  }

  .header-row {
    height: 70px;
  }

  .header-logo {
    max-width: 160px;
  }

  .search-field.reverse {
    background-position: 95%;
    padding-right: 10%;
  }

  .all {
    padding-top: 70px;
  }

  .top-banner {
    padding-bottom: 40px;
  }

  .home-slider-content-row {
    display: block;
  }

  .home-slider-content-col {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .home-slider-item-bg {
    margin-bottom: 10%;
  }

  .home-product-row {
    justify-content: flex-start;
    align-items: center;
  }

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

  .common-img-txt-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .common-col-txt {
    width: 100%;
  }

  .common-content-b {
    margin-top: 20px;
  }

  .common-col-img-b {
    position: relative;
    top: 0;
  }

  .common-col-img-bg {
    transform: rotate(-2.5deg)translate(-10px, -10px);
  }

  .home-news-row {
    flex-flow: wrap;
  }

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

  .home-news-r-col {
    width: 100%;
    margin-top: 40px;
  }

  .home-news-slider-container {
    margin-right: -5.5%;
    padding-left: 0;
  }

  .home-news-prev-b {
    margin-left: -2.5%;
  }

  .home-news-arrow-b {
    padding: 10px;
  }

  .home-news-nxt-b {
    margin-right: 2.5%;
  }

  .footer-content-b {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-info-b-l {
    width: 100%;
  }

  .footer-info-b {
    margin-top: 10px;
  }

  .footer-info-container {
    text-align: center;
    border-right-style: none;
    padding-bottom: 20px;
  }

  .footer-info-b-r {
    border-top: 1px solid var(--light-white);
    width: 100%;
    padding-top: 20px;
  }

  .footer-bottom-container {
    border-top-color: var(--light-white);
  }

  .footer-bottom-row {
    justify-content: center;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-link {
    text-align: center;
    margin-top: 10px;
    padding: 0;
  }

  .home-slider-img-col {
    width: 80%;
  }

  .common-col-img {
    width: 90%;
  }

  .common-col-img.last {
    order: -1;
  }

  .top-banner-b {
    height: 280px;
  }

  .top-banner-bg-b {
    background-image: linear-gradient(90deg, #012851, #01285166), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .product-cate-row {
    flex-flow: wrap;
  }

  .product-cate-img-col {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-cate-img-col.last {
    order: -1;
  }

  .product-cate-img-b {
    width: 100%;
    height: 100%;
    max-height: 35vh;
    position: static;
  }

  .product-cate-content-b {
    padding: 20px 40px;
  }

  .product-cate-title {
    text-align: center;
  }

  .product-cate-img {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .product-cate-img.right {
    object-position: 50% 50%;
  }

  .product-cate-info-container {
    font-size: 16px;
  }

  .product-cate-img-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-list-filter-container {
    top: 70px;
  }

  .product-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-item-description, .product-item-highlight {
    padding-top: 10px;
  }

  .filter-title-col {
    color: var(--light-purple);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .filter-choice-col {
    width: 100%;
  }

  .form-button-row {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .form-button-col {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .product-banner-title-col {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-banner-title-col.full {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-banner-img-col {
    display: none;
  }

  .sticky-btn-b {
    top: 70px;
  }

  .sticky-btn-row {
    justify-content: flex-start;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .sticky-btn-col {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .product-details-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .product-details-col-l {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .product-details-col-r {
    flex: none;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content-b {
    margin-top: 40px;
  }

  .product-details-description-row {
    flex-flow: wrap-reverse;
  }

  .product-details-description-col-l {
    width: 100%;
    margin-top: 20px;
  }

  .product-details-description-col-r {
    width: 100%;
  }

  .margin-top-40 {
    margin-top: 20px;
  }

  .sticky-under-link-b {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .product-details-specification-table-col-l {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-details-document-table-col-btn {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .product-details-document-table-col-btn-b-wrap {
    padding: 5px 10px;
  }

  .product-details-document-table-col {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .product-details-download-table-col, .product-details-download-table-col-first {
    padding-bottom: 0;
  }

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

  .mobile-center {
    justify-content: center;
    display: flex;
  }

  .products-comparison-row {
    flex-flow: wrap;
  }

  .products-comparison-row.top-title {
    top: 70px;
  }

  .products-comparison-col-title {
    width: 100%;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .products-comparison-col-title.empty {
    display: none;
  }

  .products-comparison-col {
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .search-result-about-row {
    margin-top: -20px;
  }

  .search-result-about-col {
    margin-top: 20px;
  }

  .no-padding {
    padding: 0;
  }

  .support-filter-col {
    margin-bottom: 30px;
  }

  .support-filter-content-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .support-filter-content-col-l {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0%;
  }

  .support-filter-content-col-r {
    flex: none;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .select-field {
    background-size: 22px;
    padding-top: 10px;
    font-size: 22px;
  }

  .where-to-but-col-l {
    display: none;
  }

  .where-filter-mobile-b {
    border-bottom: 1px solid var(--light-purple);
    background-color: var(--eaeaea);
    display: block;
    top: 70px;
  }

  .overview-gallery-row {
    margin-top: -30px;
  }

  .overview-gallery-col {
    width: 50%;
    margin-top: 30px;
  }

  .quality-assurance-certificate-row {
    margin-top: -30px;
  }

  .quality-assurance-certificate-col {
    margin-top: 30px;
  }

  .quality-assurance-certificate-col-download-btn {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .quality-assurance-certificate-col-download-btn-img-b {
    width: 18px;
  }

  .quality-assurance-certificate-col-txt-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-content-img-b {
    width: 100%;
    padding-top: 60%;
  }

  .news-details-txt-b {
    margin-top: 30px;
  }

  .contact-row {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-col-r {
    flex: none;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-btn-col {
    text-align: center;
  }

  .search-result-content-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .search-result-content-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filter-checkbox {
    letter-spacing: 0;
  }

  .filter-checkbox-content {
    padding: 5px;
  }

  .home-banner-slider-nav {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .support-video-row {
    margin-top: -30px;
  }

  .support-video-col {
    margin-top: 30px;
  }

  .pop-up-cookie-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filter-checkbox-update {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .nav-menu {
    overflow: auto;
  }

  .header-top-row {
    justify-content: center;
    align-items: center;
    margin-top: -5px;
  }

  .header-top-col {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-top-btn-row {
    justify-content: center;
    align-items: center;
  }

  .header-top-b-border {
    display: none;
  }

  .search-field.reverse {
    padding-right: 15%;
  }

  .home-product-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-product-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-product-img-b {
    padding-top: 10px;
  }

  .home-product-img {
    padding-top: 120%;
  }

  .home-news-slider-container {
    margin-right: 0%;
  }

  .home-news-nxt-b {
    margin-right: -2.5%;
  }

  .footer-page-link-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-page-row {
    flex-flow: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .footer-page-col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-page-b {
    margin-top: 30px;
  }

  .header-top-search-col {
    padding-top: 0;
  }

  .product-cate-img-col, .product-cate-content-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-list-filter-b {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-item {
    width: 100%;
  }

  .product-compare-btn {
    padding: 5px;
  }

  .product-compare-txt {
    display: none;
  }

  .product-compare-icon-b {
    margin-right: 0;
  }

  .pop-up {
    min-height: 0;
  }

  .tab-menus-link {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .common-list-style-content {
    padding-left: 35px;
  }

  .tab-menus {
    margin-left: 0%;
    margin-right: 0%;
  }

  .sticky-under-link-b {
    max-width: 350px;
  }

  .product-details-specification-table-col-l {
    width: 45%;
  }

  .product-details-document-table-col-btn {
    width: auto;
  }

  .product-details-document-table-col, .product-details-download-table-col {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .product-details-download-table-col-first {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-comparison-col.bg-white.hide-in-mobile, .products-comparison-col.bg-f4f4f4.hide-in-mobile, .products-comparison-col.top.hide-in-mobile {
    display: none;
  }

  .margin-top-20 {
    margin-top: 15px;
  }

  .no-padding {
    padding: 0;
  }

  .select-field {
    font-size: 20px;
  }

  .where-content-row {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
  }

  .where-content-col {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-gallery-row {
    margin-top: -20px;
  }

  .overview-gallery-col {
    width: 100%;
    margin-top: 20px;
  }

  .quality-assurance-certificate-row {
    margin-top: -20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .quality-assurance-certificate-col {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-col-r {
    margin-top: 20px;
  }

  .contact-btn-col, .search-result-content-col {
    width: 100%;
  }

  .footer-page-b-row {
    margin-top: -30px;
  }

  .support-video-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .support-video-col {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .support-faq-link-b {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .support-faq-col-icon {
    width: 18px;
    height: 18px;
  }

  .support-faq-expand-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


