.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
}

.navbar {
  z-index: 20;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 45vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 2em 0 2em 50px;
}

.container.nav-container {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  height: 100%;
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cricle-active-holder {
  width: 70px;
  height: 70px;
  filter: blur(40px);
  background-image: linear-gradient(#eec5bd, #c6caf6 64%, #dad9e9);
  border-radius: 200px;
  display: none;
  position: absolute;
  top: 27.8984px;
}

.cricle-active-holder.w--current {
  display: flex;
}

.nav-menu {
  height: 100%;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link-holder {
  color: #81859f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Montero, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s, color .35s;
  display: flex;
}

.nav-link-holder:hover {
  color: #fff;
}

.nav-link-holder.w--current {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, .25);
  background-color: rgba(255, 255, 255, .1);
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Montero, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .5s;
}

.button:hover {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 0 13px rgba(255, 255, 255, .38);
}

.button.navbar-button {
  padding: 7px 16px;
  font-family: Montero, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button.not_nav {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(135deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  transition: transform .35s, background-color .3s, box-shadow .5s;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .37);
}

.button.not_nav:hover {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(135deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  transform: scale(1.05)translate(0, -5px);
}

.button.not_nav.white {
  color: #000;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
}

.button.not_nav.white._20 {
  margin-top: 20px;
}

.center-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 70px;
  min-width: 70px;
}

.nav-link-active-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-text {
  color: #fff;
}

.nav-menu-container {
  height: 50px;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: #150798;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 20px rgba(0, 0, 0, .21);
}

.brand-image {
  width: 100%;
}

.hero_section {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/63fcdc32410b22db029822ce_gr_purple-circles.svg');
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.what_section {
  height: auto;
  background-image: url('../images/Slide-16_9---24.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 0 48px 48px 0;
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 50px;
  padding: 50px;
  display: flex;
}

.content_section {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.event_section {
  height: 100vh;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 0;
  display: flex;
}

.price_section {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_section {
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
}

.footer_section.formation {
  background-image: none;
}

.grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30px, 1fr) minmax(auto, 500px) minmax(auto, 700px) minmax(30px, 1fr);
  align-items: center;
}

.image-circle---a1 {
  width: 50%;
  margin-top: 2%;
  margin-left: 44%;
  position: absolute;
}

.block-circle---a {
  width: 100%;
}

.heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montero, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.circle---a {
  position: relative;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 16px;
}

.paragraph._20-pad {
  margin-bottom: 20px;
}

.grid-app-screen---a {
  width: 130%;
  max-width: 1100px;
  grid-column-gap: 2vw;
  grid-row-gap: 3vw;
  perspective: 1000px;
  grid-template-columns: 1fr 2.2fr;
  align-items: center;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 30px;
  transform: perspective(1000px);
}

.image-circle---a2 {
  width: 10%;
  margin-top: -7%;
  margin-left: 57%;
  position: absolute;
}

.app-screen---a3 {
  width: 44%;
  transform-style: preserve-3d;
  border-radius: 24px;
  transform: translate3d(0, 0, 30px);
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.text-accent {
  color: #ea622d;
  background-color: rgba(234, 98, 45, .11);
  border-radius: 8px;
  padding-left: .25em;
  padding-right: .25em;
  display: inline-block;
}

.button-2 {
  color: #fff;
  background-color: #0c1d37;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition-property: background-color;
}

.button-2:hover {
  color: #fff;
  background-color: #ff6501;
}

.button-2.layout {
  margin-top: 10px;
}

.app-screen---a1 {
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 24px;
  transform: translate3d(0, 0, -30px);
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.block-sticky {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 0;
  margin-top: 85px;
  margin-bottom: 85px;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.app-screen---a2 {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.app-screen---a {
  overflow: hidden;
}

.image-circle---a3 {
  width: 8%;
  margin-top: -19%;
  margin-left: 36%;
  position: absolute;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-detail.footer-link-text {
  font-family: Montero, sans-serif;
}

.footer-link-text {
  color: #fff;
  font-family: Montero, sans-serif;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  padding: 32px 5%;
  position: relative;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-logo {
  flex: none;
}

.container_heading {
  height: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 50px;
}

.container_heading._0-pad {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.container_heading._0-pad._50 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}

.container_heading._0-up {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_heading.centered {
  text-align: center;
  align-items: center;
}

.h1 {
  color: #151515;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 65px;
  line-height: 100px;
}

.h1.white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
}

.h1.centered {
  text-align: center;
  font-size: 45px;
}

.paragraph_heading {
  max-width: 620px;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 18px;
}

.paragraph_heading.white {
  color: #fff;
}

.paragraph_heading.white.centered {
  max-width: 700px;
  text-align: left;
}

.paragraph_heading.centered {
  text-align: center;
}

.video-content {
  width: 936px;
  height: 576px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.text-align-center {
  max-width: none;
}

.padding-section-large-relative {
  z-index: 3;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.padding-section-large-relative.no-paddingbottom {
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-section-large-relative.no-paddingbottom.rem-reduction {
  padding-bottom: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.is-grey {
  color: #636473;
}

.video_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_logo_logo {
  max-height: 3.5rem;
}

.video-youtube {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_logo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.btn_holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.light-outside {
  width: 200px;
  height: 200px;
  opacity: .1;
  filter: blur(70px);
  background-color: #fff;
}

.experience-card-text-holder {
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.experience-card-text-holder.padding {
  padding-left: 22px;
  padding-right: 22px;
}

.experience-card-text-holder._02 {
  padding-left: 24px;
  padding-right: 24px;
}

.experience-cards-holder {
  width: 500px;
  perspective: 1000px;
  margin-top: 0;
}

.experience-paragraph-holder {
  max-width: 510px;
}

.experience-gradient {
  height: 70px;
  background-image: linear-gradient(rgba(21, 27, 34, 0), #151b22);
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0%;
  right: 0%;
}

.light {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.card-title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montero, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.card-title.black {
  background-color: #151515;
}

.card-title.black._40 {
  margin-top: 20px;
}

.experience-card-image {
  width: 100%;
  height: 300px;
}

.experience-wrapper {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  display: flex;
}

.experience-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.light-wrapper-in-front {
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.experience-card-image-holder {
  width: 100%;
  position: relative;
}

.experience-card-image-holder.smaller {
  height: 250px;
}

.experience-card-image-holder._02 {
  height: auto;
  height: auto;
}

.experience-card-content {
  z-index: 5;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min-1.jpg'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 1px #000;
  border-radius: 48px;
  flex-direction: column;
  justify-content: space-between;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 20px 4px rgba(0, 0, 0, .2);
}

.light-inside {
  width: 200px;
  height: 200px;
  filter: blur(70px);
  background-color: rgba(255, 255, 255, .42);
}

.light-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.center-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.experience-section {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title-holder {
  max-width: 910px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.para_white {
  color: #fff;
  font-family: Montero, sans-serif;
}

.para_white._20 {
  margin-bottom: 20px;
}

.para_white.black {
  color: #000;
}

.background-video {
  height: 290px;
}

.background-video.hero {
  width: 500px;
  height: 500px;
  border-radius: 48px;
}

.sticky {
  z-index: 20;
  grid-column-gap: 10px;
  opacity: 1;
  border: 1px rgba(0, 0, 0, .2);
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.sticky:hover {
  box-shadow: none;
  opacity: 1;
  color: #000;
  border-color: #4253ff;
}

.card-logo-wrapper {
  z-index: 1;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.card-logo-wrapper._300 {
  width: 500px;
  height: auto;
}

.card-logo-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #150798, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-logo-container.header {
  background-image: none;
  align-items: flex-start;
}

.card-logo {
  width: 150px;
}

.card-logo._300 {
  width: 500px;
}

.span-secondary-1-color {
  color: #fff;
}

.container-medium-1049px {
  max-width: 1049px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.span-primary-color {
  color: #fff;
}

.achievement-wrapper {
  text-align: center;
}

.span-secondary-2-color {
  color: #ffcd1d;
}

.card {
  background-color: #fff;
  border: .5px solid #e7e8f1;
  border-radius: 36px;
  box-shadow: 0 0 6px rgba(78, 42, 222, .02), 0 6px 18px rgba(78, 42, 222, .02);
}

.card.achievements {
  width: 936px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 48px;
  padding: 43px 30px;
  box-shadow: 0 3px 10px rgba(21, 35, 158, .04);
}

.achievements-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.span-secondary-5-color {
  color: #b10277;
}

.achievement-text {
  max-width: 108px;
  color: #fff;
  font-family: Montero, sans-serif;
  line-height: 1.375em;
}

.achievement-number {
  color: #fff;
  margin-bottom: 8px;
  font-family: Montero, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.042em;
}

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

.flex-horizontal.top-align {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-2.inner-padding-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-grid {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.heading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-small.text-uppercase {
  color: #000;
  font-weight: 700;
}

.divider-page-wrapper {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.divider-fill {
  width: 100%;
  height: 3px;
  background-color: #000;
}

.number-serif {
  min-width: 50px;
  padding-top: 12px;
  padding-left: 6px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.heading-serif-large-2 {
  color: #000;
  font-size: 70px;
  font-weight: 100;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-clients {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.heading-2 {
  max-width: 940px;
}

.block-heading {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-large {
  max-width: 620px;
  margin-bottom: 42px;
  font-family: Montero, sans-serif;
  font-size: 20px;
  line-height: 176%;
}

.bg-client {
  opacity: .5;
  background-image: linear-gradient(140deg, #ea622d, #b10277);
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client {
  min-height: 130px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.content {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content.hero {
  margin-top: 100px;
  margin-bottom: 120px;
}

.content.hero.w {
  margin-bottom: 0;
}

.content.hero {
  margin-top: 0;
  margin-bottom: 120px;
}

.subtitle {
  color: #3183ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #1d2838;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.logo-client {
  z-index: 10;
  max-height: 55px;
  position: relative;
}

.home-v2-process-left-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.avatar-small {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  background-color: #dee2e3;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-left: -12px;
}

.avatar-small.avatar-stack {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-left: -12px;
}

.home-v2-process-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-2 {
  color: #fff;
  font-family: Montero, sans-serif;
}

.paragraph-2.home-v2-process-left-paragraph {
  color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-2.card-home-v2-process {
  color: #fff;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.paragraph-2.color-neutral-400 {
  color: #eaeaea;
}

.paragraph-2.color-neutral-400.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.paragraph-2.course-videos, .paragraph-2.card-course-video {
  margin-bottom: 0;
}

.lato {
  font-size: 16px;
  font-weight: 700;
}

.split-content.home-v2-process-right {
  max-width: 659px;
}

.split-content.home-v2-process-left {
  max-width: 41%;
  margin-right: 20px;
}

.split-content.cta-right {
  z-index: 1;
  position: relative;
}

.split-content.cta-left {
  z-index: 1;
  max-width: 555px;
  flex: 1;
  margin-right: 30px;
  position: relative;
}

.split-content.card-course-video-left {
  max-width: 424px;
  margin-right: 20px;
}

.split-content.service-hero-left {
  max-width: 50%;
  margin-right: 40px;
}

.split-content.service-hero-right {
  max-width: 49%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-arrow {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(20, 20, 43, .05);
}

.card-2.home-v2-process {
  width: 40vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  align-items: center;
  padding: 34px 32px;
  transition: transform .35s;
  display: flex;
  transform: skew(0deg);
  box-shadow: 0 2px 7px rgba(7, 10, 14, .15);
}

.card-2.home-v2-process:hover {
  transform: scale(1.05);
}

.card-2.home-v2-process.transp {
  box-shadow: none;
  background-image: none;
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.card-2.about-value {
  width: 100%;
  height: 100%;
  color: #6e7191;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: visible;
  transform: translate(0);
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.card-2.about-value:hover {
  color: #6e7191;
  transform: scale(1.01);
  box-shadow: 0 12px 18px rgba(20, 20, 43, .05);
}

.navigation-button {
  min-height: 40px;
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .35s, background-color .3s;
  display: flex;
}

.navigation-button:hover {
  color: #000;
  background-color: #3cdfa5;
  transform: translate(0, -2px);
}

.container-default {
  max-width: 1290px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.image.card-home-v2-process {
  max-width: 41%;
  background-image: none;
  border-radius: 33px;
  margin-right: 35px;
}

.image.card-course-video-button-play-icon {
  max-width: 26px;
  position: relative;
  left: 4px;
}

.image.team {
  width: 70%;
  border-radius: 100%;
}

.image.service-hero-3 {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  bottom: -38px;
  left: -118px;
}

.image.service-hero-4 {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  right: -142.5px;
}

.image.service-hero-2 {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: 54px;
  left: -96.5px;
}

.image.home-hero-3 {
  opacity: .8;
}

.image.home-hero-1 {
  height: 250px;
  opacity: 1;
  border-radius: 20px;
}

.image.card-about-value {
  width: 70px;
}

.image.cover {
  width: 100%;
  object-fit: cover;
  flex: 1;
}

.image.team {
  width: 300px;
  height: 300px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.image.team._2 {
  border-width: 7px;
  border-radius: 100%;
}

.image.team._2.v2 {
  width: 150px;
  height: 150px;
  border: 4px #151515;
  box-shadow: 0 8px 20px rgba(90, 90, 90, .2);
}

.image.team._2.v2.tt {
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(90, 90, 90, .2);
}

.h1-2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.home-v2-process-wrapper {
  justify-content: center;
  display: flex;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-paragraph {
  max-width: 320px;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montero, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.avatar-row {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.avatar-row._12 {
  margin-top: 0;
  margin-left: 12px;
}

.background-video-2 {
  height: 100vh;
}

.youtube {
  width: 90vw;
}

.video_bg {
  z-index: 2;
  width: 90vw;
  height: 90vh;
  border-radius: 48px;
}

.padding-top-80px {
  padding-top: 0;
}

.icon-bullet---brix {
  width: 20px;
  margin-right: 14px;
}

.button-primary {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0454f2;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  color: #0e0e12;
  background-color: #40f99b;
  background-image: none;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.text-color-neutral-100 {
  color: #fff;
}

.text-single-200.text-color-neutral-800 {
  color: #151515;
  font-family: Montero, sans-serif;
}

.grid-three-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-three-columns.annuallly {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-neutral-400 {
  color: #d9dbe9;
}

.popular-badge-align---brix {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

.text-single-300.medium {
  font-weight: 500;
}

.text-single-300.medium.text-color-400 {
  color: #d9dbe9;
}

.text-single-300.medium.text-color-600 {
  color: #fff;
}

.content-pricig-table {
  margin-top: 76px;
}

.flex-horizontal-2 {
  display: flex;
}

.flex-horizontal-2.start-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal-2.align-center {
  align-items: center;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.text-color-white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.card-heading.text-color-white.change {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 30px;
}

.card-heading.text-color-white.other-red {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 30px;
  font-weight: 400;
}

._100 {
  height: 100%;
}

.para-white {
  color: #fff;
}

.para-white.gre {
  color: #747474;
}

.lato-2 {
  font-size: 16px;
  font-weight: 700;
}

.color-white {
  color: #fff;
}

.badge-popular---brix {
  color: #fff;
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.list-pricing {
  margin-top: 24px;
  margin-bottom: 0;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing {
  color: #fff;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.pricing.color-white {
  color: #fff;
}

.navigation-button-2 {
  min-height: 40px;
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0454f2;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 1s;
  display: flex;
}

.navigation-button-2:hover {
  color: #000;
  background-color: #40f99b;
  background-image: none;
  transform: translate(0, -2px);
}

.navigation-button-2.cta {
  color: #fff;
  background-color: #0454f2;
  background-image: none;
  border-radius: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: transform .35s, background-color 1s;
}

.navigation-button-2.cta:hover {
  color: #0e0e12;
  background-color: #40f99b;
  background-image: none;
}

.mg-top-18px {
  margin-top: 18px;
}

.mg-top-18px.mg-bottom-32px {
  margin-bottom: 32px;
}

.card-pricing {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 48px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 48px;
  display: flex;
  box-shadow: 1px 1px 12px rgba(20, 20, 43, .08);
}

.card-pricing.popular {
  height: 100%;
  background-color: #ea622d;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-color: rgba(255, 255, 255, .1);
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
}

.left_holder {
  width: 50vw;
  height: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right_holder {
  width: 50vw;
  padding-right: 50px;
}

.video_bg_1 {
  z-index: 1;
  border-radius: 48px;
}

.check {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
  box-shadow: 0 10px 20px -5px rgba(100, 44, 0, .07);
}

.heading-3.white {
  color: #fff;
}

.paragraph-3 {
  max-width: 470px;
  margin-bottom: 20px;
}

.block-check {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-accent-2 {
  color: #ff6501;
  background-color: rgba(255, 101, 1, .12);
  border-radius: 8px;
  padding-left: .25em;
  padding-right: .25em;
  display: inline-block;
}

.block-sticky-2 {
  margin-top: 85px;
  margin-bottom: 85px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.heading-check {
  margin-bottom: 0;
}

.icon-check {
  width: 15px;
  height: 15px;
}

.social_proof_section {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(270deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: none;
}

.paragraph-4 {
  max-width: 470px;
  margin-bottom: 34px;
}

.paragraph-4.white {
  color: #9da3ab;
}

.experience-cards-holder-2 {
  perspective: 1000px;
  margin-top: 50px;
}

.card-title-2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.experience-card-image-2 {
  width: 100%;
  border-radius: 0;
}

.experience-card-content-2 {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card-2 {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 48px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.light-wrapper-2 {
  z-index: 4;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.experience-section-2 {
  padding-top: 0;
  padding-bottom: 90px;
}

.ytb_section {
  margin: 100px 50px;
}

.sizer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.sizer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.yt__info {
  padding: 1rem;
}

.play-icon {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yt__video {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  text-decoration: none;
  overflow: hidden;
}

.text-loading {
  opacity: .1;
  background-color: #fff;
  display: inline;
}

.yt-playlist {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.play-icon__svg {
  width: 82px;
  color: #222;
  line-height: 0;
}

.yt__date {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.video-wrapper {
  width: 100%;
  cursor: pointer;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnail {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .9;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon-2 {
  width: 12%;
  color: #151515;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.autoplay-script {
  display: none;
}

.error-message {
  background-color: rgba(255, 101, 1, .1);
  border-radius: 12px;
  margin-top: 12px;
  padding: 18px 26px;
}

.image-circle---c4 {
  width: 11%;
  margin-top: -6%;
  margin-left: 67%;
  position: absolute;
}

.img-banner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.success-text {
  color: #12b361;
  line-height: 140%;
}

.content-2 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-text {
  color: #ff6501;
  line-height: 140%;
}

.block-circle---c-top {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.app-screen---c {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 24px;
  position: relative;
  top: 60px;
  left: 75px;
}

.text-field-white {
  height: 56px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 14px 26px;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .2s;
}

.text-field-white:focus {
  border-color: rgba(255, 255, 255, .25);
}

.text-field-white::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field-white::placeholder {
  color: rgba(255, 255, 255, .5);
}

.grid-banner {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ea622d;
  background-image: url('../images/Mask-group-min-1.jpg'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%, 50%;
  background-size: cover, auto;
  border-radius: 48px;
  grid-template-rows: auto;
}

.submit-button-white {
  color: #0c1d37;
  background-color: #fff;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition: color .2s, background-color .2s;
}

.submit-button-white:hover {
  color: #fff;
  background-color: #ff6501;
}

.form-banner {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-circle---c2 {
  width: 10%;
  margin-top: -22%;
  margin-left: 30%;
  position: absolute;
}

.image-circle---c1 {
  width: 26%;
  margin-top: -21%;
  margin-left: 3%;
  position: absolute;
}

.block-app-screen---c {
  width: 100%;
  height: 100%;
  border-radius: 0 0 24px;
  overflow: hidden;
}

.block-circle---c-down {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 5% 70px 13%;
  display: flex;
}

.success-message {
  background-color: rgba(18, 179, 97, .15);
  border-radius: 12px;
  padding: 18px 26px;
}

.image-circle---c3 {
  width: 20%;
  margin-top: 4%;
  margin-left: 76%;
  position: absolute;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 85px 50px;
  display: flex;
}

.form-block-banner {
  max-width: 420px;
}

.h1_cta {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.intro-hero-section {
  z-index: 1;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min-1.jpg'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 48px 0 0 48px;
  align-items: center;
  margin-left: 50px;
  padding: 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.intro-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.intro-title.white {
  color: #fff;
  font-family: Montero, sans-serif;
}

.intro-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.intro-number.white {
  color: #fff;
  font-family: Montero, sans-serif;
}

.section-title {
  max-width: 50%;
  margin: 0 auto 16px;
  font-size: 42px;
  line-height: 48px;
}

.section-title.on-intro-page {
  max-width: none;
  font-size: 54px;
  line-height: 60px;
}

.intro-features-block {
  border-right: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.intro-features-block.first {
  flex: 1;
  padding-left: 0;
}

.intro-features-block.last {
  border-right-style: none;
}

.perspective-block {
  width: 100vw;
  height: 100vh;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 8%;
  right: -45%;
  overflow: visible;
  transform: rotateX(30deg)rotateY(0)rotateZ(30deg);
}

.intro-features-wrap {
  margin-top: 20px;
  display: flex;
}

.one-third-div {
  width: 33.3334%;
  padding-right: 32px;
}

.one-third-div.on-intro-page {
  z-index: 1;
  margin-top: -24px;
  position: relative;
}

.subheading {
  color: #303fe1;
  letter-spacing: .2px;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.website-placeholder {
  width: 33vw;
  box-shadow: none;
  border-radius: 48px;
  margin-bottom: 3.5vh;
  margin-right: 1vw;
  position: relative;
}

.website-placeholder.offset {
  margin-left: 8vw;
  margin-right: -5.5vw;
}

.perspective-row {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  transform: translate3d(0, 0, -1px);
}

.thumbnail-shadow {
  z-index: 0;
  filter: blur(12px);
  background-color: rgba(7, 8, 11, .75);
  border-radius: 48px;
  display: block;
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  transform: translate(20px, 12px);
}

.container-3 {
  max-width: 1280px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-3.hero-flex-horizontal {
  align-items: center;
  display: flex;
}

.perspective-wrapper {
  width: 100vw;
  height: 100vh;
  perspective: 2000px;
  perspective-origin: 100% 100%;
  transform: ;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.website-thumbnail {
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 48px;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.website-thumbnail:hover {
  perspective: 1000px;
  transform: translate3d(0, 0, 20px)perspective(1000px)perspective(1000px);
}

.hero-btn-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-left {
  z-index: 2;
  width: 50%;
  flex-direction: column;
  padding-right: 8.333%;
}

.text-btn-icon {
  margin-right: 8px;
}

.filled-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: capitalize;
  background-color: #303fe1;
  border: 2px solid #303fe1;
  border-radius: 4px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: border-color .3s, color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s;
}

.filled-btn:hover {
  color: #303fe1;
  background-color: #fff;
  border-color: #fff;
}

.filled-btn.no-margin-top {
  margin-top: 0;
}

.hero-title {
  max-width: 100%;
  margin-top: 0;
  font-size: 72px;
  line-height: 78px;
}

.hero-title.white {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
}

.hero-right {
  z-index: 1;
  width: 50%;
  position: relative;
}

.text-btn {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  align-items: center;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: border-color .3s, color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s;
  display: flex;
}

.text-btn.no-margin-top {
  flex: none;
  margin-top: 0;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #ea622d 25%, #b10277 50%, #150798 75%);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 120px;
  display: flex;
}

.hero-img {
  border-radius: 8px;
}

.paragraph_white {
  color: #fff;
  font-family: Montero, sans-serif;
}

.body-2 {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
}

.grid-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
}

.heading-hero {
  max-width: 960px;
  color: #fff;
  font-family: Montero, sans-serif;
  font-size: 72px;
  line-height: 103%;
}

.paragraph-large-2 {
  max-width: 620px;
  color: #fff;
  margin-bottom: 30px;
  font-family: Montero, sans-serif;
  font-size: 20px;
  line-height: 176%;
}

.figure-a3 {
  width: 60%;
  height: 70%;
  opacity: 1;
  filter: blur(20px);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  transform: translate3d(0, 0, -34vh);
}

.section-hero {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Mask-group-min-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.hide {
  height: auto;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.glow-top {
  z-index: -1;
  width: 100%;
  height: 500px;
  background-image: radial-gradient(circle farthest-side at 50% -170%, rgba(0, 0, 0, 0), #000), linear-gradient(#3183ff, rgba(0, 0, 0, 0));
  position: absolute;
  top: -70px;
  left: 0%;
  right: 0%;
}

.block-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.figure-a1 {
  width: 80%;
  height: 100%;
  opacity: .8;
  filter: blur();
  transform-style: preserve-3d;
  background-image: url('../images/WhatsApp-Image-2023-02-28-at-03.30.01.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate3d(0, 0, 4vh);
}

.figure-a2 {
  width: 70%;
  height: 90%;
  opacity: .8;
  transform-style: preserve-3d;
  background-image: url('../images/WhatsApp-Image-2023-02-28-at-03.29.03.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate3d(0, 0, -13vh);
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3183ff;
  background-image: linear-gradient(150deg, rgba(0, 0, 0, 0), #0751bf);
  border-radius: 15px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button-3:hover {
  background-color: #0751bf;
  transform: scale(.94);
}

.figure-a-hero {
  width: 100%;
  height: 500px;
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.figure-block-a-hero {
  width: 70%;
  height: 100%;
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(46deg)rotateY(17deg)rotateZ(-3deg);
}

.img_hero {
  width: 600px;
  margin-top: 50px;
}

.icon-feature {
  width: 30px;
  height: 30px;
}

.grid-features {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template: "Area-3 Area Area-2"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  margin-top: 30px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  padding: 120px 40px;
  display: none;
  overflow: hidden;
}

.feature {
  text-align: center;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 48px;
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.icon-feature-bg {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.experience-card-content-3 {
  z-index: 5;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card-3 {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 26px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.para-white {
  font-family: Montero, sans-serif;
}

.grid-stats {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-stats {
  color: #fff;
  margin-bottom: 2px;
  font-family: Montero, sans-serif;
}

.grid-left {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  justify-items: stretch;
}

.stats {
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px;
  display: flex;
  box-shadow: 0 10px 20px 4px rgba(0, 0, 0, .2);
}

.stats.lighter {
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.paragraph-large-3 {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 176%;
}

.paragraph-large-3.centered {
  text-align: center;
  font-family: Montero, sans-serif;
}

.text-stats {
  color: #fff;
  font-family: Montero, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-left {
  flex-direction: column;
  align-items: center;
  padding-right: 12%;
  display: flex;
}

.block-right {
  flex-direction: column;
  align-items: center;
  padding-left: 12%;
  display: flex;
}

.figure-block-b {
  width: 100%;
  height: 100%;
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(-23deg)rotateY(49deg)rotateZ(5deg);
}

.paragraph-large-4 {
  max-width: 620px;
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 176%;
}

.figure-b1 {
  width: 80%;
  height: 60%;
  opacity: 1;
  filter: blur();
  transform-style: preserve-3d;
  background-image: url('../images/Slide-16_9---25.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.grid-right {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  justify-items: stretch;
}

.figure-b3 {
  width: 90%;
  height: 65%;
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.figure-b2 {
  width: 80%;
  height: 65%;
  opacity: .8;
  transform-style: preserve-3d;
  background-image: url('../images/Slide-16_9---24.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-b {
  width: 100%;
  height: 500px;
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figure-c1 {
  width: 80%;
  height: 60%;
  opacity: .74;
  filter: blur();
  transform-style: preserve-3d;
  background-image: url('../images/WhatsApp-Image-2023-02-28-at-03.29.03.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 48px;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.figure-c2 {
  width: 80%;
  height: 65%;
  transform-style: preserve-3d;
  background-image: url('../images/WhatsApp-Image-2023-02-28-at-03.30.01.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-c {
  width: 100%;
  height: 400px;
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figure-block-c {
  width: 100%;
  height: 100%;
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(49deg)rotateY(6deg)rotateZ(-34deg);
}

.figure-c3 {
  width: 90%;
  height: 65%;
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  background-image: url('../images/Mask-group-min-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.shape {
  position: absolute;
}

.shape.cta-1 {
  width: 43%;
  border: 1px solid #5c6864;
  border-radius: 10000px;
  padding-top: 43%;
  top: -317.203px;
  left: -36px;
}

.shape.cta-2 {
  width: 43%;
  border: 1px solid #5c6864;
  border-radius: 10000px;
  padding-top: 43%;
  bottom: -296.203px;
  right: -53px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #079561;
  border-radius: 1000px;
  padding: 24px 48px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  box-shadow: 0 12px 35px rgba(7, 149, 97, .21);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #068355;
  transform: scale(.97);
  box-shadow: 0 3px 5px rgba(7, 149, 97, .21);
}

.cta-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-3.cta-gradient {
  background-image: linear-gradient(#fbfbfb 50%, #fff 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.title-2.color-neutral-100 {
  color: #fff;
}

.title-2.service-hero, .title-2.card-about-value {
  margin-bottom: 8px;
}

.container-default-2 {
  max-width: 1342px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.h2 {
  color: #fff;
  font-family: Montero, sans-serif;
}

.h2.black {
  color: #000;
  font-size: 24px;
}

.course-videos-title-wrapper {
  max-width: 500px;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.course-videos-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montero, sans-serif;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #f8f8f8;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(27, 27, 27, .04);
}

.card-3.bg-neutral-300 {
  box-shadow: none;
  background-color: #f8f8f8;
}

.card-3.bg-neutral-300.course-video {
  color: #859389;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 48px;
  padding: 58px 48px 68px;
  text-decoration: none;
  display: flex;
}

.card-3.bg-neutral-300.course-video:hover {
  color: #859389;
}

.course-videos-grid {
  width: 100%;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-course-video-duration {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.card-course-video-button {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  margin-right: 31px;
  display: flex;
  overflow: hidden;
}

.card-course-video-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.section_ytb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.social-media-link {
  transition-property: transform;
  transition-duration: .35s;
}

.social-media-link:hover {
  transform: scale(1.2);
}

.team-wrapper {
  text-align: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.team {
  width: 300px;
  height: 300px;
  border-radius: 32px;
  margin-bottom: 24px;
  overflow: visible;
}

.image-wrapper.service-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-wrapper.home-hero-3 {
  max-width: 26%;
  border-radius: 20px;
  position: absolute;
  top: 46px;
  right: 29px;
  transform: rotate(0);
}

.image-wrapper.home-hero-2 {
  max-width: 40%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-wrapper.card-about-value {
  width: auto;
  min-height: auto;
  min-width: auto;
  border-radius: 24px;
  margin-right: 20px;
  padding: 10px;
  transform: translate(0);
}

.image-wrapper.card-about-value.glass.more {
  background-image: linear-gradient(135deg, rgba(172, 172, 172, .51), rgba(255, 255, 255, .53));
  border-radius: 24px;
  margin-bottom: 20px;
}

.button-secondary {
  color: #1f2559;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #bebfcc;
  border-radius: 10px;
  padding: 22px 32px;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s;
}

.button-secondary:hover {
  color: #f4263e;
  border-color: #f4263e;
  transform: translate(0, -2px);
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-default-3 {
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.team-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-top: 33px;
  margin-bottom: 37px;
}

.section-4 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-4.bg-neutral-100 {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-4.service-hero {
  height: 100vh;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 175px;
  display: flex;
  overflow: hidden;
}

.subtitle-2 {
  color: #f4263e;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1em;
}

.subtitle-2.team {
  color: #151515;
  text-transform: none;
  color: #fff;
  text-transform: none;
  margin-bottom: 28px;
  font-family: Montero, sans-serif;
  font-size: 18px;
}

.team-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: center;
}

.container-small-540px {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #f4263e;
  border-radius: 10px;
  padding: 22px 32px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s;
  box-shadow: 0 2px 6px rgba(244, 38, 62, .16);
}

.button-primary-3:hover {
  color: #fff;
  transform: translate(0, -2px);
  box-shadow: 0 8px 20px rgba(244, 38, 62, .3);
}

.paragraph-5.service-hero {
  margin-bottom: 32px;
}

.paragraph-5.card-about-value {
  margin-bottom: 0;
}

.heading-hero-2 {
  max-width: 960px;
  font-size: 92px;
  line-height: 103%;
}

.section-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-hero-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-2 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.brand-2:hover {
  transform: scale(.94);
}

.nav-button {
  color: #fff;
  text-align: center;
  background-color: #1d2838;
  border-radius: 15px;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  background-color: #3183ff;
  transform: scale(.94);
}

.grid-navbar {
  z-index: 10;
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

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

.nav.right {
  justify-content: flex-end;
}

.shadow-navbar {
  height: 160%;
  opacity: 0;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  padding: 12px 28px;
  font-family: Montero, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.w--current {
  color: rgba(216, 223, 233, .8);
}

.nav-link-2.w--current:hover {
  color: #fff;
}

.logo {
  height: 50px;
  filter: invert();
}

.grid-button-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
}

.card-title-3 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montero, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.experience-card-content-4 {
  z-index: 5;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  display: flex;
  position: relative;
}

.experience-card-4 {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-6 {
  color: #fff;
  font-family: Montero, sans-serif;
}

.images-home-hero-wrapper {
  max-height: 464px;
  margin-top: 30px;
  position: relative;
}

.container-medium-1049px-2 {
  max-width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-1049px-2.home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.companies-grid {
  grid-column-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  margin-top: 55px;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  max-width: none;
  top: -324px;
}

.bg.about-section {
  z-index: -1;
  max-width: 785px;
}

.image-2 {
  opacity: 1;
}

.image-3 {
  max-width: 100%;
  opacity: 1;
  filter: invert();
}

.primary-button {
  color: #2d343a;
  text-transform: uppercase;
  background-color: #02ffe2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #00c9bf;
}

.primary-button.w--current {
  align-self: flex-end;
}

.span {
  font-weight: 300;
}

.outline-button {
  color: #ebedf1;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #02ffe2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.outline-button:hover {
  color: #2d343a;
  background-color: #02ffe2;
}

.outline-button.w--current {
  align-self: flex-end;
}

.outline-button.left-margin {
  align-self: stretch;
  margin-left: 20px;
}

.display {
  letter-spacing: -.2px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.small-container {
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.small-container.hero {
  width: 50vw;
  max-width: none;
}

.text {
  z-index: 100;
  color: #b3b6bb;
  margin-bottom: 0;
  font-weight: 400;
}

.hero-image {
  width: 50vw;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.horizontal-container {
  align-items: center;
  display: flex;
}

.small-text {
  color: #b3b6bb;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-text.primary {
  color: #02ffe2;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-5.hero {
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 80px;
}

.image-4 {
  z-index: 200;
  width: 100%;
  height: 524px;
  object-fit: contain;
  position: relative;
}

.absolute-bg {
  z-index: 1;
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -32%;
}

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

.buttons-container {
  width: 100%;
  color: #7a818f;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.process_timeline-progress {
  z-index: -1;
  width: .1875rem;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(#ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.process_overlay-bottom {
  z-index: 2;
  height: 8rem;
  background-image: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.process_container {
  position: relative;
}

.section-home-process {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.process_item-image_container {
  width: 100%;
  height: 100%;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.process_item-image_container.step-3 {
  width: 100%;
  height: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.process_wrapper {
  z-index: 5;
  max-width: 80rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-3-1 {
  border-radius: 14px;
  transform: translate(0, 10%)scale(.8);
}

.process_item-image.step-1 {
  height: 300px;
  border-radius: 30px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1)translate(0, -3rem)rotate(-15deg);
}

.process_item-image.step-3-2 {
  border-radius: 20px;
  top: 5%;
  transform: translate(0)scale(.8);
}

.process_item-image.step-2 {
  border-radius: 20px;
}

.process_item-image.step-3-3 {
  border-radius: 14px;
  top: 10%;
  transform: translate(0, -10%)scale(.8);
}

.process_item-image.step-2-arrow {
  max-width: 40%;
}

.process_overlay-top {
  z-index: 2;
  height: 8rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.process_item-indicator {
  z-index: 2;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 128rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process_timeline {
  z-index: 1;
  width: .1875rem;
  height: 100%;
  background-color: rgba(11, 13, 1, .12);
  position: absolute;
  box-shadow: inset 0 -3px 3px -8px #fff;
}

.process_item-container {
  z-index: 5;
  width: 100%;
  height: 20rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(7, 10, 14, .15);
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-color-secondary {
  color: rgba(11, 13, 1, .64);
}

.text-color-secondary.text-size-medium {
  color: #151515;
  font-family: Montero, sans-serif;
  font-size: 16px;
}

.text-style-callout {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.text-style-callout.text-weight-medium {
  color: #fff;
  font-family: Montero, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.grid-3-columns {
  max-width: 1200px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  z-index: 6;
  width: 600px;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  position: static;
}

.grid-3-columns._1-col-tablet.v2 {
  width: auto;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-4 {
  background-color: #181e29;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(7, 10, 14, .15);
}

.card-4.features-item {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(315deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1.5px solid rgba(255, 255, 255, .4);
  border-top: 2px solid rgba(255, 255, 255, .7);
  border-bottom-width: 1px;
  border-radius: 20px;
  transition: transform .35s;
}

.card-4.features-item:hover {
  transform: scale(1.05);
}

.card-4.testimonial {
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  padding: 34px 27px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.image-wrapper-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-2.features-item-image {
  max-height: 409px;
}

.features-item-content {
  padding: 43px 31px;
}

.heading-h4-size {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.app-screen---hero-2 {
  z-index: 20;
  width: 26%;
  border-radius: 24px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 20px;
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.image-circle---6 {
  width: 40%;
  margin-top: -17%;
  margin-left: 85%;
  position: absolute;
}

.app-screen---hero-1 {
  z-index: 10;
  width: 80%;
  max-width: 70%;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.block-circle---hero-1 {
  z-index: 15;
  width: 80%;
  position: absolute;
}

.image-circle---5 {
  width: 6%;
  margin-top: -14%;
  margin-left: 97%;
  position: absolute;
}

.block-hero-img {
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.image-circle---8 {
  width: 8%;
  margin-top: -2%;
  margin-left: -11%;
  position: absolute;
}

.image-circle---7 {
  z-index: auto;
  width: 40%;
  margin-top: 7%;
  margin-left: -7%;
  position: absolute;
}

.image-circle---2 {
  width: 25%;
  margin-top: -20%;
  margin-left: -45%;
  position: absolute;
}

.image-circle---2.fire {
  width: 20%;
}

.block-circle---hero-2 {
  z-index: 15;
  width: 26%;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 20px;
}

.image-circle---1 {
  width: 100%;
  margin-top: -34%;
  margin-left: -27%;
  position: absolute;
}

.image-circle---9 {
  width: 6%;
  margin-top: -12%;
  margin-left: -1%;
  position: absolute;
}

.image-circle---9.key {
  width: 20%;
}

.image-circle---3 {
  width: 20%;
  margin-top: 9%;
  margin-left: 22%;
  position: absolute;
}

.image-circle---4 {
  width: 25%;
  margin-top: -8%;
  margin-left: 83%;
  position: absolute;
}

.telegram_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.grid-features-2 {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.feature-2 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 33px 8%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.icon-feature-bg-2 {
  width: 70px;
  height: 70px;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.section_youtube {
  padding-top: 50px;
  padding-bottom: 50px;
}

.app-screen---a1-2 {
  width: auto;
  transform-style: preserve-3d;
  border-radius: 24px;
  transform: translate3d(0, 0, -30px);
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, .07);
}

.body-3 {
  background-color: #151515;
}

.forma_hero {
  height: auto;
  filter: saturate(200%);
  background-image: url('../images/Slide-16_9---26.png'), url('../images/633733873e352c394cbf5acf_about-hero-bg-image-darkweb-webflow-ecommerce-template.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to top, #151515, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(21, 7, 152, .22), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(177, 2, 119, .26), rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 50% 0, rgba(234, 98, 45, .72), rgba(0, 0, 0, 0));
  background-position: 0 0, 50%, 50%, 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto 300px, contain, auto, auto, auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.forma_sp {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), radial-gradient(circle farthest-side at 0%, rgba(234, 98, 45, .34), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px 100px;
  display: flex;
}

.forma_whoarewe {
  height: auto;
  background-color: #151515;
  background-image: url('../images/Slide-16_9---26.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63da98e27714f936b15226ba_Vector-39-1.png');
  background-position: 100%, 50%, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 300px, auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.forma_objections {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), radial-gradient(circle closest-side at 70%, #150798, rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px 100px;
  display: block;
}

.forma_contenu {
  height: auto;
  background-image: url('../images/63569c679c3afbaacbb78efb_404-bg-circle-large-darkweb-webflow-ecommerce-template-1.svg'), url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63da9965901eaf417ffb6a65_Vector-46-2.png');
  background-position: 50%, 0 0, 0 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.forma_noteasy {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63da98e27714f936b15226ba_Vector-39-1.png');
  background-position: 50%, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.forma_sp2 {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63da99d820a194dbc998915d_Group-62-1.png');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.forma_faq {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to top, #151515, rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 100%, #b10277, rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px 100px;
  display: flex;
}

.h1-3 {
  max-width: 800px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 39px;
  line-height: 50px;
}

.h1-3._72 {
  max-width: 800px;
  font-size: 60px;
  line-height: 72px;
}

.h1-3._72.black {
  color: #151515;
}

.btn {
  color: #000;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-family: Montero, sans-serif;
  font-size: 16px;
  transition: transform .35s;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.btn:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.btn.color {
  color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #150798);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  margin-top: 0;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .31);
}

.btn.color.no-pad {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-style: solid;
  border-color: #fff;
  margin-top: 0;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .61);
}

.btn.color.sticky {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #56ea2d, #0063db);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.btn.color._10px {
  margin-left: 10px;
}

.btn._20 {
  margin-top: 20px;
}

.btn._20.color {
  box-shadow: 0 4px 15px rgba(255, 255, 255, .18);
}

.btn._10px {
  margin-left: 10px;
}

.hero_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_holder {
  margin-bottom: 100px;
}

.green_tick {
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 5px;
}

.savoir_plus {
  color: #fff;
  border-bottom: 1px #000;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.hero_social_proof {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.btn_holder-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt {
  color: #d3d3d3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 18px;
}

.txt.black {
  color: #151515;
  margin-bottom: 30px;
}

.txt._20 {
  margin-bottom: 40px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-5._100, .container-5.more {
  margin-bottom: 100px;
}

.container-5._50 {
  margin-bottom: 50px;
}

.h1-4 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff, #c8c8c8 35%, #a5a5a5 70%, #174546);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 100px;
}

.txt-2 {
  color: #a5a5a5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montero, sans-serif;
  font-size: 18px;
  display: none;
}

.txt-2.left {
  color: #fff;
  text-align: center;
  font-size: 35px;
}

.txt-2.left.padd {
  margin-top: 30px;
  margin-bottom: 30px;
}

.who_grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.team_div {
  border: 1px solid #fff;
  border-bottom-style: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 7px rgba(255, 255, 255, .29);
}

.team_img {
  height: 150px;
  border-left: 1px solid #fff;
  border-radius: 1000px;
  box-shadow: -1px 1px 7px #fff;
}

.h_team {
  color: #fff;
  text-align: center;
  font-family: Montero, sans-serif;
}

.sp_div {
  width: 1112px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.sp_grid {
  width: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sp_grid.is-down {
  margin-top: 80px;
}

.sp_holder {
  width: 360px;
  height: 420px;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 24px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.saas_div {
  height: auto;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.saas_logo {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
}

.saas_logo.verdad {
  margin-top: -97px;
}

.saas_img {
  width: 100px;
  border: 10px #150798;
  border-radius: 24px;
}

.saas_img.no_countoro {
  width: 80px;
  border-style: none;
  border-color: #151515;
}

.saas_img.no-rd {
  border-radius: 0;
}

.h3-saas {
  color: #151515;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montero, sans-serif;
}

.saas_card_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h1-saas {
  color: #151515;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 32px;
}

.h1-saas._2, .h1-saas.sold {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.saas-txt {
  color: #151515;
  text-align: center;
  font-family: Montero, sans-serif;
}

.saas-txt.left {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.about-values-grid {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.about-values-grid.hide {
  display: none;
}

.container-default-4 {
  max-width: none;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-values-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper-3 {
  width: 100%;
  max-width: 700px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forma_pricing {
  height: auto;
  background-image: url('../images/rocket_1f680.png'), url('../images/Slide-16_9---26.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63da98e27714f936b15226ba_Vector-39-1.png');
  background-position: 10% 90%, 100% 10%, 0 0, 100%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto 80px, auto 300px, auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 50px 100px;
  display: flex;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.list {
  color: #000;
  font-family: Montero, sans-serif;
}

.text-200.bold.color-neutral-800.link-hover {
  color: #151515;
  font-family: Montero, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text-200.bold.list {
  font-family: Montero, sans-serif;
}

.position-relative {
  border-radius: 24px;
  position: relative;
}

.subtitle-3 {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.card-5 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-5.pricing-popular {
  color: #f7f7fc;
  width: 100%;
  color: #f7f7fc;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  position: relative;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-40px {
  border: 1px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.pricing-content.v10 {
  border-radius: 24px;
  padding-bottom: 40px;
  padding-left: 54px;
  padding-right: 54px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.display-3 {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.display-3.color-neutral-100 {
  color: #fff;
}

.display-3.color-neutral-100.mg-bottom-8px {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montero, sans-serif;
}

.icon-list {
  width: 20px;
  margin-right: 16px;
}

.text-center {
  text-align: center;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-16px {
  width: 80px;
}

.square-icon.large {
  border-radius: 24px;
}

.badge-primary {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.small.white.pricing-v10-white {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #151515;
  font-family: Montero, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 2px 12px rgba(33, 31, 84, .08);
}

.badge-primary.small.white.popular-pricint-top-badge {
  color: #b10277;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b10277;
  border-radius: 24px;
  font-family: Montero, sans-serif;
  position: static;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.pricing-v10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: .64fr 1fr;
  align-items: stretch;
}

.grid-2-columns.pricing-card-v10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: start;
  margin-bottom: 40px;
}

.grid-2-columns.gap-40px {
  width: 1112px;
  align-content: center;
  justify-content: center;
  justify-items: center;
}

.grid-2-columns.testimonials-grid---v2 {
  grid-template-columns: .6fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-bottom: 50px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._740px._100---tablet {
  max-width: none;
}

.inner-container._49px {
  max-width: 49px;
}

.inner-container._431px {
  max-width: 431px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._1068px.center {
  max-width: none;
  border-radius: 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-7 {
  color: #000;
  font-family: Montero, sans-serif;
}

.color-neutral-100 {
  color: #000;
  text-align: center;
  font-family: Montero, sans-serif;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.top-8px {
  color: #000;
  font-family: Montero, sans-serif;
  position: relative;
  top: 8px;
}

.flex-horizontal-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal-3.start {
  justify-content: center;
}

.divider {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  background-image: linear-gradient(#ea622d, #b10277);
  margin-top: 25px;
  margin-bottom: 25px;
}

.icon-list-2 {
  width: 20px;
  margin-right: 16px;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-right-8px.color-neutral-100 {
  color: #000;
  margin-bottom: 10px;
  font-family: Montero, sans-serif;
}

.heading-h1-size.mg-right-8px.color-neutral-100.barrey {
  color: #ea622d;
  line-height: 1.2;
  text-decoration: line-through;
}

.heading-h1-size.color-accent-1 {
  color: #fff;
  font-family: Montero, sans-serif;
  font-size: 36px;
}

.paragraph-8 {
  color: #000;
  text-align: center;
  font-family: Montero, sans-serif;
  font-size: 19px;
}

.barre {
  color: #b10277;
  font-size: 24px;
  text-decoration: line-through;
}

.mg-top-80px {
  margin-top: 80px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #144ee3;
  border: 1px solid #144ee3;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #1b6eff;
  border-color: #1b6eff;
  transform: translate3d(0, -3px, .01px);
}

.image-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-4.image-circle {
  border-radius: 50%;
}

.heading-h5-size {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.333em;
}

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

.display-2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.333em;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.text-301 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-301.medium {
  font-family: Montero, sans-serif;
  font-weight: 500;
}

.gradient-color-01 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #8fd0ff, #3787ff 50%, #144ee3);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-no-wrap {
  white-space: nowrap;
}

.buttons-row {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.color-neutral-400 {
  color: #a9afba;
}

.color-neutral-400.mg-bottom-0 {
  font-family: Montero, sans-serif;
}

.open-close-line---brix {
  width: 100%;
  height: 2px;
  background-color: #170f49;
  border-radius: 500px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  width: 14px;
  min-height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  max-width: none;
  background-color: #fff;
  border-radius: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 90px 58px;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item-wrapper---brix.preview-page {
  max-width: none;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.accordion-item---brix.accordion-1---brix {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 24px;
  margin-bottom: 32px;
  padding: 30px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

.accordion-item-title---brix {
  color: #151515;
  font-family: Montero, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-paragraph---brix-2 {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 0;
  transform: translate(0);
}

.cloneable-container-default.no_padding {
  width: 1112px;
  min-height: auto;
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  background-color: #fff;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: #fff;
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-item-title---brix-2 {
  color: #151515;
  font-family: Montero, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(270deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  font-family: Montero, sans-serif;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.paragraph-9 {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.heading-4 {
  color: #3f3954;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.card__icon--left {
  cursor: pointer;
}

.card__desc {
  text-align: center;
  margin-top: 66px;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montero, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container-6 {
  width: 966px;
  height: 362px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card__glass {
  height: 72px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card__texture {
  height: 34%;
  background-image: url('../images/Mask-group-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card__icon--right {
  cursor: pointer;
}

.card__content {
  height: 66%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.card__card {
  width: 290px;
  height: 290px;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  padding: 16px;
}

.image-5 {
  width: 132px;
  height: 132px;
  border: 5px solid #fff;
  border-radius: 24px;
  margin-top: -66px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.card__wrapper {
  width: 290px;
  height: 362px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.highlights-card {
  height: 480px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .05));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 56px;
  transition: transform .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card:hover {
  transform: rotate(0);
}

.highlights-card.red {
  height: 300px;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.highlights-card.green {
  height: auto;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.highlights-card.green:hover {
  transform: none;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
}

.holder {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.highlights-card-content {
  max-width: 420px;
  color: #b4bcd0;
  text-align: center;
  line-height: 1.3;
}

.holder-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.holder-attrib {
  width: 300px;
  height: 100%;
  max-width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vs {
  width: 100px;
}

.vs_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montero, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.social-media-link-2 {
  transition-property: transform;
}

.social-media-link-2:hover {
  transform: scale(1.2);
}

.team-grid-2 {
  width: 1112px;
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 33px;
  margin-bottom: 37px;
}

.team-social-media-grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.glass {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, rgba(172, 172, 172, .2), rgba(255, 255, 255, .53));
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.bold-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(270deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-circle---10 {
  width: 8%;
  margin-top: -17%;
  margin-left: 85%;
  position: absolute;
}

.image-circle---10.key2 {
  width: 12%;
}

.block-circle---hero-3 {
  z-index: 5;
  width: 80%;
  position: absolute;
}

.image-circle---11 {
  width: 12%;
  margin-top: -14%;
  margin-left: 97%;
  position: absolute;
}

.block-hero-img-2 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.block-hero-img-2.less {
  margin-top: 50px;
}

.image-circle---12 {
  width: 14%;
  margin-top: 7%;
  margin-left: -7%;
  position: absolute;
}

.image-circle---13 {
  width: 50%;
  margin-top: -34%;
  margin-left: -27%;
  position: absolute;
}

.bold-text-2.underline {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 69%, #b10277 91%, #b10277);
}

.hero_v2 {
  height: 100vh;
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/Slide-16_9---26.png'), radial-gradient(circle closest-corner at 80% 10%, rgba(21, 7, 152, .21), rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 20% 20%, rgba(234, 98, 45, .29), rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 50% 0, rgba(177, 2, 119, .35), rgba(0, 0, 0, 0)), linear-gradient(to top, #151515, rgba(0, 0, 0, 0)), url('../images/63909d656c4ed6c98ed1dc21_cta-pattern-defi-x-template.svg');
  background-position: 50%, 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 100%;
  background-repeat: repeat, no-repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto 300px, auto, auto, auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.exp_section {
  height: auto;
  background-color: #151515;
  background-image: url('../images/63da98e27714f936b15226ba_Vector-39-1.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.ytb_v2 {
  height: auto;
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), radial-gradient(circle closest-corner at 0%, rgba(177, 2, 119, .34), rgba(0, 0, 0, 0));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 100px 50px;
}

.telegram_v2 {
  height: auto;
  background-color: #151515;
  background-image: url('../images/Slide-16_9---26.png'), url('../images/63da989e9cfdf84a5cc76d67_Vector-42.webp'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 100% 0, 0%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 300px, contain, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.team_v2 {
  height: 100vh;
  background-color: #151515;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  padding: 100px 50px;
}

.container_v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.container_v2._100 {
  margin-bottom: 100px;
}

.h1_v2 {
  color: #151515;
  text-align: center;
  font-family: Montero, sans-serif;
  font-size: 72px;
  line-height: 100px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding-top: 0;
}

.h3_v2 {
  color: #151515;
  font-family: Montero, sans-serif;
}

.h3_v2.white {
  color: #fff;
}

.h3_v2.white.big {
  font-size: 80px;
  line-height: 100px;
}

.txt_v2 {
  color: #151515;
  font-family: Montero, sans-serif;
}

.txt_v2.white {
  color: #fff;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.buttons-row-2 {
  align-items: center;
  display: flex;
}

.buttons-row-2.center {
  justify-content: center;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.video-bg-image {
  border-radius: 24px;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .27);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number-card {
  height: 100%;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px rgba(0, 0, 0, .3);
  border-left: 1px solid rgba(255, 255, 255, .98);
  border-right: 1px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 20px 50px 50px;
  transition: transform .35s;
  display: flex;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .61);
}

.number-card:hover {
  transform: scale(1.05);
}

.number-card._300 {
  height: 300px;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(225deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
}

.number-card._300.x2 {
  width: 100%;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #b10277, #150798);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 50px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .61);
}

.number-card._300.left {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .61);
}

.circle-number {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  background-color: #f2f1ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-number.mg-bottom-32px {
  width: 90px;
  height: 90px;
  min-height: 90px;
  min-width: 90px;
  background-color: rgba(255, 255, 255, .45);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(315deg, #ea622d, #b10277);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid rgba(255, 255, 255, .66);
  margin-top: -70px;
  margin-bottom: 0;
  box-shadow: 0 4px 15px rgba(21, 21, 21, .29);
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.invertlogo {
  filter: invert();
}

.card-logo-container-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #150798, #0cf);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body-4 {
  background-color: #fff;
}

.bold-text-3 {
  font-size: 25px;
}

.h3-2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.h3-2.icon {
  font-size: 30px;
  line-height: 30px;
}

.h3-2.is-white {
  color: #fff;
}

.down_block {
  height: 70%;
  padding: 20px;
}

.up_block {
  height: 30%;
  padding: 20px;
}

.grid_process {
  width: auto;
  height: 340px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.upblock_holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.txt-3 {
  color: #a5a5a5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.txt-3.process {
  color: #151515;
  font-family: Montero, sans-serif;
  font-size: 20px;
}

.txt-3.left {
  color: #151515;
  text-align: left;
  margin-top: 10px;
  font-family: Montero, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div_process_grid {
  width: 276px;
  height: 340px;
  background-color: #fff;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 50%;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .34);
  border-top-color: rgba(255, 255, 255, .38);
  border-bottom: 1px #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .35);
}

.process_nb {
  width: 50px;
  height: 50px;
  background-color: #174546;
  background-image: linear-gradient(45deg, #174546, #39ac5a);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_nb._20 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-top: 1px solid rgba(255, 255, 255, .38);
  border-left: 1px solid rgba(255, 255, 255, .38);
  border-right: 1px solid rgba(255, 255, 255, .38);
  border-radius: 12px;
  margin-bottom: 0;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  text-align: center;
  display: block;
}

.bold-text-8 {
  color: #150798;
}

.card-logo-wrapper-2 {
  z-index: 1;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.card-logo-container-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(45deg, #174546, #39ac5a);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-logo-2 {
  width: 60px;
}

.video-content-2 {
  width: 936px;
  height: 576px;
  border-radius: 24px;
  display: none;
  overflow: visible;
}

.avis_post_sortie {
  height: auto;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.split-content---brix.testimonial-v3---brix {
  width: 50%;
}

.split-content---brix.testimonial-v3---brix.right---brix {
  min-width: 460px;
  margin-left: 27.5px;
}

.split-content---brix.testimonial-v3---brix.left---brix {
  flex-direction: row;
  align-items: center;
  margin-right: 27.5px;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.title-3 {
  white-space: break-spaces;
}

.title-3.avatar-name-v1---brix {
  margin-bottom: 0;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(8, 15, 52, .04);
}

.card---brix.testimonial-v3---brix {
  height: 300px;
  margin-bottom: 55px;
  padding: 75px 44px 73px;
}

.card---brix.testimonial-v3---brix.last---brix {
  margin-bottom: 0;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px rgba(36, 39, 41, .1);
}

.testimonial-wrapper---brix.testimonial-v3---brix {
  justify-content: space-between;
  display: flex;
}

.paragraph---brix.testimonial-v3---brix {
  margin-bottom: 24px;
}

.image---brix.company-logo---brix {
  margin-bottom: 18px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.img_tesi {
  height: 400px;
  margin-left: 10px;
}

.small-card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px rgba(29, 1, 80, .1);
}

.masonry-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.testimonial-author-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.button-4 {
  height: 50px;
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-4:hover {
  box-shadow: none;
  background-color: #000;
}

.cta-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cta-flex.center {
  justify-content: center;
}

.csilver {
  color: #b7bbd1;
}

.quotes {
  width: 25px;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.main-container-2 {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.paragraph-10 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.testi {
  border-radius: 24px;
  margin-bottom: 10px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, .2);
}

.testi.long {
  border-radius: 24px;
}

.forma-vsl {
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 50px;
}

.video-content-3 {
  width: 936px;
  height: 576px;
  border-radius: 24px;
  overflow: hidden;
}

.video-youtube-2 {
  width: 100%;
  height: 100%;
}

.navbar-sec {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-section-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about-section-v2 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.course-section-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.avis-section-v2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.get-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-section {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.header-div {
  max-width: 600px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-div.is-hero {
  max-width: 800px;
}

.h1-v2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 46px;
  line-height: 1.2;
}

.h1-v2.is-hero {
  text-align: center;
  font-size: 64px;
}

.h1-v2.is-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #8d8d8d);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.5;
}

.txt-v2 {
  color: #151515;
  text-align: center;
  font-family: Montero, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.txt-v2.is-white {
  color: #c5c5c5;
  font-weight: 300;
}

.txt-v2.is-left {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.txt-v2.is-left._0 {
  margin-bottom: 0;
}

.txt-v2.is-sp {
  text-align: left;
  font-weight: 700;
}

.txt-v2.is-smaller {
  font-size: 16px;
}

.txt-v2.bigger {
  font-size: 20px;
}

.body-5 {
  background-color: #fbfbfb;
}

.btn-v2 {
  background-color: #151515;
  border-radius: 100px;
  padding: 14px 22px;
  font-family: Montero, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.btn-v2.is-white {
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

._3-gtid-holder {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

._3-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-grid._4-grid {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  display: none;
}

._3-grid._2-grid {
  grid-template-columns: 1fr 1fr;
}

.bloc-grid {
  height: auto;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.bloc-grid._4-grid-bloc {
  height: auto;
  justify-content: space-between;
}

.bloc-grid._2-grid {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.bloc-grid.aurto-height {
  height: auto;
  border-style: solid;
}

.txt-bloc-holder {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.txt-bloc-holder.is-grey {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-end;
}

.txt-bloc-holder.is-grey.is-center {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
}

.txt-bloc-holder._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.h2-v2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.nav-wrap {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  display: flex;
}

.logo-nav {
  width: 150px;
}

.slider-holder {
  width: 100%;
  margin-top: 40px;
}

.avis-slide {
  background-color: rgba(0, 0, 0, 0);
}

.feature-row {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.hero-feature-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  display: flex;
}

.check-icon {
  margin-right: 12px;
}

.sp-avatar-holder {
  width: 150px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-4 {
  color: #151515;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.txt-4.is-left {
  color: #151515;
  text-align: left;
  font-family: Montero, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.sp-txt-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-header {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: relative;
}

.avatar-header._5 {
  z-index: 5;
  border: 2px #000;
  transition: all .35s;
  left: -50px;
}

.avatar-header._2 {
  z-index: 2;
  transition: all .35s;
  left: 25px;
}

.avatar-header._4 {
  z-index: 4;
  transition: all .35s;
  left: -25px;
}

.avatar-header._3 {
  z-index: 3;
  transition: all .35s;
  left: 0;
}

.avatar-header._1 {
  z-index: 1;
  transition: all .35s;
  left: 50px;
}

.hero-social-proof {
  grid-column-gap: 10px;
  display: flex;
}

.objections-header-holder {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-sub {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.star-sub.centered {
  display: flex;
  overflow: visible;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #ea622d;
  border-radius: 100px;
  box-shadow: 0 0 8px #ff6f00;
}

.slider-wrapper {
  width: 100%;
  object-fit: contain;
  flex: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.items-holder {
  width: 100%;
  object-fit: contain;
  flex: none;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.items {
  width: 100%;
  object-fit: contain;
  flex: none;
  align-items: center;
  display: flex;
  overflow: visible;
}

.item {
  width: 300px;
  border-radius: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-hero-sp {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.img-sp-hero {
  width: auto;
  height: 300px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 40px;
}

.img-sp-hero.bigger {
  height: 400px;
}

.testimonial_rating-wrapper {
  color: #f1bd42;
  display: flex;
}

.testimonial_rating-icon {
  width: 20px;
  height: 20px;
  color: #f1bd42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .42), rgba(0, 0, 0, .18)), linear-gradient(225deg, #b10277, #ea622d);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-arrow {
  color: #151515;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow-text {
  margin-right: 0;
  font-family: Montero, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.arrow {
  width: 20px;
  height: 20px;
  filter: brightness(0%);
  margin-left: 10px;
}

.cta-2 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-right: 0;
}

.azrrow {
  padding-bottom: 5px;
}

.sub-lines {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.text-decoration-none {
  text-decoration: none;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.text-100.color-accent-1 {
  font-family: Montero, sans-serif;
}

.avatar-image-2.link {
  transition: transform .3s;
}

.avatar-image-2.link:hover {
  transform: scale(1.1);
}

.mg-top-24px {
  margin-top: 24px;
}

.width-100 {
  width: 100%;
}

.mg-right-8px {
  margin-right: 8px;
}

.card-6 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-6.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card-6.content-left.testimonial-twitter {
  box-shadow: none;
  background-color: #fbfbfb;
  border-color: #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.flex-growth {
  flex: 1;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.twitter-color {
  color: #1ba4ff;
  background-color: #eef8ff;
}

.social-icon-square.twitter-color:hover {
  color: #fff;
  background-color: #1ba4ff;
}

.flex-horizontal-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal-4.space-between {
  justify-content: space-between;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-family: Montero, sans-serif;
}

.stars {
  flex-direction: row;
  display: flex;
}

.bold {
  font-size: 24px;
}

.discord-div {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.right-side {
  width: auto;
  justify-content: flex-end;
  display: flex;
}

.img-discord {
  width: 1200px;
  border-radius: 24px;
}

.faq-section {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.faq-icon-line {
  width: 16px;
  height: 3px;
  background-color: #1e1e1e;
  border-radius: 4px;
}

.faq-icon-line.rotate {
  background-color: #1e1e1e;
  position: absolute;
  transform: rotate(90deg);
}

.faq-dropdown-list {
  background-color: #151720;
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-wrapper {
  width: 50%;
}

.faq-wrapper.full-width {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.faq-icon-block {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.faq-paragraph {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 24px;
  font-family: Montero, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.faq-dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.faq-dropdown-toggle.full-width {
  height: auto;
  color: #222;
  border-radius: 0;
  justify-content: space-between;
  padding: 24px;
}

.faq-dropdown-toggle.full-width.w--open {
  z-index: 2;
}

.faq-dropdown {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(53, 45, 45, .04);
}

.faq-dropdown:hover {
  transform: translate(0, -2px);
}

.faq-title {
  max-width: 100%;
  white-space: normal;
}

.faq-title.large {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Montero, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.dc-bloc {
  width: 100%;
  height: auto;
  background-color: #150798;
  background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #150798, #ea622d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px 24px;
  display: flex;
}

.logo-dc-holder {
  height: auto;
  border-radius: 24px;
  align-items: center;
  display: flex;
}

.img-dc {
  height: 32px;
}

@media screen and (min-width: 1280px) {
  .paragraph_heading.white.centered {
    max-width: 700px;
  }

  .padding-section-large-relative.no-paddingbottom.rem-reduction {
    padding-top: 2rem;
  }

  .section-hero.hide {
    display: flex;
  }

  .forma_hero {
    background-image: url('../images/Slide-16_9---26.png'), url('../images/633733873e352c394cbf5acf_about-hero-bg-image-darkweb-webflow-ecommerce-template.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to top, #151515, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(21, 7, 152, .22), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(177, 2, 119, .26), rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 50% 0, rgba(234, 98, 45, .72), rgba(0, 0, 0, 0));
    background-position: 0 100%, 50%, 50%, 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat, repeat;
    background-size: auto 300px, contain, auto, auto, auto, auto, auto;
  }

  .forma_sp {
    padding-right: 50px;
  }

  .sp_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sp_grid {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sp_holder {
    background-color: #fff;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: 1350px;
  }

  .paragraph_heading.white.centered {
    max-width: 700px;
  }

  .experience-card-text-holder.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .experience-gradient {
    height: 130px;
  }

  .experience-gradient._02 {
    bottom: -26%;
  }

  .home-v2-process-wrapper {
    justify-content: center;
  }

  .section-hero.hide {
    display: flex;
  }

  .body-3 {
    background-color: #151515;
  }

  .forma_hero {
    background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/Slide-16_9---26.png'), linear-gradient(to top, #151515, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(21, 7, 152, .22), rgba(0, 0, 0, 0)), url('../images/633733873e352c394cbf5acf_about-hero-bg-image-darkweb-webflow-ecommerce-template.png'), linear-gradient(to right, rgba(177, 2, 119, .26), rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner at 50% 0, rgba(234, 98, 45, .72), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%, 0 0, 0 0, 50%, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat, repeat, repeat;
    background-size: auto, auto 300px, auto, auto, contain, auto, auto;
  }

  .forma_sp {
    background-image: radial-gradient(circle farthest-side at 0%, rgba(234, 98, 45, .34), rgba(0, 0, 0, 0) 25%), url('../images/636e53f8c0125c8e4249cb19_noise.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .forma_whoarewe {
    background-image: url('../images/Slide-16_9---26.png'), url('../images/63da98e27714f936b15226ba_Vector-39-1.png'), url('../images/636e53f8c0125c8e4249cb19_noise.png');
    background-position: 100%, 50%, 50%;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 300px, cover, auto;
  }

  .forma_contenu {
    background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/63569c679c3afbaacbb78efb_404-bg-circle-large-darkweb-webflow-ecommerce-template-1.svg'), url('../images/63da9965901eaf417ffb6a65_Vector-46-2.png');
    background-position: 0 0, 50%, 0 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, contain, contain;
  }

  .txt-2 {
    color: #e9e9e9;
    font-family: Montero, sans-serif;
  }

  .sp_grid {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .forma_pricing {
    align-items: center;
  }

  .grid-2-columns.testimonials-grid---v2 {
    grid-template-columns: .5fr;
  }

  .inner-container._740px._100---tablet {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph_heading.white.centered {
    max-width: 700px;
  }

  .experience-cards-holder {
    width: 500px;
  }

  .experience-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
  }

  .experience-card-content {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Mask-group-min-1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .experience-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .para_white {
    font-size: 16px;
  }

  .content.hero {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .content.hero.w {
    margin-top: 50px;
  }

  .card-2.home-v2-process {
    background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #ea622d, #b10277);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

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

  .home-v2-process-wrapper {
    justify-content: center;
  }

  .badge-popular---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ytb_section {
    background-image: url('../images/gr_starburst.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 50px 0 0;
    padding-top: 50px;
  }

  .grid-banner {
    border-radius: 0 48px 48px 0;
  }

  .section {
    padding-left: 0;
  }

  .intro-hero-section {
    min-height: 80vh;
  }

  .subheading {
    font-size: 14px;
    line-height: 20px;
  }

  .website-placeholder {
    border-radius: 0;
  }

  .thumbnail-shadow, .website-thumbnail {
    border-radius: 48px;
  }

  .figure-a3 {
    filter: blur(19px);
    background-image: url('../images/Mask-group-min-2.jpg');
  }

  .section-hero.hide {
    background-image: url('../images/Mask-group-min-1.jpg');
    display: flex;
  }

  .block-hero {
    margin-bottom: 100px;
  }

  .figure-a1 {
    width: 80%;
    border-radius: 0;
  }

  .figure-a2 {
    width: 70%;
  }

  .figure-c {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
  }

  .section-3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .course-videos-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-3.bg-neutral-300.course-video {
    background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), linear-gradient(to right, #ea622d, #b10277);
    background-position: 50%, 0 0;
    background-size: auto, auto;
    padding-bottom: 58px;
  }

  .section_ytb {
    align-items: center;
  }

  .nav-link-2 {
    color: #fff;
  }

  .grid-3-columns._1-col-tablet {
    width: 1200px;
    overflow: visible;
  }

  .card-4.features-item {
    overflow: hidden;
  }

  .app-screen---hero-1 {
    width: 50%;
  }

  .telegram_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .forma_whoarewe {
    background-color: #151515;
    padding-bottom: 100px;
  }

  .forma_pricing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-5.pricing-popular {
    width: 600px;
  }

  .grid-2-columns.testimonials-grid---v2 {
    grid-template-columns: .5fr;
  }

  .inner-container._740px._100---tablet {
    width: 100%;
    max-width: none;
  }

  .telegram_v2 {
    background-image: url('../images/636e53f8c0125c8e4249cb19_noise.png'), url('../images/Slide-16_9---26.png');
    background-position: 50%, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-button-holder {
    margin-top: 10px;
  }

  .nav-link {
    height: auto;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #1f1f1f;
    border-radius: 40px;
  }

  .cricle-active-holder.w--current {
    opacity: .22;
    top: -8px;
  }

  .nav-menu {
    width: 400px;
    height: auto;
    background-color: #1a1a1a;
    border-radius: 20px;
    margin-top: 12px;
    padding: 10px;
    left: -100px;
  }

  .center-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    width: 90px;
    min-width: 90px;
  }

  .nav-menu-container {
    grid-column-gap: 28px;
    padding-right: 10px;
    overflow: visible;
  }

  .block-sticky {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .video-content {
    width: 100%;
  }

  .padding-section-large-relative {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .achievements-grid {
    grid-column-gap: 40px;
  }

  .flex-horizontal {
    width: 100%;
  }

  .main-grid {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-2 {
    max-width: 750px;
  }

  .content.hero {
    margin-bottom: 100px;
  }

  .home-v2-process-left-content {
    text-align: center;
    position: static;
  }

  .split-content.home-v2-process-right {
    max-width: 100%;
  }

  .split-content.home-v2-process-left {
    max-width: 616px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.service-hero-left {
    max-width: 621px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .card-2.about-value {
    flex-direction: column;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .image.team {
    height: auto;
  }

  .home-v2-process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .padding-top-80px {
    padding-top: 0;
  }

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

  .content-pricig-table {
    margin-top: 60px;
  }

  .badge-popular---brix {
    top: 24px;
    right: 24px;
  }

  .block-sticky-2 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .yt-playlist {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .play-icon-2 {
    width: 8rem;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .intro-hero-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-title {
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .perspective-block {
    display: none;
    right: -100%;
    transform: rotate(0);
  }

  .one-third-div {
    padding-right: 0;
  }

  .one-third-div.on-intro-page {
    width: 100%;
    margin-top: 0;
  }

  .subheading {
    font-size: 16px;
    line-height: 22px;
  }

  .website-placeholder.offset {
    box-shadow: none;
  }

  .container-3.hero-flex-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .perspective-wrapper {
    background-image: url('../images/intro-mobile-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 64px;
    padding-right: 0%;
  }

  .hero-title {
    max-width: 75%;
    font-size: 60px;
    line-height: 66px;
  }

  .hero-right {
    width: 100%;
  }

  .hero-section {
    padding-top: 160px;
  }

  .grid-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-hero {
    font-size: 80px;
  }

  .section-hero {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .figure-a-hero {
    height: 400px;
  }

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

  .section-2 {
    padding: 100px 30px;
  }

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

  .block {
    text-align: center;
    align-items: center;
  }

  .block-left, .block-right {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .figure-b, .figure-c {
    width: 80%;
    height: 350px;
  }

  .shape.cta-1 {
    top: -225.203px;
  }

  .shape.cta-2 {
    bottom: -205.203px;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
    padding: 64px;
  }

  .section-3 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.team {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.service-hero {
    position: relative;
  }

  .image-wrapper.card-about-value {
    margin-bottom: 20px;
  }

  .team-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.service-hero {
    padding-bottom: 100px;
  }

  .service-hero-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .line-service {
    z-index: -1;
    width: 211%;
    max-width: none;
    position: absolute;
  }

  .heading-hero-2 {
    font-size: 80px;
  }

  .section-hero-2 {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-2 {
    padding: 25px 30px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #1d2838;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 21px;
    line-height: 100%;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
    display: flex;
  }

  .menu-button-2:hover {
    transform: scale(.94);
  }

  .menu-button-2.w--open {
    background-color: rgba(21, 29, 41, .75);
    transform: scale(.94);
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(150deg, #1d2838 35%, rgba(21, 29, 41, .75));
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 5px;
  }

  .grid-button-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .companies-grid {
    grid-column-gap: 40px;
  }

  .bg.home-hero {
    width: 140%;
    top: -200px;
  }

  .primary-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .primary-button.w--current {
    margin-left: 0;
  }

  .outline-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .outline-button.w--current {
    margin-left: 0;
  }

  .outline-button.left-margin {
    margin-left: 10px;
  }

  .display {
    font-size: 48px;
    line-height: 64px;
  }

  .small-container {
    max-width: 320px;
  }

  .small-container.hero {
    max-width: 360px;
  }

  .hero-image {
    margin-left: 0;
  }

  .horizontal-container {
    align-content: flex-start;
  }

  .section-5.hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .buttons-container {
    justify-content: center;
  }

  .process_step {
    justify-items: stretch;
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .process_item-image.step-3-1 {
    height: 22%;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .process_item-image.step-3-2 {
    height: 22%;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-3-3 {
    height: 22%;
    max-width: 100%;
    top: 58%;
    transform: scale(.8);
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .block-hero-img {
    margin-top: 90px;
  }

  .grid-features-2 {
    grid-template-columns: 1fr 1fr;
  }

  .forma_hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .forma_sp {
    flex-direction: column;
  }

  .forma_objections {
    padding-left: 50px;
  }

  .forma_noteasy, .forma_sp2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-5._100 {
    margin-bottom: 0;
  }

  .sp_div {
    width: auto;
    flex-direction: column;
  }

  .sp_grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sp_holder {
    margin-top: 100px;
  }

  .container-default-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-content.v10 {
    padding-bottom: 40px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .grid-2-columns.pricing-v10 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-40px {
    width: auto;
  }

  .grid-2-columns.testimonials-grid---v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .display-2 {
    font-size: 35px;
  }

  .text-center---tablet {
    text-align: center;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .cloneable-container-default.no_padding {
    width: auto;
  }

  .accordion-item-title---brix-2 {
    max-width: 88%;
  }

  .container-6 {
    height: 1150px;
    flex-direction: column;
  }

  .highlights-card {
    height: auto;
    min-height: 420px;
    min-width: 100%;
    padding: 32px;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
    overflow: auto;
  }

  .team-grid-2 {
    width: auto;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .block-hero-img-2 {
    margin-top: 90px;
  }

  .play-button-large {
    max-width: 50%;
  }

  .grid_process {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .video-content-2, .split-content---brix.testimonial-v3---brix {
    width: 100%;
  }

  .split-content---brix.testimonial-v3---brix.right---brix {
    min-width: auto;
    margin-left: 0;
  }

  .split-content---brix.testimonial-v3---brix.left---brix {
    margin-right: 0;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 32px;
  }

  .testimonial-wrapper---brix.testimonial-v3---brix {
    flex-direction: column;
  }

  .video-content-3 {
    width: 100%;
  }

  .hero-section-v2 {
    padding: 60px 20px;
  }

  .about-section-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .course-section-v2, .avis-section-v2 {
    padding: 60px 20px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .faq-section {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

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

  .block-sticky {
    margin-top: 65px;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: 0;
  }

  .text-align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .padding-section-large-relative {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_logo_logo {
    max-height: 3rem;
    max-width: 3.5rem;
  }

  .section_logo_component {
    padding-top: 1rem;
  }

  .experience-card-text-holder._02 {
    padding-top: 3px;
  }

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

  .experience-card-image-holder.smaller, .experience-card-image-holder._02, .experience-card-image-holder._02 {
    height: auto;
  }

  .achievements-grid {
    grid-column-gap: 91px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
  }

  .achievement-number {
    font-size: 40px;
  }

  .main-grid {
    grid-row-gap: 1.5vh;
  }

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

  .content.hero {
    margin-bottom: 90px;
  }

  .paragraph-2.home-v2-process-left-paragraph {
    margin-bottom: 35px;
  }

  .split-content.cta-right {
    width: 100%;
    max-width: 274px;
  }

  .split-content.cta-left {
    margin-bottom: 35px;
  }

  .card-2 {
    border-radius: 35px;
  }

  .card-2.home-v2-process {
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card-2.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image.card-home-v2-process {
    max-width: 100%;
    border-radius: 28px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.service-hero-3 {
    left: -117px;
  }

  .image.service-hero-4 {
    right: -137.5px;
  }

  .image.service-hero-2 {
    left: -115.5px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-popular---brix {
    top: 26px;
  }

  .block-sticky-2 {
    margin-top: 65px;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: 0;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .play-icon-2 {
    width: 5rem;
  }

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

  .text-banner {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section {
    padding: 65px 20px;
  }

  .intro-hero-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-title {
    max-width: 100%;
  }

  .one-third-div {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .hero-btn-container {
    flex-direction: row;
    margin-top: 40px;
  }

  .hero-title {
    max-width: 100%;
    font-size: 54px;
    line-height: 60px;
  }

  .hero-section {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 96px;
  }

  .heading-hero {
    font-size: 58px;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .grid-stats {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
  }

  .shape.cta-1 {
    top: -143.203px;
  }

  .shape.cta-2 {
    bottom: -142.203px;
  }

  .button-primary-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary-2.cta {
    display: block;
  }

  .cta-wrapper {
    padding: 53px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .course-videos-title-wrapper {
    margin-bottom: 40px;
  }

  .card-3.bg-neutral-300.course-video {
    flex-direction: column;
    padding: 48px 30px 57px;
  }

  .card-course-video-button {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .image-wrapper.team {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .image-wrapper.home-hero-3 {
    border-radius: 20px;
    top: 34px;
    right: 4px;
  }

  .image-wrapper.home-hero-2 {
    border-radius: 21px;
    bottom: 59px;
    left: 24px;
  }

  .team-grid {
    grid-row-gap: 60px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.service-hero {
    padding-bottom: 80px;
  }

  .subtitle-2.team {
    margin-bottom: 20px;
  }

  .heading-hero-2 {
    font-size: 58px;
  }

  .nav-button {
    font-size: 16px;
  }

  .home-hero-company {
    width: 150px;
  }

  .companies-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
  }

  .bg.home-hero {
    top: -110px;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .outline-button {
    padding-left: 20px;
    padding-right: 24px;
    font-size: 13px;
  }

  .display {
    font-size: 42px;
    line-height: 48px;
  }

  .small-container {
    max-width: 340px;
    order: -1;
  }

  .small-container.hero {
    max-width: none;
  }

  .text {
    font-size: 15px;
    line-height: 24px;
  }

  .hero-image {
    margin-top: 30px;
    margin-left: 0;
  }

  .horizontal-container.hero {
    flex-direction: column;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-5.hero {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .heading-h4-size {
    font-size: 18px;
  }

  .block-hero-img {
    margin-top: 80px;
  }

  .about-values-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .square-icon.large {
    max-width: 100%;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .grid-2-columns.testimonials-grid---v2 {
    grid-row-gap: 70px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.medium.top-8px {
    top: 6px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .mg-top-80px {
    margin-top: 70px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

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

  .display-2 {
    font-size: 30px;
  }

  .display-2.mg-bottom-12px {
    margin-bottom: 10px;
  }

  .mg-right-16px {
    margin-right: 13px;
  }

  .buttons-row {
    grid-column-gap: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix-2 {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .team-grid-2 {
    grid-row-gap: 60px;
  }

  .block-hero-img-2 {
    margin-top: 80px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .circle-number.mg-bottom-32px {
    width: 132px;
    height: 132px;
    min-height: 132px;
    min-width: 132px;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v3---brix {
    padding: 50px 38px;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .image---brix.company-logo---brix {
    margin-bottom: 16px;
  }

  .text-100 {
    font-size: 14px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown-toggle.full-width {
    padding: 12px;
  }

  .faq-title.large {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 1em;
  }

  .nav-menu {
    width: 100%;
    margin-top: 12px;
    left: 0;
    right: 0;
  }

  .nav-menu-container {
    justify-content: center;
  }

  .block-sticky {
    margin-top: 55px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-detail.footer-link-text {
    text-align: center;
  }

  .video-content {
    height: 221px;
  }

  .padding-section-large-relative.no-paddingbottom {
    padding-top: 3rem;
  }

  .padding-section-large-relative.no-paddingbottom.rem-reduction {
    padding-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium.centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_logo_component {
    flex-direction: row;
    justify-content: center;
  }

  .experience-card-text-holder {
    padding: 15px;
  }

  .card-title {
    font-size: 24px;
  }

  .experience-card-content {
    border-radius: 15px;
  }

  .experience-card {
    border-radius: 16px;
  }

  .sticky {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-medium-1049px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.achievements {
    padding: 30px 20px;
  }

  .achievements-grid {
    grid-column-gap: 40px;
  }

  .achievement-number {
    margin-bottom: 5px;
    font-size: 33px;
  }

  .flex-horizontal.top-align {
    padding-left: 0;
    padding-right: 30px;
  }

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

  .main-grid {
    grid-row-gap: 3vh;
  }

  .heading-small {
    line-height: 1.3;
  }

  .number-serif {
    min-width: 30px;
  }

  .heading-serif-large-2 {
    font-size: 30px;
  }

  .content-wrapper {
    width: 100%;
  }

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

  .client {
    min-height: 110px;
    padding: 15px 12%;
  }

  .content.hero {
    margin-bottom: 80px;
  }

  .home-v2-process-left-content {
    text-align: left;
  }

  .split-content.cta-right {
    max-width: none;
  }

  .split-content.cta-left {
    margin-bottom: 30px;
  }

  .split-content.card-course-video-left {
    margin-right: 0;
  }

  .split-content.service-hero-left {
    margin-bottom: 40px;
  }

  .card-2 {
    border-radius: 30px;
  }

  .card-2.home-v2-process {
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-2.about-value {
    width: auto;
    border-radius: 23px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .navigation-button {
    display: none;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image.card-home-v2-process {
    border-radius: 23px;
    margin-bottom: 25px;
  }

  .image.service-hero-3 {
    left: -52px;
  }

  .image.service-hero-4 {
    right: -74.5px;
  }

  .image.service-hero-2 {
    top: 30px;
    left: -60.5px;
  }

  .image.home-hero-1 {
    max-width: 120%;
  }

  .image.team, .image.team._2 {
    width: 150px;
    height: 150px;
  }

  .hero-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .avatar-row {
    flex-wrap: wrap;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .text-single-200.text-color-neutral-800 {
    text-align: left;
    font-size: 16px;
  }

  .grid-three-columns.annuallly {
    flex-direction: column;
    display: flex;
  }

  .popular-badge-align---brix {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .flex-horizontal-2.align-center {
    flex-direction: column;
    justify-content: center;
  }

  .card-heading.text-color-white {
    margin-bottom: 0;
  }

  .lato-2 {
    text-align: center;
  }

  .badge-popular---brix {
    position: static;
  }

  .navigation-button-2 {
    display: flex;
  }

  .card-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-sticky-2 {
    margin-top: 55px;
  }

  .card-title-2 {
    font-size: 24px;
  }

  .experience-card-content-2 {
    border-radius: 15px;
  }

  .experience-card-2 {
    border-radius: 16px;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }

  .play-icon-2 {
    width: 3rem;
  }

  .form-banner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-banner {
    text-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .intro-hero-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .intro-features-block {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-right-style: none;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .intro-features-block.first {
    align-self: stretch;
    padding-left: 24px;
  }

  .intro-features-block.last {
    border-bottom-style: none;
  }

  .intro-features-wrap {
    flex-direction: column;
    align-items: center;
  }

  .container-3.hero-flex {
    flex: 0 auto;
  }

  .hero-btn-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left {
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }

  .text-btn.no-margin-top {
    margin-top: 16px;
  }

  .hero-section {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .grid-button {
    grid-auto-flow: row;
  }

  .heading-hero {
    font-size: 46px;
  }

  .section-hero {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figure-a-hero {
    height: 300px;
  }

  .grid-features {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding: 80px 20px;
  }

  .experience-card-content-3 {
    border-radius: 15px;
  }

  .experience-card-3 {
    border-radius: 16px;
  }

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

  .stats {
    padding: 28px;
  }

  .figure-b, .figure-c {
    height: 250px;
  }

  .shape.cta-1 {
    top: -56.203px;
  }

  .shape.cta-2 {
    bottom: -57.203px;
  }

  .button-primary-2 {
    display: block;
  }

  .cta-wrapper {
    align-items: stretch;
    padding: 50px 25px;
  }

  .section-3 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-3.bg-neutral-300.course-video {
    padding: 40px 25px 48px;
  }

  .card-course-video-duration {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .card-course-video-button {
    margin-bottom: 20px;
  }

  .card-course-video-content {
    flex-direction: column-reverse;
  }

  .image-wrapper.team {
    width: 150px;
    height: 150px;
    max-width: none;
  }

  .image-wrapper.home-hero-3 {
    border-radius: 10px;
    top: 14px;
    right: 2px;
  }

  .image-wrapper.home-hero-2 {
    border-radius: 10px;
    bottom: 26px;
    left: 2px;
  }

  .image-wrapper.card-about-value {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 20px;
  }

  .image-wrapper.card-about-value.glass.more {
    margin-right: 0;
  }

  .flex-vc {
    align-items: stretch;
  }

  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.service-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container-small-540px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-3 {
    display: block;
  }

  .heading-hero-2 {
    font-size: 46px;
  }

  .section-hero-2 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-2 {
    padding: 18px 20px;
  }

  .nav-button {
    display: none;
  }

  .logo {
    height: 40px;
  }

  .nav-menu-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-title-3 {
    font-size: 24px;
  }

  .experience-card-content-4 {
    border-radius: 15px;
  }

  .experience-card-4 {
    border-radius: 16px;
  }

  .home-hero-company {
    width: 120px;
  }

  .images-home-hero-wrapper {
    justify-content: center;
    margin-top: 60px;
    display: flex;
  }

  .container-medium-1049px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .companies-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .bg.home-hero {
    top: -63px;
  }

  .primary-button {
    align-self: stretch;
    padding: 12px 10px;
  }

  .outline-button {
    padding: 12px 10px;
    font-size: 13px;
  }

  .outline-button.left-margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .display {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .small-container {
    text-align: left;
    align-items: flex-start;
  }

  .image-4 {
    height: 340px;
  }

  .absolute-bg {
    height: 400px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
  }

  .process_overlay-bottom {
    height: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .process_overlay-top {
    height: 4rem;
  }

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
  }

  .process_timeline {
    margin-left: 1rem;
  }

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

  .grid-3-columns._1-col-tablet {
    width: auto;
  }

  .card-4.testimonial, .features-item-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-hero-img {
    margin-top: 70px;
  }

  .image-circle---2 {
    width: 50%;
  }

  .image-circle---2.fire {
    width: 80%;
  }

  .image-circle---9 {
    width: 24%;
  }

  .image-circle---9.key {
    width: 40%;
  }

  .grid-features-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .forma_hero {
    height: 70vh;
    background-position: 100% 0, 50%, 50%, 0 0, 0 0, 0 0, 0 0;
    padding: 200px 20px 0;
  }

  .forma_sp {
    padding: 0 20px;
  }

  .forma_whoarewe {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .forma_objections {
    height: auto;
    padding: 50px 20px 0;
  }

  .forma_contenu {
    padding: 50px 20px;
  }

  .forma_noteasy {
    height: auto;
    padding: 0 20px;
  }

  .forma_sp2 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .forma_faq {
    padding: 0 20px 50px;
  }

  .h1-3 {
    line-height: 40px;
  }

  .h1-3._72 {
    font-size: 32px;
    line-height: 40px;
  }

  .btn.color.sticky {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .btn._10px {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero_social_proof {
    flex-direction: column;
    margin-top: 20px;
  }

  .btn_holder-2 {
    flex-direction: column;
  }

  .txt.left.npadd {
    margin-top: 10px;
  }

  .container-5._100, .container-5.more {
    margin-bottom: 0;
  }

  .txt-2.left {
    line-height: 40px;
  }

  .sp_div {
    width: 100%;
    object-fit: cover;
    align-items: center;
    overflow: visible;
  }

  .sp_grid {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sp_grid.is-down {
    margin-top: 40px;
  }

  .sp_holder {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sp_holder.no_padding {
    height: 450px;
    margin-bottom: 0;
  }

  .h3-saas, .saas-txt.left {
    text-align: center;
  }

  .saas-txt.left.left1 {
    text-align: left;
  }

  .about-values-grid {
    width: auto;
  }

  .container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-values-wrapper {
    width: 100%;
  }

  .forma_pricing {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-200.bold.color-neutral-800.link-hover {
    font-size: 20px;
  }

  .card-5.pricing-popular, .pricing-content.pd-bottom-40px {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mg-bottom-32px._0 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .square-icon.large {
    max-width: 80px;
    border-radius: 21px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.small.white.popular-pricint-top-badge {
    position: static;
  }

  .grid-2-columns.gap-40px {
    width: auto;
  }

  .grid-2-columns.testimonials-grid---v2 {
    grid-row-gap: 60px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-40px {
    margin-bottom: 32px;
  }

  .container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .icon-list-2 {
    margin-right: 8px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .mg-top-80px {
    margin-top: 60px;
  }

  .mg-top-80px.mg-top-0px---mbl {
    margin-top: 0;
  }

  .btn-primary-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h5-size.mg-bottom-4px {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Montero, sans-serif;
  }

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

  .display-2 {
    font-size: 26px;
  }

  .mg-right-16px {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
  }

  .color-neutral-400.mg-bottom-0 {
    color: #151515;
    text-align: center;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .cloneable-container-default {
    padding: 64px 0;
  }

  .cloneable-container-default.no_padding {
    width: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-item-title---brix-2 {
    max-width: 70%;
    font-size: 20px;
  }

  .highlights-card.red {
    min-height: auto;
    justify-content: center;
  }

  .highlights-wrap {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .holder-attrib {
    width: auto;
    max-width: none;
  }

  .h2-txt {
    font-size: 18px;
    line-height: 20px;
  }

  .team-grid-2 {
    width: auto;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-circle---10 {
    width: 16%;
  }

  .image-circle---10.key2 {
    width: 48%;
    margin-left: 70%;
  }

  .block-circle---hero-3 {
    overflow: visible;
  }

  .block-hero-img-2 {
    width: 80%;
    object-fit: fill;
    margin-top: 70px;
    overflow: visible;
  }

  .block-hero-img-2.less {
    width: 80%;
    object-fit: fill;
    overflow: visible;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-2.underline {
    line-height: 28px;
  }

  .buttons-row-2 {
    flex-direction: column;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .circle-number.mg-bottom-32px {
    width: 124px;
    height: 124px;
    min-height: 124px;
    min-width: 124px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .grid_process {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .txt-3 {
    font-size: 16px;
  }

  .div_process_grid {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .card-logo-wrapper-2 {
    width: 75px;
    height: 75px;
  }

  .card-logo-2 {
    width: 50px;
  }

  .video-content-2 {
    height: 221px;
  }

  .avis_post_sortie {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .card---brix.testimonial-v3---brix {
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .main-container-2 {
    max-width: none;
    overflow: visible;
  }

  .testi, .testi.long {
    border-radius: 12px;
  }

  .testi.long.np {
    margin-bottom: 0;
  }

  .forma-vsl {
    padding-bottom: 0;
  }

  .video-content-3 {
    height: 221px;
  }

  .navbar-sec {
    flex-direction: column;
  }

  .hero-section-v2, .about-section-v2 {
    padding: 60px 20px;
  }

  .course-section-v2 {
    flex-direction: column;
    padding: 60px 20px;
  }

  .avis-section-v2, .get-v2, .cta-section {
    padding: 60px 20px;
  }

  .h1-v2 {
    text-align: center;
    font-size: 46px;
  }

  .h1-v2.is-hero {
    font-size: 46px;
  }

  .txt-v2.is-smaller {
    text-align: left;
  }

  .btn-v2 {
    display: block;
  }

  .btn-v2.hidemb {
    display: none;
  }

  ._3-grid {
    flex-direction: column;
    display: flex;
  }

  ._3-grid._4-grid {
    flex-direction: column;
    display: none;
  }

  ._3-grid._2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .txt-bloc-holder.is-grey.is-center {
    padding: 0;
  }

  .txt-bloc-holder._2 {
    padding: 20px;
  }

  .h2-v2 {
    font-size: 20px;
  }

  .nav-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .objections-header-holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .objections-header-holder.vertical {
    flex-direction: column;
  }

  .star-sub {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 14px;
  }

  .star-sub.centered {
    width: auto;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .slider-wrapper {
    width: 100vw;
  }

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

  .sub-lines {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .sub {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }

  .avatar-image-2 {
    width: 100%;
  }

  .card-6.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .left-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .img-discord {
    border-radius: 8px;
  }

  .div-benef {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-section {
    padding: 40px 20px;
  }

  .faq-wrapper.full-width {
    width: 100%;
  }

  .faq-dropdown-toggle.full-width {
    padding: 16px;
  }

  .faq-dropdown {
    border-radius: 8px;
  }

  .faq-title.large {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .dc-bloc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }
}

#w-node-_09f15237-1ad0-9623-fb25-4b5921195039-392b1cea {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_09f15237-1ad0-9623-fb25-4b592119503a-392b1cea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd2547fd-6673-315a-83f8-798e7670d0a5-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0a6-392b1cea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd2547fd-6673-315a-83f8-798e7670d0b7-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0b8-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0c9-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0ca-392b1cea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd2547fd-6673-315a-83f8-798e7670d0db-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0dc-392b1cea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ab5b1069-0581-fa68-ebb6-1b2e3d97e736-392b1cea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_022d1299-7988-9e94-2133-9a616c1fcf84-e0b18c33 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_022d1299-7988-9e94-2133-9a616c1fcf85-e0b18c33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_779d7ed7-f5a9-771a-ff83-e4a23bc81213-e0b18c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a77-e0b18c33 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a84-e0b18c33 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a86-e0b18c33 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a88-e0b18c33 {
  justify-self: start;
}

#w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a89-e0b18c33 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_349595ef-6e1f-9bfc-4acb-277b11360a43-e0b18c33, #w-node-_349595ef-6e1f-9bfc-4acb-277b11360a48-e0b18c33, #w-node-_349595ef-6e1f-9bfc-4acb-277b11360a4d-e0b18c33, #w-node-_58294076-7357-e6ed-7439-a71c214dc8fa-e0b18c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccec3103-41d6-811b-3943-93e826c472da-3a93e73b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_06fc5ffd-8539-f353-f3f7-3c0f4e5438ab-3a93e73b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fce74c30-7684-74ea-9f73-2027272087d6-3a93e73b, #w-node-ef4df3c6-86f1-b113-d9b4-58875569f105-3a93e73b, #w-node-f4efea33-d895-5c69-164b-a9dfae0581f0-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f92067-45e6-a3fb-ce86-6fa2b7607529-3a93e73b {
  align-self: auto;
}

#w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ed0-3a93e73b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ede-3a93e73b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2eec-3a93e73b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2efc-3a93e73b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc13-3a93e73b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc17-3a93e73b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc1b-3a93e73b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc23-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b2-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b3-3a93e73b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5c6-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5d9-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5da-3a93e73b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5db-3a93e73b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5ee-3a93e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f2d458-f33c-1da7-d101-8cf08eac4e9c-c73095ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccec3103-41d6-811b-3943-93e826c472da-bea9878b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_06fc5ffd-8539-f353-f3f7-3c0f4e5438ab-bea9878b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fce74c30-7684-74ea-9f73-2027272087d6-bea9878b, #w-node-ef4df3c6-86f1-b113-d9b4-58875569f105-bea9878b, #w-node-f4efea33-d895-5c69-164b-a9dfae0581f0-bea9878b, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365eca79-bea9878b, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365eca92-bea9878b, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365ecaa9-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f92067-45e6-a3fb-ce86-6fa2b7607529-bea9878b {
  align-self: auto;
}

#w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ed0-bea9878b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ede-bea9878b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2eec-bea9878b, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2efc-bea9878b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc13-bea9878b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc17-bea9878b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc1b-bea9878b, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc23-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b2-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b3-bea9878b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5c6-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5d9-bea9878b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5da-bea9878b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5db-bea9878b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5ee-bea9878b, #w-node-_045a0157-25ad-d7ee-3bba-7ff7128134c5-bea9878b, #w-node-e6f96743-2ad0-4abd-fa9f-08fefb933ac3-bea9878b, #w-node-_9bca027c-3700-6499-81d5-f9e87d7bac98-bea9878b, #w-node-_2679f6be-1599-88a6-561c-bab41cc124c7-bea9878b, #w-node-_3132bc82-5680-b4e0-6428-f4c66b614c81-ff365b33, #w-node-_3132bc82-5680-b4e0-6428-f4c66b614c82-ff365b33, #w-node-_3132bc82-5680-b4e0-6428-f4c66b614c83-ff365b33, #w-node-de35da81-9e7b-0603-fff0-dd2054b06348-ff365b33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccec3103-41d6-811b-3943-93e826c472da-fec43639 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_06fc5ffd-8539-f353-f3f7-3c0f4e5438ab-fec43639 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fce74c30-7684-74ea-9f73-2027272087d6-fec43639, #w-node-ef4df3c6-86f1-b113-d9b4-58875569f105-fec43639, #w-node-f4efea33-d895-5c69-164b-a9dfae0581f0-fec43639, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365eca79-fec43639, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365eca92-fec43639, #w-node-_7bb5f2d0-f5fd-8a87-ff0c-4947365ecaa9-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f92067-45e6-a3fb-ce86-6fa2b7607529-fec43639 {
  align-self: auto;
}

#w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ed0-fec43639, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2ede-fec43639, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2eec-fec43639, #w-node-_59cda735-a1e6-2273-5b67-23ebdc5e2efc-fec43639, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc13-fec43639, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc17-fec43639, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc1b-fec43639, #w-node-_12e7d7f5-9445-9402-e85f-40e8eb42fc23-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b2-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b3-fec43639, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5c6-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5d9-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5da-fec43639, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5db-fec43639, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5ee-fec43639, #w-node-_045a0157-25ad-d7ee-3bba-7ff7128134c5-fec43639, #w-node-e6f96743-2ad0-4abd-fa9f-08fefb933ac3-fec43639, #w-node-_9bca027c-3700-6499-81d5-f9e87d7bac98-fec43639, #w-node-_2679f6be-1599-88a6-561c-bab41cc124c7-fec43639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_09f15237-1ad0-9623-fb25-4b5921195039-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0b7-392b1cea {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-cd2547fd-6673-315a-83f8-798e7670d0c9-392b1cea {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-cd2547fd-6673-315a-83f8-798e7670d0db-392b1cea {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_52f0dfa6-be08-d73a-bf83-92f705330a93-e0b18c33 {
    order: -9999;
  }

  #w-node-_022d1299-7988-9e94-2133-9a616c1fcf84-e0b18c33 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-bc314be9-226f-c3ed-4a23-a7df0e873330-e0b18c33 {
    order: -9999;
  }

  #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-3a93e73b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-bea9878b, #w-node-c7ecae3f-909f-0f23-efe7-a50d5f71f5b0-fec43639 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09f15237-1ad0-9623-fb25-4b5921195039-392b1cea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd2547fd-6673-315a-83f8-798e7670d0a5-392b1cea {
    grid-column: span 3 / span 3;
  }

  #w-node-cd2547fd-6673-315a-83f8-798e7670d0b7-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0c9-392b1cea, #w-node-cd2547fd-6673-315a-83f8-798e7670d0db-392b1cea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_772fddb1-60c6-6989-5cdf-3aaa403e2992-e0b18c33 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b04813168108-e0b18c33 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b0481316810b-e0b18c33 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b04813168112-e0b18c33 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b04813168118-e0b18c33 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b0481316811b-e0b18c33 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5bcea08-f9c4-7221-65ad-2b704b5c37cb-e0b18c33 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b04813168125-e0b18c33 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0e0b4a05-5bda-4c12-a9ab-b04813168128-e0b18c33 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_022d1299-7988-9e94-2133-9a616c1fcf84-e0b18c33 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a77-e0b18c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a84-e0b18c33, #w-node-_575e87de-aa57-3bc9-afd5-85f7b3955a89-e0b18c33 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Montero';
  src: url('../fonts/Montero-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montero';
  src: url('../fonts/Montero-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montero';
  src: url('../fonts/Montero-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}