.body {
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-stack {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #1b1b1b;
  background-image: url('../images/bear_human.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 0;
  padding: 100px 30px;
  display: block;
  position: relative;
}

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book_titrewrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book_txt_std {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #5e3e91;
  background-image: linear-gradient(225deg, #ff00c3, #9b41c5);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 30px;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 0 2px 20px 3px #000000e0;
}

.button-primary:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ff00c3;
  background-image: none;
  background-clip: border-box;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.book_st2 {
  color: #fff;
  text-transform: none;
  min-width: 13%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}

.book_st1 {
  color: #fff;
  letter-spacing: 4px;
  font-family: Inter, sans-serif;
  font-size: 5em;
  font-weight: 800;
  box-shadow: inset 1px 2px 5px #0003;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  flex: 0 auto;
  width: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  margin-top: 0;
  display: flex;
}

.book_st4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.shadow-two {
  border-radius: 10px;
  box-shadow: 0 20px 24px 20px #00000063;
}

.section_book {
  background-color: #1b1b1b;
  background-image: radial-gradient(circle, #542e69, #1b1b1b 45%);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.book_st3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.book_std16 {
  color: silver;
  text-align: left;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.team-slider {
  background-color: #1b1b1b;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #3a3a3a;
  height: 420px;
  max-height: 400px;
  padding-bottom: 0;
}

.team-member-image-two {
  border-radius: 3px 3px 0 0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.book_txtbox {
  color: #fff;
  text-align: left;
  min-width: 100%;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.team-member-text {
  text-align: left;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: block;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

._3cols {
  background-color: #1b1b1b;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.book_box2 {
  text-align: center;
  background-color: #3a3a3a;
  background-image: linear-gradient(45deg, #1b1b1b, #292929 50%, #1b1b1b);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 11px 16px #0000004a;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.book {
  margin-bottom: 20px;
}

.testimonial-slider-small {
  background-color: #1b1b1b;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.book_slider_pagel {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 60%;
  max-height: 0%;
  margin-right: 4%;
}

.slider_page {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.section_book2 {
  background-color: #1b1b1b;
  background-image: radial-gradient(circle closest-side, #7e0f64, #1b1b1b 97%);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image {
  width: 130%;
  max-width: none;
  margin-top: 20px;
}

.book_txtbox_std {
  color: silver;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.grid_box {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.box {
  text-align: center;
  background-color: #3a3a3a;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 0 40px -2px #000;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.book_st_roght {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.book_txt_gradiant {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(84deg, #9644c5 29%, #ff00c3 56%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.cube {
  vertical-align: baseline;
  object-fit: contain;
  flex: 0 auto;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 90%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
  overflow: visible;
}

.mask {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.slider {
  text-align: left;
  background-color: #ddd0;
  border: 0 #000;
  width: 50%;
  height: 600px;
}

.heroslide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.image-2 {
  text-align: left;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-nav {
  flex-flow: row;
  margin-top: 0;
  display: none;
  position: relative;
}

.slide {
  background-image: url('../images/tdm-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
}

.mask-2 {
  border-radius: 0;
}

.slide-2 {
  background-image: url('../images/tdm-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/tdm-3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/tdm-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.book_auteur {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-4 {
  font-family: Libre Bodoni, sans-serif;
  font-size: 30px;
}

.book_citation {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Libre Bodoni, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

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

._3cols_who {
  background-color: #1b1b1b;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

.image-4 {
  max-width: 35%;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-5 {
  max-width: 40%;
  margin-top: 20px;
}

.slide-5 {
  background-image: url('../images/tdm-5_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/tdm-6_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/tdm-7_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/tdm-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/tdm-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video {
  width: auto;
  height: 100%;
}

.video-2 {
  flex: 0 auto;
  width: 330px;
  height: 590px;
  overflow: visible;
  box-shadow: 0 11px 40px 40px #0000004d;
}

.book_txt_gradiantbl {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(84deg, #9644c5 29%, #ff00c3 56%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.book_baseline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.image-6 {
  width: 80px;
  margin-top: 50px;
}

.hero-vid {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #5e3e91;
  background-image: linear-gradient(225deg, #ff00c3, #9b41c5);
  border-radius: 3px;
  margin-top: 30px;
  margin-left: 70px;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 20px 3px #000000e0;
}

.button-primary-copy:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ff00c3;
  background-image: none;
  background-clip: border-box;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.hero-split-book {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-top: 0;
  display: flex;
}

.slide-1 {
  background-image: url('../images/preface-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/dessin-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/dessin-10_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/dessin-9_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-mob {
  border-radius: 30px;
  flex: 0 auto;
  width: 330px;
  height: 590px;
  overflow: visible;
  box-shadow: 0 11px 40px 40px #0000004d;
}

.hero-vid-mob {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.book_txtbox2 {
  color: #fff;
  text-align: left;
  min-width: 100%;
  margin-bottom: 12px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.section_book_dt {
  background-color: #1b1b1b;
  background-image: radial-gradient(circle closest-side at 75%, #7e0f64, #1b1b1b 97%);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.div-block {
  border-radius: 30px;
}

.image-7 {
  width: 60px;
  max-width: none;
  margin-top: 60px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-8 {
  text-align: left;
  width: 70px;
  padding-top: 10px;
  display: block;
}

.div-block-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.div-block-3 {
  display: block;
}

@media screen and (max-width: 991px) {
  .header {
    max-width: 728px;
  }

  .button-primary {
    margin-top: 10px;
  }

  .book_st2 {
    width: 80%;
    min-width: auto;
  }

  .book_st1 {
    font-size: 60px;
    line-height: 44px;
  }

  .container {
    max-width: 728px;
    display: block;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: -40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .hero-split {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .book_txtbox {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .image {
    width: 90%;
    margin-left: 50px;
  }

  .book_txtbox_std {
    text-align: left;
  }

  .container-3 {
    max-width: 728px;
  }

  .grid_box {
    grid-column-gap: 30px;
  }

  .bold-text {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-2 {
    margin-left: 0;
  }

  .bold-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .slider {
    width: 100%;
  }

  .heroslide {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .video-2 {
    flex: 0 auto;
  }

  .hero-vid {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero-split-book {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icon, .icon-2 {
    background-color: #0000008c;
  }

  .video-mob {
    flex: 0 auto;
  }

  .hero-vid-mob {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .book_txtbox2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }

  .button-primary {
    margin-top: 10px;
  }

  .book_st2 {
    width: 100%;
    font-size: 44px;
    line-height: 52px;
  }

  .book_st1 {
    font-size: 48px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .book_st4 {
    line-height: 32px;
  }

  .section_book, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-slider, .hero-heading-right, .features-list, ._3cols, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .slider_page {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section_book2 {
    background-image: radial-gradient(circle closest-side at 50% 20%, #7e0f64, #1b1b1b 97%);
    padding: 60px 15px;
  }

  .pricing-overview, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .image-5 {
    max-width: 50%;
  }

  .icon, .icon-2 {
    background-color: #0000008c;
  }

  .section_book_dt, .logos-without-title {
    padding: 60px 15px;
  }

  .cta {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    max-width: none;
  }

  .button-primary {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .book_st2 {
    font-size: 40px;
    line-height: 46px;
  }

  .book_st1 {
    font-size: 30px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .book_st4 {
    line-height: 34px;
  }

  .book_std16 {
    margin-top: 30px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .book_txtbox {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .book_box2 {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .slider_page {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section_book2 {
    background-image: radial-gradient(circle closest-side at 50% 20%, #7e0f64, #1b1b1b 97%);
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .grid_box {
    grid-template-columns: 1fr;
  }

  .book_st_roght {
    line-height: 45px;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info {
    flex-flow: column;
  }

  .cube {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .image-4 {
    max-width: 70%;
  }

  .image-5 {
    max-width: 90%;
  }

  .video-2 {
    width: 100%;
  }

  .book_baseline {
    margin-bottom: 60px;
  }

  .image-6 {
    width: 60px;
  }

  .slide-1-3 {
    width: 100%;
  }

  .icon, .icon-2 {
    background-color: #0000008c;
  }

  .video-mob, .hero-vid-mob {
    width: 100%;
  }

  .book_txtbox2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: 2.75fr 2.75fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_0500b7f0-82fb-a19a-1b51-9c5c3640cc89-031c0ad3, #w-node-_0500b7f0-82fb-a19a-1b51-9c5c3640cc93-031c0ad3, #w-node-_0500b7f0-82fb-a19a-1b51-9c5c3640cc9d-031c0ad3, #w-node-fd580351-83b0-ffb8-9a2e-fe9b76c8f3f3-031c0ad3, #w-node-fd580351-83b0-ffb8-9a2e-fe9b76c8f3fd-031c0ad3, #w-node-fd580351-83b0-ffb8-9a2e-fe9b76c8f407-031c0ad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9496be64-bd48-1768-a5fd-59d009805f4d-031c0ad3 {
    align-self: auto;
  }
}


