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

.section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Section-services.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.navbar-logo-left {
  background-color: #000;
}

.navbar-logo-left._2 {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-menu-wrapper {
  width: 80%;
  justify-content: space-between;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-two._2 {
  width: 100%;
  text-align: right;
  display: block;
}

.nav-link {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .25px;
  background-color: rgba(215, 55, 151, 0);
  border: 2px solid rgba(215, 55, 151, 0);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .75);
  background-color: #d73797;
  border-color: rgba(215, 55, 151, .81);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  border-color: #d73797;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.mobile-margin-top-10._1 {
  display: none;
}

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

.button-primary:hover {
  color: #fff;
  background-color: #0bb1d3;
}

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-color: #000;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #eb46a9;
  border-style: none;
  box-shadow: inset 0 0 0 1px rgba(26, 27, 31, 0);
}

.team-slider {
  background-color: #f5f7fa;
  background-image: url('../images/Frame-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}

.centered-heading._2 {
  color: #fff;
}

.centered-subheading {
  max-width: 530px;
  color: #d73797;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

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

.team-block {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #d73797;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

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

.team-member-name-two {
  color: #3d0954;
  margin-bottom: 12px;
  font-weight: 400;
}

.team-member-text {
  color: #757575;
  text-align: center;
  margin-bottom: 20px;
}

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

.text-link-arrow:hover {
  opacity: .6;
}

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

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

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

.hero-heading-right {
  background-color: #f5f7fa;
  background-image: url('../images/Frame-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 90px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 60%;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-weight: 400;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  width: 25%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #eb46a9;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link:hover {
  opacity: .6;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #eb46a9;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-divider._2 {
  margin-top: 0;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.pricing-comparison {
  background-image: url('../images/Section-services.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  color: #757575;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.pricing-card {
  height: 100%;
  max-height: 100%;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #d73797;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 4px 130px rgba(150, 163, 181, .3);
}

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

.pricing-title {
  color: #000;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  text-align: left;
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #fff;
  background-color: #387bfe;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.social-link {
  padding: 5px;
}

.social-link:hover {
  opacity: .6;
}

.phone-link {
  color: #fff;
  background-color: #d73797;
  border-radius: 20px;
  align-items: center;
  margin-left: 5px;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  opacity: .6;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.div-block {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.body {
  font-family: Kanit, sans-serif;
}

.heading {
  margin-top: 10px;
  font-weight: 400;
  line-height: 32px;
}

.heading-2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-2 {
  font-size: 16px;
}

.div-block-2 {
  width: 100px;
  height: 1px;
  background-color: #387bfe;
}

.mask {
  width: 100%;
  max-width: 100%;
}

.grid {
  width: 100%;
  grid-template: "Area-2 Area Area-3"
  / 1fr 1fr 1fr;
}

.text-block-3 {
  color: #eb46a9;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Section-services.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.hero-wrapper-2.middle {
  background-color: #eb46a9;
}

.hero-wrapper-2.last {
  background-color: #0bb1d3;
}

.hero-wrapper-2.last.mobile {
  background-color: #eb46a9;
  display: none;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.hero-split-2.right {
  color: #fff;
  padding: 20px;
}

.hero-split-2.right.image {
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0;
}

.hero-split-2.right._1 {
  color: #000;
}

.hero-split-2.left {
  color: #fff;
  padding: 0 0 10px 40px;
}

.hero-split-2.left.image {
  padding-bottom: 0;
  padding-left: 0;
}

.shadow-two-2 {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two-2.right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.shadow-two-2.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.margin-bottom-24px-2 {
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

.heading-3, .heading-4 {
  font-weight: 400;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.divider-1 {
  width: 150px;
  height: 4px;
  background-color: #387bfe;
}

.divider-1._2, .divider-1._3 {
  background-color: #fff;
}

.gallery-overview {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.bold-text {
  color: #eb46a9;
  font-size: 32px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-menu-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #605dba;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: #fff;
  border-color: #605dba;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-small {
  padding: 10px 22px;
}

.container-4 {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1290px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.navbar-inner {
  z-index: 5;
  width: 100%;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-button-wrapper {
  flex: none;
}

.nav-menu-wrapper-3 {
  width: 100%;
}

.nav-link-3 {
  color: #343f52;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.nav-link-3.w--current {
  color: #605dba;
}

.nav-link-mobile {
  height: 143px;
  color: #303030;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: #605dba;
}

.nav-link-mobile:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand-mobile {
  display: none;
}

.container-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1290px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.navbar-inner-mobile {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: #343f52;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-wrapper-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.nav-menu-flex-mobile {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    display: block;
  }

  .navbar-logo-left._2 {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mobile-margin-top-10 {
    display: flex;
  }

  .hero-heading-right {
    margin-top: 82px;
  }

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

  .footer-brand {
    width: 10%;
  }

  .footer-content {
    width: 30%;
  }

  .footer-block {
    width: 30%;
    align-items: flex-start;
    margin-left: 10px;
  }

  .div-block {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .hero-wrapper-2.last {
    justify-content: space-between;
  }

  .margin-bottom-24px-2 {
    width: auto;
  }

  .navbar-wrapper-3 {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-2 {
    width: 80%;
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
  }

  .nav-menu-flex {
    width: 100%;
    justify-content: center;
  }

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

  .navbar-inner {
    background-color: #000;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-wrapper-3 {
    display: flex;
  }

  .container-5 {
    max-width: 1350px;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

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

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-2 {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    position: relative;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-menu-wrapper-3 {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
  }

  .nav-link-3 {
    height: auto;
    padding: 6px 0;
  }

  .menu-button-3 {
    margin-left: 10px;
    padding: 0;
  }

  .menu-button-3.w--open {
    color: #60697b;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-wrapper-mobile {
    background-color: #343f52;
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .nav-link-mobile {
    height: auto;
    color: #fff;
    padding: 6px 0;
    font-size: 16px;
  }

  .nav-link-mobile.w--current {
    color: #605dba;
  }

  .navbar-brand-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-wrapper-mobile {
    display: flex;
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    padding: 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .team-slider, .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

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

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

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-right-2, .hero-subscribe-left, .gallery-overview {
    padding: 60px 15px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-mobile {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 5;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left._2 {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    display: none;
  }

  .container {
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .navbar-wrapper, .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding: 10px;
  }

  .nav-menu-two._2 {
    display: none;
  }

  .nav-link {
    width: 100%;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .nav-link.w--current {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-link.mobile {
    border-radius: 100px;
    padding: 10px;
  }

  .mobile-margin-top-10 {
    width: 100%;
    text-align: center;
  }

  .mobile-margin-top-10._1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(215, 55, 151, 0);
  }

  .team-slider {
    padding-top: 60px;
  }

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

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

  .team-block {
    padding-top: 40px;
  }

  .hero-heading-right {
    background-position: 60%;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-bottom-24px {
    font-family: Kanit, sans-serif;
  }

  .footer-dark {
    padding-top: 0;
  }

  .footer-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .logos-title-small {
    padding-top: 98px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-bottom: 27px;
    display: grid;
  }

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

  .pricing-comparison {
    padding-bottom: 40px;
  }

  .pricing-feature {
    text-align: left;
  }

  .phone-link {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 20px;
    display: none;
  }

  .phone-link.mobile {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .text-block {
    font-size: 14px;
  }

  .div-block {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .div-block.phone-mobile {
    width: 100%;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 46px;
  }

  .grid {
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .list-item {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .container-2 {
    max-width: none;
    margin-bottom: 20px;
  }

  .hero-wrapper-2 {
    margin-bottom: 20px;
  }

  .hero-wrapper-2.middle {
    display: none;
  }

  .hero-wrapper-2.last.mobile {
    display: block;
  }

  .hero-split-2.right {
    align-items: center;
  }

  .hero-split-2.left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-2.left.image {
    padding-top: 0;
    padding-right: 0;
  }

  .shadow-two-2.left {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .margin-bottom-24px-2 {
    width: auto;
    text-align: center;
    margin-bottom: 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .gallery-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

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

  .nav-menu-wrapper-3 {
    width: 80%;
  }

  .menu-button-3.w--open {
    color: #fff;
  }

  .nav-menu-wrapper-mobile {
    width: auto;
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-brand-mobile {
    align-items: center;
  }

  .container-5 {
    height: auto;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger-line.cc-middle, .burger-line.cc-top, .burger-line.cc-bottom {
    background-color: #fff;
  }

  .navbar-wrapper-mobile {
    height: 80px;
    justify-content: space-between;
    padding-right: 10px;
  }

  .nav-menu-flex-mobile {
    width: 100%;
    padding: 20px 10px;
  }

  .list-item-2 {
    width: 100%;
  }
}

#w-node-_6fdaccb9-76a4-41a4-78a7-2e06f009fabc-aa1c61d2, #w-node-_291c2a54-f157-4b1e-6a1b-83f04a1cfdb3-aa1c61d2, #w-node-_99c2cae2-f2ff-b255-1a8f-e518b45f06bc-aa1c61d2, #w-node-_1341e113-e957-ddfe-f4bd-73dc800bf420-aa1c61d2, #w-node-_6fdaccb9-76a4-41a4-78a7-2e06f009fac1-aa1c61d2, #w-node-_77071f6d-84bb-9c2b-52d7-865101f5b35a-aa1c61d2, #w-node-bb1e301f-c8f1-75e3-a685-ee00f9b0c058-aa1c61d2, #w-node-_82a8d4f2-969f-70dd-cc4c-8c7125dcba4c-aa1c61d2, #w-node-_5497556c-ac6f-9ab1-b737-790570bff7d0-aa1c61d2, #w-node-e83c7c65-c9c6-2a27-2df0-429cde4da768-aa1c61d2, #w-node-_811df637-d798-0832-2555-cfb3b6bf7b20-aa1c61d2, #w-node-_16d84463-265a-751e-d7b7-9c4dc8cf525b-aa1c61d2, #w-node-_85c834b6-e537-d975-706a-499df9b31544-aa1c61d2, #w-node-_6e21832a-dfa2-4b5d-4ae8-cb4822b7d5ae-aa1c61d2, #w-node-ab23a3d2-b1ff-5fc9-d7b5-52873c0b7d6b-aa1c61d2, #w-node-b68697f0-cbc8-1d04-d064-e42fca1b47b0-aa1c61d2, #w-node-_025c836c-7d07-18c0-ae88-d65f8bc43082-aa1c61d2, #w-node-_025c836c-7d07-18c0-ae88-d65f8bc430a2-aa1c61d2, #w-node-_025c836c-7d07-18c0-ae88-d65f8bc430ca-aa1c61d2, #w-node-_9f9f20a0-d619-d1b1-4495-d1041ecddd82-aa1c61d2, #w-node-_9f9f20a0-d619-d1b1-4495-d1041ecddd96-aa1c61d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6fdaccb9-76a4-41a4-78a7-2e06f009fac1-aa1c61d2 {
    order: 0;
    align-self: auto;
  }
}


