:root {
  --dark-sea-green: #97c680;
  --black-2: #1e1e2f;
  --sandy-brown: #feba88;
  --white: white;
  --black: black;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #1e1e2f;
  font-family: Archia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  min-height: 30px;
  text-decoration: underline;
  transition: all .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main {
  background-image: linear-gradient(-5deg, #f8f4f1 60%, #fefeff 98%);
}

.footer {
  padding-left: 80px;
  padding-right: 80px;
}

.remodal.remodal--global {
  width: 100%;
  max-width: 37.25rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.section {
  height: 130vh;
  background-color: #fbf7eb;
  padding: 108px 50px 64px 80px;
  line-height: 50px;
  display: block;
}

.section.section--overflow-hidden {
  height: 90vh;
  background-color: #fbf7eb;
  padding-top: 0;
  line-height: 45px;
  overflow: hidden;
}

.section.section--hero {
  height: 120vh;
  background-color: #fbf7eb;
  padding-top: 120px;
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--black-2);
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
}

.nav__link:hover, .nav__link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.btn {
  min-width: 160px;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px;
}

.btn:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.btn.stroke--btn-01 {
  background-color: var(--sandy-brown);
}

.header__col.col--3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.col--1 {
  min-width: 250px;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.input {
  z-index: 0;
  width: 300px;
  height: 64px;
  border: 1px solid rgba(30, 30, 47, .2);
  border-radius: 0;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: rgba(30, 30, 47, .4);
}

.input:focus {
  border-color: #97c680;
}

.input::-ms-input-placeholder {
  color: var(--black-2);
}

.input::placeholder {
  color: var(--black-2);
}

.input.mod--footer {
  width: 240px;
  margin-bottom: 0;
  margin-right: -1px;
}

.input.mod--hero {
  width: 450px;
  height: 120px;
  border-width: 1px;
  border-color: #fff;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .03);
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.input.mod--modal {
  width: auto;
  height: 72px;
  background-color: rgba(255, 255, 255, 0);
  border-width: 0 0 1px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
}

.input.mod--modal::-ms-input-placeholder {
  color: rgba(30, 30, 47, .6);
}

.input.mod--modal::placeholder {
  color: rgba(30, 30, 47, .6);
}

.btn-submit {
  z-index: 1;
  width: 64px;
  height: 100%;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 0 0 0 var(--sandy-brown);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px 0 0 var(--sandy-brown);
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px 0 0 var(--sandy-brown);
}

.btn-submit.stroke--btn-1.active {
  opacity: 0;
  transition-duration: .2s;
}

.btn-submit.mod--form-footer {
  height: auto;
  position: relative;
}

.btn-submit.mod--modal {
  width: 40px;
  height: 40px;
  flex: none;
  position: absolute;
  top: auto;
  bottom: 1rem;
}

.form {
  position: relative;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.form-block.mod--modal {
  width: 100%;
}

.hero__persons {
  z-index: 0;
  height: 590px;
  min-width: 50ch;
  justify-content: flex-end;
  margin-left: -200px;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero__person {
  width: 21%;
  cursor: pointer;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.active {
  width: 58%;
}

.hero__person-img {
  z-index: 0;
  height: 115%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  overflow-wrap: normal;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__person-txt-wrap {
  width: 120px;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.active {
  width: 100%;
  margin-bottom: 55px;
  transform: none;
}

.hero__person-txt-wrap.mod--first {
  margin-left: auto;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.mod--first.active {
  padding-left: 100px;
  transform: none;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.active {
  height: 80px;
}

.hero__person-title.stroke--white-02 {
  font-size: 32px;
  position: static;
}

.hero__person-count {
  height: 0%;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-count.active {
  height: 100%;
  opacity: 1;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-count-span {
  width: 100%;
  flex: none;
  font-size: 14px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  width: 380px;
  height: 100%;
  background-color: var(--black-2);
  flex-direction: row;
  margin-left: -24px;
  display: flex;
  position: absolute;
}

.hero__person-square.active {
  width: 0;
}

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

.category__tab-link {
  min-height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 1.5em;
}

.category__tab-link:hover {
  min-height: 26px;
  border-bottom-color: rgba(0, 0, 0, .2);
}

.category__tab-link.w--current {
  min-height: 26px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.category__tab-link.w--current:hover {
  border-bottom-color: #000;
}

.category__tabs-menu {
  text-align: center;
  margin-bottom: 56px;
}

.category__columns {
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.category__col {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.category__card {
  color: var(--black-2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category__card:hover {
  color: var(--dark-sea-green);
}

.category__card-img {
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
}

.category__card-img.mod--desctop {
  display: block;
}

.category__card-img.mod--mob {
  display: none;
}

.category__card-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.category__card-month {
  color: var(--black-2);
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 20px;
}

.skills__achieve {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__achieve-line {
  width: 1px;
  height: 40px;
  background-color: var(--black-2);
  flex: none;
  margin-left: 52px;
  margin-right: 52px;
}

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

.skills__col.mod--video {
  flex: 1;
}

.skills__video-wrap {
  z-index: 0;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.skills__list-ico {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
}

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

.skills__list-desc {
  min-width: 50ch;
  color: rgba(30, 30, 47, .8);
  border-radius: 0;
}

.skills__list-line {
  width: 1px;
  border-left: 1px dashed rgba(30, 30, 47, .6);
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 28px;
  right: auto;
}

.hide {
  display: none;
}

.dot-green {
  color: var(--dark-sea-green);
  font-family: Varela, sans-serif;
}

.reviews__card {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  line-height: 18px;
  transition: all .6s;
  display: flex;
  box-shadow: 0 64px 50px -32px rgba(6, 7, 37, .03);
}

.reviews__card-name {
  font-size: 14px;
  line-height: 1em;
}

.swiper-slide {
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  width: 25%;
  height: auto;
}

.swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.swiper.swiper--reviews {
  overflow: visible;
}

.swiper.swiper--persons {
  display: none;
}

.swiper-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.reviews__card-author {
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.reviews__card-p {
  min-width: 25ch;
  color: rgba(30, 30, 47, .8);
  margin-bottom: 0;
  padding-right: 0;
}

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

.swiper__nav-arrow {
  width: 48px;
  height: 48px;
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/ico_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(30, 30, 47, 0);
  border-radius: 100px;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .3s;
}

.swiper__nav-arrow:hover {
  opacity: 1;
  border-color: rgba(30, 30, 47, .15);
}

.swiper__nav-arrow.mod--right {
  transform: rotate(180deg);
}

.reviews__card-ava {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  flex: none;
  margin-right: 12px;
}

.reviews__card-name {
  margin-bottom: 12px;
}

.reviews__card-spec {
  color: var(--dark-sea-green);
  font-size: 14px;
  line-height: 1em;
}

.footer__columns {
  min-height: 120px;
  border-bottom: 1px solid rgba(30, 30, 47, .1);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

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

.footer__subs-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__nav-list {
  width: 100%;
  max-width: 400px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -40px;
  margin-right: -50px;
  display: flex;
}

.footer__nav-list-item {
  width: 50%;
  margin-bottom: 40px;
}

.hero__h1 {
  font-size: 42px;
}

.category__card-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-block.mod--fixed {
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .5s;
  position: fixed;
  transform: translate(10px, -100px);
}

.header-block.mod--absolute {
  background-color: #fbf7eb;
}

.dot {
  min-width: 100ch;
  padding-right: 0;
  font-family: Varela, sans-serif;
}

.category__tabs-mask {
  overflow: visible;
}

.hero__person-txt-more {
  width: 100%;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-txt-less {
  width: 120px;
  height: 120px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__person-txt-less.mod--2 {
  margin-bottom: -81px;
  margin-left: 0;
  padding: 0;
  display: block;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__person-cont {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.header__btn-menu {
  width: 32px;
  height: 32px;
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__btn-menu-line {
  width: 16px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.menu {
  display: none;
}

.btn-border {
  min-width: 160px;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px;
}

.btn-border:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.footer__nav-link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--black-2);
  text-align: center;
  margin-right: 0;
  text-decoration: none;
  display: inline-block;
}

.footer__nav-link:hover {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.skills__video-nav {
  z-index: 5;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

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

.footer__social {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer__soc-link {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: var(--black-2);
}

.footer__soc-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border: 1px solid rgba(30, 30, 47, .1);
  border-radius: 100px;
  transition: all .3s;
  display: block;
}

.footer__soc-img:hover {
  filter: brightness(0%) invert();
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.footer__follow-wrap {
  min-height: 56px;
  background-color: #1e1e2f;
  border-top: 1px solid #29242a;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-left: -80px;
  margin-right: -80px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .6);
  text-align: center;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  width: 40px;
  height: 40px;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
  top: -7px;
  right: -4px;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.form__content {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__submit-result-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__submit-result-wrap.mod--modal {
  padding-left: .75rem;
}

.form__submit-result {
  width: 0;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.form__submit-result-ico {
  width: 1rem;
  max-width: none;
  filter: invert(90%);
  flex: none;
  display: block;
}

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

.heading-small {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.btn-2 {
  min-width: 9.375rem;
  color: #080808;
  text-align: center;
  background-color: #fbc540;
  border-radius: 6.25rem;
  padding: .9375rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s;
}

.btn-2:hover {
  background-color: #fde29f;
}

.modal__content {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal__content.mod--success {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.modal__close {
  z-index: 5;
  width: 1.5rem;
  height: 1.5rem;
  opacity: .4;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  opacity: .9;
}

.text-size-big {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-big.margin-bottom-40.mod--moda-desc {
  max-width: 24.375rem;
}

.modal__img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.modal__heading {
  max-width: 11.25rem;
  font-size: 1.25rem;
}

.modal__text-wrap {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.modal__text {
  max-width: 15rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.btn-submit__arrow {
  opacity: 1;
  transition: all .2s;
  display: block;
}

.btn-submit__arrow.active {
  opacity: 0;
}

.dropdown {
  width: 500px;
  position: relative;
}

.hero__person-square-2 {
  z-index: -1;
  width: 380px;
  height: 100%;
  background-color: #1e1e2f;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  width: 400px;
}

.navbar-logo-center {
  background-color: #fbf7eb;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

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

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

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

.nav-link {
  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:hover {
  color: rgba(26, 27, 31, .75);
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-wrapper {
  height: 320px;
  max-height: 820px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 67%;
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

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

.margin-bottom-24px {
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 82px;
  display: block;
}

.heading {
  padding-bottom: 0;
  font-size: 35px;
}

.heading-2 {
  font-size: 65px;
}

.heading-3, .heading-4 {
  font-size: 55px;
}

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

.container-2 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ebook-box {
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.heading-5 {
  font-weight: 600;
  display: block;
}

.heading-5.large-h1 {
  font-size: 64px;
}

.container-3 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  background-color: #f8f4f1;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

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

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

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

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

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 39px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 84px;
}

.paragraph-3, .paragraph-4 {
  text-align: left;
}

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

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

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

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

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

.pricing-title {
  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: 700;
  line-height: 32px;
}

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

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

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

.pricing-feature-list {
  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: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

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

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

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

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

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

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

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

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

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

.text-block {
  margin-bottom: 15px;
}

.bold-text {
  font-size: 40px;
}

.paragraph-5, .paragraph-6 {
  text-align: left;
}

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

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #f8f4f1;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

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

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

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

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

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

.text-block-2, .text-block-3 {
  font-size: 28px;
}

.heading-1 {
  font-size: 65px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-1.smaller {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4;
  transition: all .475s ease-out;
}

.image {
  z-index: -1;
  width: 110%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: -2%;
  right: 0%;
}

.our-work-card-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

._wf-logo {
  width: 30px;
  height: 30px;
}

.container-5 {
  width: 100%;
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-5.horizontal-ends {
  justify-content: space-between;
  display: flex;
}

.container-5.horizontal-ends.centered {
  grid-column-gap: 0vw;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.button-bg {
  z-index: -1;
  width: 300px;
  height: 300px;
  background-color: #fdfce4;
  border: 2px solid #fdfce4;
  border-radius: 0;
  transition: border-radius .975s ease-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-57px, 32%);
}

.button-bg.active {
  border-radius: 30000px;
  margin-left: auto;
  margin-right: auto;
}

.slide-line-wrapper {
  width: 100%;
  border: 1px solid #fdfce4;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.slide-count-wrapper {
  height: 4px;
  font-size: 18px;
  display: flex;
}

.made-for-community {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.button {
  z-index: 1;
  width: 175px;
  height: 50px;
  color: #fdfce4;
  letter-spacing: 2px;
  border: 2px solid #fdfce4;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qf-text {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.card-stack-wrapper {
  height: 600px;
  flex-direction: column;
  position: relative;
}

.stack-image {
  z-index: 1;
  height: 100%;
  object-fit: scale-down;
  border: 5px solid #fdfce4;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .6s ease-out, right .6s ease-out, left .6s ease-out, opacity .275s, z-index .425s ease-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: 0%;
}

.stack-image.stack-3 {
  z-index: -3;
  opacity: 1;
  top: 1%;
  left: 27%;
  transform: scale(.8);
}

.stack-image.stack-1 {
  opacity: 1;
  left: -3%;
}

.stack-image.stack-2 {
  z-index: -1;
  opacity: 1;
  top: 1%;
  left: 15%;
  transform: scale(.9);
}

.stack-image.stack-3 {
  z-index: -3;
  opacity: 1;
  top: 1%;
  left: 27%;
  transform: scale(.8);
}

.stack-image.stack-1 {
  opacity: 1;
  left: -3%;
}

.slide-line {
  width: 15px;
  height: 2px;
  opacity: .2;
  background-color: #fff;
  transition: opacity .425s ease-out;
}

.slide-line.black {
  width: 33.3333%;
  height: 100%;
  background-color: #e2e2e2;
  border-radius: 2000px;
  transition: opacity .325s ease-out;
}

.slide-line.black.current {
  opacity: 1;
  background-color: #fdfce4;
}

.hero-content-wrapper {
  width: 100%;
}

.paragraph-7, .paragraph-8 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.scroll-dot {
  width: 3px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-details {
  margin-bottom: 0;
}

.scroll {
  width: 30px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.c-card-title {
  margin-bottom: 10px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.c-intro {
  width: 100%;
  height: 100vh;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px 0;
  display: flex;
  position: relative;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.yellow {
  color: #fff080;
}

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

.c-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

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

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.c-card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.c-card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.header-2 {
  color: #130b0b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3em;
}

.c-card-details {
  margin-bottom: 20px;
}

.c-card-content-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #bbb;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .5);
}

.description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.slide {
  height: 0;
}

.image-2 {
  width: 633px;
  max-width: 150%;
  float: left;
  aspect-ratio: 2.39 / 1;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.mask {
  height: 666px;
  background-color: #302626;
}

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

.image-3 {
  padding-bottom: 0;
  padding-right: 171px;
}

.image-4 {
  padding-right: 0;
}

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

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

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

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

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 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-link-accent-2 {
  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-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

.div-block-3 {
  min-width: 45px;
}

.image-5 {
  max-height: 400px;
  max-width: 70%;
}

.link-block {
  min-height: 600px;
}

.link-block-2 {
  min-height: 60ch;
}

.button-2 {
  line-height: 60px;
  display: block;
  position: absolute;
}

.button-3 {
  padding-top: 28px;
  padding-bottom: 20px;
  display: block;
}

.button-4 {
  min-height: 170px;
  min-width: 10ch;
  opacity: 1;
  outline-offset: 0px;
  background-color: #000;
  outline: 3px solid #fff;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  font-size: 32px;
  display: block;
  position: relative;
}

.section-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-5 {
  min-height: 60ch;
  min-width: 45ch;
  opacity: 0;
  margin-right: 0;
  padding-right: 15px;
  display: inline-block;
}

.hero__person-square-3 {
  z-index: -1;
  width: 100px;
  height: 100%;
  background-color: #1e1e2f;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.btn-3 {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-3.btn-six {
  color: #fff;
  background-color: #fff;
}

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

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

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

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

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

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

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

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.navbar-logo-center-3 {
  background-color: #fbf7eb;
}

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

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

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

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

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  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-3:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-3 {
  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-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
  font-size: 54px;
}

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

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

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

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

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

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

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

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
  font-size: 55px;
}

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

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

.margin-bottom-24px-4 {
  min-height: 300px;
  min-width: 100ch;
  margin-bottom: 24px;
}

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-6.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

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

.footer-subscribe {
  background-color: #fbf7eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

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

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

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.image-9 {
  background-color: #fbf7eb;
  margin-top: -96px;
  margin-left: 122px;
  padding-left: 39px;
  padding-right: 0;
  display: block;
}

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

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

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

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

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

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

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

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

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

.text-block-4 {
  display: block;
}

.hero-without-image {
  background-color: #fbf7eb;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 24px;
  overflow: visible;
}

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

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

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

.heading-6 {
  font-size: 36px;
}

.div-block-4 {
  width: 300px;
  height: 400px;
  object-fit: fill;
  padding-left: 26px;
}

.heading-7 {
  font-size: 55px;
}

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

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

.testimonial-slider-two-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

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

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

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

.testimonial-slider-arrow-2 {
  display: none;
}

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

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

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

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

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.button-primary-9 {
  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-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.button-6 {
  float: right;
}

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

.navbar-logo-center-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-4 {
  z-index: 5;
  position: absolute;
}

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

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

.nav-menu-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  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-4:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-4 {
  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-4:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-13 {
  clear: both;
  list-style-type: lower-roman;
}

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

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

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

.heading-8 {
  font-size: 55px;
}

.button-primary-11 {
  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-11:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-12 {
  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-12:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-7 {
  float: right;
  background-color: #000;
  display: inline-block;
}

.button-primary-13 {
  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-13:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-14 {
  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-14:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-8 {
  float: right;
  background-color: #000;
  display: inline-block;
}

.footer-subscribe-2 {
  background-color: #fbf7eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

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

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

.button-primary-15 {
  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-15:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-15.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.button-primary-16 {
  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-16:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-16.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-17 {
  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-17:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-17.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-18 {
  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-18:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-18.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.html-embed {
  width: auto;
}

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

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

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

.centered-heading-7.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.button-primary-19 {
  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-19:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.subscript {
  width: 700ch;
  aspect-ratio: auto;
  object-fit: contain;
}

.button-9 {
  min-height: 60ch;
  min-width: 45ch;
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
}

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

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

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

.centered-heading-8.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.button-primary-20 {
  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-20:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .subscript-2, .heading-19 {
  font-size: 55px;
}

.html-embed-2 {
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 400px;
  display: flex;
}

.html-embed-3 {
  padding-left: 0;
  padding-right: 0;
  font-size: 5px;
  line-height: 36px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section {
    height: auto;
    line-height: 80;
  }

  .section.section--overflow-hidden {
    line-height: 100;
  }

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

  .hero__persons {
    min-width: 40ch;
    font-size: 16px;
  }

  .skills__columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .skills__list-title.stroke--06 {
    min-width: 200px;
    flex: 1;
  }

  .skills__list-desc {
    height: auto;
    min-height: 50px;
    min-width: 800px;
    padding-left: 150px;
    display: block;
  }

  .header-block.mod--absolute {
    padding-bottom: 169px;
  }

  .dot {
    min-width: 75ch;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  ._w-cards-list {
    margin-bottom: -9px;
    padding-top: 100px;
    padding-bottom: 141px;
  }

  .c-intro {
    height: 50vh;
    padding-top: 0;
    line-height: 12px;
  }

  .c-header {
    height: 70px;
    margin-top: -200px;
    margin-bottom: 200px;
  }

  ._w-intro {
    margin-top: 200px;
    margin-bottom: -200px;
  }

  .header-2 {
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 0;
  }

  .c-cloneable {
    padding-top: 0;
  }

  ._w-card {
    margin-top: 114px;
    margin-bottom: -200px;
    padding-top: 0;
  }

  .div-block {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-3 {
    flex-direction: row;
    display: flex;
  }

  .image-5 {
    margin-top: 66px;
    margin-bottom: 200px;
    padding-top: 0;
  }

  .image-6 {
    margin-top: -132px;
    padding-top: 0;
  }

  .image-7 {
    margin-top: -156px;
  }

  .image-8 {
    margin-top: -200px;
    padding-top: 0;
  }

  .paragraph-9 {
    margin-bottom: -51px;
    padding-top: 132px;
  }

  .paragraph-10 {
    margin-bottom: 200px;
    padding-top: 168px;
    padding-bottom: 0;
  }

  .paragraph-11 {
    padding-top: 124px;
  }

  .paragraph-12 {
    margin-bottom: 39px;
    padding-bottom: 102px;
  }

  .image-9 {
    text-align: center;
    padding-left: 110px;
  }

  .testimonial-column-light {
    line-height: 100;
  }

  .testimonial-card-two, .testimonial-info-three {
    height: 100px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 40px;
  }

  .header {
    position: fixed;
  }

  .footer, .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.section--overflow-hidden {
    height: 100vh;
    padding-top: 0;
  }

  .hero__columns {
    display: block;
  }

  .nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .nav__link {
    text-align: left;
    border-bottom: 1px solid rgba(30, 30, 47, .1);
    margin-bottom: -1px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav__link:hover {
    box-shadow: none;
  }

  .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .header__col.col--2, .hero__col.col--2 {
    display: none;
  }

  .input.mod--hero {
    width: 100%;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .form-block.mod--modal {
    max-width: 100%;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .category__columns {
    max-width: 800px;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .category__col {
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    top: auto;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    top: -35px;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-wrap {
    height: 26.5vw;
    max-width: 50vw;
    min-height: auto;
    align-items: stretch;
  }

  .reviews__card {
    width: 240px;
  }

  .swiper-slide.slide--reviews, .swiper-slide.slide--persons {
    width: auto;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .reviews__card-author, .swiper__nav {
    margin-top: 32px;
  }

  .swiper__nav-arrow:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .swiper__nav-arrow.mod--active {
    border-color: rgba(30, 30, 47, .15);
  }

  .footer__columns {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }

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

  .footer__subs-title {
    margin-bottom: 16px;
  }

  .footer__nav-list {
    margin-bottom: 0;
    margin-right: auto;
  }

  .footer__nav-list-item {
    margin-bottom: 24px;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .nav__link.mod--login {
    margin-right: 24px;
  }

  .category__card-arrow {
    top: 16px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .header-block {
    padding: 24px;
  }

  .header-block.mod--fixed {
    display: none;
  }

  .header-block.mod--absolute {
    background-color: var(--white);
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .skills__top {
    margin-bottom: 30px;
    display: block;
  }

  .header__btn-menu {
    width: 32px;
    height: 32px;
    background-color: var(--black-2);
    cursor: pointer;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .menu {
    z-index: -1;
    height: 0%;
    background-color: var(--white);
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .menu.test {
    height: 100%;
  }

  .menu__btns {
    width: 100%;
    border-top: 1px solid rgba(30, 30, 47, .1);
    padding-top: 24px;
    display: flex;
  }

  .menu__content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 115px;
    padding-bottom: 24px;
    display: flex;
  }

  .btn-border {
    box-shadow: none;
    color: var(--black-2);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(30, 30, 47, .2);
  }

  .btn-border.mod--menu {
    margin-right: 16px;
  }

  .footer__nav-link {
    text-align: left;
  }

  .footer__nav-link:hover {
    box-shadow: none;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .footer__follow-wrap {
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .btn-2 {
    padding-top: 1rem;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

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

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    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;
  }

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

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

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .pricing-card {
    width: 350px;
  }

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

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

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .heading-1.smaller {
    font-size: 45px;
  }

  .image {
    object-fit: cover;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-5.horizontal-ends.centered {
    grid-row-gap: 58px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .slide-count-wrapper {
    width: 100%;
  }

  .made-for-community {
    margin-bottom: 12px;
  }

  .qf-text {
    left: 10%;
  }

  .hero-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

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

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

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

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

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

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

  .container-7 {
    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-8 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

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

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

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

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

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

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

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

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

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .image-9 {
    margin-left: -80px;
    margin-right: 200px;
    padding-right: 123px;
  }

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

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

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

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

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

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

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

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

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

  .navbar-wrapper-three-4 {
    justify-content: space-between;
  }

  .navbar-brand-three-4 {
    position: relative;
  }

  .nav-menu-wrapper-three-4 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

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

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

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

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

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .remodal.remodal--global.mod--success {
    max-width: 21.5rem;
  }

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

  .section.section--overflow-hidden {
    height: 180vh;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px rgba(0, 0, 0, .03);
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px rgba(0, 0, 0, .1);
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

  .category__tab-link {
    flex: none;
    margin-left: 0;
    margin-right: 32px;
  }

  .category__tabs-menu {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 6px;
    padding-left: 24px;
    display: flex;
    overflow: auto;
  }

  .category__columns {
    flex-wrap: wrap;
  }

  .category__col {
    width: 50%;
    position: static;
    top: auto;
  }

  .category__card {
    width: 100%;
  }

  .category__card-img {
    width: 100%;
    height: 42vw;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .category__card-title {
    font-size: 22px;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__video-wrap {
    height: 48vw;
    max-width: none;
  }

  .skills__list {
    margin-right: 0;
  }

  .reviews__card {
    border-radius: 20px;
    padding: 16px;
    transform: none;
  }

  .swiper-slide {
    width: 100%;
  }

  .reviews__card-ava {
    width: 48px;
    height: 48px;
  }

  .footer__columns {
    margin-bottom: 24px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer__col {
    margin-bottom: 40px;
  }

  .footer__col.col--nav {
    margin-top: -8px;
  }

  .footer__subs-title {
    font-size: 16px;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__nav-list {
    max-width: 310px;
    margin-bottom: -14px;
  }

  .skills__video {
    height: 52vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .menu__content {
    padding-top: 100px;
  }

  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__follow {
    font-size: 14px;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .btn-2 {
    min-width: 7rem;
    padding: .5rem 1.5rem;
    font-size: 1rem;
  }

  .modal__content {
    padding: 1.5rem;
  }

  .modal__close {
    top: 1rem;
    right: 1rem;
  }

  .text-size-big {
    font-size: 1.125rem;
  }

  .text-size-big.margin-bottom-40.mod--moda-desc {
    max-width: 14.375rem;
    margin-bottom: 2rem;
  }

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

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

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

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .heading-5.large-h1 {
    font-size: 48px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

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

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

  .pricing-card {
    width: auto;
  }

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

  .features-list, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .heading-1 {
    font-size: 45px;
  }

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

  .container-5.horizontal-ends.centered {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .slide-count-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .qf-text {
    margin-top: 0;
    margin-left: 12px;
    padding: 0;
    font-size: 13px;
    position: static;
    transform: rotate(0);
  }

  .card-stack-wrapper {
    height: 400px;
  }

  .stack-image {
    border-radius: 63px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-heading-center-2, .hero-heading-center-3, .hero-subscribe-left {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .hero-without-image, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile-margin-top-13, .mobile-margin-top-14, .mobile-margin-top-15 {
    margin-top: 10px;
  }

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

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-center-5, .hero-heading-center-6, .hero-heading-center-7 {
    padding: 60px 15px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .section.section--overflow-hidden {
    height: 200vh;
  }

  .nav__link {
    font-size: 14px;
  }

  .btn.mod--menu {
    min-width: auto;
    background-color: var(--black-2);
    box-shadow: none;
    color: var(--white);
    flex: 1;
  }

  .input {
    width: 100%;
  }

  .input.mod--footer {
    width: 210px;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .category__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category__card-img {
    height: 300px;
  }

  .category__card-img.mod--desctop {
    display: none;
  }

  .category__card-img.mod--mob {
    display: block;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__video-wrap {
    height: 55vw;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 20px;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    width: auto;
  }

  .swiper.swiper--reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .skills__video {
    height: 70vw;
    min-width: 110vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-img {
    max-width: 82px;
  }

  .btn-border.mod--menu {
    min-width: auto;
    flex: 1;
  }

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

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__follow {
    max-width: 240px;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer__follow-heart {
    top: -9px;
    right: -5px;
  }

  .modal__content {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .modal__content.mod--success {
    justify-content: center;
    overflow: hidden;
  }

  .modal__heading {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .modal__text-wrap {
    display: block;
  }

  .modal__text {
    max-width: 20rem;
  }

  .container {
    max-width: none;
  }

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

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

  .heading-5.large-h1 {
    font-size: 42px;
  }

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

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

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

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

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

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

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .heading-1, .heading-1.smaller {
    font-size: 35px;
  }

  .our-work-card-wrapper {
    margin-left: 0;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .qf-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 10px;
  }

  .card-stack-wrapper {
    height: 350px;
  }

  .stack-image {
    height: 92vw;
    border-radius: 55px;
  }

  .stack-image.stack-3 {
    left: 28%;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .header-2 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

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

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

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

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

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

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

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

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

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

  .button-primary-6.footer-form-button {
    position: relative;
    right: 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;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-10, .container-11 {
    max-width: none;
  }

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

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

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

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

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

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

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

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-15.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-primary-16.footer-form-button, .button-primary-17.footer-form-button, .button-primary-18.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

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

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

#w-node-_22d28f40-9648-7310-e6c2-de9ce117af5b-3c742a00, #w-node-_22d28f40-9648-7310-e6c2-de9ce117af65-3c742a00, #w-node-_22d28f40-9648-7310-e6c2-de9ce117af6f-3c742a00, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef07-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef1c-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef26-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef30-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef3a-3c742a41, #w-node-_45eabf87-13ee-4220-3f02-78e8593bc876-3c742a41, #w-node-fe21ab93-d5e5-be57-8b68-e0ad361a7f64-3c742a41, #w-node-_354dad2f-42a6-9583-a2f1-bcfdc74ee414-3c742a41, #w-node-c26bd630-8516-e966-ddf2-7bef3f12f7b9-3c742a41, #w-node-f767037e-db0a-98e5-b31c-8d06643e4597-3c742a41, #w-node-ad872a65-f011-7561-5cc7-6d91abb279ee-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef07-3c742a5e, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef1c-3c742a5e, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef26-3c742a5e, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef30-3c742a5e, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef3a-3c742a5e, #w-node-_45eabf87-13ee-4220-3f02-78e8593bc876-3c742a5e, #w-node-fe21ab93-d5e5-be57-8b68-e0ad361a7f64-3c742a5e, #w-node-_354dad2f-42a6-9583-a2f1-bcfdc74ee414-3c742a5e, #w-node-c26bd630-8516-e966-ddf2-7bef3f12f7b9-3c742a5e, #w-node-f767037e-db0a-98e5-b31c-8d06643e4597-3c742a5e, #w-node-ad872a65-f011-7561-5cc7-6d91abb279ee-3c742a5e, #w-node-_22d28f40-9648-7310-e6c2-de9ce117af5b-8216d748, #w-node-_22d28f40-9648-7310-e6c2-de9ce117af65-8216d748, #w-node-_22d28f40-9648-7310-e6c2-de9ce117af6f-8216d748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bfe1a475-9df8-e907-8808-9699efe0ef1c-3c742a41, #w-node-bfe1a475-9df8-e907-8808-9699efe0ef1c-3c742a5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff'), url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}