.page-node-type-product-child {
  /* Set the cookie banner and the announcment above the CTA button in product child page */
}
.page-node-type-product-child .banner__content {
  padding-bottom: 0;
  margin: 150px auto 0;
}
.page-node-type-product-child .banner__content .banner__title * {
  margin-bottom: 0;
}
.page-node-type-product-child .paragraph--type--banner.banner {
  position: relative;
  z-index: 1;
}
.page-node-type-product-child .paragraph--type--banner > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.page-node-type-product-child .paragraph--type--banner .banner__content .banner-preview-image-wrapper img {
  height: auto;
}
.page-node-type-product-child .paragraph--type--component-tagline {
  letter-spacing: normal;
  word-spacing: normal;
}
.page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-tablet-text, .page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-desktop-text {
  display: none;
}
@media (min-width: 768px) {
  .page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-tablet-text {
    display: none;
  }
  .page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-mobile-text {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-desktop-text {
    display: none;
  }
  .page-node-type-product-child .paragraph--type--component-tagline .field--name-field-cp-tablet-text {
    display: none;
  }
}
.page-node-type-product-child .field--name-field-cp-mobile-text {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.page-node-type-product-child .field--name-field-pc-link-button {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000000000;
}
.page-node-type-product-child .field--name-field-pc-link-button a {
  background-color: #2AD39B;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  padding: 17px 0;
}
.page-node-type-product-child .field--name-field-pc-link-button a:hover, .page-node-type-product-child .field--name-field-pc-link-button a:focus {
  text-decoration: none;
  background-color: #5FECBC;
}
.page-node-type-product-child .system-picker-for-tabs {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
.page-node-type-product-child .system-picker-for-tabs .title-picker {
  position: relative;
  padding: 22px 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 12px;
}
.page-node-type-product-child .system-picker-for-tabs .title-picker::after {
  content: "";
  display: inline-block;
  background: url(../../images/chevron-down.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  float: right;
}
.page-node-type-product-child .system-picker-for-tabs select {
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
  width: 100%;
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
  display: none;
}
.page-node-type-product-child .field--name-field-pc-tabs .active-picker .paragraph--type--section-tabs {
  display: block;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
  padding: 24px;
  position: relative;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  display: none;
  padding: 22px 24px;
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title .fa-chevron-down {
  float: right;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title.open .fa-chevron-down {
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .page-node-type-product-child .banner__content {
    padding: 0 40px;
    width: 100%;
    margin: 0;
    position: absolute;
    margin-top: 2%;
  }
  .page-node-type-product-child .banner__content .banner__title * {
    float: left;
    margin-top: 0;
    width: 65%;
    text-align: left;
  }
  .page-node-type-product-child .banner__content .header-right-container {
    width: 33.5%;
    float: right;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-tag-line {
    margin-bottom: 12px;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-cp-tablet-text, .page-node-type-product-child .banner__content .header-right-container .field--name-field-cp-desktop-text {
    font-size: 24px;
    line-height: 36px;
    color: #313538;
    text-align: left;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button {
    position: static;
    margin-top: 8px;
    width: 84.5%;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button a {
    border-radius: 3px;
  }
  .page-node-type-product-child .centered-header .banner__content .banner__title {
    width: 100%;
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .banner__title * {
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container {
    width: auto;
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-cp-tablet-text, .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-cp-desktop-text {
    text-align: center;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-pc-link-button {
    width: 100%;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-pc-link-button a {
    width: 240px;
    margin: 0 auto;
  }
  .page-node-type-product-child .system-picker-for-tabs {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs {
    position: relative;
    padding-top: 59px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
    display: block;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    padding: 40px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    display: block;
    position: absolute;
    top: 0;
    border: 0;
    left: 40px;
    font-weight: 600;
    color: #627684;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 13px;
    line-height: 27px;
    padding: 16px 0 16px 0;
    max-width: none !important;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title .fa-chevron-down {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title.active {
    color: #232E35;
    border-bottom: 2px solid #232E35;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title:hover {
    color: #232E35;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 60px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .banner__content {
    margin: 0 auto;
  }
  .page-node-type-product-child .banner__content .banner__title {
    font-size: 30px;
  }
  .page-node-type-product-child .banner__content .banner__title * {
    width: calc(100% - 420px - 100px);
  }
  .page-node-type-product-child .banner__content .header-right-container {
    width: 420px;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button {
    width: 240px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
    display: block;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    margin-left: 9.6%;
    width: calc(100% - 80px);
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right .paragraph {
    width: 100%;
    display: block;
    margin: 0 0 32px 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .main_thread .paragraph--type--component-callout {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  .page-node-type-product-child #block-breadcrumbs .single-breadcrumb-wrap {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner__content {
    padding: 0 calc((100% - 1170px) / 2);
    width: 100%;
    margin: 0 auto;
  }
  .page-node-type-product-child .centered-header .banner__content {
    padding: 0;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container {
    margin: 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    left: calc((100% - 1170px) / 2);
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    width: 1170px;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs .paragraph--type--component-text p {
    font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #354652;
    font-size: 16px;
    line-height: 28px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    width: 1170px;
    margin-left: calc((100% - 1170px) / 2);
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .mobile-layer {
    display: none;
  }
}
.page-node-type-product-child .desktop-layer {
  display: none;
}
@media (min-width: 1200px) {
  .page-node-type-product-child .desktop-layer {
    display: block;
  }
  .page-node-type-product-child .desktop-layer .paragraph--type--component-text, .page-node-type-product-child .desktop-layer .paragraph--type--component-benefit, .page-node-type-product-child .desktop-layer .paragraph--type--component-link, .page-node-type-product-child .desktop-layer .paragraph--type--component-table {
    width: 100% !important;
  }
}
.page-node-type-product-child .desktop-layer .virtual-wrapper {
  justify-content: space-between;
}
.page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a {
  background-color: #2AD39B;
  color: #313538;
}
.page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a:focus {
  background-color: #5FECBC;
}
.page-node-type-product-child .product-style-twist-green .paragraph--type--component-testimonials {
  background-color: #2AD39B;
}
.page-node-type-product-child .product-style-twist-green .paragraph--type--component-testimonials .testimonial-quote {
  color: #2AD39B;
}
.page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a {
  background-color: #14A4B2;
}
.page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a:focus {
  background-color: #20828B;
}
.page-node-type-product-child .product-style-teal .paragraph--type--component-testimonials .testimonial-quote {
  color: #57C6D0;
}
.page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a {
  background-color: #232E35;
}
.page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a:focus {
  background-color: #354652;
}
.page-node-type-product-child .product-style-purple .paragraph--type--component-testimonials .cp-title {
  color: #ffffff;
}
.page-node-type-product-child .product-style-purple .paragraph--type--component-testimonials .testimonial-quote {
  color: #7676F3;
}
.page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a {
  background-color: #E77611;
}
.page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a:focus {
  background-color: #BA5D08;
}
.page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a {
  background-color: #B98217;
}
.page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a:focus {
  background-color: #9F7420;
}
.page-node-type-product-child .product-style-gold .paragraph--type--component-testimonials .testimonial-quote {
  color: #B98217;
}
.page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a {
  background-color: #05A369;
}
.page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a:hover, .page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a:focus {
  background-color: #0D642D;
}
.page-node-type-product-child .paragraph--type--component-testimonials .testimonial-quote {
  color: #05A369;
}
@media (min-width: 1200px) {
  .page-node-type-product-child .paragraph--type--component-testimonials {
    padding: 60px 0 64px;
  }
}
@media (min-width: 768px) {
  .page-node-type-product-child .paragraph--type--component-testimonials {
    padding: 35px 70px 48px;
    margin: 0;
  }
}
.page-node-type-product-child .reverse .field--name-field-cp-mobile-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-tablet-text, .page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-desktop-text {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .page-node-type-product-child .cc-window.cc-floating {
    bottom: 48px !important;
  }
  .page-node-type-product-child .announcement.regular {
    bottom: 48px !important;
  }
}
@media (max-width: 1023px) {
  .page-node-type-product-child .intercom-namespace .intercom-launcher-frame {
    bottom: 48px;
  }
  .cc-window-open .page-node-type-product-child .intercom-namespace .intercom-launcher-frame {
    bottom: 200px;
  }
}
html[lang=zh-hans] .page-node-type-product-child .field--name-field-components .disclaimer {
  font-size: 11px;
}

.header {
  position: relative !important;
}

.paragraph--type--component-callout {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 24px 18px 24px;
}
.paragraph--type--component-callout.purple {
  background: #F7F7FF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraph--type--component-callout {
    width: 100%;
    margin-left: 0;
    margin-right: 0px;
  }
}

.field--name-field-cp-paragraphs {
  width: initial;
}
@media (min-width: 1200px) {
  .field--name-field-cp-paragraphs {
    width: initial !important;
    padding: 64px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .field--name-field-cp-paragraphs {
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 1199px) {
  .field--name-field-cp-paragraphs {
    padding-bottom: 0px !important;
  }
}
.field--name-field-cp-paragraphs .virtual-wrapper {
  justify-content: space-between;
}
.field--name-field-cp-paragraphs .virtual-wrapper .grid {
  letter-spacing: normal !important;
  word-spacing: normal !important;
}
.field--name-field-cp-paragraphs .paragraph--type--icon-with-text {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .field--name-field-cp-paragraphs .paragraph--type--icon-with-text {
    display: inline-block;
    float: left;
    padding-right: 10px;
  }
}
.field--name-field-cp-paragraphs .field--name-field-cp-text-text h5, .field--name-field-cp-paragraphs .field--name-field-cp-text-text strong {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #232E35;
}
.field--name-field-cp-paragraphs .field--name-field-cp-text-text p {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #354652;
}
.field--name-field-cp-paragraphs .contextual-region h2 {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #354652;
}
.field--name-field-cp-paragraphs .paragraph--type--component-link {
  word-break: break-word;
  width: 100%;
}
.field--name-field-cp-paragraphs .paragraph--type--component-link .custom-show-more-btn {
  display: none;
}

.paragraph--type--component-callout {
  border-radius: 6px;
  border: 1px solid #ddd;
}
.paragraph--type--component-callout .field--name-field-cp-callout-title {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #232E35;
}
.paragraph--type--component-callout .field--name-field-cp-text-text p {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #354652;
  margin: 0px;
  margin-bottom: 24px;
}
.paragraph--type--component-callout .field--name-field-cp-text-text a {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  background: url(../../images/green-arrow-right.svg) no-repeat right;
  padding-right: 25px;
  display: inline-block;
  text-decoration: none;
  color: #1E986F !important;
}
.paragraph--type--component-callout .field--name-field-cp-text-text a:hover {
  text-decoration: underline;
}
.paragraph--type--component-callout.light_green {
  border: 1px solid #AAEED7;
  background: #F6FCFA;
}
.paragraph--type--component-callout.light_green .field--name-field-cp-callout-title {
  color: #1E986F;
}
.paragraph--type--component-callout.light_green .field--name-field-cp-text-text a {
  color: #1E986F !important;
}

@media (max-width: 767px) {
  .mobile-layer .section-background {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-layer .section-background {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
.mobile-layer.grid {
  letter-spacing: normal !important;
  word-spacing: normal !important;
}
.mobile-layer .grid {
  letter-spacing: normal !important;
  word-spacing: normal !important;
}
.mobile-layer .paragraph--type--component-callout {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  margin-top: 20px;
}
.mobile-layer .paragraph--type--faq-components {
  width: 100%;
}

.virtual-region-right {
  transition: all ease-in 1s;
}
.virtual-region-right.callout-sticky {
  position: fixed;
}

.paragraph--type--block {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .block-genes-calculator-block {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
.block-genes-calculator-block .genes-calculator-content {
  box-shadow: none;
  border: 1px solid #E0E5EB;
  margin-bottom: 24px !important;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content {
    width: 100%;
    box-shadow: none;
    border: none;
  }
}
.block-genes-calculator-block .genes-calculator-content .input-section {
  float: none;
  width: 100%;
  display: block;
  border: none;
  padding: 20px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .input-section {
    padding: 0px;
    padding-left: 32px;
    padding-right: 45px;
  }
  .block-genes-calculator-block .genes-calculator-content .input-section:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .input-section:after {
    display: none;
  }
}
.block-genes-calculator-block .genes-calculator-content .input-section .mini-wrapper {
  margin: 0px;
  width: initial;
}
.block-genes-calculator-block .genes-calculator-content .input-section .mini-wrapper .industry {
  font-size: 14px;
  border: 1px solid #AAEED7;
  background-color: #F2FCF9;
  padding-left: 10px;
  color: #1E986F;
  padding-right: 10px;
  width: 100%;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types {
  display: flex;
  border: 1px solid #232E35;
  border-radius: 4px;
  margin-bottom: 23px;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .text {
  color: #354652;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  position: initial;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 0px;
  line-height: 12px;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .text:hover .text {
  color: #354652 !important;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .choose-gene-fragment {
  background: #FFFFFF;
  margin: 0px;
  height: initial;
  width: 50%;
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .types .choose-gene-fragment {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .types .choose-gene-fragment {
    width: 50%;
  }
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .choose-clonal-genes {
  background: #FFFFFF;
  height: initial;
  width: 50%;
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .types .choose-clonal-genes {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .types .choose-clonal-genes {
    width: 50%;
  }
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .active {
  background: #232E35 !important;
  border-radius: 0px;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .active .text {
  color: #FFFFFF;
}
.block-genes-calculator-block .genes-calculator-content .input-section .types .active:hover .text {
  color: #FFFFFF;
}
.block-genes-calculator-block .genes-calculator-content .input-section .frag-text, .block-genes-calculator-block .genes-calculator-content .input-section .clonal-text {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #354652;
  padding-left: 46px;
  display: inline-block;
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .fragment-mode-text {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .input-section .clonal-mode-text {
    padding-bottom: 24px;
  }
}
.block-genes-calculator-block .genes-calculator-content .input-section .icon-ruler {
  background: url(/themes/custom/twist_barrio/images/ruler.png) left no-repeat;
}
.block-genes-calculator-block .genes-calculator-content .input-section .icon-timer {
  background: url(/themes/custom/twist_barrio/images/Time-Clock.png) top left no-repeat;
  margin-top: 16px;
}
.block-genes-calculator-block .genes-calculator-content .input-section .icon-reagents {
  background: url(/themes/custom/twist_barrio/images/reagents.svg) left no-repeat;
  margin-top: 16px;
  background-position: top left;
}
.block-genes-calculator-block .genes-calculator-content .input-section .icon-infinity {
  background: url(/themes/custom/twist_barrio/images/Infinity.png) left no-repeat;
  margin-top: 16px;
}
.block-genes-calculator-block .genes-calculator-content .input-section .icon-dollar {
  background: url(/themes/custom/twist_barrio/images/dollar-sign.png) left no-repeat;
  margin-top: 16px;
}
.block-genes-calculator-block .genes-calculator-content .output-section {
  float: none;
  width: 100%;
  display: block;
  border: none;
  padding-bottom: 0%;
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section {
    padding-left: 20px;
    padding-top: 35px;
    padding-right: 20px;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .in-action .results {
  position: relative !important;
  left: 17px !important;
  height: 145px !important;
  width: 150px !important;
  top: -22px !important;
}
.block-genes-calculator-block .genes-calculator-content .output-section .in-action .results .results-number {
  background-color: #E0E5EB;
  border: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .in-action .results .results-icon {
  position: absolute;
  display: none !important;
}
.block-genes-calculator-block .genes-calculator-content .output-section .in-action .mini-wrapper {
  display: flex;
  padding-bottom: 0% !important;
}
.block-genes-calculator-block .genes-calculator-content .output-section .order-now {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px;
  margin-top: 18px;
  margin-bottom: 20px;
  background-color: #7676F3 !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .order-now {
    bottom: initial;
    width: 100% !important;
    position: relative;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .order-now {
    position: initial;
    order: initial;
    width: 100%;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input {
  width: 100%;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .gene-subtitle {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232E35;
  margin-bottom: 15px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .indicators {
  padding-top: 3px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .indicators .number {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #627684;
  z-index: 0;
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .indicators .number {
    display: inline-block;
    font-size: 14px !important;
    color: #627684 !important;
    text-align: center;
    font-weight: 700;
    line-height: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 0;
    font-weight: 700;
    padding-top: 3px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .indicators .number .pipe:after {
    content: "";
    width: 2px;
    height: 8px;
    background: #dddddd;
    position: absolute;
    top: 3px;
    left: calc(50% - 1px);
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments {
    display: block;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:first-child {
    text-align: left;
    transform: translateX(0);
    margin-left: -9px;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:nth-child(2) {
    left: 21%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:nth-child(3) {
    left: 40%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:nth-child(4) {
    left: 60%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:nth-child(5) {
    left: 79%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.fragments .number:last-child {
    text-align: right;
    transform: translateX(0);
    left: auto;
    right: 0;
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal {
    display: block;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:first-child {
    text-align: left;
    transform: translateX(0);
    margin-left: -9px;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:nth-child(2) {
    left: 16%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:nth-child(3) {
    left: 36%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:nth-child(4) {
    left: 57%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:nth-child(5) {
    left: 77%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .range.clonal .number:last-child {
    text-align: right;
    transform: translateX(0);
    left: auto;
    right: 0;
    margin-right: -3px;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .range [type=range] {
  top: -10px;
  cursor: pointer;
  z-index: 1;
  height: 66px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .range [type=range]::-webkit-slider-thumb {
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .range [type=range]::-moz-range-thumb {
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .range [type=range]::-ms-thumb {
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .length-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  background: url(/themes/custom/twist_barrio/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
  z-index: 100;
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .length-slider::-moz-range-thumb {
  -webkit-appearance: none;
  height: 30px;
  background: url(/themes/custom/twist_barrio/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .length-slider::-ms-thumb {
  -webkit-appearance: none;
  height: 30px;
  background: url(/themes/custom/twist_barrio/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
  border: none;
  box-shadow: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .slider-container {
  padding-bottom: 24px;
  margin-top: 50px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity {
  display: flex;
  padding-top: 24px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity {
    place-content: space-between;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .base-pair-container,
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container {
    width: 48%;
  }
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .base-pair-container .special-input,
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container .special-input {
    width: 100% !important;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .base-pair-container,
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container {
  width: 48% !important;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity span {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #354652;
  line-height: 22px;
  float: right;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity input {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #98A8B3;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .gene-subtitle {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .gene-subtitle {
    display: block;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .base-pairs {
  margin: 0;
  border: 1px solid #C2CED6;
  border-radius: 2px;
  background-color: white;
  position: relative;
  line-height: 22px;
  margin-top: 10px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .base-pairs .input-error {
  position: absolute;
  top: -58px;
  width: 100%;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .special-input.active input {
  font-weight: 700;
  color: #354652;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container {
  margin: 0;
  position: relative;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container .quanity {
  background-color: white;
  line-height: 22px;
  border: 1px solid #C2CED6;
  margin-top: 10px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .quanitity-container .input-error {
  position: absolute;
  top: -58px;
  width: 100%;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .base-quantity .gene-subtitle {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #627684;
  padding-bottom: 4px;
  display: block;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-transform: uppercase;
  text-decoration-style: dotted;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .vector-options {
  margin-top: 16px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .vector-options .gene-subtitle {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #627684;
  padding-bottom: 4px;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .vector-options .vectors-opt label {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.02em;
  color: #354652;
}
.block-genes-calculator-block .genes-calculator-content .output-section .user-input .vector-options .vectors-opt div {
  padding-top: 16px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .price-details-wrapper {
  padding-top: 16px;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.block-genes-calculator-block .genes-calculator-content .output-section .total-est {
  display: flex;
  margin-top: 24px;
  align-items: flex-end;
  place-content: space-between;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .total-est {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .total-est {
    order: initial;
    width: 100%;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .total-est .total {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  text-align: left;
  color: #313538;
}
.block-genes-calculator-block .genes-calculator-content .output-section .total-est .gene-subtitle {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #627684;
}
.block-genes-calculator-block .genes-calculator-content .output-section .total-est .gene-subtitle:after {
  border-bottom: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare {
  background: none;
  float: none;
  width: 100%;
  display: block;
  text-align: left;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .mini-wrapper {
  background-color: #F7F7FF;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 57px;
  position: relative;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .mini-wrapper .switch {
  position: absolute;
  margin-top: 0;
  right: 66px;
  top: 13px;
  z-index: 1;
  left: unset;
  display: none;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .mini-wrapper .switch input {
  position: absolute;
  top: 6px;
  width: 50px;
  z-index: 1;
  opacity: -1;
  display: unset !important;
  cursor: pointer;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .mini-wrapper .result-wrapper {
  width: 50%;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .mini-wrapper .result-wrapper .results {
  position: absolute;
  height: 145px;
  width: 150px;
  right: -155px;
  top: -23px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare {
    margin: 0;
    padding: 0;
    height: auto;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .gene-subtitle {
  margin: 32px 0px 0px 0px;
  width: 50%;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #4A3FC6;
}
@media (max-width: 767px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare .gene-subtitle {
    margin: 0;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare select {
  border: 1px solid #4A3FC6 !important;
  background-color: #F7F7FF;
  color: #4A3FC6;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 24px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  background-image: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare select {
    width: 100%;
    float: none;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results {
  position: absolute;
  left: 42px;
  height: 145px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare .results {
    position: initial;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number {
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container {
    display: flex;
  }
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container .saving {
  padding-right: 8px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #627684;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container .outcome-percentage {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #354652;
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container .outcome-percentage::before {
  content: "(";
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container .outcome-percentage::after {
  content: ")";
}
.block-genes-calculator-block .genes-calculator-content .output-section .compare .results .results-number .outcome-container .outcome-number {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 130px;
  color: #4A3FC6;
  position: relative;
  flex-grow: 1;
}
.block-genes-calculator-block .disclaimer {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #98A8B3;
  margin-bottom: 46px;
}
@media (max-width: 1199px) {
  .block-genes-calculator-block .disclaimer {
    padding-left: 32px;
    padding-right: 45px;
  }
}
.block-genes-calculator-block .disclaimer a {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

.virtual-region-left .paragraph--type--faq-components {
  width: 100%;
  margin-bottom: 24px;
}

.page-node-type-product-child .desktop-layer .virtual-region-left {
  padding-left: 0px;
}
.page-node-type-product-child .desktop-layer .virtual-region-left.full-width {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-node-type-product-child .desktop-layer .virtual-region-left {
    letter-spacing: normal !important;
    word-spacing: normal !important;
  }
}
.page-node-type-product-child .desktop-layer .virtual-region-left .component-paragraph, .page-node-type-product-child .desktop-layer .virtual-region-left .page-node-type-product-parent .component-paragraph {
  margin-bottom: 48px !important;
}
.page-node-type-product-child .desktop-layer .virtual-region-left .component-paragraph:last-child, .page-node-type-product-child .desktop-layer .virtual-region-left .page-node-type-product-parent .component-paragraph:last-child {
  margin-bottom: 0px !important;
}

.page-node-type-product-child .component-paragraph, .page-node-type-product-child .page-node-type-product-parent .component-paragraph {
  margin-bottom: 54px;
}
.page-node-type-product-child .component-paragraph:last-child, .page-node-type-product-child .page-node-type-product-parent .component-paragraph:last-child {
  margin-bottom: 0px !important;
}

.paragraph--type--icon-with-text p {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #313538;
}
.paragraph--type--icon-with-text .field--name-field-html {
  padding-top: 24px;
}
.paragraph--type--icon-with-text .field--name-field-html h5 {
  margin: 0px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #232E35;
}
.paragraph--type--icon-with-text .field--name-field-html .arrow-right {
  font-size: 14px;
  line-height: 16px;
}

.arrow-right {
  background: url("../../images/green-arrow-right.svg") no-repeat right;
  padding-right: 25px;
  display: inline-block;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #1E986F !important;
  cursor: pointer;
}
.arrow-right:hover {
  text-decoration: underline;
}

.field--name-field-cp-section-label {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 23px;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #627684 !important;
  margin-bottom: 32px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .field--name-field-cp-section-label {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .field--name-field-cp-section-label {
    margin-top: 18px;
  }
}

.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right {
  padding-right: 0px;
}

.top-sticky {
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 100;
  width: 100%;
}

.header-right-container .field--name-field-pc-link-button {
  display: none;
}

.system-sticky-tabs {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  z-index: 100;
  padding: 0px 40px;
}
.system-sticky-tabs ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .system-sticky-tabs {
    display: none;
  }
}
.system-sticky-tabs .field--name-field-pc-link-button {
  display: none;
  float: right;
  position: absolute;
  right: 0px;
  width: initial;
  top: 10px;
}
@media (max-width: 768px) {
  .system-sticky-tabs .field--name-field-pc-link-button {
    display: none;
  }
}
.system-sticky-tabs .field--name-field-pc-link-button a {
  padding: 14px 50px;
  border-radius: 4px;
}
.system-sticky-tabs.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
}
.system-sticky-tabs.sticky .field--name-field-pc-link-button {
  display: inline-block;
}
@media (min-width: 1200px) {
  .system-sticky-tabs.sticky .sticky-wrapper-tabs {
    margin-right: 195px;
  }
}
.system-sticky-tabs.sticky .tab-item {
  font-weight: 700;
}
.system-sticky-tabs .sticky-wrapper {
  border-bottom: 1px solid #dddddd;
  max-width: 1170px;
  margin: 0px auto;
  position: relative;
  height: 64px;
}
.system-sticky-tabs .sticky-wrapper .sticky-wrapper-tabs {
  position: relative;
  height: 65px;
  overflow-x: overlay;
}
.system-sticky-tabs .sticky-wrapper .sticky-wrapper-tabs::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}
.system-sticky-tabs .sticky-wrapper .cta-button-wrapper .field--name-field-pc-link-button {
  bottom: 10px !important;
}
.system-sticky-tabs .sticky-wrapper .tab-item {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 24px 0 20px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  white-space: nowrap;
  margin-right: 24px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #627684;
  max-width: none !important;
}
.system-sticky-tabs .sticky-wrapper .tab-item.active {
  border-bottom: 2px solid #232E35;
  color: #232E35;
  height: 64px;
}
.system-sticky-tabs .sticky-wrapper .tab-item:hover {
  color: #232E35;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .system-sticky-tabs .sticky-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    border-bottom: none;
  }
}
.system-sticky-tabs .sticky-wrapper.tabletWrapper {
  margin: 0;
}
.system-sticky-tabs .sticky-wrapper.tabletWrapper .tab-item {
  padding-left: 0;
}
.system-sticky-tabs .tabletBtnWrapper {
  height: 61px;
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 4%, rgb(255, 255, 255) 100%);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .system-sticky-tabs .tabletBtnWrapper {
    right: 30px;
  }
}
.system-sticky-tabs .tabletBtnWrapper .field--name-field-pc-link-button.tabletBtn {
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
  float: right;
  margin-top: 7px;
  width: initial;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .system-sticky-tabs .tabletBtnWrapper .field--name-field-pc-link-button.tabletBtn {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .system-sticky-tabs .tabletBtnWrapper .field--name-field-pc-link-button.tabletBtn {
    display: none;
  }
}
.system-sticky-tabs .tabletBtnWrapper .field--name-field-pc-link-button.tabletBtn a {
  padding: 17px 0;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .system-sticky-tabs .tabletBtnWrapper .field--name-field-pc-link-button.tabletBtn a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .system-sticky-tabs {
    display: block !important;
    position: static;
    padding: 0 40px;
    border-bottom: 1px solid #dddddd;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .system-sticky-tabs .tabletBtnWrapper {
    display: none;
  }
}

.paragraph--type--component-benefit .field--name-field-cp-benefit-image {
  background-color: none !important;
  width: 60px;
  margin-right: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .paragraph--type--component-benefit .field--name-field-cp-benefit-image {
    float: none;
    height: auto;
    padding-bottom: 0px;
  }
}

.section-background.product-background {
  background: linear-gradient(180deg, #FFFFFF 0%, #a4a4a4 100%);
}
@media (max-width: 1199px) {
  .section-background.product-background {
    flex: 1;
  }
}
.section-background.product-background.genes {
  background: linear-gradient(180deg, #FFFFFF 0%, #D5D5FB 100%) !important;
}
.section-background.product-background.genes .paragraph--type--component-resource-reference .resource-info .type {
  color: #7676F3;
}
.section-background.product-background.genes .paragraph--type--component-resource-reference .resource-info .type svg {
  color: #7676F3;
}
.section-background.product-contact-section {
  padding: 74px 343px 88px 343px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -9.17%, rgba(213, 213, 251, 0.4) 100%);
  background-color: #C2CED6 !important;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.product-contact-section {
    padding: 88px 82px;
  }
}
@media (max-width: 767px) {
  .section-background.product-contact-section {
    padding: 56px 13px 72px 29px;
  }
}
.section-background.product-contact-section.genes {
  position: relative;
}
.section-background.product-contact-section.genes:after {
  background: url(../../images/product/contact-bg.png) bottom left no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .section-background.product-contact-section.genes:after {
    background: url(../../images/product/contact-bg-tab.png) bottom left no-repeat;
  }
}
.section-background.product-contact-section .paragraph--type--section {
  margin-bottom: 0px;
}
.section-background.product-contact-section .paragraph--type--text {
  padding: 0px !important;
}
.section-background.product-contact-section .paragraph--type--text .field--name-field-paragraph-text h4 {
  padding-bottom: 40px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #313538;
}
@media (max-width: 767px) {
  .section-background.product-contact-section .paragraph--type--text .field--name-field-paragraph-text h4 {
    padding-top: 26px;
  }
}
.section-background.product-contact-section .paragraph--type--text .field--name-field-paragraph-text .product-black-button {
  margin-right: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-background.product-contact-section .paragraph--type--text .field--name-field-paragraph-text .product-black-button {
    display: block;
    margin: 0px 14px 16px 14px !important;
  }
}
.section-background.section-no-pad .paragraph--type--media-text-component {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .image-container {
    position: relative;
    height: 50vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .image-container:before {
    z-index: 10;
  }
}
.section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text a {
  display: inline-block;
}
.section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text h2 {
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text h2 {
    max-width: 457px;
  }
}
@media (max-width: 1199px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text h2 {
    margin-bottom: 22px;
  }
}
.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-thumbnail {
  display: flex;
  background-color: #9AA1A7;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -350px;
  }
}
.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-thumbnail img {
  mix-blend-mode: multiply;
  opacity: 1;
}
.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text {
  padding-right: 149px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text {
    padding: 94px 29px 174px 40px;
  }
}
@media (max-width: 767px) {
  .section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text {
    overflow: auto;
    padding: 48px 37px 64px 30px;
  }
}
.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text h2 {
  color: #ffffff;
}

.featured-resources .section-wrapper .paragraph--type--component-resource-reference {
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .featured-resources .section-wrapper .paragraph--type--component-resource-reference {
    margin-bottom: 0px;
  }
}
.featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  flex-direction: row;
}
.featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference .field__item {
  height: initial;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference {
    width: 100%;
  }
  .featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference .field__item {
    width: 316px;
  }
}
@media (max-width: 767px) {
  .featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference {
    width: 100%;
    float: right;
  }
  .featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference .field__item {
    width: 250px;
    padding-right: 0px !important;
    padding-left: 8px !important;
  }
}
.featured-resources .section-wrapper .paragraph--type--component-resource-reference .field--type-entity-reference::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.featured-resources h3 {
  margin-bottom: 0;
}
.featured-resources .paragraph--type--html {
  margin-top: 30px;
}
.featured-resources .resource-head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .featured-resources .resource-head {
    padding: 0 !important;
    margin-top: 83px;
  }
}
.featured-resources .resource-card {
  border: 1px solid #C2CED6;
  border-radius: 2px;
  padding: 40x 32px;
}
@media (max-width: 1199px) {
  .featured-resources .resource-card {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .featured-resources .resource-card .title {
    color: #232E35;
  }
}
@media (max-width: 767px) {
  .featured-resources .resource-card .subtitle {
    font-weight: 400;
    color: #354652;
  }
}
.featured-resources .resource-card .resource-info .type {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #7676F3;
}
.featured-resources .resource-card .resource-info .family {
  background: #ECECFD !important;
  border-radius: 10px !important;
  color: #232E35 !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.product-white-button {
  padding: 17px 40px;
  width: auto;
  background: #ffffff;
  border-radius: 2px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #232E35 !important;
  padding: 14px 24px;
}
.product-white-button.border {
  border: 1px solid #627684 !important;
  background: rgba(255, 255, 255, 0.85) !important;
}
.product-white-button:hover {
  background: rgba(238, 242, 246, 0.7) !important;
  text-decoration: none;
}

.product-black-button {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  width: auto;
  background: #232E35 !important;
  border-radius: 2px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
}
.product-black-button:hover {
  background-color: #354652;
  text-decoration: none;
}

.field--name-field-component-headline {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #232E35;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .field--name-field-component-headline {
    margin-bottom: 16px !important;
    padding-top: 15px;
  }
}

.paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text {
  margin-left: 82px !important;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text {
    margin-left: 0px !important;
    padding-top: 0px;
    padding-left: 30px;
  }
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text .field__item {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #354652;
  margin-bottom: 10px;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text .field__item::marker {
  font-size: 10px;
}

.hide {
  display: none;
}

.paragraph--type--component-steps {
  margin-top: 32px;
  margin-bottom: 40px;
}
.paragraph--type--component-steps .steps-wrapper .scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.paragraph--type--component-steps .steps-wrapper .scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px transparent;
}
.paragraph--type--component-steps .steps-wrapper .scroll::-webkit-scrollbar-thumb {
  background-color: #EEF2F6;
  height: 50px;
  border-radius: 5px;
}

.page-node-type-product-child .field--name-field-cp-mobile-text {
  display: none;
  font-size: 18px;
  color: #727272;
}
@media (max-width: 768px) {
  .page-node-type-product-child .field--name-field-cp-mobile-text {
    margin-top: 8px;
    margin-bottom: 26px;
    display: none;
  }
}
.page-node-type-product-child .field--name-field-cp-tablet-text,
.page-node-type-product-child .field--name-field-cp-desktop-text {
  display: none;
}
.page-node-type-product-child .dark-header .header-wrapper {
  background-color: transparent;
}
.page-node-type-product-child .banner__content {
  position: initial;
  padding-top: 220px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner__content {
    margin: 0;
    padding-top: 172px;
  }
}
.page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(1) a {
  background: #232E35;
  border-radius: 2px;
  padding: 16px 58px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
@media (max-width: 767px) {
  .page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(1) a {
    padding: 14px 16px;
    font-size: 12px;
    line-height: 12px;
  }
}
.page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(1) a:hover {
  background: #354652;
}
.page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(2) a {
  padding: 16px 40px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #627684;
  backdrop-filter: blur(30px);
  border-radius: 2px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #232E35;
  display: block;
}
@media (max-width: 767px) {
  .page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(2) a {
    padding: 14px 16px;
    font-size: 12px;
    line-height: 12px;
  }
}
.page-node-type-product-child .banner__content .field--name-field-banner-button .field__item:nth-child(2) a:hover {
  background: rgba(238, 242, 246, 0.7);
}
.page-node-type-product-child .banner__content .banner__button {
  padding: 0px;
}
.page-node-type-product-child .banner__content .banner__title {
  margin: auto;
  margin-bottom: 16px;
  padding-bottom: 0px;
  padding-left: 0;
  display: flex;
  -ms-flex-direction: initial;
  -webkit-flex-direction: initial;
  flex-direction: initial;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .banner__title.title-with-img {
    width: auto;
    padding: 30px 0 0 0;
  }
}
.page-node-type-product-child .banner__content .banner__title h1 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #313538;
}
@media (max-width: 767px) {
  .page-node-type-product-child .banner__content .banner__title h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .page-node-type-product-child .banner__content .banner__title {
    display: block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner__content .banner__title {
    padding-bottom: 0;
    padding: 0 24px;
    text-align: left;
  }
}
.page-node-type-product-child .banner__content .banner__title * {
  width: initial !important;
}
.page-node-type-product-child .banner__content .banner__title .title {
  margin: auto;
  margin-left: 0;
}
.page-node-type-product-child .banner__content .banner__title .banner-preview-image-wrapper {
  min-width: 200px;
  max-width: 200px;
  margin: auto;
  margin-right: 25px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .page-node-type-product-child .banner__content .banner__title .banner-preview-image-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .banner__title .banner-preview-image-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .banner__content .banner__title {
    margin-top: 0;
  }
}
.page-node-type-product-child .banner__content .header-right-container-wrapper {
  margin: auto;
}
@media (max-width: 767px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper.description-with-img {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper.description-with-img {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper {
    display: inline-block;
    width: 45%;
    position: static;
    float: right;
    margin-left: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper {
    margin: 0;
    width: 50%;
  }
}
.page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-cp-desktop-text, .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-cp-tablet-text {
  font-size: 20px;
  color: #727272;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-cp-desktop-text, .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-cp-tablet-text {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-pc-link-button {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container {
    padding-left: 52px;
  }
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-pc-tag-line {
    float: left;
    width: 100%;
  }
  .page-node-type-product-child .banner__content .header-right-container-wrapper .header-right-container .field--name-field-pc-link-button {
    float: left;
  }
}
@media (min-width: 768px) {
  .page-node-type-product-child .banner__content {
    padding: 180px 20px 100px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content {
    padding: 180px 20px 100px 20px;
  }
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner {
    min-height: unset;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner .banner__title {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner .banner__title .title h1 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__content .header-right-container-wrapper.description-with-img .field--name-field-cp-tablet-text {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__content .header-right-container-wrapper {
    width: 39%;
    padding-top: 60px;
  }
}
@media (min-width: 1023px) {
  .page-node-type-product-child .banner.with-image .banner__content .header-right-container-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__content .header-right-container-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__title {
    width: 33%;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__title .title {
    padding-bottom: 77px;
  }
}
@media (min-width: 1023px) {
  .page-node-type-product-child .banner.with-image .banner__title .title {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner.with-image .banner__title .title {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner .banner__content {
    padding: 220px 0 100px 0;
    margin: 0 auto;
    width: 1170px;
  }
}

.field--name-field-page-banner {
  margin-top: -145px;
}
@media (min-width: 768px) {
  .field--name-field-page-banner {
    margin-top: -145px;
    margin-bottom: 16px;
  }
}

.field--name-field-cp-title {
  text-transform: uppercase;
}

.sticky-element-wrapper {
  position: relative;
}

.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  display: none;
}

.page-node-type-product-child .field.field--name-field-pc-tabs {
  padding-top: 0px !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .field.field--name-field-pc-tabs {
    padding-top: 0;
  }
}
.page-node-type-product-child .field.field--name-field-pc-tabs:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .field.field--name-field-pc-tabs:before {
    background: none !important;
  }
}

.tablet-preview-image {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tablet-preview-image .field--name-field-banner-preview-image {
    padding-right: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tablet-preview-image {
    display: inline-block;
  }
}
.tablet-preview-image img {
  width: 191px;
  height: 229px;
}

.wrap-tablet {
  float: right;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  align-items: start;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .wrap-tablet {
    flex-direction: row;
    justify-content: space-between;
    width: 62%;
  }
}

.page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-tablet-text, .page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-desktop-text {
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-node-type-product-child .intercom-lightweight-app-launcher {
    bottom: 50px;
  }
}

.paragraph--type--component-link .field--name-field-cp-link-link a {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #1E986F;
}

.mobile-bottom-calc-cta {
  position: fixed;
  bottom: -5px;
  background: #ffffff;
  box-shadow: 0px -4px 10px rgba(98, 118, 132, 0.1);
  z-index: 999 !important;
  right: 0;
  left: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.mobile-bottom-calc-cta.calc-active {
  top: 60px;
}
.mobile-bottom-calc-cta .calc-wrapper {
  height: 96vh;
  overflow: overlay;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-bottom-calc-cta .calc-wrapper {
    height: 90vh;
  }
}
.mobile-bottom-calc-cta .button-wrapper.banner__content {
  padding: 38px;
  padding-top: 0px;
}
.mobile-bottom-calc-cta .button-wrapper.banner__content a {
  margin-bottom: 10px;
}
.mobile-bottom-calc-cta .drag-trigger-wrapper {
  height: 25px;
  width: 100%;
}
.mobile-bottom-calc-cta .drag-trigger-wrapper .drag-trigger {
  display: block;
  width: 50px;
  height: 4px;
  background: #98A8B3;
  margin: 0 auto;
  border-radius: 9px;
  margin-top: 8px;
}

.product-genes .paragraph--type--banner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -9.17%, rgba(213, 213, 251, 0.4) 100%);
  background-color: #C2CED6;
}
.product-genes .paragraph--type--banner .banner__content {
  position: relative;
}
.product-genes .paragraph--type--banner .banner__content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/themes/custom/twist_barrio/images/desktop-banner.svg) bottom right no-repeat;
  top: 0;
  right: -92px;
  z-index: -5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-genes .paragraph--type--banner .banner__content::after {
    background: url(/themes/custom/twist_barrio/images/Tab-banner.svg) bottom right no-repeat;
    bottom: 0;
    left: initial;
    right: 0;
  }
}
@media (max-width: 767px) {
  .product-genes .paragraph--type--banner .banner__content::after {
    background: url(/themes/custom/twist_barrio/images/mobile-banner.svg) bottom right no-repeat;
    bottom: 0;
    left: initial;
    right: 0;
  }
}