body {
  color: #000;
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}

.page-wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  height: 100vh;
  color: #fff;
  align-items: flex-end;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  position: relative;
}

.nav {
  z-index: 10;
  height: 72px;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo {
  height: 24px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #c34d8a;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.menu-toggle {
  width: 32px;
  height: 32px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  display: flex;
}

.menu-icon {
  height: 14px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.section-1 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.bg-dark {
  color: #fff;
  background-color: #333;
}

.section.bg-grey {
  background-color: #eaeaea;
}

.section.bg-grey.large {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-light {
  background-color: rgba(238, 237, 238, .4);
}

.section.feature-section {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(268deg, #000, rgba(0, 0, 0, 0)), linear-gradient(93deg, #000 4%, rgba(0, 0, 0, 0) 46%), url('../images/Rectangle-37.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
}

.section.person-section {
  padding-top: 200px;
  padding-bottom: 400px;
}

.section.cta-section {
  color: #fff;
  background-color: #c34d8a;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.bg-sec {
  height: 893.38px;
  color: #fff;
  background-image: linear-gradient(rgba(51, 51, 51, .75), rgba(51, 51, 51, .75)), url('../images/Rectangle-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-light2 {
  background-color: #e8eae9;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.abs {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.section-wrap {
  width: 100%;
}

.section-wrap.header-w {
  justify-content: flex-end;
  display: flex;
}

.flex-row {
  position: relative;
}

.content-row {
  width: 50%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.content-row.small {
  max-width: 425px;
}

.caption {
  color: #c34d8a;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.caption.text-color-white {
  color: #fff;
}

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

.text-lg {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}

.image-holder {
  width: 65%;
  position: absolute;
  top: 60%;
  bottom: auto;
  left: auto;
  right: -7%;
  transform: translate(0, -50%);
}

.text-color-light {
  color: #999;
}

.partners {
  width: 100%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.partner-item {
  opacity: .2;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
}

.partner-item:hover {
  opacity: 1;
}

.logo-1 {
  height: 90px;
}

.logo-3 {
  height: 48px;
}

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

.content-w {
  width: 50%;
  max-width: 428px;
}

.image-w {
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-fluid {
  width: 100%;
  height: 100%;
}

.overlay {
  background-image: linear-gradient(268deg, #eaeaea 14%, rgba(0, 0, 0, 0) 78%);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-grid {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.box-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-color-grey {
  color: #999;
}

.heading-holder {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-holder.md {
  max-width: 780px;
}

.image-cards {
  margin-top: 32px;
}

.features {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 460px;
  display: grid;
}

.feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.icon {
  height: 52px;
}

.row-sm {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row-sm-content {
  width: 50%;
  max-width: 524px;
}

.div-block {
  max-width: 300px;
}

.image-p {
  width: 1096px;
  min-width: 1096px;
  position: absolute;
  top: auto;
  bottom: -400px;
  left: auto;
  right: -180px;
}

.flex-layout {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box-item {
  width: 48%;
  max-width: 525px;
  align-items: flex-start;
  display: flex;
}

.avatar {
  width: 90px;
  height: 90px;
  min-width: 90px;
  object-fit: cover;
}

.box-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 24px;
  padding-top: 24px;
  display: grid;
}

.image-holder-sm {
  width: 55%;
  position: absolute;
  top: 60%;
  bottom: auto;
  left: auto;
  right: -7%;
  transform: translate(0, -39%);
}

.flex-row-sm {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-content {
  width: 80%;
  max-width: 850px;
}

.button {
  height: 84px;
  color: #c34d8a;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #000;
}

.tesimonials {
  margin-top: 48px;
  position: relative;
}

.tesimonials-holder {
  padding: 20px 20px 0;
}

.testimonial-card {
  height: 100%;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 56px 32px 48px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-card-icon {
  min-height: 100px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.l1 {
  width: 84px;
  max-width: 84px;
}

.t-img {
  width: 160px;
  height: 160px;
  max-width: 160px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.fw-300 {
  font-weight: 300;
}

.fw-300.text-color-primary {
  color: #c34d8a;
}

.testimonial-text {
  font-size: 22px;
}

.l2 {
  width: 200px;
  max-width: 200px;
}

.l3 {
  width: 100px;
  max-width: 100px;
}

.l4 {
  width: 200px;
  max-width: 200px;
}

.testimonial-card-w {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -30px;
  right: auto;
  transform: translate(0, -50%);
}

.icon-s {
  width: 20px;
}

.next {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -30px;
  transform: translate(0, -50%);
}

.content-row-r {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.content-holder {
  width: 50%;
  max-width: 460px;
}

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-wrap {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-up {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-s {
  height: 24px;
}

.social-link {
  margin-left: 16px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

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

.social-icon {
  width: 40px;
}

.footer-down {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-text {
  font-size: 12px;
}

.header-info {
  max-width: 45vw;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 40px;
}

.box-b {
  height: 52px;
  background-color: #e8eae9;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu {
  z-index: 10;
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.menu-item {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.menu-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.menu-item-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.menu-link:hover {
  color: #c34d8a;
}

.m-divider {
  width: 1px;
  height: 350px;
  background-color: gray;
  align-self: center;
}

.close {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.close-w {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.m-line {
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.m-line2 {
  width: 2px;
  height: 25px;
  background-color: #fff;
  position: absolute;
}

.h1-heading {
  font-size: 3.5vw;
}

.l5 {
  width: 120px;
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-grey.large {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .section.person-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.bg-sec {
    height: 650px;
  }

  .container.abs {
    position: static;
    transform: none;
  }

  .section-wrap.header-w {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .flex-row {
    flex-direction: column;
    display: flex;
  }

  .content-row {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .caption {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .text-lg {
    font-size: 24px;
  }

  .image-holder {
    width: 100%;
    order: -1;
    position: static;
    transform: none;
  }

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

  .content-w {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-w {
    width: 100%;
    order: -1;
    position: relative;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #eaeaea, rgba(0, 0, 0, 0) 58%);
  }

  .cards-grid, .features {
    grid-column-gap: 40px;
  }

  .row-sm-content {
    width: 100%;
    max-width: none;
  }

  .image-p {
    width: 100%;
    min-width: 500px;
    position: static;
  }

  .image-holder-sm {
    width: 100%;
    max-width: 450px;
    order: -1;
    margin-bottom: 40px;
    position: static;
    transform: none;
  }

  .flex-row-sm {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-block {
    text-align: center;
    flex-direction: column;
  }

  .cta-content {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }

  .button {
    height: 64px;
    font-size: 18px;
  }

  .tesimonials-holder {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .prev, .next {
    display: none;
  }

  .header-info {
    justify-content: center;
    align-items: center;
  }

  .menu-link {
    font-size: 20px;
  }

  .m-divider {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .partners {
    margin-top: 40px;
  }

  .partner-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-1 {
    height: 60px;
  }

  .logo-3 {
    height: 24px;
  }

  .cards-grid, .features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .box-item {
    width: 100%;
    max-width: none;
  }

  .avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .content-holder {
    width: 100%;
  }

  .box-b {
    height: 24px;
  }

  .menu-wrap {
    flex-direction: column;
  }

  .menu-item {
    text-align: left;
    align-items: flex-start;
  }

  .menu-item-links {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .m-divider {
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .header {
    height: 600px;
    padding-bottom: 20px;
  }

  .nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-toggle {
    margin-left: 16px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.bg-grey.large {
    padding-bottom: 60px;
  }

  .section.person-section {
    padding-top: 60px;
  }

  .section.cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-lg {
    font-size: 20px;
  }

  .image-holder {
    min-width: 350px;
    position: relative;
    top: 0%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

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

  .features {
    margin-top: 80px;
  }

  .image-p {
    min-width: auto;
  }

  .box-item-content {
    margin-left: 16px;
    padding-top: 0;
  }

  .cta-block {
    align-items: stretch;
  }

  .testimonial-card {
    padding: 40px 20px;
  }

  .footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-up {
    flex-direction: column;
  }

  .socials {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .footer-down {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .menu-title {
    font-size: 20px;
  }

  .menu-item-links {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .menu-link {
    font-size: 14px;
  }
}

#w-node-_73db424d-a9ef-b7a3-a4f0-a02d143a1fe1-cae97e30, #w-node-_6dcd0dc5-0d6b-c8f2-dc35-3acc04abe3f0-cae97e30, #w-node-_64767fa7-723a-d09f-e502-40f237eb5019-cae97e30, #w-node-cf7a649f-4008-172d-a279-cf1565f73d69-cae97e30, #w-node-_82759d10-823f-50f1-8d6f-088273c937fa-cae97e30, #w-node-_73f5b41f-9fa7-cb5d-fa7b-237d32b5d74b-cae97e30, #w-node-_70e10842-f107-243a-087e-ab67c555792b-cae97e30, #w-node-_70e10842-f107-243a-087e-ab67c5557930-cae97e30, #w-node-_70e10842-f107-243a-087e-ab67c5557935-cae97e30, #w-node-f094dc93-583b-d163-144d-4edd2874a79d-cae97e30, #w-node-f094dc93-583b-d163-144d-4edd2874a7a2-cae97e30, #w-node-f094dc93-583b-d163-144d-4edd2874a7a7-cae97e30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}