.page-node-type-product-child #page-wrapper .header-wrapper {
  position: relative !important;
}

.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;
}
@media (max-width: 767px) {
  .page-node-type-product-child .banner__content .banner__title .title {
    text-align: center;
  }
}
.page-node-type-product-child .paragraph--type--banner.product-child-style-2 .banner__content .header-right-container-wrapper {
  margin-top: 15px;
}
.page-node-type-product-child .paragraph--type--banner.product-child-style-2 .banner__content .header-right-container-wrapper .header-right-container .field--name-field-pc-tag-line {
  display: none;
}
.page-node-type-product-child .paragraph--type--banner.product-child-style-2 .banner__content .header-right-container-wrapper .header-right-container .field--name-field-pc-link-button .banner-cta-button {
  background-color: #232E35;
}
.page-node-type-product-child .paragraph--type--banner.banner {
  position: relative;
  z-index: 1;
  background-color: #bbb;
}
.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 .figure-4 .paragraph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.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: block;
  }
  .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: block;
  }
  .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;
}
@media (max-width: 767px) {
  .page-node-type-product-child .field--name-field-pc-link-button {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000000000;
    left: 0;
  }
}
.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;
  border-radius: 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 * {
    display: inline-block;
    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;
  }
}
@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;
  }
  .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;
    cursor: pointer;
  }
  .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;
  }
}
.page-node-type-product-child .field--name-field-cp-paragraphs 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;
}
@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: 100%;
    padding-left: 0;
    margin: 0 auto;
    padding: 0;
  }
  .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;
  }
}
@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 .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-orange .banner-cta-button {
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  padding: 17px 40px;
  border-radius: 2px;
  background-color: #E77611;
}
.page-node-type-product-child .product-style-orange .banner-cta-button:hover, .page-node-type-product-child .product-style-orange .banner-cta-button:focus {
  background-color: #BA5D08;
}
.page-node-type-product-child .product-style-orange .note {
  padding: 16px;
  border-radius: 4px;
  background: #FEF7F1;
  color: #232E35;
}
.page-node-type-product-child .product-style-orange .note h1, .page-node-type-product-child .product-style-orange .note h2, .page-node-type-product-child .product-style-orange .note h3, .page-node-type-product-child .product-style-orange .note h4, .page-node-type-product-child .product-style-orange .note h5, .page-node-type-product-child .product-style-orange .note h6, .page-node-type-product-child .product-style-orange .note p {
  color: #232E35;
}
.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;
}
.page-node-type-product-child .paragraph--type--component-testimonials {
  width: 100%;
  padding: 0;
}
@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;
}

.page-node-type-product-child #page-wrapper .header {
  position: relative;
}

.paragraph--type--component-callout {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 4px;
}
.paragraph--type--component-callout.purple {
  background: #F7F7FF;
}

.field--name-field-cp-paragraphs {
  position: relative;
}
.field--name-field-cp-paragraphs .virtual-region-right {
  transition: all ease-in 1s;
}
.field--name-field-cp-paragraphs .virtual-region-right.callout-sticky {
  position: fixed;
}

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

.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;
  left: initial;
}
@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: #F7F7FF;
}
@media (max-width: 768px) {
  .paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text {
    clear: left;
    padding-top: 24px;
    padding-top: 0;
    margin-left: 100px;
  }
}
@media (max-width: 768px) {
  .paragraph--type--component-benefit .field--name-field-component-headline {
    padding-top: 0 !important;
  }
}
.paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image {
  border-radius: 50% !important;
}
@media (max-width: 480px) {
  .paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image {
    width: 75px !important;
    height: 75px !important;
  }
}
.paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image picture {
  width: unset;
}
@media (max-width: 480px) {
  .paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image picture {
    width: 56px;
  }
}
.paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image picture img {
  width: 150px;
  height: 150px;
}
@media (max-width: 480px) {
  .paragraph--type--component-benefit.large-round-icon .field--name-field-cp-benefit-image picture img {
    width: 75px !important;
    height: 75px !important;
  }
}

.hide {
  display: none;
}

.page-node-type-product-child .field--name-field-cp-mobile-text {
  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 .dark-header .header-wrapper {
  background-color: transparent;
}
.page-node-type-product-child .banner__content {
  position: initial;
  padding-top: 171px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner__content {
    padding-top: 165px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-node-type-product-child .banner__content .banner__title {
  margin: auto;
  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-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .page-node-type-product-child .banner__content .banner__title h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .page-node-type-product-child .banner__content .banner__title {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner__content .banner__title {
    padding: 0;
  }
}
.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 .title sup {
  font-size: 12px;
  top: -12px;
}
.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;
  margin-top: 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: 768px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content .banner__title {
    display: inline-block;
    width: 44%;
    margin: 0;
  }
}
@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: 200px 60px 10px 63px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-product-child .banner__content {
    padding: 200px 60px 56px 63px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-node-type-product-child .banner__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.page-node-type-product-child .banner__content .tablet-preview-image img {
  width: initial;
}
@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: 992px) {
  .page-node-type-product-child .banner .banner__content {
    padding: 200px 0 56px 0;
    width: calc(100% - 80px);
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner .banner__content {
    padding: 200px 0 56px 0;
    margin: 0 auto;
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .page-node-type-product-child .banner {
    padding-bottom: 20px;
  }
}
.page-node-type-product-child section.section-background {
  padding: 30px 0;
}
.page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component {
  width: 100%;
}
.page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .image-container img {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-node-type-product-child section.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) {
  .page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .image-container:before {
    z-index: 10;
  }
}
.page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text a {
  display: inline-block;
}
.page-node-type-product-child section.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) {
  .page-node-type-product-child section.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) {
  .page-node-type-product-child section.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) {
  .page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .text-container .field--name-field-media-text-text h2 {
    margin-bottom: 22px;
  }
}
.page-node-type-product-child section.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) {
  .page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -350px;
  }
}
.page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-thumbnail img {
  mix-blend-mode: multiply;
  opacity: 1;
}
.page-node-type-product-child section.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) {
  .page-node-type-product-child section.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) {
  .page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text {
    overflow: auto;
    padding: 48px 37px 64px 30px;
  }
}
.page-node-type-product-child section.section-background.section-no-pad .paragraph--type--media-text-component .field--name-field-media-text-text h2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-node-type-product-child section.section-background .paragraph--type--text .text-formatted .wistia_embed {
    height: auto !important;
  }
}

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

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

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

.tablet-preview-image {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tablet-preview-image {
    padding: 0;
  }
}
@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;
    flex-basis: fit-content;
  }
}
.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 {
  color: #ffffff;
}
.page-node-type-product-child .reverse .banner__content h1, .page-node-type-product-child .reverse .banner__content h2, .page-node-type-product-child .reverse .banner__content h3, .page-node-type-product-child .reverse .banner__content h4, .page-node-type-product-child .reverse .banner__content h5, .page-node-type-product-child .reverse .banner__content h6, .page-node-type-product-child .reverse .banner__content p {
  color: #ffffff;
}
.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-callout {
  padding: 39px 26px 29px 26px;
}
@media (min-width: 768px) {
  .paragraph--type--component-callout {
    padding: 39px 39px 29px 39px;
  }
}
.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: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-weight: 700;
  line-height: 24px;
}
.paragraph--type--component-callout .field--name-field-cp-callout-title .field--name-field-cp-text-text {
  color: #727272;
}
.paragraph--type--component-callout .field--name-field-cp-text-text a {
  color: #2AD39B !important;
  font-weight: 700;
}
.paragraph--type--component-callout .field--name-field-cp-text-text a:hover {
  text-decoration: underline;
}
.paragraph--type--component-callout.grey {
  background: #FAFAFA;
}
.paragraph--type--component-callout.grey .field--name-field-cp-callout-title {
  color: #313538;
}
.paragraph--type--component-callout.purple {
  background: #E9E9FD;
}
.paragraph--type--component-callout.purple .field--name-field-cp-callout-title {
  color: #5D5DB2;
}
.paragraph--type--component-callout.turquoise {
  background: #F7FDFD;
  border: 2px solid #E6F7F8;
}
.paragraph--type--component-callout.turquoise .field--name-field-cp-callout-title {
  color: #31A0AA;
}
.paragraph--type--component-callout.turquoise {
  background: #F7FDFD;
  border: 2px solid #E6F7F8;
}
.paragraph--type--component-callout.turquoise .field--name-field-cp-callout-title {
  color: #31A0AA;
}
.paragraph--type--component-callout.light_green {
  background: #F6FCFA;
  border: 2px solid #E6F6F0;
}
.paragraph--type--component-callout.light_green .field--name-field-cp-callout-title {
  color: #105928;
}
.paragraph--type--component-callout.orange {
  background: #FFFAF5;
  border: 2px solid #FEEFE1;
}
.paragraph--type--component-callout.orange .field--name-field-cp-callout-title {
  color: #CE6B12;
}
.paragraph--type--component-callout.yellow {
  background: #FEFCF5;
  border: 2px solid #F7EAC4;
}
.paragraph--type--component-callout.yellow .field--name-field-cp-callout-title {
  color: #CD933A;
}
.paragraph--type--component-callout.pink {
  background: rgba(255, 243, 255, 0.5);
  border-top: 1px solid #CF6AF1;
}

.paragraph--type--component-callout .field--name-field-cp-text-text img {
  width: 100%;
  height: auto;
}

.page-node-type-product-child .component-paragraph, .page-node-type-product-parent .component-paragraph {
  margin-bottom: 54px;
}
.page-node-type-product-child .component-paragraph:last-child, .page-node-type-product-parent .component-paragraph:last-child {
  margin-bottom: 0px !important;
}
.page-node-type-product-child .m-0 .component-paragraph, .page-node-type-product-parent .m-0 .component-paragraph {
  margin: 0 !important;
}
.page-node-type-product-child > .paragraph, .page-node-type-product-parent > .paragraph {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .page-node-type-product-child .m-0 .component-paragraph, .page-node-type-product-parent .m-0 .component-paragraph {
    margin: 0 !important;
  }
  .page-node-type-product-child .paragraph--type--component-callout, .page-node-type-product-parent .paragraph--type--component-callout {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .paragraph--type--component-text, .page-node-type-product-child .paragraph--type--component-benefit, .page-node-type-product-child .paragraph--type--component-link, .page-node-type-product-child .paragraph--type--component-table, .page-node-type-product-parent .paragraph--type--component-text, .page-node-type-product-parent .paragraph--type--component-benefit, .page-node-type-product-parent .paragraph--type--component-link, .page-node-type-product-parent .paragraph--type--component-table {
    width: calc(100% - 420px - 100px);
  }
  .page-node-type-product-child .paragraph--type--component-text:after, .page-node-type-product-child .paragraph--type--component-benefit:after, .page-node-type-product-child .paragraph--type--component-link:after, .page-node-type-product-child .paragraph--type--component-table:after, .page-node-type-product-parent .paragraph--type--component-text:after, .page-node-type-product-parent .paragraph--type--component-benefit:after, .page-node-type-product-parent .paragraph--type--component-link:after, .page-node-type-product-parent .paragraph--type--component-table:after {
    clear: none;
  }
  .page-node-type-product-child .paragraph--type--component-callout, .page-node-type-product-parent .paragraph--type--component-callout {
    width: 35%;
    padding-left: 26px;
    padding-right: 26px;
  }
  .page-node-type-product-child #block-breadcrumbs .single-breadcrumb-wrap, .page-node-type-product-parent #block-breadcrumbs .single-breadcrumb-wrap {
    padding-top: 0;
  }
}

.wrapper--component_description_figure:before {
  content: "";
  display: block;
  clear: both;
}