/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
body.product {
  background-color: #e9eff4;
  color: #2b2b2b;
  font-weight: 500;
  /*** Anchor nav ***/
  /*** Counter ***/
  /*** Testimonials ***/
  /*** Footer ***/
  /*** Modals ***/
  /*** testimonials and bundles modal ***/
  /*** bundles modal ***/
  /*** schedule modal ***/
}
body.product .alert.announcement {
  position: fixed;
}
body.product p {
  margin: 0;
}
body.product #body-back {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 194px;
  background: url(../img/product-page-header-animated.svg) #f9fbfd no-repeat bottom center/cover;
  top: 0;
  left: 0;
}
body.product header.main-navigation .navbar {
  border-bottom: none;
}
body.product header.main-navigation .navbar .container {
  max-width: 1244px;
  width: 92%;
}
body.product header.main-navigation .navbar .container .navbar-header {
  width: 137px;
  height: 23px;
  flex: 0 0 137px;
}
body.product #main .container {
  padding-top: 13px;
  max-width: 1244px;
  width: 92%;
}
body.product .product-page-title {
  color: #ffffff;
  margin: 0 auto 37px auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 189%;
  letter-spacing: 0.38px;
  text-align: center;
  font-family: "Merriweather";
}
body.product .shadow-wrap {
  border-radius: 6px;
  box-shadow: 16px 4px 64px 0 rgba(18, 61, 101, 0.1), -16px -16px 40px 0 rgba(255, 255, 255, 0.8), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(153deg, #ffffff, #ffffff 62%, #96a8bf);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #f5f8fb, #f5f8fb), linear-gradient(153deg, #ffffff, #ffffff 62%, #96a8bf);
  background-origin: border-box;
}
body.product .middle-content-wrap {
  padding-bottom: 45px;
  margin-bottom: 90px;
}
body.product .product-guidelines {
  font-family: "CenturyGothic";
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
body.product .product-title {
  font-family: "Merriweather";
  font-size: 20px;
  font-weight: bold;
  line-height: 155%;
}
body.product .wrapper {
  background-color: #e9eff4;
  border-radius: 6px;
  padding-top: 60px;
  position: relative;
}
body.product .product-anchor-nav {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
body.product .product-anchor-nav .product-anchor-nav-inner {
  padding: 12px 0;
}
body.product .product-anchor-nav .product-anchor-nav-items {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
body.product .product-anchor-nav .anchor-nav-item {
  margin: 0 7.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  list-style: none;
  padding: 5px;
}
body.product .product-anchor-nav .anchor-nav-item a {
  transition: color 0.3s ease;
}
body.product .product-anchor-nav .anchor-nav-item:hover a {
  color: #2b2b2b;
}
body.product .product-anchor-nav .anchor-nav-item.active {
  border-radius: 6px;
  box-shadow: inset -4px -3px 40px 0 rgba(255, 255, 255, 0.09);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(112deg, #ffffff, #ffffff 62%, #cbd7e5);
  border-image-slice: 1;
  background-image: linear-gradient(112deg, #e5f0f9, #edf5fc), linear-gradient(112deg, #ffffff, #ffffff 62%, #cbd7e5);
  background-origin: border-box;
}
body.product .product-anchor-nav .anchor-nav-item.active a {
  color: #005dbb;
}
body.product .product-anchor-nav .knopman-logo {
  flex: 0 1 134px;
  background: url(../img/logo-white.svg) no-repeat center/100% auto;
}
body.product .product-anchor-nav .open-cart-link {
  flex: 0 1 80px;
  padding-top: 4px;
}
body.product .product-anchor-nav .knopman-logo,
body.product .product-anchor-nav .open-cart-link {
  display: none;
}
body.product.anchor-glued .video-overview-wrap {
  position: fixed;
  right: calc(50% - 622px);
  top: 112px;
}
body.product.anchor-glued .product-anchor-nav {
  position: fixed;
  background-image: linear-gradient(92deg, #3b93bc, #4f98dc 55%, #025dba 100%);
}
body.product.anchor-glued .product-anchor-nav .product-anchor-nav-inner {
  padding: 14px 0;
  max-width: 1244px;
  width: 92%;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(77, 77, 77, 0.15);
  display: flex;
  justify-content: space-between;
}
body.product.anchor-glued .product-anchor-nav .anchor-nav-item a {
  color: #ffffff;
}
body.product.anchor-glued .product-anchor-nav .anchor-nav-item.active {
  border-radius: 6px;
  box-shadow: inset -4px -3px 40px 0 rgba(255, 255, 255, 0.09);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(104deg, #ffffff, #ffffff 62%, #cbd7e5);
  border-image-slice: 1;
  background-image: linear-gradient(104deg, #e5f0f9, #edf5fc), linear-gradient(104deg, #ffffff, #ffffff 62%, #cbd7e5);
  background-origin: border-box;
}
body.product.anchor-glued .product-anchor-nav .anchor-nav-item.active a {
  color: #005dbb;
}
body.product.anchor-glued .product-anchor-nav .anchor-nav-item:hover a {
  color: #2b2b2b;
}
body.product.anchor-glued .product-anchor-nav .knopman-logo,
body.product.anchor-glued .product-anchor-nav .open-cart-link {
  display: block;
  color: #fff;
}
body.product .back-to-courses {
  letter-spacing: 0.2px;
  font-weight: 600;
  display: inline-block;
  padding-left: 30px;
  background: url(../img/previous-blue.svg) no-repeat top 2px left/auto 15px;
  margin-bottom: 48px;
}
body.product .content-wrap {
  max-width: calc(100% - 532px);
}
body.product .product-counter {
  width: 90px;
}
body.product .product-counter .product-counter-inner {
  padding-top: 13px;
  padding-bottom: 11px;
}
body.product .product-counter.overview-counter {
  position: absolute;
  top: 0;
  right: 0;
}
body.product .product-counter .active-border {
  position: relative;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-image: linear-gradient(208deg, #469ec7 86%, #69c0ce 4%, #5190d4 -65%);
  box-shadow: 8px 2px 32px 0 rgba(18, 61, 101, 0.1), -8px -8px 20px 0 #ffffff;
  margin: 0 auto 5px auto;
  z-index: 0;
}
body.product .product-counter .active-border-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(91deg, transparent 50%, #d3e1ed 50%), linear-gradient(90deg, #d3e1ed 50%, transparent 50%);
}
body.product .product-counter .circle {
  background-image: linear-gradient(135deg, #e8f1f9, #edf5fc);
  text-align: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.product .product-counter .percent {
  position: relative;
  color: #005dbb;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: bold;
}
body.product .product-counter .percent .percent-sign {
  font-size: 12px;
}
body.product .product-counter .counter-text {
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  position: relative;
  z-index: 1;
}
body.product #overview .overview-top {
  position: relative;
  margin-bottom: 53px;
}
body.product #overview .product-section-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 172%;
  font-family: "Merriweather";
  margin-bottom: 15px;
  padding-left: 74px;
}
body.product #overview .product-section-text {
  font-size: 18px;
  line-height: 172%;
  padding-left: 74px;
}
body.product #overview .product-section-text p {
  width: calc(100% - 128px);
}
body.product #overview .overview-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
body.product #overview .overview-boxes .overview-box {
  flex: 0 1 227px;
  padding: 23px 15px 27px 15px;
  box-shadow: 16px 4px 64px 0 rgba(18, 61, 101, 0.1), -16px -16px 40px 0 rgba(255, 255, 255, 0.8), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  border-image-source: linear-gradient(125deg, #ffffff, #ffffff 62%, #96a8bf 100%);
  background-image: linear-gradient(to bottom, #f5f8fb, #f5f8fb), linear-gradient(125deg, #ffffff, #ffffff 62%, #96a8bf 100%);
}
body.product #overview .overview-boxes .overview-box img {
  max-width: 46.8px;
  height: auto;
  display: block;
  margin: 0 auto 13px auto;
}
body.product #overview .overview-boxes .overview-box .overview-box-text {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: bold;
  line-height: 156%;
  text-align: center;
}
body.product #overview .overview-bottom-section {
  padding: 42px 44px 60px 44px;
  margin-bottom: 90px;
}
body.product #overview .overview-bottom-section .overview-bottom-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 155%;
  margin-bottom: 20px;
}
body.product #overview .overview-bottom-section .overview-bottom-counters {
  display: flex;
  justify-content: space-between;
}
body.product #overview .overview-bottom-section .overview-bottom-counters.three-counters .overview-bottom-counter {
  width: 198px;
}
body.product #overview .overview-bottom-section .overview-bottom-counters:not(.three-counters) .overview-bottom-counter .product-counter-inner {
  padding-top: 27px;
  padding-bottom: 46px;
}
body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter {
  width: calc(50% - 7.5px);
}
body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter .counter-text {
  font-weight: normal;
}
body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter .active-border {
  width: 60px;
  height: 60px;
}
body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter .active-border .circle {
  width: 48px;
  height: 48px;
}
body.product #whats-included {
  padding: 42px 44px 0 44px;
  margin-bottom: 55px;
}
body.product #whats-included.no-aap {
  margin-bottom: 0;
}
body.product #whats-included.no-aap .item-section-half {
  margin-bottom: 0;
}
body.product #whats-included .product-title {
  margin-bottom: 19px;
}
body.product #whats-included .item-section {
  display: flex;
  padding-left: 10px;
}
body.product #whats-included .item-section.full-section {
  flex-wrap: wrap;
}
body.product #whats-included .item-section.full-section .whats-included-item {
  flex: 0 1 100%;
}
body.product #whats-included .item-section.full-section .whats-included-item:before {
  top: 8px;
}
body.product #whats-included .item-section-half {
  flex: 0 1 50%;
  margin-bottom: 18px;
}
body.product #whats-included .whats-included-item {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16.75px;
}
body.product #whats-included .whats-included-item:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/plus-icon.svg") no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: 7px;
}
body.product #all-access-pass {
  border-radius: 6px;
  background-image: radial-gradient(circle at -1% -2%, #7086d2, #428dd8 62%, #025dbb 106%);
  padding: 27px 28px 45px 28px;
  max-width: calc(100% - 30px);
  margin: auto;
  position: relative;
}
body.product #all-access-pass .product-guidelines,
body.product #all-access-pass .product-title,
body.product #all-access-pass .all-access-text {
  color: #ffffff;
}
body.product #all-access-pass .product-guidelines,
body.product #all-access-pass .product-title {
  padding-right: 95px;
}
body.product #all-access-pass .product-guidelines {
  margin-bottom: 6px;
}
body.product #all-access-pass .product-title {
  margin-bottom: 15px;
}
body.product #all-access-pass .all-access-pass-seal {
  display: block;
  position: absolute;
  width: 60px;
  height: auto;
  top: 28px;
  right: 56px;
}
body.product #all-access-pass .all-access-text {
  line-height: 171%;
  margin-bottom: 24px;
  padding-left: 30px;
}
body.product #all-access-pass .all-access-text a {
  color: #ffffff;
  font-weight: bold;
}
body.product #all-access-pass .all-access-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.product #all-access-pass .all-access-boxes .all-access-box {
  border-radius: 6px;
  box-shadow: 16px 4px 64px 0 rgba(18, 61, 101, 0.1), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(128deg, #ffffff, #ffffff 62%, #96a8bf 100%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #f5f8fb, #f5f8fb), linear-gradient(128deg, #ffffff, #ffffff 62%, #96a8bf 100%);
  background-origin: border-box;
  flex: 0 1 48.5%;
  min-height: 236px;
  margin-bottom: 9px;
  padding: 19px 15px 11px 15px;
}
body.product #all-access-pass .all-access-boxes .all-access-box-gdlns {
  font-family: "CenturyGothic";
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}
body.product #all-access-pass .all-access-boxes .all-access-box-img {
  display: block;
  margin: 0 auto 13px auto;
  max-width: 70px;
  height: auto;
}
body.product #all-access-pass .all-access-boxes .all-access-box-title {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: bold;
  line-height: 156%;
  text-align: center;
  margin-bottom: 5px;
}
body.product #all-access-pass .all-access-boxes .all-access-box-text {
  font-size: 12px;
  line-height: 175%;
  text-align: center;
}
body.product #training-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  padding: 35px 44px;
}
body.product #training-center .training-center-section {
  flex: 0 1 50%;
}
body.product #training-center .training-center-section.cta-section {
  min-height: 207px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border-width: 0.5px;
  border-image-source: linear-gradient(124deg, #ffffff, #ffffff 62%, #cbd7e5 100%);
  border-image-slice: 1;
  background-image: linear-gradient(124deg, #e5f0f9, #edf5fc 100%);
  position: relative;
}
body.product #training-center .training-center-section.cta-section:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: linear-gradient(124deg, #ffffff, #ffffff 62%, #cbd7e5 100%);
  border-image-slice: 1;
  background-image: linear-gradient(124deg, #e5f0f9, #edf5fc 100%);
  opacity: 0.7;
}
body.product #training-center .product-title {
  padding-top: 10px;
  margin-bottom: 9px;
}
body.product #training-center .training-center-text {
  font-size: 14px;
  line-height: 150%;
  padding-left: 30px;
  padding-right: 30px;
}
body.product #training-center .training-center-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
}
body.product #support-staff {
  padding: 40px 45px;
  margin-bottom: 90px;
}
body.product #support-staff .product-guidelines {
  margin-bottom: 13px;
}
body.product #support-staff .product-title {
  margin-bottom: 5px;
}
body.product #support-staff .support-text {
  line-height: 171%;
  padding-left: 30px;
  margin-bottom: 25px;
}
body.product #support-staff .support-staff-container {
  display: flex;
  justify-content: space-between;
}
body.product #support-staff .staff-member {
  flex: 0 1 146px;
}
body.product #support-staff .staff-member-img {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
}
body.product #support-staff .support-staff-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 156%;
  text-align: center;
  margin-bottom: 7px;
}
body.product #support-staff .support-staff-role {
  text-align: center;
  font-size: 12px;
  line-height: 175%;
}
body.product .expandable-table {
  max-height: 387px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
body.product .expandable-table.expanded {
  max-height: 3500px;
}
body.product .expandable-table.expanded .view-full-table {
  display: none;
}
body.product .expandable-table.expanded:before {
  display: none;
}
body.product .expandable-table.expanded .collapse-table {
  display: block;
}
body.product .expandable-table:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 0;
  border-radius: 3px;
  background-image: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0));
}
body.product .expandable-table .expandable-table-inner {
  padding: 42px 45px;
}
body.product .expandable-table .product-guidelines {
  margin-bottom: 7px;
}
body.product .expandable-table .product-title {
  padding-left: 30px;
  margin-bottom: 10px;
}
body.product .expandable-table .expandable-table-list-container {
  padding-left: 30px;
  margin-bottom: 15px;
}
body.product .expandable-table .expandable-table-row {
  display: flex;
  margin: auto;
  padding: 7px 30px;
  font-size: 16px;
  line-height: 155%;
}
body.product .expandable-table .expandable-table-row:nth-child(odd) {
  background-color: #ffffff;
}
body.product .expandable-table .expandable-table-cell {
  flex: 0 1 50%;
}
body.product .expandable-table .expandable-table-cell:first-child {
  font-weight: bold;
}
body.product .expandable-table .view-full-table {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  position: absolute;
  left: 107px;
  bottom: 26px;
}
body.product .expandable-table .collapse-table {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #e54c00;
  display: none;
  margin-left: 30px;
}
body.product .content-rectangle-buttons {
  margin-bottom: 90px;
}
body.product .content-rectangle-buttons .secondary-button-light {
  padding: 20px 15px 26px 44px;
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
body.product .content-rectangle-buttons .rectangle-button-subtitle {
  font-size: 14px;
  line-height: 171%;
  letter-spacing: normal;
  color: #2b2b2b;
  padding-left: 30px;
  font-weight: normal;
  word-break: break-word;
}
body.product #testimonials {
  padding: 20px 45px 41px 45px;
  margin-bottom: 90px;
}
body.product #testimonials .product-guidelines {
  margin-bottom: 36px;
}
body.product #testimonials .testimonials-inner {
  padding: 0 45px;
}
body.product .testimonial-title {
  font-size: 20px;
  font-weight: bold;
}
body.product .testimonial-company {
  margin-bottom: 31px;
}
body.product .testimonial-quote {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  margin-bottom: 31px;
  text-indent: -8px;
}
body.product .show-more-testimonials {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
body.product #faq .faq-inner {
  border-radius: 6px;
  position: relative;
  max-height: 320px;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #f5f8fb;
}
body.product #faq .faq-inner:before {
  content: "";
  display: block;
  border-radius: 3px;
  background-image: linear-gradient(to top, #ffffff 26%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
}
body.product #faq.expanded .faq-inner {
  max-height: 3000px;
}
body.product #faq.expanded .faq-inner:before {
  display: none;
}
body.product #faq.expanded .faq-inner .show-all-faqs {
  display: none;
}
body.product #faq.expanded .faq-inner .collapse-faqs {
  display: inline-block;
  margin-bottom: 10px;
}
body.product #faq .faq-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 155%;
  margin-left: 45px;
  margin-bottom: 22px;
}
body.product #faq .faq-wrap {
  position: relative;
}
body.product #faq .faq-wrap:nth-child(odd) {
  background-color: #ffffff;
}
body.product #faq .faq-wrap.expanded {
  padding-bottom: 20px;
}
body.product #faq .faq-wrap.expanded .faq-content {
  max-height: 1500px;
}
body.product #faq .faq-wrap.expanded .faq-question:before {
  transform: rotate(225deg);
  top: 22px;
}
body.product #faq .faq-question {
  cursor: pointer;
  padding: 10px 55px 8px 45px;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
}
body.product #faq .faq-question:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 30px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #005dbb;
  border-right: 1px solid #005dbb;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
body.product #faq .faq-content {
  padding: 0 55px 0 45px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 144%;
}
body.product #faq .collapse-faqs,
body.product #faq .show-all-faqs {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
body.product #faq .show-all-faqs {
  position: absolute;
  left: 45px;
  bottom: 26px;
  z-index: 1;
}
body.product #faq .collapse-faqs {
  display: none;
  color: #e54c00;
  margin-left: 45px;
}
body.product .video-overview-wrap {
  position: absolute;
  right: 0;
  top: 96px;
  width: 415px;
}
body.product .video-overview-wrap .video-overview-inner {
  padding: 5px 5px 12px 5px;
  margin-bottom: 22.5px;
}
body.product .video-overview-wrap .video-overview-backdrop {
  padding: 46px 0;
  margin-bottom: 24px;
  position: relative;
  border-radius: 6px;
  border: 0.5px solid transparent;
}
body.product .video-overview-wrap .video-overview-backdrop:after, body.product .video-overview-wrap .video-overview-backdrop:before {
  display: block;
  content: "";
  position: absolute;
}
body.product .video-overview-wrap .video-overview-backdrop:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/course-thumbnail-bg.svg") no-repeat center/cover;
  z-index: 1;
}
body.product .video-overview-wrap .video-overview-backdrop:before {
  top: -0.5px;
  bottom: -0.5px;
  left: -0.5px;
  right: -0.5px;
  border-radius: 6px;
  background: linear-gradient(119deg, #ffffff, #ffffff 62%, #cbd7e5);
}
body.product .video-overview-wrap .video-overlay-image {
  display: block;
  max-width: 143px;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0 auto 23px auto;
}
body.product .video-overview-wrap .video-overview-link {
  font-weight: 600;
  padding-left: 30px;
  background: url("../img/play-icon-blue.svg") no-repeat left center/23px auto;
  line-height: 23px;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: fit-content;
}
body.product .video-overview-wrap .product-name-wrap {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 24px;
}
body.product .video-overview-wrap .product-name {
  font-size: 18px;
  word-break: break-word;
  flex: 1 1 70%;
}
body.product .video-overview-wrap .base-price-wrap {
  flex: 0 0 30%;
  display: flex;
  justify-content: space-between;
  max-width: 147px;
}
body.product .video-overview-wrap .product-price {
  font-size: 16px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 30px;
  flex: 0 1 30%;
}
body.product .video-overview-wrap .product-price.has-base-price {
  flex: 0 1 20%;
}
body.product .video-overview-wrap .product-price.red-text {
  color: #dc5454;
}
body.product .video-overview-wrap .product-price.red-text .price-container {
  text-decoration: line-through #dc5454;
}
body.product .video-overview-wrap .product-price span {
  font-size: 12px;
}
body.product .video-overview-wrap #add-to-cart {
  width: calc(100% - 60px);
  margin: 0 auto 24px auto;
}
body.product .video-overview-wrap .checkbox-wrap {
  border-radius: 6px;
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(105deg, #ffffff, #ffffff 62%, #cbd7e5 100%);
  border-image-slice: 1;
  background-image: linear-gradient(105deg, #e8f1f9, #edf5fc 100%), linear-gradient(105deg, #ffffff, #ffffff 62%, #cbd7e5 100%);
  background-origin: border-box;
  padding: 24px 30px;
  margin-bottom: 9px;
  cursor: pointer;
}
body.product .video-overview-wrap .checkbox-wrap:hover, body.product .video-overview-wrap .checkbox-wrap.checked {
  border: solid 1px #005dbb;
}
body.product .video-overview-wrap .checkbox-wrap:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(101deg, #e8f1f9, #edf5fc 100%);
}
body.product .video-overview-wrap .checkbox-wrap.checked {
  background-color: #f2f7fb;
}
body.product .video-overview-wrap .checkbox-wrap.checked .product-checkbox:before {
  background: url(../img/checkicon.svg) #005dbb no-repeat top 2.4px left 1px/10px auto;
}
body.product .video-overview-wrap .checkbox-section {
  display: flex;
  justify-content: space-between;
}
body.product .video-overview-wrap .checkbox-section:first-child {
  margin-bottom: 5px;
}
body.product .video-overview-wrap .product-checkbox {
  font-size: 18px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
body.product .video-overview-wrap .product-checkbox:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #005dbb;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  transition: all 0.3s ease;
}
body.product .video-overview-wrap .checkbox-text {
  font-size: 14px;
  line-height: 1.71;
  padding-left: 22px;
  max-width: 280px;
}
body.product .video-overview-wrap .checkbox-text a {
  font-weight: 600;
}
body.product .video-overview-wrap .checkbox-seal {
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
body.product .video-overview-wrap .purchase-options-wrap {
  position: relative;
  margin: auto;
}
body.product .video-overview-wrap .more-purchase-options {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: center;
}
body.product .video-overview-wrap .purchasing-options {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
body.product .video-overview-wrap .purchasing-options.shadow-wrap {
  max-height: fit-content;
  box-shadow: 16px 4px 64px 0 rgba(18, 61, 101, 0.1), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
}
body.product .video-overview-wrap .purchasing-options .purchasing-options-inner {
  padding: 17px 22px 0px 22px;
}
body.product .video-overview-wrap .purchasing-options .purchasing-options-inner-item {
  padding-bottom: 14px;
  display: flex;
}
body.product .video-overview-wrap .purchasing-options .purchasing-options-inner-item a.disabled {
  pointer-events: none;
  cursor: default;
  color: #4d4d4d;
}
body.product .video-overview-wrap .purchasing-options .purchasing-options-inner-item .product-price {
  right: 0px;
  position: absolute;
  padding-right: 22px;
}
body.product .video-overview-wrap .purchasing-options .purchase-option-live-training,
body.product .video-overview-wrap .purchasing-options .purchase-option-associated-product {
  font-weight: 600;
  letter-spacing: 0.23px;
}
body.product .video-overview-wrap .video-bottom-cta {
  margin-bottom: 8px;
}
body.product .video-overview-wrap .video-bottom-cta:last-child {
  margin-bottom: 0;
}
body.product .video-overview-wrap .video-bottom-cta.open-schedule-modal:before {
  width: 17px;
  height: 17px;
  left: 15px;
  top: calc(50% - 7.5px);
  background-image: url("../img/schedule-btn-icon.svg");
}
body.product .video-overview-wrap .video-bottom-cta.open-bundle-modal:before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: calc(50% - 11px);
  background-image: url("../img/bundle-btn-icon.svg");
}
body.product .sticky-enroll {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 22px 30px;
  width: 100%;
  z-index: 2;
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(103deg, #ffffff, #ffffff 62%, #cbd7e5 100%);
  border-image-slice: 1;
  background-color: #e8eff5;
  display: none;
}
body.product.main footer {
  z-index: 0;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body,
body.product #bundles-modal .modal-dialog .modal-content .modal-body {
  color: #2b2b2b;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body .head-wrap,
body.product #bundles-modal .modal-dialog .modal-content .modal-body .head-wrap {
  margin-bottom: 53px;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body .head-wrap .title,
body.product #bundles-modal .modal-dialog .modal-content .modal-body .head-wrap .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 142%;
  letter-spacing: 0.5px;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body .content-wrap,
body.product #bundles-modal .modal-dialog .modal-content .modal-body .content-wrap {
  max-width: 938px;
  height: 595px;
  overflow: auto;
  padding: 45px 60px;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body .modal-testimonial,
body.product #bundles-modal .modal-dialog .modal-content .modal-body .modal-testimonial {
  padding: 24px 35px 38px 35px;
  margin-bottom: 15px;
}
body.product #testimonials-modal .modal-dialog .modal-content .modal-body .modal-testimonial .testimonial-quote,
body.product #bundles-modal .modal-dialog .modal-content .modal-body .modal-testimonial .testimonial-quote {
  margin-bottom: 0;
}
body.product #bundles-modal .modal-bundle {
  border-radius: 4px;
  padding: 20px 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: inset -4px -3px 40px 0 rgba(255, 255, 255, 0.09);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(97deg, #ffffff, #ffffff 62%, #cbd7e5);
  border-image-slice: 1;
  background-image: linear-gradient(97deg, #e5f0f9, #edf5fc), linear-gradient(97deg, #ffffff, #ffffff 62%, #cbd7e5);
  background-origin: border-box;
}
body.product #bundles-modal .modal-bundle-text {
  font-size: 20px;
  font-weight: 600;
}
body.product #bundles-modal .modal-bundle-text div:first-child {
  font-size: 12px;
}
body.product #bundles-modal .add-bundle-to-cart {
  padding: 10.5px 22px;
  font-size: 16px;
  font-weight: 600;
}
body.product #schedule-modal.modal .modal-dialog {
  width: 100%;
  margin: 0;
}
body.product #schedule-modal.modal .modal-dialog .modal-content .modal-body .subtitle {
  margin-bottom: 22px;
}
body.product #schedule-modal.modal .modal-dialog .modal-content .modal-body .info {
  opacity: 0.5;
  font-family: "Helvetica", serif;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 28px;
  text-align: center;
}
body.product #schedule-modal.modal .modal-dialog .modal-content .modal-body .content-wrap .classes-wrap {
  text-align: left;
}
body.product #schedule-modal.modal .modal-dialog .modal-content .modal-body .content-wrap .action {
  text-align: right;
}
body.product #schedule-modal.modal .sessions-wrap .desktop-label {
  display: block;
}
body.product #schedule-modal.modal .sessions-wrap .mobile-label {
  display: none;
}
@media (max-width: 1352px) {
  body.product.anchor-glued .video-overview-wrap {
    right: 4%;
  }
  body.product #overview .product-section-title {
    padding-right: 100px;
  }
  body.product #overview .product-section-text {
    padding-right: 100px;
  }
  body.product #overview .product-section-text p {
    width: auto;
  }
  body.product #overview .overview-boxes {
    align-items: stretch;
  }
  body.product #overview .overview-boxes .overview-box {
    flex: 0 1 32%;
  }
  body.product .product-counter.overview-bottom-counter {
    width: 30%;
  }
  body.product #support-staff .support-text {
    padding-left: 0;
  }
  body.product #support-staff .support-staff-container {
    flex-wrap: wrap;
  }
  body.product #support-staff .support-staff-container .staff-member {
    margin-bottom: 20px;
  }
  body.product #training-center .training-center-text,
body.product .expandable-table .product-title,
body.product .expandable-table .expandable-table-list-container,
body.product .content-rectangle-buttons .rectangle-button-subtitle,
body.product #testimonials .testimonials-inner,
body.product #whats-included .item-section,
body.product #all-access-pass .all-access-text {
    padding-left: 0;
  }
}
/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
@media (max-width: 1080px) {
  body.product {
    /*** Testimonials ***/
  }
  body.product .wrapper {
    padding-top: 26px;
  }
  body.product .back-to-courses {
    margin-left: 30px;
  }
  body.product .content-wrap {
    max-width: calc(100% - 432px);
    padding-left: 30px;
  }
  body.product .product-anchor-nav {
    display: none;
  }
  body.product.anchor-glued .video-overview-wrap,
body.product .video-overview-wrap {
    position: fixed;
    top: 185px;
    right: 4%;
  }
  body.product .product-title {
    font-size: 16px;
    line-height: 156%;
  }
  body.product .product-title br {
    display: none;
  }
  body.product #overview .overview-top {
    margin-bottom: 15px;
  }
  body.product #overview .product-section-title {
    padding-left: 0;
    padding-right: 75px;
    font-size: 16px;
    line-height: 194%;
  }
  body.product #overview .product-section-title.no-padding {
    padding-right: 0;
  }
  body.product #overview .product-section-title br {
    display: none;
  }
  body.product #overview .product-section-title,
body.product #overview .product-section-text {
    padding-left: 0;
    padding-right: 75px;
  }
  body.product #overview .product-section-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
  }
  body.product #overview .overview-counter {
    width: 60px;
  }
  body.product #overview .overview-counter .product-counter-inner {
    padding: 9px 0;
  }
  body.product #overview .overview-counter .active-border {
    width: 37px;
    height: 37px;
    margin-bottom: 3px;
  }
  body.product #overview .overview-counter .circle {
    width: 27px;
    height: 27px;
  }
  body.product #overview .overview-counter .percent {
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  body.product #overview .overview-counter .percent-sign {
    font-size: 8px;
  }
  body.product #overview .overview-counter .counter-text {
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    padding: 0 4px;
    color: #005dbb;
  }
  body.product #overview .overview-boxes {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  body.product #overview .overview-boxes .overview-box {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }
  body.product #overview .overview-boxes .overview-box:last-child {
    margin-bottom: 0;
  }
  body.product #overview .overview-bottom-section {
    margin-bottom: 60px;
    padding: 42px 30px 45px 30px;
  }
  body.product #overview .overview-bottom-section .overview-bottom-title {
    font-size: 16px;
    line-height: 156%;
    margin-bottom: 23px;
  }
  body.product #overview .overview-bottom-section .overview-bottom-title br {
    display: none;
  }
  body.product #overview .overview-bottom-section .overview-bottom-counters {
    flex-wrap: wrap;
  }
  body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }
  body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter:last-child {
    margin-bottom: 0;
  }
  body.product #overview .overview-bottom-section .overview-bottom-counters .overview-bottom-counter .progress-percent {
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  body.product .middle-content-wrap {
    margin-bottom: 60px;
  }
  body.product #whats-included {
    padding: 42px 30px 0 30px;
    margin-bottom: 45px;
  }
  body.product #whats-included .item-section.full-section {
    margin-bottom: 45px;
  }
  body.product #all-access-pass {
    max-width: calc(100% - 60px);
    padding-right: 15px;
    padding-left: 15px;
  }
  body.product #all-access-pass .product-title {
    padding-right: 70px;
    margin-bottom: 21px;
  }
  body.product #all-access-pass .all-access-pass-seal {
    width: 45px;
    top: 30px;
    right: 15px;
  }
  body.product #all-access-pass .all-access-text {
    line-height: 150%;
    margin-bottom: 40px;
  }
  body.product #all-access-pass .all-access-boxes .all-access-box {
    flex: 0 1 100%;
    margin-bottom: 15px;
  }
  body.product #all-access-pass .all-access-boxes .all-access-box:last-child {
    margin-bottom: 0;
  }
  body.product #training-center {
    flex-wrap: wrap;
    margin-bottom: 45px;
    padding-right: 30px;
    padding-left: 30px;
  }
  body.product #training-center .training-center-section {
    flex: 0 1 100%;
  }
  body.product #training-center .training-center-section:first-child {
    margin-bottom: 15px;
  }
  body.product #training-center .training-center-text p {
    display: inline;
  }
  body.product #support-staff {
    margin-bottom: 60px;
    padding: 42px 15px 35px 30px;
  }
  body.product #support-staff .support-text {
    margin-bottom: 34px;
  }
  body.product #support-staff .support-staff-container .staff-member {
    margin-bottom: 25px;
  }
  body.product .expandable-table {
    margin-bottom: 29px;
  }
  body.product .expandable-table .expandable-table-inner {
    padding: 42px 15px;
  }
  body.product .expandable-table .expandable-table-row {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 194%;
  }
  body.product .expandable-table .view-full-table {
    left: 30px;
  }
  body.product .expandable-table .collapse-table {
    margin-left: 15px;
  }
  body.product .content-rectangle-buttons {
    margin-bottom: 60px;
  }
  body.product .content-rectangle-buttons .block-button-light {
    padding: 18px 30px 13px 30px;
  }
  body.product #testimonials {
    padding: 42px 15px 25px 15px;
  }
  body.product #testimonials .product-guidelines {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  body.product .testimonial-title {
    font-size: 16px;
    line-height: 156%;
    margin-bottom: 4px;
    padding-left: 15px;
  }
  body.product .testimonial-quote {
    font-size: 16px;
    line-height: 156%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  body.product .testimonial-company {
    font-size: 16px;
    line-height: 103%;
    margin-bottom: 6px;
    padding-left: 15px;
  }
  body.product .show-more-testimonials {
    margin-left: 15px;
  }
  body.product #faq .faq-wrap .faq-question,
body.product #faq .faq-title {
    font-size: 16px;
    line-height: normal;
    padding: 0;
  }
  body.product #faq .faq-title {
    margin-bottom: 20px;
    margin-left: 15px;
  }
  body.product #faq .faq-content {
    padding: 0;
    font-size: 14px;
  }
  body.product #faq .faq-wrap {
    padding: 10px 30px 5px 15px;
  }
  body.product #faq .faq-wrap:before {
    top: 12px;
    right: 15px;
    width: 11px;
    height: 11px;
  }
  body.product #faq .faq-wrap.expanded:before {
    top: 20px;
  }
  body.product #faq .show-all-faqs {
    left: 15px;
  }
  body.product #faq .collapse-faqs {
    margin-left: 15px;
  }
}
/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
@media (max-width: 991px) {
  body.product #whats-included .item-section {
    flex-wrap: wrap;
  }
  body.product #whats-included .item-section-half {
    flex: 0 1 100%;
    margin-bottom: 0;
  }

  #schedule-modal .desktop-cell {
    display: none;
  }
  #schedule-modal .collapser {
    float: right;
    padding-right: 0;
  }
  #schedule-modal .classes-wrap .panel-body .details-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #schedule-modal .classes-wrap .panel-body .details-row.session-mobile-details {
    display: block;
  }
  #schedule-modal .sessions-wrap {
    padding-bottom: 15px;
    background-color: #fafafb;
  }
  #schedule-modal .sessions-wrap .desktop-label {
    display: none;
  }
  #schedule-modal .sessions-wrap .mobile-label {
    display: block;
  }
  #schedule-modal .sessions-wrap .col {
    background-color: #fafafb;
    font-size: 16px;
  }
  #schedule-modal .sessions-wrap .heading .col {
    font-size: 12px;
  }
  #schedule-modal .sessions-wrap .row {
    padding-bottom: 0;
    border: none;
  }
}
/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
@media (max-width: 930px) {
  body.product .product-page-title {
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.33px;
    max-width: 285px;
  }
  body.product .content-wrap {
    max-width: calc(100% - 30px);
    padding-left: 0;
    margin: auto;
  }
  body.product #overview .overview-top,
body.product #overview .overview-boxes,
body.product #overview .video-overview-wrap {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  body.product #overview .video-overview-wrap {
    width: auto;
  }
  body.product.anchor-glued .video-overview-wrap,
body.product .video-overview-wrap {
    position: static !important;
    margin-bottom: 45px;
  }
  body.product.anchor-glued .video-overview-wrap .video-overview-backdrop,
body.product .video-overview-wrap .video-overview-backdrop {
    padding: 47px 0;
    display: block;
  }
  body.product.anchor-glued .video-overview-wrap .video-overview-backdrop .video-overlay-image,
body.product .video-overview-wrap .video-overview-backdrop .video-overlay-image {
    max-width: 143px;
    margin-bottom: 23px;
  }
  body.product.anchor-glued .video-overview-wrap .product-name-wrap,
body.product .video-overview-wrap .product-name-wrap {
    padding: 0 15px;
  }
  body.product.anchor-glued .video-overview-wrap #add-to-cart,
body.product .video-overview-wrap #add-to-cart {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  body.product.anchor-glued .video-overview-wrap .checkbox-wrap,
body.product .video-overview-wrap .checkbox-wrap {
    padding: 15px 10px 10px 10px;
  }
  body.product #overview .overview-top {
    margin-bottom: 45px;
  }
  body.product #bundles-modal .modal-dialog .modal-content .modal-body .content-wrap {
    padding: 45px 30px;
  }
  body.product #bundles-modal .modal-bundle-text {
    font-size: 16px;
  }
  body.product #bundles-modal .add-bundle-to-cart {
    padding: 10px;
    font-size: 14px;
    flex: 0 0 100px;
    margin-left: 10px;
  }
}
/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
@media (max-width: 550px) {
  body.product .sticky-enroll {
    display: block;
  }
  body.product footer {
    padding-bottom: 91px;
  }
}
/* Application colors */
/* Application Fonts */
/* Shadows */
/* for the transition to work, same number of subshadows need to be defined */
/* Borders */
@media (max-width: 450px) {
  body.product #content {
    width: 100%;
  }
  body.product .wrapper {
    border-radius: 0;
  }
  body.product .content .back-to-courses {
    margin-top: 0;
    margin-left: 0;
  }
  body.product .video-overview-wrap .checkbox-seal {
    display: none;
  }
  body.product .video-overview-wrap .video-bottom-cta {
    font-size: 12px;
    padding: 14px 15px 14px 46px;
  }
  body.product #overview .product-section-title {
    padding-right: 80px;
    margin-bottom: 10px;
  }
  body.product #overview .product-section-text {
    padding-right: 0;
  }
  body.product #overview .overview-boxes .overview-box img {
    max-width: 44px;
  }
  body.product #support-staff .support-staff-container .staff-member {
    flex: 0 1 142px;
  }
  body.product #testimonials .testimonials-inner {
    padding-right: 0;
  }
}
@media (max-height: 850px) {
  body.product.anchor-glued .video-overview-wrap {
    top: 86px;
  }
  body.product .video-overview-wrap {
    max-width: 415px;
  }
  body.product .video-overview-wrap .video-overview-backdrop {
    padding: 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.product .video-overview-wrap .video-overview-backdrop .video-overlay-image {
    max-width: 70px;
    margin-bottom: 0;
  }
}
@media (max-height: 1225px) {
  body.product.anchor-glued.sidebar-glued-to-footer .video-overview-wrap {
    bottom: 0;
    right: 0;
    top: auto;
    position: absolute;
  }
}
/*# sourceMappingURL=product.css.map */
