html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

.section {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
}
.section-content.md {
  max-width: 996px;
}
.section-content .section-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 24px auto;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  font-weight: 700;
}
.section-content .section-title.align-left {
  text-align: left;
}
.section-content .section-title.align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-content .section-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.section.border {
  border-bottom: 1px solid #e5e5e5;
}

hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 40px 0px;
}
@media screen and (max-width: 540px) {
  hr {
    margin: 24px 0px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

.section {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
}
.section-content.md {
  max-width: 996px;
}
.section-content .section-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 24px auto;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  font-weight: 700;
}
.section-content .section-title.align-left {
  text-align: left;
}
.section-content .section-title.align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-content .section-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.section.border {
  border-bottom: 1px solid #e5e5e5;
}

hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 40px 0px;
}
@media screen and (max-width: 540px) {
  hr {
    margin: 24px 0px;
  }
}

body {
  scroll-behavior: smooth;
}

.content-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
}

.bread-crumb {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px;
}
.bread-crumb-item {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}
.bread-crumb-item:hover {
  color: black;
}
.bread-crumb-item::after {
  font-family: "Material Design Icons";
  content: "\f0142";
  font-size: 16px;
  line-height: 16px;
  margin-left: 4px;
}
.bread-crumb-item:last-child::after {
  content: "";
}

.content-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 54px 0px 12px 0px;
}
.content-header-carousel, .content-header-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  flex-basis: 0;
}
.content-header-carousel {
  max-width: 540px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .content-header-carousel {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    max-width: unset;
  }
}
.content-header-carousel .carousel-display {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-header-carousel .carousel-display img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
.content-header-carousel .carousel-display .btn-arrow {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  flex: none;
  position: absolute;
  background: rgba(230, 230, 230, 0.8);
  color: #666666;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in-out;
}
.content-header-carousel .carousel-display .btn-arrow:hover {
  color: #ffffff;
  background: #333333;
}
.content-header-carousel .carousel-display .btn-arrow i {
  font-size: 24px;
}
.content-header-carousel .carousel-display .btn-arrow.left {
  left: -20px;
}
.content-header-carousel .carousel-display .btn-arrow.right {
  right: -20px;
}
.content-header-carousel .carousel-tray {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.content-header-carousel .carousel-tray img, .content-header-carousel .carousel-tray-vid {
  height: 50px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 4px;
  border: 1px solid transparent;
}
.content-header-carousel .carousel-tray img.active, .content-header-carousel .carousel-tray-vid.active {
  border: 1px solid #e5e5e5 !important;
  padding: 4px;
}
.content-header-carousel .carousel-tray img:hover, .content-header-carousel .carousel-tray-vid:hover {
  border: 1px solid #e5e5e5;
}
.content-header-carousel .carousel-tray-vid {
  height: 40px;
  aspect-ratio: 16/9;
  background: #f9f9f9;
  position: relative;
  padding: 4px;
  border: 1.5px solid #999999;
}
.content-header-carousel .carousel-tray-vid:hover {
  border: 1.5px solid #666666;
}
.content-header-carousel .carousel-tray-vid:hover::before {
  color: #666666;
}
.content-header-carousel .carousel-tray-vid::before {
  content: "\f040a" !important;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #999999;
  padding: 5px;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Material Design Icons";
}
@media screen and (max-width: 1024px) {
  .content-header-carousel .carousel-tray {
    display: none;
  }
}
.content-header-carousel .carousel-slick {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.content-header-carousel .carousel-slick .slick-track {
  display: flex;
  align-items: center;
}
.content-header-carousel .carousel-slick-slide {
  width: 100%;
  margin: 0px 12px;
  display: flex !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}
.content-header-carousel .carousel-slick-slide .carousel-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content-header-carousel .carousel-slick-slide .carousel-content img,
.content-header-carousel .carousel-slick-slide .carousel-content video {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) {
  .content-header-carousel .carousel-slick-slide {
    height: 300px;
  }
}
.content-header-carousel .carousel-slick .slick-prev,
.content-header-carousel .carousel-slick .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fcfcfc;
  box-shadow: 0px 5px 18px 0px rgba(128, 128, 128, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 500px;
}
.content-header-carousel .carousel-slick .slick-prev::before,
.content-header-carousel .carousel-slick .slick-next::before {
  color: #000000;
  font-family: "Material Design Icons";
  font-size: 27px;
}
.content-header-carousel .carousel-slick .slick-prev:hover::before,
.content-header-carousel .carousel-slick .slick-next:hover::before {
  color: #666666;
}
.content-header-carousel .carousel-slick .slick-prev {
  left: 0px;
}
@media screen and (max-width: 776px) {
  .content-header-carousel .carousel-slick .slick-prev {
    left: -8px;
  }
}
@media screen and (max-width: 540px) {
  .content-header-carousel .carousel-slick .slick-prev {
    left: 4px;
  }
}
@media screen and (max-width: 420px) {
  .content-header-carousel .carousel-slick .slick-prev {
    left: -12px;
  }
}
.content-header-carousel .carousel-slick .slick-prev::before {
  content: "\f0141" !important;
}
.content-header-carousel .carousel-slick .slick-next {
  right: 0px;
}
@media screen and (max-width: 776px) {
  .content-header-carousel .carousel-slick .slick-next {
    right: -8px;
  }
}
@media screen and (max-width: 540px) {
  .content-header-carousel .carousel-slick .slick-next {
    right: 4px;
  }
}
@media screen and (max-width: 420px) {
  .content-header-carousel .carousel-slick .slick-next {
    right: -12px;
  }
}
.content-header-carousel .carousel-slick .slick-next::before {
  content: "\f0142" !important;
}
.content-header-details .header-title {
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}
@media screen and (max-width: 540px) {
  .content-header-details .header-title {
    font-size: 27px;
    line-height: 36px;
  }
}
.content-header-details .header-overview {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.content-header-details .header-overview .overview-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.content-header-details .header-overview .overview-item::after {
  font-family: "Material Design Icons";
  content: "\f09de";
  font-size: 21px;
  color: #e5e5e5;
  margin-left: 4px;
}
.content-header-details .header-overview .overview-item:last-child::after {
  content: "";
}
.content-header-details .header-overview .overview-item span {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
.content-header-details .header-overview .overview-item .highlight {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.content-header-details .header-overview .overview-item .highlight.bold {
  font-weight: 800;
}
.content-header-details .header-overview .overview-item .review-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #ffc107;
  font-size: 20px;
}
.content-header-details .header-overview .overview-item .icon {
  font-size: 24px;
  color: #333333;
}
.content-header-details .header-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 24px 0px;
  gap: 4px;
  position: relative;
}
.content-header-details .header-desc-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 540px) {
  .content-header-details .header-desc-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.content-header-details .header-desc-link {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #333333;
  flex: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  text-decoration: none !important;
}
.content-header-details .header-desc-link span {
  text-decoration: underline;
}
@media screen and (min-width: 540px) {
  .content-header-details .header-desc-link {
    display: none;
  }
}
.content-header-details .price-details {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 18px auto 32px auto;
}
.content-header-details .price-details .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.content-header-details .price-details .price-label {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.content-header-details .price-details .price-amount {
  font-size: 32px;
  line-height: 44px;
  color: #df3996;
  font-weight: 700;
  margin: 0px;
}
@media screen and (max-width: 540px) {
  .content-header-details .price-details .price-amount {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 540px) {
  .content-header-details .price-details .price {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.content-header-details .price-details .btn-get-quote {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  color: #ffffff;
  background: #df3996;
  flex: none;
  padding: 18px 24px;
  cursor: pointer;
}
.content-header-details .price-details .btn-get-quote:hover {
  background: #cf2c89;
}
@media screen and (max-width: 540px) {
  .content-header-details .price-details .btn-get-quote {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 540px) {
  .content-header-details .price-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.content-header-details .header-anchors {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 0px;
  border-top: 0.5px solid #e5e5e5;
}
.content-header-details .header-anchors .header-anchor {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  gap: 12px;
  padding: 16px 10px;
  color: #333333;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(253, 237, 246, 0.41) 0%, rgba(253, 237, 246, 0.41) 100%), #fff;
  text-decoration: none;
  cursor: pointer;
}
.content-header-details .header-anchors .header-anchor:hover {
  background: linear-gradient(0deg, rgba(253, 237, 246, 0.8) 0%, rgba(253, 237, 246, 0.8) 100%), #fff;
}
.content-header-details .header-anchors .header-anchor i {
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .content-header-details .header-anchors .header-anchor {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 13px;
    line-height: 17px;
  }
  .content-header-details .header-anchors .header-anchor i {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px;
  }
}

@media screen and (max-width: 1140px) {
  #section-models .section-title {
    padding: 0px 24px;
  }
}
#section-models .models-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 24px;
  position: relative;
  padding-bottom: 50px;
}
#section-models .models-wrapper .model {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: calc(25% - 12px);
  margin: 0px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 8px;
  flex: none;
  gap: 18px;
}
#section-models .models-wrapper .model:hover {
  border-color: #CCCCCC;
}
#section-models .models-wrapper .model-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#section-models .models-wrapper .model-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#section-models .models-wrapper .model-details {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px;
}
#section-models .models-wrapper .model-details-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
#section-models .models-wrapper .model-details-header .md-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 4px;
}
#section-models .models-wrapper .model-details-header .md-header-content .model-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #333333;
  font-weight: 600;
}
#section-models .models-wrapper .model-details-header .md-header-content .model-dimension {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
#section-models .models-wrapper .model-details-header .md-header-tag {
  flex: none;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 5px 8px;
  color: #333333;
  background: rgba(224, 181, 0, 0.1);
}
@media screen and (min-width: 992px) {
  #section-models .models-wrapper .model-details-header .md-header-tag {
    display: none;
  }
}
#section-models .models-wrapper .model-details-price {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px auto;
}
#section-models .models-wrapper .model-details-price .model-price-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  gap: 8px;
}
#section-models .models-wrapper .model-details-price .model-price-item:last-child {
  border: none;
}
#section-models .models-wrapper .model-details-price .model-price-item .mp-amount {
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  color: #df3996;
  flex-grow: 1;
  text-align: right;
}
#section-models .models-wrapper .model-details-price .model-price-item .mp-label {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  flex: none;
}
#section-models .models-wrapper .model-details .model-btns {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
#section-models .models-wrapper .model-details .model-btns .model-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  gap: 4px;
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px 12px;
}
#section-models .models-wrapper .model-details .model-btns .model-btn i {
  font-size: 18px;
}
#section-models .models-wrapper .model-details .model-btns .model-btn.btn-order {
  color: #ffffff;
  background: #df3996;
  cursor: pointer;
}
#section-models .models-wrapper .model-details .model-btns .model-btn.btn-order:hover {
  background: #cf2c89;
}
#section-models .models-wrapper .model-details .model-btns .model-btn.btn-template {
  color: #333333;
  background: #e5e5e5;
}
#section-models .models-wrapper .model-details .model-btns .model-btn.btn-template:hover {
  background: #f9f9f9;
}
@media screen and (max-width: 1140px) {
  #section-models .models-wrapper .model {
    max-width: calc(33% - 10.6666666667px);
  }
}
@media screen and (max-width: 864px) {
  #section-models .models-wrapper .model {
    max-width: calc(50% - 8px);
  }
}
#section-models .models-wrapper .models-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;
  overflow: hidden;
  height: 100% !important;
}
#section-models .models-wrapper .models-content .model-row {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
#section-models .models-wrapper .models-content .model-row-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  text-align: left;
}
#section-models .models-wrapper .models-content .model-row-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
#section-models .models-wrapper .see-more-wrapper {
  display: none;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 24px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
}
#section-models .models-wrapper .see-more-wrapper.hidden {
  display: none;
}
#section-models .models-wrapper .see-more-wrapper .btn-see-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  padding: 10px 16px;
  color: #000000;
  background: #ffc107;
  flex: none;
}
#section-models .models-wrapper .see-more-wrapper .btn-see-more:hover {
  background: #e0b500;
}
#section-models .models-wrapper .see-more-wrapper .btn-see-more i {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #section-models .models-wrapper.lg {
    display: none;
  }
}
#section-models .models-wrapper.md {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  #section-models .models-wrapper.md {
    display: none;
  }
}
#section-models .models-wrapper.md .model {
  margin: 8px;
}
@media screen and (max-width: 1140px) {
  #section-models .models-wrapper {
    padding: 24px;
  }
}

#section-product-details {
  background: rgba(41, 181, 220, 0.02);
  padding: 40px 0px;
  margin: 40px auto 80px auto;
}
@media screen and (max-width: 768px) {
  #section-product-details {
    padding: 24px 0px;
    margin: 24px auto;
  }
}
#section-product-details .product-details-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  margin-top: 48px;
}
#section-product-details .product-details-wrapper .pd-nav {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  gap: 4px;
  padding: 8px;
  flex: none;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.11);
}
#section-product-details .product-details-wrapper .pd-nav-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 16px;
  gap: 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#section-product-details .product-details-wrapper .pd-nav-item-text {
  flex-grow: 1;
}
#section-product-details .product-details-wrapper .pd-nav-item:hover {
  background: rgba(41, 181, 220, 0.05);
}
#section-product-details .product-details-wrapper .pd-nav-item.selected {
  background: rgba(41, 181, 220, 0.1) !important;
}
#section-product-details .product-details-wrapper .pd-nav-item.selected::after {
  font-family: "Material Design Icons";
  content: "\f0142";
  font-size: 21px;
  color: #29b5dc;
  flex: none;
}
@media screen and (max-width: 768px) {
  #section-product-details .product-details-wrapper .pd-nav {
    display: none;
  }
}
#section-product-details .product-details-wrapper .pd-nav-mobile {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.11);
  flex: none;
  border-radius: 4px;
  padding: 8px;
  margin: 12px auto;
}
#section-product-details .product-details-wrapper .pd-nav-mobile select {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  padding: 15px 12px;
  background: rgba(41, 181, 220, 0.1);
  color: #333333;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  border-right: 16px solid transparent;
}
@media screen and (min-width: 768px) {
  #section-product-details .product-details-wrapper .pd-nav-mobile {
    display: none;
  }
}
#section-product-details .product-details-wrapper .pd-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 24px;
}
#section-product-details .product-details-wrapper .pd-content-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: none;
}
#section-product-details .product-details-wrapper .pd-content-item.selected {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
#section-product-details .product-details-wrapper .pd-content-item .pd-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #333333;
}
#section-product-details .product-details-wrapper .pd-content-item .pd-sub-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #333333;
  font-weight: 500;
}
#section-product-details .product-details-wrapper .pd-content-item .pd-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
#section-product-details .product-details-wrapper .pd-content-item .pd-section {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 24px;
}
#section-product-details .product-details-wrapper .pd-content-item .pd-section.border {
  border-top: 1px solid #f0f0f0;
  padding-top: 24px;
}
#section-product-details .product-details-wrapper .pd-content-item .benefits-list {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 8px;
}
#section-product-details .product-details-wrapper .pd-content-item .benefits-list-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#section-product-details .product-details-wrapper .pd-content-item .benefits-list-item i {
  font-size: 18px;
  color: #00ad28;
  flex: none;
}
#section-product-details .product-details-wrapper .pd-content-item .benefits-list-item .bl-title {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  flex-grow: 1;
}
#section-product-details .product-details-wrapper .pd-content-item ul {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
}
#section-product-details .product-details-wrapper .pd-content-item ul li {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
  margin: 4px auto;
}
#section-product-details .product-details-wrapper .pd-content-item .embed-responsive {
  border-radius: 15px;
  box-shadow: 0 4px 14px 0px rgb(167, 171, 173);
  margin-bottom: 40px;
}
#section-product-details .product-details-wrapper .pd-content .product-package-grid {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #section-product-details .product-details-wrapper .pd-content .product-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #section-product-details .product-details-wrapper .pd-content .product-package-grid {
    display: none;
  }
}
#section-product-details .product-details-wrapper .pd-content .product-package-grid .product-package-img {
  border-radius: 5px;
}
#section-product-details .product-details-wrapper .pd-content .product-package-grid .product-package-img img {
  width: 100%;
  display: block;
}
#section-product-details .product-details-wrapper .pd-content .product-package-slider-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#section-product-details .product-details-wrapper .pd-content .product-package-slider-wrapper .product-package-slider {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 24px;
}
#section-product-details .product-details-wrapper .pd-content .product-package-slider-wrapper .product-package-slider .product-package-img {
  width: 100%;
  margin: 8px;
}
#section-product-details .product-details-wrapper .pd-content .product-package-slider-wrapper .product-package-slider .product-package-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #section-product-details .product-details-wrapper .pd-content .product-package-slider-wrapper {
    display: none;
  }
}
#section-product-details .product-details-wrapper .pd-content .video-container {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
}
#section-product-details .product-details-wrapper .pd-content .video-container video {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  height: auto;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #section-product-details .product-details-wrapper .pd-content {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  #section-product-details .product-details-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section-product-details .product-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px;
    margin-top: 0px;
  }
}

.bundle-cta {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 32px 48px;
  border-radius: 24px;
  background: linear-gradient(284deg, rgba(24, 179, 235, 0.03) 0%, rgba(234, 234, 234, 0.39) 57.98%);
}
.bundle-cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 8px;
}
.bundle-cta-content .bundle-cta-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bundle-cta-content .bundle-cta-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.bundle-cta-content .bundle-cta-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .bundle-cta-content .bundle-cta-desc {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    text-align: center;
  }
}
.bundle-cta-content .bundle-cta-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 18px 24px;
  flex: none;
  background: rgba(41, 181, 220, 0.13);
  color: #333333;
  margin-top: 32px;
  cursor: pointer;
}
.bundle-cta-content .bundle-cta-btn:hover {
  background: #29b5dc;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bundle-cta-content .bundle-cta-btn {
    font-size: 14px;
    line-height: 19px;
    width: 250px;
    margin: 24px auto 0px auto;
  }
}
@media screen and (max-width: 540px) {
  .bundle-cta-content .bundle-cta-btn {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bundle-cta-content {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    gap: 4px;
  }
}
.bundle-cta-img {
  width: 270px;
  height: 270px;
  flex: none;
}
@media screen and (max-width: 1140px) {
  .bundle-cta {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .bundle-cta {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 32px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(24, 179, 235, 0.06) 0%, rgba(234, 234, 234, 0.39) 57.98%);
  }
}

#section-addons {
  padding: 40px 0px;
  margin: 32px auto;
}
#section-addons .addons-table {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
#section-addons .addons-table-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  border: 1px solid #e5e5e5;
}
#section-addons .addons-table-content .table-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
#section-addons .addons-table-content .table-header .th-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  padding: 18px 24px;
  gap: 8px;
  border-right: 1px solid #e5e5e5;
  flex: 1;
  color: #333333;
}
#section-addons .addons-table-content .table-header .th-col:last-child {
  border: none;
}
#section-addons .addons-table-content .table-header .th-col:first-child {
  flex: 2;
}
#section-addons .addons-table-content .table-row {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  gap: 24px;
}
#section-addons .addons-table-content .table-row:last-child {
  border: none;
}
#section-addons .addons-table-content .table-row .tr-col {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-right: 1px solid #e5e5e5;
  flex: 1;
}
#section-addons .addons-table-content .table-row .tr-col:last-child {
  border: none;
}
#section-addons .addons-table-content .table-row .tr-col:first-child {
  flex: 2;
}
#section-addons .addons-table-content .table-row .tr-col-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 18px 18px 0px;
  border-right: 1px solid #e5e5e5;
  gap: 4px;
  flex-grow: 1;
}
#section-addons .addons-table-content .table-row .tr-col-item ~ .tr-col-item {
  padding: 18px;
}
#section-addons .addons-table-content .table-row .tr-col-item:last-child {
  border: none;
}
#section-addons .addons-table-content .table-row .tr-col-item.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section-addons .addons-table-content .table-row .tr-col-item img {
  height: 100px;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-body-text {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-body-text span {
  font-weight: 700;
  color: #29b5dc;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-list {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-list-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-list-item::before {
  font-family: "Material Design Icons";
  content: "\f012c";
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
}
#section-addons .addons-table-content .table-row .tr-col-item .tr-price {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #df3996;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #section-addons .addons-table-content {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #section-addons .addons-table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 992px) {
  #section-addons {
    padding: 24px;
  }
}

#section-quote {
  margin: 40px auto;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background-color: rgba(201, 79, 232, 0.01);
  background-image: url("../../images/line-pattern.svg");
  background-position: 0 0;
  background-size: 150px;
  background-repeat: repeat;
}
#section-quote.whatsapp {
  background-image: url("../../images/whatsapp-pattern.svg");
}
#section-quote .cta-quote {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 24px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.2);
}
#section-quote .cta-quote-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
#section-quote .cta-quote-content .cta-quote-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 8px;
}
#section-quote .cta-quote-content .cta-quote-text .cta-quote-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .cta-quote-text .cta-quote-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
#section-quote .cta-quote-content .cta-quote-text .cta-quote-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .cta-quote-text .cta-quote-desc {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}
#section-quote .cta-quote-content .btn-contact-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 12px 24px;
  flex: none;
  background: #df3996;
  color: #ffffff;
  cursor: pointer;
  gap: 8px;
}
#section-quote .cta-quote-content .btn-contact-us:hover {
  background: #cf2c89;
}
#section-quote .cta-quote-content .btn-contact-us img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .btn-contact-us {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
#section-quote .cta-quote-contact-us {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(223, 57, 150, 0.08);
  gap: 24px;
  padding: 16px;
  border-radius: 5px;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  gap: 8px;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-label {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #333333;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-value {
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
  text-align: left;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-value {
    font-size: 14px;
    line-height: 19px;
  }
}
#section-quote .cta-quote-contact-us .cta-contact-us-item:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us .cta-contact-us-item {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
  }
}

#section-reviews {
  margin: 40px auto;
}
#section-reviews .slider-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 24px;
}
#section-reviews .slider-cont .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
#section-reviews .slider-cont .slider-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  max-width: 840px;
  position: relative;
}
#section-reviews .slider-cont .slider-content::before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}
#section-reviews .slider-cont .slider-content::after {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}
#section-reviews .slider-cont .slider-content .review {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 8px rgba(170, 170, 170, 0.15);
  width: 368px;
  margin: 0px 16px;
}
#section-reviews .slider-cont .slider-content .review-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 16px;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 16px;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: none;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-profile .reviewer-img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  flex: none;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-profile .reviewer-initials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  text-align: center;
  background: #333333;
  font-weight: 600;
  flex: none;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-profile .reviewer-img.hidden,
#section-reviews .slider-cont .slider-content .review-header .reviewer-profile .reviewer-initials.hidden {
  display: none;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-grow: 1;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-details .reviewer-name {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
  font-weight: 21px;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#section-reviews .slider-cont .slider-content .review-header .reviewer-details .review-date {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
  margin: 0px;
  color: #333333;
}
#section-reviews .slider-cont .slider-content .review-header .rating-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  position: relative;
  top: -2px;
  flex: none;
}
#section-reviews .slider-cont .slider-content .review-header .rating-stars .star {
  font-size: 21px;
  margin: 0;
  color: #ffc107;
}
#section-reviews .slider-cont .slider-content .review-message {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 24px 16px;
  border-top: 1px solid #e5e5e5;
}
#section-reviews .slider-cont .slider-controls {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#section-reviews .slider-cont .slider-controls .slider-ctrl-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
}
#section-reviews .slider-cont .slider-controls .slider-ctrl-btn i {
  font-size: 32px;
  color: #333333;
}
#section-reviews .slider-cont .slider-controls .slider-ctrl-btn:hover {
  background: rgba(223, 57, 150, 0.1);
}
@media screen and (max-width: 768px) {
  #section-reviews .slider-cont {
    margin-top: 24px;
  }
}

#section-related {
  padding: 12px 0px;
}
#section-related .related-items-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
#section-related .related-items-cont .related-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  flex-basis: 0;
  background: #ffffff;
  border-radius: 4px;
  margin: 8px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #f9f9f9;
  cursor: pointer;
  height: 100%;
}
#section-related .related-items-cont .related-item-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
#section-related .related-items-cont .related-item-img img {
  width: 100%;
  border-radius: 4px;
}
#section-related .related-items-cont .related-item-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
  gap: 4px;
}
#section-related .related-items-cont .related-item-content .related-item-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
#section-related .related-items-cont .related-item-content .related-item-price {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
#section-related .related-items-cont .related-item-content .related-item-price span {
  font-weight: 600;
  color: #df3996;
}
@media screen and (max-width: 992px) {
  #section-related .related-items-cont {
    padding: 24px;
  }
}

#section-related .slick-prev,
#section-related .slick-next,
#section-models .slick-prev,
#section-models .slick-next,
.product-package-slider .slick-prev,
.product-package-slider .slick-next {
  width: 36px;
  height: 36px;
  z-index: 1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 500px;
}
#section-related .slick-prev::before,
#section-related .slick-next::before,
#section-models .slick-prev::before,
#section-models .slick-next::before,
.product-package-slider .slick-prev::before,
.product-package-slider .slick-next::before {
  color: #000000;
  font-family: "Material Design Icons";
  font-size: 24px;
}
#section-related .slick-prev,
#section-models .slick-prev,
.product-package-slider .slick-prev {
  left: 18px;
}
#section-related .slick-prev::before,
#section-models .slick-prev::before,
.product-package-slider .slick-prev::before {
  content: "\f0141" !important;
}
#section-related .slick-next,
#section-models .slick-next,
.product-package-slider .slick-next {
  right: 18px;
}
#section-related .slick-next::before,
#section-models .slick-next::before,
.product-package-slider .slick-next::before {
  content: "\f0142" !important;
}

.extra-info-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0px auto;
}
.extra-info-wrapper .ei-tab-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #fdfdfd, #fdfdfd), #ffffff;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e5e5e5;
}
.extra-info-wrapper .ei-tab-header-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 768px;
}
.extra-info-wrapper .ei-tab-header-content .tab-header-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  height: 56px;
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
}
.extra-info-wrapper .ei-tab-header-content .tab-header-item:hover {
  border-color: rgba(223, 57, 150, 0.2);
}
.extra-info-wrapper .ei-tab-header-content .tab-header-item.selected {
  color: #df3996 !important;
  border-color: #df3996 !important;
}
.extra-info-wrapper .ei-tab-pane-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 996px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 14px;
  cursor: pointer;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-header-title {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  flex-grow: 1;
  color: #333333;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 0px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-header i {
  font-size: 22px;
  flex: none;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-header {
    display: none;
  }
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 48px 24px;
  gap: 12px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .tab-pane-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .tab-pane-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
  }
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .tab-pane-sub-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .tab-pane-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 0px;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box:last-child {
  border: none;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-header h6 {
  font-weight: 400;
  font-size: 14px;
  flex-grow: 1;
  margin: 0px;
  color: #333333;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-header i {
  font-size: 20px;
  flex: none;
  color: #999999;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-header:hover i {
  color: #df3996;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 4px auto 0px auto;
  border-left: 2px solid #000000;
  padding: 0px 16px;
  transition: all 0.2s ease-in-out;
  display: none;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box-content-text {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 0px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box.expanded .toggle-box-header h6 {
  font-weight: 700;
  color: #000000;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box.expanded .toggle-box-header i {
  color: #000000;
  transform: rotate(180deg);
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .toggle-box-wrapper .toggle-box.expanded .toggle-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 768px;
  gap: 24px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-header .sd-header-title {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-header .sd-header-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-header .sd-header-desc {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media screen and (max-width: 540px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table {
    gap: 8px;
  }
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th,
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th:last-child,
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr:last-child {
  border: none;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td,
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 12px;
  color: #333333;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td:first-child,
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td:first-child {
  border-right: 1px solid #e5e5e5;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td.price,
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td.price {
  font-weight: 600;
  color: #df3996;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th {
  background: #fafafa;
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td {
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-th {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 8px;
  }
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane-content {
    display: none;
  }
}
.extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane:last-child .ei-tab-pane-header {
  border: none;
}
@media screen and (min-width: 768px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane {
    display: none;
  }
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane.selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane.selected .ei-tab-pane-content {
    display: flex !important;
  }
  .extra-info-wrapper .ei-tab-pane-cont .ei-tab-pane.selected .ei-tab-pane-header i {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .extra-info-wrapper {
    background: #ffffff;
    margin-top: 32px;
  }
}

.shipping-details-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 768px;
  gap: 24px;
}
.shipping-details-cont .shipping-details-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.shipping-details-cont .shipping-details-header .sd-header-title {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-header .sd-header-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.shipping-details-cont .shipping-details-header .sd-header-desc {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
}
.shipping-details-cont .shipping-details-table {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table {
    gap: 8px;
  }
}
.shipping-details-cont .shipping-details-table .sd-table-th,
.shipping-details-cont .shipping-details-table .sd-table-tr {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.shipping-details-cont .shipping-details-table .sd-table-th:last-child,
.shipping-details-cont .shipping-details-table .sd-table-tr:last-child {
  border: none;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 12px;
  color: #333333;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td:first-child,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td:first-child {
  border-right: 1px solid #e5e5e5;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td.price,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td.price {
  font-weight: 600;
  color: #df3996;
}
.shipping-details-cont .shipping-details-table .sd-table-th {
  background: #fafafa;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td {
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table .sd-table-th {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table .sd-table-tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 8px;
  }
  .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    text-align: left;
  }
}

.shipping-details-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 768px;
  gap: 24px;
}
.shipping-details-cont .shipping-details-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.shipping-details-cont .shipping-details-header .sd-header-title {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-header .sd-header-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.shipping-details-cont .shipping-details-header .sd-header-desc {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
}
.shipping-details-cont .shipping-details-table {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table {
    gap: 8px;
  }
}
.shipping-details-cont .shipping-details-table .sd-table-th,
.shipping-details-cont .shipping-details-table .sd-table-tr {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.shipping-details-cont .shipping-details-table .sd-table-th:last-child,
.shipping-details-cont .shipping-details-table .sd-table-tr:last-child {
  border: none;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 12px;
  color: #333333;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td:first-child,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td:first-child {
  border-right: 1px solid #e5e5e5;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td.price,
.shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td.price {
  font-weight: 600;
  color: #df3996;
}
.shipping-details-cont .shipping-details-table .sd-table-th {
  background: #fafafa;
}
.shipping-details-cont .shipping-details-table .sd-table-th .sd-table-td {
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table .sd-table-th {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .shipping-details-cont .shipping-details-table .sd-table-tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 8px;
  }
  .shipping-details-cont .shipping-details-table .sd-table-tr .sd-table-td {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    text-align: left;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

.section {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
}
.section-content.md {
  max-width: 996px;
}
.section-content .section-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 24px auto;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  font-weight: 700;
}
.section-content .section-title.align-left {
  text-align: left;
}
.section-content .section-title.align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-content .section-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.section.border {
  border-bottom: 1px solid #e5e5e5;
}

hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 40px 0px;
}
@media screen and (max-width: 540px) {
  hr {
    margin: 24px 0px;
  }
}

.category-banner {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.category-banner-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.category-banner-content img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 540px) {
  .category-banner-content img.banner-lg {
    display: none;
  }
}
@media screen and (min-width: 540px) {
  .category-banner-content img.banner-sm {
    display: none;
  }
}

#large-format-products {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  margin: 80px auto;
}
@media screen and (max-width: 1140px) {
  #large-format-products .section-content {
    padding: 0px 24px;
  }
}
#large-format-products.category-details {
  padding-bottom: 80px;
}
#large-format-products .category {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 24px;
}
#large-format-products .category-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#large-format-products .category-header-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #large-format-products .category-header-title {
    font-size: 27px;
    line-height: 36px;
  }
}
#large-format-products .category-header-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #large-format-products .category-header-desc {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    text-align: center;
  }
}
#large-format-products .category-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  margin-top: 72px;
}
#large-format-products .category-content .category-nav {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  gap: 4px;
  padding: 12px;
  flex: none;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.11);
}
#large-format-products .category-content .category-nav-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 16px;
  gap: 24px;
  border-radius: 4px;
  cursor: pointer;
  color: #333333;
}
#large-format-products .category-content .category-nav-item .cn-item-img {
  width: 24px;
  aspect-ratio: 1;
}
#large-format-products .category-content .category-nav-item .cn-item-text {
  flex-grow: 1;
}
#large-format-products .category-content .category-nav-item:hover {
  background: rgba(41, 181, 220, 0.05);
}
#large-format-products .category-content .category-nav-item.selected {
  background: rgba(41, 181, 220, 0.1) !important;
  font-weight: 600;
}
#large-format-products .category-content .category-nav-item.selected::after {
  font-family: "Material Design Icons";
  content: "\f0142";
  font-size: 21px;
  color: #29b5dc;
  flex: none;
}
@media screen and (max-width: 1140px) {
  #large-format-products .category-content .category-nav {
    max-width: 254px;
  }
}
@media screen and (max-width: 875px) {
  #large-format-products .category-content .category-nav {
    display: none;
  }
}
#large-format-products .category-content .category-nav-mobile {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(187, 187, 187, 0.11);
  flex: none;
  border-radius: 4px;
  padding: 8px;
  margin: 12px auto;
}
#large-format-products .category-content .category-nav-mobile select {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  padding: 15px 12px;
  background: rgba(41, 181, 220, 0.1);
  color: #333333;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  border-right: 16px solid transparent;
}
@media screen and (min-width: 875px) {
  #large-format-products .category-content .category-nav-mobile {
    display: none;
  }
}
#large-format-products .category-content .category-grid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  box-sizing: border-box;
}
#large-format-products .category-content .category-grid-wrapper .category-grid {
  display: none;
}
@media screen and (max-width: 1140px) {
  #large-format-products .category-content .category-grid-wrapper .category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 576px) {
  #large-format-products .category-content .category-grid-wrapper .category-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#large-format-products .category-content .category-grid-wrapper .category-grid .category-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px;
}
#large-format-products .category-content .category-grid-wrapper .category-grid .category-item-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 16px;
  gap: 4px;
}
#large-format-products .category-content .category-grid-wrapper .category-grid .category-item-content .category-item-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
#large-format-products .category-content .category-grid-wrapper .category-grid .category-item-content .category-item-price {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
#large-format-products .category-content .category-grid-wrapper .category-grid .category-item-content .category-item-price span {
  font-weight: 600;
}
#large-format-products .category-content .category-grid-wrapper .category-grid.selected {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 875px) {
  #large-format-products .category-content .category-grid-wrapper {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    flex: unset;
  }
}
@media screen and (max-width: 1140px) {
  #large-format-products .category-content {
    gap: 32px;
  }
}
@media screen and (max-width: 875px) {
  #large-format-products .category-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    gap: 24px;
  }
}
#large-format-products .category-grid {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 72px;
}
@media screen and (max-width: 875px) {
  #large-format-products .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 540px) {
  #large-format-products .category-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#large-format-products .category-grid .category-item {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.02);
  border: 1px solid #f5f5f5;
  text-decoration: none !important;
  padding-bottom: 8px;
}
#large-format-products .category-grid .category-item-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}
#large-format-products .category-grid .category-item-img img {
  width: 100%;
  border-radius: 4px;
}
#large-format-products .category-grid .category-item-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 16px;
  gap: 4px;
}
#large-format-products .category-grid .category-item-content .category-item-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 620px) {
  #large-format-products .category-grid .category-item-content .category-item-title {
    font-size: 16px;
    line-height: 21px;
  }
}
#large-format-products .category-grid .category-item-content .category-item-price {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
#large-format-products .category-grid .category-item-content .category-item-price span {
  font-weight: 700;
  color: #df3996;
}
@media screen and (max-width: 620px) {
  #large-format-products .category-grid .category-item-content .category-item-price {
    font-size: 16px;
    line-height: 21px;
  }
}
#large-format-products .category-grid .category-item:hover {
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.05);
}

#section-bundle {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#section-bundle .bundle {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 84px;
  padding: 64px 24px;
}
#section-bundle .bundle-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
#section-bundle .bundle-content .bundle-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#section-bundle .bundle-content .bundle-header .bth-title {
  font-size: 24px;
  line-height: 32px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section-bundle .bundle-content .bundle-header .bth-title {
    font-size: 21px;
    line-height: 27px;
  }
}
#section-bundle .bundle-content .bundle-header .bth-desc {
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #section-bundle .bundle-content .bundle-header .bth-desc {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
  }
}
#section-bundle .bundle-content .bundle-pointers {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px 0px;
}
#section-bundle .bundle-content .bundle-pointers .bundle-pointer {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
#section-bundle .bundle-content .bundle-pointers .bundle-pointer i {
  font-size: 32px;
  flex: none;
  color: #29b5dc;
}
#section-bundle .bundle-content .bundle-pointers .bundle-pointer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  flex-grow: 1;
  margin-top: 2px;
}
#section-bundle .bundle-content .bundle-pointers .bundle-pointer-text .bp-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
  color: #000000;
}
#section-bundle .bundle-content .bundle-pointers .bundle-pointer-text .bp-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
}
#section-bundle .bundle-content .btn-get-quote {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  margin-top: 12px;
  color: #ffffff;
  background: #29b5dc;
  flex: none;
  padding: 18px 24px;
}
#section-bundle .bundle-content .btn-get-quote:hover {
  background: #1395b9;
}
@media screen and (max-width: 540px) {
  #section-bundle .bundle-content .btn-get-quote {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
  }
}
#section-bundle .bundle-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  max-width: 400px;
}
@media screen and (max-width: 875px) {
  #section-bundle .bundle-img {
    max-width: unset;
  }
}
#section-bundle .bundle-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 4px;
  aspect-ratio: 1;
}
@media screen and (max-width: 875px) {
  #section-bundle .bundle-img img {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 875px) {
  #section-bundle .bundle {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #section-bundle .bundle {
    gap: 32px;
    padding: 48px 24px;
  }
}
@media screen and (max-width: 540px) {
  #section-bundle .bundle {
    padding: 32px 24px;
  }
}

#testimonial {
  margin: 80px auto 40px auto;
}
#testimonial .testimonials {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#testimonial .testimonials-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #testimonial .testimonials-header {
    font-size: 21px;
    line-height: 27px;
  }
}
#testimonial .testimonials .testimonial-sliders {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 0px 24px;
  max-width: 840px;
}
#testimonial .testimonials .testimonial-sliders .testimonial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-radius: 8px;
  width: calc(100% - 8px);
  box-shadow: 0px 2px 8px rgba(170, 170, 170, 0.1);
  gap: 24px;
  margin: 0px 8px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px 16px;
}
#testimonial .testimonials .testimonial-sliders .testimonial-img {
  flex: none;
  max-width: 200px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 725px) {
  #testimonial .testimonials .testimonial-sliders .testimonial-img {
    max-width: unset;
  }
}
#testimonial .testimonials .testimonial-sliders .testimonial-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 4px;
  aspect-ratio: 1;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 16px;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 16px;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: none;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-profile .reviewer-img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  flex: none;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-profile .reviewer-initials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  text-align: center;
  background: #333333;
  font-weight: 600;
  flex: none;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-profile .reviewer-img.hidden,
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-profile .reviewer-initials.hidden {
  display: none;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-grow: 1;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-details .reviewer-name {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
  font-weight: 21px;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .reviewer-details .review-date {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
  margin: 0px;
  color: #333333;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .rating-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  position: relative;
  top: -2px;
  flex: none;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-header .rating-stars .star {
  font-size: 21px;
  margin: 0;
  color: #ffc107;
}
#testimonial .testimonials .testimonial-sliders .testimonial .review-message {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 24px 16px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 725px) {
  #testimonial .testimonials .testimonial-sliders .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}
#testimonial .testimonials .testimonial-controls {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#testimonial .testimonials .testimonial-controls .testimonial-ctrl-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
}
#testimonial .testimonials .testimonial-controls .testimonial-ctrl-btn i {
  font-size: 32px;
  line-height: 40px;
  color: #333333;
}
#testimonial .testimonials .testimonial-controls .testimonial-ctrl-btn:hover {
  background: rgba(223, 57, 150, 0.1);
}
@media screen and (max-width: 725px) {
  #testimonial .testimonials .testimonial-controls .testimonial-ctrl-btn:hover {
    background: rgba(223, 57, 150, 0.15);
  }
}
@media screen and (max-width: 725px) {
  #testimonial .testimonials .testimonial-controls .testimonial-ctrl-btn {
    border-radius: 500px;
    background: rgba(229, 229, 229, 0.5);
  }
}
@media screen and (max-width: 725px) {
  #testimonial .testimonials .testimonial-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 725px) {
  #testimonial {
    margin: 50px auto;
  }
}

#section-overview {
  padding: 40px 0px 90px 40px;
}
#section-overview .overview {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1140px) {
  #section-overview .overview {
    padding: 0px 24px;
  }
}
#section-overview .overview-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#section-overview .overview-header-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section-overview .overview-header-title {
    font-size: 21px;
    line-height: 27px;
  }
}
#section-overview .overview-header-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section-overview .overview-header-desc {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    text-align: center;
  }
}
#section-overview .overview-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 64px;
}
#section-overview .overview-content .overview-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  gap: 24px;
}
#section-overview .overview-content .overview-item-img {
  width: 64px;
  aspect-ratio: 1;
}
@media screen and (max-width: 675px) {
  #section-overview .overview-content .overview-item-img {
    width: 48px;
  }
}
#section-overview .overview-content .overview-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 4px;
}
#section-overview .overview-content .overview-item-text .oi-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #333333;
  font-weight: 600;
}
@media screen and (max-width: 675px) {
  #section-overview .overview-content .overview-item-text .oi-title {
    font-size: 16px;
    line-height: 21px;
  }
}
#section-overview .overview-content .overview-item-text .oi-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #section-overview .overview-content .overview-item {
    min-width: calc(50% - 32px);
  }
}
@media screen and (max-width: 992px) {
  #section-overview .overview-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 574px) {
  #section-overview .overview-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 725px) {
  #section-overview {
    margin: 40px auto;
  }
}

#section-quote {
  margin: 80px auto;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background-color: rgba(201, 79, 232, 0.01);
  background-image: url("../../images/line-pattern.svg");
  background-position: 0 0;
  background-size: 150px;
  background-repeat: repeat;
}
#section-quote.whatsapp {
  background-image: url("../../images/whatsapp-pattern.svg");
}
#section-quote .cta-quote {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 24px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.2);
}
#section-quote .cta-quote-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
#section-quote .cta-quote-content .cta-quote-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 8px;
}
#section-quote .cta-quote-content .cta-quote-text .cta-quote-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .cta-quote-text .cta-quote-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
#section-quote .cta-quote-content .cta-quote-text .cta-quote-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .cta-quote-text .cta-quote-desc {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
}
#section-quote .cta-quote-content .btn-contact-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 12px 24px;
  flex: none;
  background: #df3996;
  color: #ffffff;
  cursor: pointer;
  gap: 8px;
}
#section-quote .cta-quote-content .btn-contact-us:hover {
  background: #cf2c89;
}
#section-quote .cta-quote-content .btn-contact-us img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content .btn-contact-us {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
#section-quote .cta-quote-contact-us {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(223, 57, 150, 0.08);
  gap: 24px;
  padding: 16px;
  border-radius: 5px;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  gap: 8px;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-label {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  color: #333333;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-value {
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
  text-align: left;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us .cta-contact-us-item .cta-contact-value {
    font-size: 14px;
    line-height: 19px;
  }
}
#section-quote .cta-quote-contact-us .cta-contact-us-item:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#section-quote .cta-quote-contact-us .cta-contact-us-item:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us .cta-contact-us-item {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  #section-quote .cta-quote-contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
  }
}

/*# sourceMappingURL=large_format.css.map */
