.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

a {
  color: #8e9194;
  text-decoration: underline;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
}

.gallery-item-5 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.social-icon-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: 35px;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(234deg, #d4dbe0, #eff5f8);
}

.top-border {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #b1bdc9;
}

.all-caps-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212121;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.divider-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #c2cdd2;
}

.top-margin {
  position: relative;
  margin-top: 15px;
}

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

.top-margin.skill {
  margin-top: 40px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.social-mini-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f2f0e6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-mini-icon:hover {
  background-color: #0970d4;
}

.social-mini-icon.instagram {
  border-color: #ff7e4f;
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  border-color: #1da1f2;
  background-color: #3271ac;
  background-image: url('../images/Linkedin-2_1Linkedin (2).png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.social-mini-icon.twittter {
  border-color: #1da1f2;
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

.gallery-item-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.navlink {
  overflow: hidden;
  height: 100px;
  margin-right: 13px;
  padding-top: 30px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.navlink:hover {
  color: #5d6363;
  text-decoration: none;
}

.navlink.w--current {
  color: #98a0a5;
}

.buy-template-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-inner-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1228px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-inner-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #181818;
  font-size: 57px;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: -1px;
}

.hero-inner-text.top-margin {
  margin-top: 10px;
}

.content-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 160px;
  background-color: #fff;
}

.content-section.inner-pages {
  padding-top: 100px;
  padding-bottom: 60px;
}

.content-section.double {
  padding-bottom: 160px;
}

.content-section.team-section {
  padding-bottom: 110px;
}

.content-section.bottom-margin {
  margin-bottom: 160px;
}

.content-section.no-top-padding {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 160px;
}

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

.content-section.works {
  padding-top: 100px;
  padding-bottom: 160px;
}

.content-section.inner-pages-top {
  padding-top: 100px;
}

.content-section.team-page {
  padding-top: 100px;
  padding-bottom: 0px;
}

.flex-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: inline-block;
  overflow: hidden;
}

.title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.title.medium {
  font-size: 22px;
  line-height: 28px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #212121;
  background-image: url('../images/proximo.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 48;
}

.social-icons-container {
  position: relative;
  width: 40px;
  height: 40px;
}

.gray-color {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #e9f2f5;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.title-small {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.underline-hover {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1.5px;
  background-color: #abb5b8;
}

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1225px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.max-540-pixels {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 500;
}

.gallery-top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallery-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48.5%;
  margin-right: 3%;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notice {
  min-height: 50px;
  margin-top: 100px;
  padding-top: 15px;
  font-size: 13px;
}

.gallery-item-2 {
  position: relative;
  overflow: hidden;
  width: 48.5%;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000000000;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(282deg, #d4dbe0, #eff5f8);
  font-size: 14px;
  text-align: center;
}

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

.inner-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.color-box {
  margin-right: 20px;
  margin-bottom: 10px;
}

.gallery {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.black {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #060606;
}

.dark-gray {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #8e9194;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7f8893;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.subtitle.white {
  color: #fff;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icon-gray {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  border-radius: 50px;
  background-color: #101920;
}

.social-icon-gray.facebook {
  background-color: #a2afb2;
}

.social-icon-gray.instagram {
  background-color: #a2afb2;
}

.social-icon-gray.twittter {
  background-color: #a2afb2;
}

.gallery-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icon-up {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.mini-title {
  color: #819296;
  font-size: 13.5px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.hero-inner-padding {
  position: relative;
}

.brand {
  height: 100px;
  padding-top: 34px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.button {
  display: inline-block;
  overflow: hidden;
  min-width: 192px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #121414;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-text {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-arrow-box {
  position: relative;
  right: -12px;
  display: inline-block;
  overflow: hidden;
  width: 47px;
  height: 47px;
  margin-top: 5px;
  margin-right: 18px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #292929;
}

.button-arrow-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 47px;
}

.button-arrow-left {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 47px;
  height: 47px;
  background-image: url('../images/Arrow-w.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.button-arrow-right {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 47px;
  height: 45px;
  background-image: url('../images/Arrow-w.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.curve-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  background-image: url('../images/Curve.png');
  background-position: 0px 0px;
  background-size: 464px;
  background-repeat: no-repeat;
}

.curve-text-container {
  position: relative;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-mini-pic {
  width: 50px;
  height: 35px;
  margin-right: 10px;
  border-radius: 17.5px;
  background-color: #dce1e4;
  background-image: url('../images/Support-pic.png');
  background-position: 50% 100%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.curve-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin-right: 24%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mini-title-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3f423a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.mini-title-link:hover {
  color: #69707b;
}

.right-white-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.hero-flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1228px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.hero-left {
  width: 54%;
  min-width: 624px;
  text-align: left;
}

.hero-text {
  margin-top: 20px;
  color: #181818;
  font-size: 54px;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.hidden-4 {
  display: inline-block;
  overflow: hidden;
}

.h3-title {
  margin-top: 7px;
  margin-bottom: 5px;
  color: #181818;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
}

.subtitle-box {
  margin-top: 30px;
}

.subtitle-box._30-pixels {
  margin-top: 30px;
}

.subtitle-box._20-pixels {
  margin-top: 20px;
}

.max-506-pixels {
  width: 100%;
  max-width: 506px;
}

.hero-pic {
  width: 91px;
  height: 47px;
  border-radius: 25px;
  background-color: #b7c0c5;
  background-image: url('../our-image/team-2.png');
  background-position: 50% 100%;
  background-size: 51px;
  background-repeat: no-repeat;
}

.hero-pic.about-us {
  background-image: url('../images/About-pic-mini.png');
  background-size: 56px;
}

.hero-pic.services {
  background-image: url('../images/Girl-pic.png');
  background-size: 56px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 816px;
  padding-top: 150px;
  padding-bottom: 70px;
}

.hero-section.home {
  overflow: hidden;
}

.hero-section.about-us {
  overflow: hidden;
}

.signature-box {
  overflow: hidden;
  margin-top: 30px;
}

.hero-bottom-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 190px;
  background-image: linear-gradient(234deg, #eff5f8, #d4dbe0);
}

.heading {
  width: 59%;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.subheading {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.5px;
}

.subheading.white {
  color: #fff;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.pricing.last {
  margin-bottom: 0px;
}

.intro-top-box {
  position: relative;
  height: 267px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-top-box.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-thumbnail {
  position: relative;
  left: -28px;
  box-shadow: none;
}

.intro-thumbnail-2 {
  position: absolute;
  left: auto;
  top: 33px;
  right: 0%;
  box-shadow: 4px 4px 33px 0 #c1ccd3;
}

.intro-thumbnails-container {
  position: relative;
  width: 219px;
  margin-right: auto;
  margin-left: auto;
}

.intro-box {
  width: 31%;
  margin-right: 3%;
}

.intro-box.last {
  margin-right: 0%;
}

.paragraph-gray {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
}

.intro-text-box {
  margin-top: 30px;
}

.link-block-box {
  margin-top: 10px;
}

.link-block-box._20-pixels {
  margin-top: 20px;
}

.block-link-text {
  position: relative;
  height: auto;
  padding-bottom: 8px;
  color: #060606;
  text-decoration: none;
}

.underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #060606;
}

.inside-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #adbcc1;
}

.block-link-box {
  position: relative;
  display: inline-block;
  height: auto;
  font-weight: 500;
  cursor: pointer;
}

.block-link {
  display: inline-block;
  margin-right: 15px;
}

.link-mini-arrow {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.heading-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #181818;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.heading-link:hover {
  color: #98a0a5;
}

.intro-guy {
  position: absolute;
  top: -21px;
}

.content-section-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: linear-gradient(287deg, #eff5f8, #d4dbe0);
}

.heading-left {
  max-width: 748px;
  margin-bottom: 50px;
}

.heading-left.no-bottom-margin {
  margin-bottom: 0px;
}

.website-slide {
  margin-right: 28px;
}

.display-none {
  display: none;
}

.websites-slider {
  height: 100%;
  margin-left: 74px;
  background-color: transparent;
}

.mask {
  overflow: visible;
  max-width: 1109px;
}

.websites-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.websites-arrow:hover {
  background-color: #282c2c;
}

.websites-arrow.right {
  margin-right: 40px;
}

.change-this-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.change-this-image._1 {
  background-image: url('../our-image/office.png');
}

.change-this-image._2 {
  background-image: url('../our-image/office-1.jpeg');
}

.change-this-image._3 {
  background-image: url('../images/Image-vertical.jpg');
}

.change-this-image._4 {
  background-image: url('../images/Image-vertical-2.jpg');
}

.change-this-image.service-1 {
  background-image: url('../images/Service.webp');
}

.change-this-image.service-2 {
  background-image: url('../images/Service-2.webp');
}

.change-this-image.service-3 {
  background-image: url('../images/Service-3.webp');
}

.change-this-image.service-4 {
  background-image: url('../images/Service-4.webp');
}

.change-this-image._6 {
  background-image: url('../images/Image-7.webp');
}

.change-this-image.grid-1 {
  background-image: url('../images/Grid-img.webp');
}

.change-this-image.grid-2 {
  background-image: url('../images/Grid-img-2.webp');
}

.change-this-image.grid-3 {
  background-image: url('../images/Cup.webp');
}

.change-this-image.licensing-1 {
  background-image: url('../images/Image.jpg');
}

.change-this-image.licensing-2 {
  background-image: url('../images/Image-2.jpg');
}

.change-this-image.licensing-3 {
  background-image: url('../images/r-architecture-wCe96uIbCQk-unsplash.jpg');
}

.change-this-image.books {
  background-image: url('../images/Image-3.jpg');
}

.change-this-image.image-5 {
  background-image: url('../images/Image-6.webp');
}

.change-this-image.service-5 {
  background-image: url('../images/LUgBzqrXQjWfMR1LVcXa_-Free-Folded-Brochure-PSD-Mockup.webp');
}

.change-this-image.service-6 {
  background-image: url('../images/Free-Packaging-Box-Highest-Quality-Mockup.webp');
}

.change-this-image.testimonial-1 {
  background-image: url('../images/Testimonial-1.jpg');
}

.change-this-image.testimonial-2 {
  background-image: url('../images/Testimonial-2.jpg');
}

.change-this-image.testimonial-3 {
  background-image: url('../images/Testimonial-3.jpg');
}

.image-item {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin-right: 1%;
}

.image-item.last {
  margin-right: 0%;
}

.figure {
  display: inline-block;
  width: 15vw;
  height: 97px;
  max-width: 192px;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 7%;
  padding-bottom: 3%;
  border-radius: 90px;
  background-color: #0f1012;
  background-image: url('../images/Fig.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.big-words-container {
  width: 100%;
  max-width: 907px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.figure-2 {
  display: inline-block;
  width: 15vw;
  height: 97px;
  max-width: 192px;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 7%;
  padding-bottom: 3%;
  border-radius: 90px;
  background-color: #040406;
  background-image: url('../images/Fig-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.bg-lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 160px;
}

.lines {
  width: 100%;
  height: 1px;
  margin-top: 175px;
  background-color: #c2cdd2;
}

.lines._6 {
  margin-top: 90px;
}

.lines._4 {
  margin-top: 110px;
}

.lines._3 {
  margin-top: 148px;
}

.lines._2 {
  margin-top: 11vh;
}

.lines._5 {
  margin-top: 150px;
}

.mobile-line-2 {
  width: 100%;
  height: 1px;
  margin-top: 175px;
  background-color: #b3bfca;
}

.mobile-line-2.hero {
  margin-top: 63px;
}

.mobile-line-2._3 {
  margin-top: 148px;
}

.mobile-only {
  display: none;
}

.figure-3 {
  display: inline-block;
  width: 15vw;
  height: 97px;
  max-width: 192px;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 7%;
  padding-bottom: 3%;
  border-radius: 90px;
  background-color: #0f1012;
  background-image: url('../images/Fig-3.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.big-words {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14vw;
  line-height: 13.5vw;
  font-weight: 600;
  letter-spacing: -5.5px;
}

.hi-there-text {
  margin-top: 0px;
  margin-bottom: 40px;
}

.ball {
  position: absolute;
  left: 12%;
  top: 27%;
  right: auto;
  bottom: 0%;
  width: 10vw;
}

.empty-state {
  background-color: transparent;
}

.link-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-image.gallery-2 {
  background-image: url('/our-image/1-1080p.png');
}

.hover-image.gallery-1 {
  background-image: url('../images/61f0fdb5481b3e5d18df9ce6_2500-Hanging-Duct-Tape-Mockup.webp');
}

.hover-image.gallery-3 {
  background-image: url('../images/5c03f06cedfcdc4aefe74b7f_Preview3.webp');
}

.hover-image.gallery-4 {
  background-image: url('../images/61f0fb38737796ba3eb47eba_2500-Folder-and-Brochures-Free-Mockup.webp');
}

.hover-image.gallery-5 {
  background-image: url('../images/5c041ebcbfd56ec832bfb0cb_f83b3668705761.5b66aaa80eddb.webp');
}

.work-item {
  width: 50%;
  margin-right: 1%;
  margin-bottom: 50px;
}

.work-item:last-child {
  margin-right: 0%;
}

.work-item.no-bottom-margin {
  margin-bottom: 0px;
}

.link-preview-full {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.collection-list-wrapper {
  margin-bottom: 1%;
}

.bottom-work-margin {
  margin-bottom: 50px;
}

.preview-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #181818;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.text-box {
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
}

.text-box.no-bottom-padding {
  padding-bottom: 0px;
}

.text-box.bottom-padding {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.move-on-scroll {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.move-on-scroll.abstract-image {
  background-image: url('../images/marek-piwnicki-94F_gGhm1JA-unsplash.webp');
}

.move-on-scroll.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/sam-carter-Y778ifAocXA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/sam-carter-Y778ifAocXA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.move-on-scroll.offices {
  background-image: url('../images/contemporary-white-meeting-room.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.move-on-scroll.scroll {
  background-image: url('../images/r-architecture-wCe96uIbCQk-unsplash.jpg');
}

.content-section-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(287deg, #eff5f8, #d4dbe0);
}

.content-section-full.gradient {
  background-image: linear-gradient(287deg, #d4dbe0, #eff5f8);
}

.text-box-white {
  width: 52%;
  height: 100%;
  margin-left: auto;
  padding: 100px 6%;
  background-color: #fff;
}

.social-icon-rounded {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  border-radius: 50px;
  background-color: #d4dbe0;
}

.social-icon-rounded.twittter {
  background-color: #1da1f2;
}

.social-icon-rounded.instagram {
  background-image: linear-gradient(1030deg, #e71e4c, #fb774e);
}

.social-icon-rounded.facebook {
  background-color: #067aeb;
}

.team-text-box {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 17px;
  background-image: linear-gradient(273deg, #eff5f8, #d4dbe0);
}

.job-title {
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.team-item {
  width: 30.8%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}

.team-item:last-child {
  margin-right: 0%;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #eff5f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dbe0), to(#eff5f8));
  background-image: linear-gradient(180deg, #d4dbe0, #eff5f8);
  text-align: center;
}

.hover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-name-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #181818;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.team-name-link:hover {
  color: #7f8893;
}

.content-section-clients {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: linear-gradient(287deg, #d4dbe0, #eff5f8);
}

.max-964-pixels {
  width: 100%;
  max-width: 964px;
  margin-right: auto;
  margin-left: auto;
}

.client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-left {
  width: 67%;
  padding: 60px 5%;
  background-image: linear-gradient(84deg, #eff5f8, #d4dbe0);
}

.pricing-title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
}

.pricing-title.no-top-margin {
  margin-top: 0px;
}

.max-420-pixels {
  width: 100%;
  max-width: 420px;
}

.pricing-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(84deg, #eff5f8, #d4dbe0);
}

.pricing-details-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold {
  font-weight: 500;
}

.total-cost {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #c2cdd2;
}

.total-cost-left {
  width: 50%;
}

.total-cost-right {
  width: 50%;
  text-align: right;
}

.full-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 57.5px;
  min-width: 180px;
  padding: 20px 9% 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 120px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.full-button:hover {
  background-color: #272727;
  color: #fff;
}

.text-on-button {
  position: relative;
}

.button-subtitle-box {
  max-width: 250px;
  margin-top: 10px;
  text-align: center;
}

.button-subtitle {
  color: #7f8893;
  font-size: 18px;
  line-height: 22px;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-wrapper.faq {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.accordion-wrapper.last {
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.open-close-box {
  position: relative;
  display: block;
  height: 28px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #181818;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.faq-arrow {
  position: relative;
  width: 22px;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 7px;
}

.accordion-item-content.faq {
  margin-top: 10px;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pricing-detail {
  font-size: 21px;
  line-height: 27px;
}

.full-width-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-faq {
  width: 100%;
  max-width: 612px;
  margin-top: 40px;
}

.checkbox-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer {
  font-size: 18px;
  line-height: 28px;
}

.pricing-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c2cdd2;
}

.pricing-overview.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-overview-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-overview-right {
  text-align: right;
}

.pricing-thumbnail {
  width: 32%;
}

.full-width {
  width: 100%;
}

.price-box {
  margin-top: 5px;
}

.need-help-container {
  position: relative;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.need-help-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin-right: 24%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq {
  margin-top: 50px;
}

.question {
  font-size: 32px;
  line-height: 38px;
}

.relative {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.testimonials-right {
  position: relative;
  overflow: hidden;
  width: 44%;
}

.testimonials-right._2 {
  background-image: url('../images/Testimonial-2.jpg');
}

.testimonials-right._3 {
  background-image: url('../images/Testimonial-3.jpg');
}

.testimonials-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  padding: 90px 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(264deg, #d4dbe0, #eff5f8);
}

.testimonials-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.testimonial-text-box {
  width: 100%;
  max-width: 641px;
}

.testimonial {
  width: 100%;
  max-width: 540px;
  padding-top: 10px;
  padding-left: 32px;
  background-image: url('../images/Quote-marks.png');
  background-position: 0% 0%;
  background-size: 63px;
  background-repeat: no-repeat;
}

.testimonials-slider {
  height: 100%;
}

.testimonial-text {
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 23px;
  line-height: 37px;
  font-weight: 400;
}

.testimonial-name {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.testimonial-left-arrow:hover {
  background-color: #181818;
}

.testimonial-right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.testimonial-right-arrow:hover {
  background-color: #181818;
}

.post-text-box {
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
}

.post-text-box.bottom {
  padding-right: 2%;
  padding-bottom: 20px;
  padding-left: 3%;
}

.category-link {
  display: inline-block;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #181818;
  border-radius: 90px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #181818;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.category-link:hover {
  background-color: #181818;
  color: #fff;
}

.link-block-button {
  margin-top: 20px;
}

.hover-icon {
  color: #69707b;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 25%;
}

.flex-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interaction-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #e9f2f5;
}

.hover-insta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-insta.insta-3 {
  background-image: url('../images/Insta-3.webp');
}

.hover-insta.insta-4 {
  background-image: url('../images/Insta-4.webp');
}

.hover-insta.insta {
  background-image: url('../images/Insta-1.webp');
}

.hover-insta.insta-2 {
  background-image: url('../images/Insta-2.webp');
}

.heading-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.insta-handle {
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7f8893;
  text-decoration: none;
}

.insta-handle:hover {
  color: #282c2c;
}

.post-item {
  width: 50%;
  margin-right: 1%;
}

.post-item:last-child {
  margin-right: 0%;
}

.cta-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-right {
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 4%;
}

.h4 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -1px;
}

.h4.top-margin {
  margin-top: 20px;
}

.h4.small {
  font-size: 44px;
  line-height: 52px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 434px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input {
  width: 50%;
  height: 53px;
  margin-bottom: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #b3b8bd;
  border-radius: 5px 0px 0px;
  font-size: 15px;
}

.input.right {
  border-left-style: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
}

.submit-button {
  width: 101%;
  height: 53px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #121414;
  background-image: none;
  background-size: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
}

.submit-button:hover {
  background-color: #282c2c;
}

.submit-button.login {
  border-radius: 0px;
}

.success-message {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
}

.success-message.height {
  height: 105px;
  text-align: center;
}

.error-message {
  padding-bottom: 8px;
  font-size: 15px;
}

.cta-form {
  margin-top: 30px;
}

.recived-icon {
  margin-bottom: 10px;
}

.content-section-cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(287deg, #d4dbe0, #eff5f8);
}

.button-box {
  margin-top: 40px;
}

.button-box.less-top-margin {
  margin-top: 30px;
}

.button-box.left-padding {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 2%;
}

.scroll-down {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 15px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 80px;
  margin-right: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 26.5px;
  background-color: #060606;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.scroll-down:hover {
  background-color: #302f2f;
}

.scroll-arrow {
  width: 22px;
}

.paragraph-spans {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -1px;
}

.span {
  display: inline-block;
  width: 99px;
  height: 54px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 47px;
  padding-left: 47px;
  border-radius: 27px;
  background-color: #c3cdd2;
  line-height: 50px;
}

.span._1 {
  background-image: url('../images/Guy.png');
  background-position: 50% 100%;
  background-size: 57px;
  background-repeat: no-repeat;
}

.span._2 {
  background-image: url('../images/Juice.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  line-height: 58px;
}

.span._3 {
  background-image: url('../images/Pen-holder.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.span._4 {
  background-image: url('../images/Eyeglasses.png');
  background-position: 50% 50%;
  background-size: 72px;
  background-repeat: no-repeat;
}

.max-960-pixels {
  width: 100%;
  max-width: 964px;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-right: 2%;
  padding-right: 3%;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers.last {
  margin-right: 0%;
}

.h5 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.number-item {
  margin-bottom: 10px;
  margin-left: -4px;
}

.tb-digit {
  color: #0f0f0f;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.digits {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80px;
  font-family: Sportinggrotesque, sans-serif;
  font-weight: 500;
}

.sign-small {
  margin-top: 40px;
  font-size: 40px;
  line-height: 50px;
}

.sign-small.m {
  margin-top: 31px;
  font-family: Sportinggrotesque, sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.counter-numbers {
  font-size: 50px;
  line-height: 50px;
}

.counter-numbers.left {
  padding-top: 12px;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.counter-numbers.right {
  padding-top: 12px;
}

.numbers-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 270px;
  background-color: #dce1e4;
}

.counter-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 90px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1d1e20;
  font-weight: 400;
}

.counter-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 90px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1d1e20;
  font-weight: 400;
}

.slider-arrow {
  left: auto;
  top: -26%;
  right: -25%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow:hover {
  background-color: #282c2c;
}

.slider-arrow.right {
  left: auto;
  margin-right: 0px;
}

.slider {
  width: 75%;
  height: 100%;
  margin-left: 3%;
  background-color: transparent;
}

.slide {
  width: auto;
  margin-right: 28px;
}

.text-left-column {
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.guy-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 100%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.top-bg-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 42px;
  background-color: #fff;
}

.right-bg-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  padding-top: 121px;
}

.figure-bg {
  width: 242px;
  height: 85px;
  margin-right: 20px;
  border-radius: 40px;
  background-image: linear-gradient(264deg, #d4dbe0, #f3f6f8);
}

.figures-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-bottom: 44px;
}

.figures-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-bottom: 44px;
  margin-left: -60px;
}

.figures-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-bottom: 44px;
  margin-left: -107px;
}

.curve-image {
  width: 80px;
  height: 35px;
  margin-right: 10px;
  border-radius: 80px;
  background-color: #dce1e4;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: 53px;
  background-repeat: no-repeat;
}

.curve-image.services {
  background-position: 50% 54%;
}

.column-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-list {
  width: 100%;
  max-width: 421px;
  margin-top: 40px;
}

.feature-list-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-image: url('../images/Icon-1.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.feature-list-icon._2 {
  background-image: url('../images/Icon-2.png');
}

.feature-list-icon._3 {
  background-image: url('../images/Icon-3.png');
}

.text-gray {
  color: #7f8893;
  font-size: 19px;
  line-height: 28px;
}

.feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.feature-list-item.last {
  margin-bottom: 0px;
}

.container-bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c2cdd2;
}

.container-bottom-line.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.max-456-pixels {
  width: 100%;
  max-width: 456px;
}

.left-padding {
  margin-bottom: 20px;
  padding-left: 28px;
}

.feature-list-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 10px;
}

.feature-list-line.last {
  margin-bottom: 0px;
}

.flex-right-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  margin-right: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-left-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  padding-top: 80px;
  padding-right: 3%;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.options-list {
  width: 100%;
  max-width: 510px;
  margin-top: 40px;
}

.flex-align-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  margin-right: 20px;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expand-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #272727;
  background-image: url('../images/expandir_1expandir.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.on-scroll-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.on-scroll-bg.play-video {
  background-image: url('../images/ed6037f6-148c-47bf-9419-856466152a39.webp');
}

.video-play-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.play {
  width: 30px;
  height: 40px;
  background-image: url('../images/Play_1Play.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.max-535-pixels {
  width: 100%;
  max-width: 535px;
}

.service-sample-text {
  margin-bottom: 55px;
  font-size: 46px;
  line-height: 46px;
  font-weight: 500;
}

.service-sample-text.last {
  margin-bottom: 0px;
}

.span-small {
  display: inline-block;
  width: 87px;
  height: 47px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 47px;
  padding-left: 47px;
  border-radius: 27px;
  background-color: #c3cdd2;
  line-height: 50px;
}

.span-small.imac {
  background-image: url('../images/iMac.png');
  background-position: 50% 58%;
  background-size: 73px;
  background-repeat: no-repeat;
}

.span-small.girl {
  background-image: url('../images/Girl-pic.png');
  background-position: 50% 100%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.span-small.speaker {
  background-image: url('../images/Speaker.png');
  background-position: 50% 100%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.span-small.note-pad {
  background-image: url('../images/Notebook.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.span-small.keyboard {
  background-image: url('../images/Keyboard.png');
  background-position: 50% 50%;
  background-size: 56px;
  background-repeat: no-repeat;
}

.span-small.headphones {
  background-image: url('../images/Headphones.png');
  background-position: 50% 100%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.span-small.cup {
  background-image: url('../images/Coffee-Cup.png');
  background-position: 50% 100%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.gallery-item-3 {
  position: relative;
  overflow: hidden;
  width: 48.5%;
}

.cta-form-rounded {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 490px;
  min-height: 70px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.form-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.name-input {
  width: 33.33%;
  height: 42px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.name-input:hover {
  border-bottom-color: #09abf3;
}

.name-input::-webkit-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.name-input:-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.name-input::-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.name-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input {
  width: 33.33%;
  height: 42px;
  margin-top: 8px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 0px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  border-radius: 0px;
  background-color: transparent;
}

.email-input:hover {
  border-bottom-color: #09abf3;
}

.email-input::-webkit-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input:-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input::-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.newsletter-submit-button {
  width: 33%;
  min-height: 69px;
  min-width: 90px;
  margin-left: 20px;
  padding: 5px 5% 0px 4%;
  border-radius: 0px 90px 90px 0px;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.newsletter-submit-button:hover {
  background-color: #282c2c;
}

.newsletter-submit-button:focus {
  color: #060606;
}

.error-message-newsletter {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -56%;
  margin-top: 0px;
  background-color: #ffdede;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.cta-right-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Bg-circles.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guy-column-empty {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-mini-glasses {
  width: 50px;
  height: 35px;
  margin-right: 8px;
  border-radius: 17.5px;
  background-image: url('../images/Eyeglasses.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-slide {
  width: 50%;
  margin-right: 1%;
}

.services-slider {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  background-color: transparent;
}

.services-arrow {
  left: auto;
  top: -18%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #121414;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.services-arrow:hover {
  background-color: #282c2c;
}

.services-arrow.right {
  left: auto;
  margin-right: 0px;
}

.classes-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vw;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.classes-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vw;
}

.classes-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.classes-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.51);
}

.classes-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #fff;
}

.classes-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.classes-section.scroll {
  display: none;
}

.classes-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.classes-block._4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.classes-block._2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.classes-block._3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.classes-block._1 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.relative-full-width {
  position: relative;
  width: 100%;
  padding-top: 5%;
  padding-left: 6%;
}

.relative-full-width._2 {
  display: block;
}

.frame {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 80%;
  min-height: 500px;
  border-style: solid;
  border-width: 25px;
  border-color: #eff5f8;
}

.contact-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.contact-row.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.icon-right {
  width: 26px;
  margin-right: 15px;
}

.contact-detail-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #181818;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.contacts-row {
  width: 80%;
  margin-top: 30px;
}

.text-left-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  height: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-left-scroll._2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image-column-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-service {
  margin-left: 73px;
}

.guy-column-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guy-services {
  position: relative;
  display: inline-block;
  margin-left: 5%;
}

.bootm-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 51%;
  background-image: linear-gradient(274deg, #eff5f8, #d4dbe0);
}

.relative-box {
  position: relative;
  width: 100%;
  padding-left: 6%;
}

.value-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
}

.values-item {
  position: relative;
  width: 49%;
  margin-right: 2%;
  padding-right: 2%;
}

.values-item.last {
  margin-right: 0%;
}

.values-container {
  position: relative;
  width: 100%;
  max-width: 1225px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.values-bg {
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-image: linear-gradient(240deg, #eff5f8, #d4dbe0);
}

.values-bg.last {
  margin-bottom: 0px;
}

.values {
  position: relative;
  padding-top: 60px;
}

.right-hand {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.half-column {
  width: 50%;
}

.image-flex-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.box-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.box-row.last {
  margin-bottom: 0px;
}

.content-section-dark {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.h3-white {
  color: #fff;
  font-size: 56px;
  line-height: 62px;
}

.h3-title-white {
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
}

.grid-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 60px 3%;
  background-image: linear-gradient(275deg, #eff5f8, #d4dbe0);
}

.image-inside-padding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.grid-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-right: 2%;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(261deg, #eff5f8, #d4dbe0);
  text-align: center;
}

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

.grid-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(261deg, #d4dbe0, #eff5f8);
  text-align: center;
}

.max-520-pixels {
  width: 100%;
  max-width: 520px;
}

.column-image {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.text-padding-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  padding: 80px 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-skills {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-skills.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-item {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.bar-progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90%;
  border-radius: 0px 8px 8px 0px;
  background-color: #91b588;
}

.bar-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 8px 8px 0px;
  background-color: #d9e0dd;
}

.skill {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.max-45-pixles {
  width: 100%;
  max-width: 45px;
  text-align: right;
}

.text-block-link {
  display: inline-block;
  margin-right: 3px;
}

._50-percent-column {
  position: relative;
  width: 50%;
}

.column-item-2 {
  position: relative;
  width: 50%;
}

.stats-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5%;
}

.max-290-pixels {
  width: 100%;
}

._92-percent-column {
  position: relative;
  z-index: 1;
  width: 88%;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

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

.mini-arrow {
  position: relative;
  top: 0px;
}

.text-link-block {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.skills-paragraph {
  color: #7f8893;
  font-size: 18px;
  line-height: 24px;
}

.content-section-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 610px;
  max-width: 100%;
  background-image: linear-gradient(287deg, #eff5f8, #d4dbe0);
}

.grid-block-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  max-width: 337px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 190%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.footer-notice-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8e9194;
  font-weight: 500;
  text-decoration: underline;
}

.footer-notice-link:hover {
  color: #0875cf;
}

.footer-notice-link.w--current {
  color: #48a9b5;
}

.menu {
  width: 50%;
}

.menu._44-percent {
  width: 50%;
}

.footer-1440-pixels {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-contact-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8e9194;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #282c2c;
}

.footer-menu-link {
  height: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8e9194;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.footer-menu-link.w--current {
  color: #0875cf;
}

.footer-menu-link.blue {
  color: #0875cf;
}

.footer-menu-link.blue:hover {
  color: #8e9194;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notice-text {
  font-size: 12px;
  line-height: 21px;
}

.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 20px;
}

.footer-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-underline {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-top: 0px;
  background-color: #7f8893;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-branding {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.footer-branding:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.footer-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-expand.middle {
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-text-medium {
  font-size: 16px;
  line-height: 24px;
}

.footer-social-icons {
  padding-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-topic-box {
  margin-top: 30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-column-left {
  width: 24%;
  margin-right: 4%;
}

.faq-set {
  margin-bottom: 140px;
}

.faq-topic-link {
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-decoration: none;
}

.no-top-margin {
  margin-top: 0px;
}

.faq-column-right {
  width: 62%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instructions-set {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.post-item-grid {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 60px;
  background-image: linear-gradient(275deg, #eff5f8, #d4dbe0);
}

.post-item-grid:last-child {
  margin-right: 0%;
}

.top-margin-collection {
  margin-top: 30px;
}

.hero-blog-left {
  position: relative;
  width: 50%;
}

.hero-blog-page {
  width: 100%;
}

.hero-right-blog {
  width: 50%;
  padding: 120px 7% 100px 5%;
  background-image: -webkit-gradient(linear, right top, left top, from(#d4dbe0), to(#eff5f8));
  background-image: linear-gradient(270deg, #d4dbe0, #eff5f8);
}

.hero-preview-link {
  display: inline-block;
  margin-top: 20px;
  color: #181818;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  text-decoration: none;
}

.post-hero {
  position: relative;
  height: 800px;
}

.heading-post-page {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c2cdd2;
}

.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-pagination {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 57.5px;
  min-width: 100px;
  padding: 20px 4% 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 120px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-pagination:hover {
  background-color: #272727;
  color: #fff;
}

.full-button-copy {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 57.5px;
  min-width: 130px;
  padding: 20px 4% 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 120px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.full-button-copy:hover {
  background-color: #272727;
  color: #fff;
}

.work-side-title {
  font-size: 24px;
  line-height: 32px;
}

.post-heading-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.list-heading-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.work-left-column {
  position: relative;
  margin-right: 3%;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.side-block.more {
  padding-bottom: 20px;
}

.post-title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
}

.flex-work-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-right {
  width: 72%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(273deg, #d4dbe0, #eff5f8);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  height: 45px;
}

._404 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
}

.flex-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.licensing {
  position: relative;
  width: 31%;
  margin-right: 2%;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.author-post-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-pic {
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mini-pic:hover {
  opacity: 0.9;
}

.author-post-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.author-post-link:hover {
  color: #282c2c;
}

.author-post-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.text-box-grid {
  padding-top: 5px;
  padding-right: 12px;
  padding-left: 12px;
}

.bg-circle-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 267px;
  height: 267px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/Intro-bg-2.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-circle-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 267px;
  height: 267px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/Intro-bg-3.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.relative-full-height {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.bg-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 267px;
  height: 267px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/Intro-bg-2.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rocks {
  width: 20vw;
}

.flex-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-padding-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-padding-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nmbers-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.numbers-guy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.numbers-box {
  margin-top: 40px;
}

.service-text-box {
  padding-top: 20px;
  padding-right: 17px;
  padding-left: 17px;
}

.flex-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-guy-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-experience {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit {
  width: 48%;
  min-height: 55px;
  margin-top: 20px;
  padding-top: 15px;
  background-color: #1c1f21;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.submit:hover {
  background-color: #272b2e;
}

.flex-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field {
  width: 48.5%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #adbcc1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #abb5b8;
  font-size: 13px;
}

.field:hover {
  border-bottom-color: #2974f9;
  background-color: transparent;
}

.field:active {
  background-color: transparent;
}

.field:focus {
  background-color: transparent;
}

.field::-webkit-input-placeholder {
  background-color: transparent;
}

.field:-ms-input-placeholder {
  background-color: transparent;
}

.field::-ms-input-placeholder {
  background-color: transparent;
}

.field::placeholder {
  background-color: transparent;
}

.form-block {
  font-family: Inter, sans-serif;
}

.error-message-contact {
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7f8893;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: #0875cf;
}

.h2 {
  margin-top: 0px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.side-contact {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.textarea {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 110px;
  border-style: solid;
  border-width: 1px;
  border-color: #adbcc1;
  border-radius: 0px;
  background-color: transparent;
  color: #131313;
  font-size: 13px;
  line-height: 15px;
}

.textarea::-webkit-input-placeholder {
  color: #898989;
}

.textarea:-ms-input-placeholder {
  color: #898989;
}

.textarea::-ms-input-placeholder {
  color: #898989;
}

.textarea::placeholder {
  color: #898989;
}

.checkbox-label {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
}

.left-heading-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 13px;
}

.contact-right-side {
  position: relative;
  padding-right: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox {
  margin-top: 0px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #adbcc1;
  border-radius: 0px;
  background-color: transparent;
}

.checkbox-container {
  width: 100%;
  margin-top: 20px;
}

.contact-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-right {
  width: 70%;
}

.flex-space-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space-full.no-top-margin {
  margin-top: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-field:focus {
  font-size: 15px;
}

.select-field {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #adbcc1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #898989;
  font-size: 13px;
  line-height: 15px;
}

.select-field:hover {
  border-bottom-color: #2974f9;
}

.select-field:focus {
  color: #131313;
  font-size: 15px;
}

.post-title {
  font-size: 52px;
  line-height: 60px;
}

.team-member-left {
  width: 70%;
  padding-right: 2%;
}

.team-member-right {
  width: 24%;
  margin-right: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h5-small {
  margin-top: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.team-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-image: url('../images/Email.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.team-icon.phone {
  background-image: url('../images/llamada-1.png');
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7f8893;
  font-size: 18px;
  text-decoration: none;
}

.team-link:hover {
  color: #0875cf;
}

.team-member-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.flex-team {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._3d-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-box {
  position: relative;
  width: 440px;
  height: 440px;
  margin-bottom: 108px;
  margin-left: 39px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f5), to(#f5f4f6));
  background-image: linear-gradient(180deg, #f2f2f5, #f5f4f6);
  -webkit-transform: translate3d(0px, 0px, -119px) rotateX(88deg) rotateY(0deg) rotateZ(42deg);
  transform: translate3d(0px, 0px, -119px) rotateX(88deg) rotateY(0deg) rotateZ(42deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.side-2 {
  position: absolute;
  left: 0%;
  top: 440px;
  right: auto;
  bottom: auto;
  width: 440px;
  height: 440px;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.side-3 {
  position: absolute;
  left: 440px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 440px;
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1cc), to(#9ea29e));
  background-image: linear-gradient(180deg, #d1d1cc, #9ea29e);
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.side-4 {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 0%;
  width: 440px;
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1cc), to(#9ea29e));
  background-image: linear-gradient(180deg, #d1d1cc, #9ea29e);
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 430px;
  height: 430px;
  background-color: #121414;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(17deg);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(17deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.side-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  width: 440px;
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ea29e), to(#d1d1cc));
  background-image: linear-gradient(180deg, #9ea29e, #d1d1cc);
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.macbook {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.hero-subtitle {
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 20px;
  line-height: 28px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #060606;
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
}

.hidden-2 {
  display: inline;
  overflow: hidden;
}

.hidden-3 {
  display: inline;
  overflow: hidden;
}

.hidden-5 {
  display: inline;
  overflow: hidden;
}

.hero-subtitle-box {
  margin-top: 30px;
}

.big-side-4 {
  position: absolute;
  right: 0%;
  bottom: 150px;
  width: 300px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8e8), to(#dde0e3));
  background-image: linear-gradient(180deg, #e6e8e8, #dde0e3);
  -webkit-transform: translate3d(0px, 0px, 150px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 150px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.big-side-2 {
  position: absolute;
  left: 0%;
  top: 150px;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  -webkit-transform: translate3d(0px, 0px, 150px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 150px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.big-side-5 {
  position: absolute;
  left: -150px;
  top: 0%;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dde0e3), to(#e6e8e8));
  background-image: linear-gradient(180deg, #dde0e3, #e6e8e8);
  -webkit-transform: translate3d(0px, 0px, 150px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 150px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.big-side-3 {
  position: absolute;
  left: 150px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8e8), to(#9ea29e));
  background-image: linear-gradient(180deg, #e6e8e8, #9ea29e);
  -webkit-transform: translate3d(0px, 0px, 150px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 150px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-macbook {
  position: relative;
  bottom: -149px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale3d(1, 1, 0.7);
  transform: scale3d(1, 1, 0.7);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.macbook-3d {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.mobile-3d {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.top-box-macbook {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f5), to(#f5f4f6));
  background-image: linear-gradient(180deg, #f2f2f5, #f5f4f6);
  -webkit-transform: rotateX(-94deg) rotateY(0deg) rotateZ(-40deg);
  transform: rotateX(-94deg) rotateY(0deg) rotateZ(-40deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-box-mobile {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 173px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f5), to(#f5f4f6));
  background-image: linear-gradient(180deg, #f2f2f5, #f5f4f6);
  -webkit-transform: rotateX(-94deg) rotateY(0deg) rotateZ(-40deg);
  transform: rotateX(-94deg) rotateY(0deg) rotateZ(-40deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.small-side-4 {
  position: absolute;
  right: 0%;
  bottom: 125px;
  width: 250px;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8e8), to(#dde0e3));
  background-image: linear-gradient(180deg, #e6e8e8, #dde0e3);
  -webkit-transform: translate3d(0px, 0px, 125px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 125px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.small-side-2 {
  position: absolute;
  left: 0%;
  top: 125px;
  right: auto;
  bottom: auto;
  width: 250px;
  height: 250px;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  -webkit-transform: translate3d(0px, 0px, 125px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 125px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.small-side-5 {
  position: absolute;
  left: -125px;
  top: 0%;
  bottom: auto;
  width: 250px;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dde0e3), to(#e6e8e8));
  background-image: linear-gradient(180deg, #dde0e3, #e6e8e8);
  -webkit-transform: translate3d(0px, 0px, 125px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 125px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.small-side-3 {
  position: absolute;
  left: 125px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 250px;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e8e8), to(#9ea29e));
  background-image: linear-gradient(180deg, #e6e8e8, #9ea29e);
  -webkit-transform: translate3d(0px, 0px, 125px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, 125px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-mobile {
  position: relative;
  bottom: -125px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale3d(1, 1, 0.7);
  transform: scale3d(1, 1, 0.7);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-services-section {
  position: relative;
  min-height: 816px;
  padding-top: 150px;
  padding-bottom: 70px;
}

.intro-mobile {
  position: relative;
  bottom: 4%;
}

.numbers-title {
  margin-top: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.gallery-item-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-title-small {
  margin-top: 0px;
  color: #181818;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
}

.subtitle-box-copy {
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
}

.service-subtitle {
  margin-top: 10px;
}

.post-tile-box {
  margin-top: 10px;
}

.text-block {
  display: inline;
  margin-right: 5px;
  font-size: 16px;
  line-height: 22px;
}

.brand-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-left {
  width: 45%;
  padding-right: 3%;
  padding-left: 3%;
}

.job-title-box {
  margin-top: 20px;
}

.team {
  width: 91px;
  height: 47px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  background-color: #b7c0c5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-mini-imac {
  width: 50px;
  height: 35px;
  margin-right: 8px;
  border-radius: 17.5px;
  background-image: url('../images/iMac.png');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.services-list-left {
  position: relative;
  width: 50%;
  margin-right: 3%;
  padding-right: 20px;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-list-right {
  width: 72%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thank-you {
  margin-top: 5px;
}

.big-words-line {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 175px;
  background-color: #c2cdd2;
}

.big-words-line._4 {
  margin-top: 458px;
}

.big-words-line._3 {
  margin-top: 351px;
}

.big-words-line._2 {
  margin-top: 238px;
}

.big-words-line._1 {
  margin-top: 107px;
}

.big-words-line.number-5 {
  margin-top: 582px;
}

.bottom-curve {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  background-image: url('../images/Curve.png');
  background-position: 0px 0px;
  background-size: 464px;
  background-repeat: no-repeat;
}

.side-hand {
  position: relative;
  z-index: 1;
}

.branding-pic {
  width: 91px;
  height: 47px;
  border-radius: 25px;
  background-color: #b7c0c5;
  background-image: url('../images/Guy.png');
  background-position: 50% 100%;
  background-size: 51px;
  background-repeat: no-repeat;
}

.branding-pic.services {
  background-image: url('../images/Girl-pic_1.png');
  background-size: 51px;
}

.profile-pic {
  width: 91px;
  height: 47px;
  border-radius: 25px;
  background-color: #b7c0c5;
  background-image: url('../images/Guy.png');
  background-position: 50% 100%;
  background-size: 51px;
  background-repeat: no-repeat;
}

.profile-pic.services {
  background-image: url('../images/Girl-pic.png');
  background-size: 56px;
}

.hero-imac {
  position: relative;
  bottom: -230px;
  z-index: 1;
  margin-left: 58px;
  -webkit-transform: scale3d(1, 1, 0.7);
  transform: scale3d(1, 1, 0.7);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.inner-hero-pic {
  width: 91px;
  height: 47px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  background-color: #b7c0c5;
  background-image: url('../images/Guy.png');
  background-position: 50% 100%;
  background-size: 51px;
  background-repeat: no-repeat;
}

.inner-hero-pic.support {
  background-image: url('../images/Girl-pic.png');
}

.subtitle-contact {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 21px;
  line-height: 30.5px;
  font-weight: 400;
}

.job-title-side {
  margin-bottom: 15px;
  color: #7f8893;
  line-height: 20px;
  font-weight: 500;
}

.subtitle-pricing {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
}

.pricing-plan {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #7f8893;
  font-size: 21px;
  line-height: 30.5px;
  font-weight: 400;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}

.tags-text {
  display: inline;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
}

.tag {
  margin-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 19px;
  font-weight: 500;
}

.tag:hover {
  opacity: 0.9;
}

.tag-links {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.tag-links:hover {
  color: #0875cf;
}

.about-the-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.author-left {
  width: 24%;
}

.author-right {
  margin-left: 2%;
  padding: 10px 3px 28px 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #c2cdd2;
  border-bottom: 1px solid #c2cdd2;
}

.author-link {
  position: relative;
  height: 100%;
}

.author-link.w--current {
  height: 100%;
}

.hero-mini-title {
  color: #7f8893;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.slider-link {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.slider-link:hover {
  opacity: 0.9;
}

@media screen and (min-width: 1280px) {
  .hero-inner-box {
    margin-right: auto;
    margin-left: auto;
  }

  .title-small {
    color: #69707b;
  }

  .content-wrapper {
    max-width: 1301px;
  }

  .inner-hero-section {
    max-width: 100%;
  }

  .hero-flex {
    margin-right: auto;
    margin-left: auto;
  }

  .big-words {
    font-size: 168px;
    line-height: 168px;
  }

  .accordion-item-trigger:hover {
    color: #060606;
  }

  .pricing-detail {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .pricing-detail:hover {
    color: #060606;
  }

  .question {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .question:hover {
    color: #060606;
  }

  .values-container {
    max-width: 1301px;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1340px;
  }

  .right-white-bg {
    width: 60%;
  }

  .figure {
    max-width: 217px;
  }

  .figure-2 {
    max-width: 217px;
  }

  .figure-3 {
    max-width: 217px;
  }

  .hover-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .values-container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5 {
    font-size: 28px;
    line-height: 34px;
  }

  h6 {
    font-size: 26px;
    line-height: 32px;
  }

  .social-mini-icon {
    margin-right: 7px;
    margin-bottom: 5px;
    background-color: #0f0f0f;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0px;
  }

  .social-mini-icon.instagram:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.linkedin:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #0f0f0f;
    font-size: 16px;
    text-align: left;
  }

  .navlink:hover {
    background-color: #e0e7e9;
  }

  .navlink.w--current {
    color: #98a0a5;
  }

  .buy-template-container {
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-inner-box {
    max-width: 100%;
  }

  .hero-inner-text {
    font-size: 48px;
    line-height: 54px;
  }

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

  .content-section.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.double {
    padding-bottom: 100px;
  }

  .content-section.team-section {
    padding-bottom: 50px;
  }

  .content-section.bottom-margin {
    margin-bottom: 100px;
  }

  .content-section.post {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.works {
    padding-bottom: 100px;
  }

  .content-section.inner-pages-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.team-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .go-up-button {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }

  .underline-hover {
    display: none;
  }

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

  .social-links-mobile {
    display: block;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h3 {
    font-size: 52px;
    line-height: 60px;
  }

  .nav-menu {
    overflow: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .notice {
    margin-top: 40px;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 298px;
  }

  .menu-button {
    height: 100px;
    padding-top: 42px;
  }

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

  .hero-inner-padding {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .curve-bg {
    width: 67%;
    padding-left: 16%;
  }

  .hero-flex {
    max-width: 100%;
  }

  .hero-left {
    width: 65%;
  }

  .hero-text {
    margin-top: 25px;
    font-size: 50px;
    line-height: 56px;
  }

  .h3-title {
    margin-top: 15px;
  }

  .h3-title.no-top-margin {
    margin-top: 0px;
  }

  .subtitle-box {
    margin-top: 30px;
  }

  .subtitle-box._30-pixels {
    margin-top: 25px;
  }

  .subtitle-box._20-pixels {
    margin-top: 25px;
  }

  .signature-box {
    margin-top: 25px;
  }

  .heading {
    width: 72%;
  }

  .subheading {
    font-size: 30px;
    line-height: 38px;
  }

  .intro-top-box.center {
    width: 100%;
  }

  .intro-thumbnails-container {
    width: 90%;
  }

  .intro-box {
    width: 30%;
    margin-right: 5%;
  }

  .link-block-box {
    margin-top: 15px;
  }

  .block-link-text {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-link {
    font-size: 34px;
    line-height: 42px;
  }

  .intro-guy {
    left: auto;
    top: -15px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-section-slider {
    padding-top: 100px;
  }

  .heading-left {
    margin-bottom: 50px;
  }

  .heading-left.slider {
    margin-left: 0%;
  }

  .websites-slider {
    margin-right: 40px;
    margin-left: 40px;
  }

  .websites-arrow {
    margin-left: -20px;
  }

  .websites-arrow.right {
    margin-right: -20px;
    margin-left: 0px;
  }

  .figure {
    width: 20vw;
    height: 80px;
  }

  .big-words-container {
    max-width: 80%;
  }

  .figure-2 {
    width: 20vw;
    height: 80px;
  }

  .bg-lines {
    padding-top: 76px;
  }

  .figure-3 {
    width: 20vw;
    height: 80px;
  }

  .big-words {
    margin-bottom: 30px;
  }

  .hi-there-text {
    margin-bottom: 30px;
  }

  .preview-link {
    font-size: 26px;
    line-height: 32px;
  }

  .text-box {
    padding-top: 15px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .text-box-white {
    width: 63%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .job-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .team-name-link {
    font-size: 24px;
    line-height: 30px;
  }

  .content-section-clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-left {
    padding: 40px 4%;
  }

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

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

  .faq-arrow {
    width: 20px;
    margin-top: 4px;
  }

  .pricing-detail {
    font-size: 20px;
    line-height: 26px;
  }

  .pricing-faq {
    margin-top: 20px;
  }

  .question {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-left {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial {
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .testimonial-text {
    font-size: 21px;
    line-height: 35px;
  }

  .post-text-box {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .link-block-button {
    margin-top: 15px;
  }

  .cta-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h4 {
    font-size: 46px;
    line-height: 52px;
  }

  .h4.small {
    font-size: 40px;
    line-height: 44px;
  }

  .h4.small-mobile {
    font-size: 40px;
    line-height: 46px;
  }

  .cta-form {
    margin-top: 20px;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .scroll-arrow {
    width: 20px;
  }

  .paragraph-spans {
    font-size: 64px;
    line-height: 76px;
  }

  .span {
    height: 50px;
  }

  .numbers {
    padding-bottom: 10px;
  }

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

  .number-item {
    width: 50%;
    max-width: 234px;
    margin-bottom: 20px;
  }

  .sign-small {
    font-size: 40px;
  }

  .sign-small.m {
    margin-top: 8px;
  }

  .counter-numbers.left {
    padding-top: 0px;
  }

  .counter-numbers.right {
    padding-top: 0px;
  }

  .bottom-bg {
    height: 295px;
  }

  .counter-1 {
    margin-bottom: 0px;
  }

  .slider-arrow {
    top: -35%;
    width: 55px;
    height: 55px;
    margin-right: 65px;
  }

  .slider-arrow.right {
    margin-right: 0px;
  }

  .slide {
    margin-right: 20px;
  }

  .text-left-column {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .guy-column {
    background-size: contain;
  }

  .top-bg-white {
    display: none;
  }

  .features-list {
    margin-top: 30px;
  }

  .feature-list-item {
    margin-bottom: 20px;
  }

  .container-bottom-line {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .feature-list-line {
    margin-bottom: 10px;
  }

  .feature-list-line.last {
    padding-bottom: 0px;
  }

  .text-left-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 3%;
  }

  .flex-align-top {
    margin-right: 20px;
  }

  .expand-image {
    width: 50px;
    height: 50px;
    margin-right: 13px;
    margin-bottom: 13px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 46px;
  }

  .cta-form-rounded {
    margin-top: 40px;
  }

  .form-rounded {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-submit-button {
    min-width: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .classes-scrollable {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .classes-content-wrapper {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .classes-hidden-mask {
    overflow: visible;
    height: auto;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .classes-block {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .frame {
    height: 90%;
  }

  .text-left-scroll {
    padding-top: 100px;
  }

  .guy-column-services {
    margin-bottom: 140px;
  }

  .value-row {
    width: 80%;
  }

  .values-container {
    max-width: 100%;
  }

  .values-bg {
    padding-top: 30px;
  }

  .right-hand {
    margin-right: 10px;
  }

  .box-row {
    margin-bottom: 60px;
  }

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

  .h3-title-white {
    margin-top: 15px;
  }

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._92-percent-column {
    width: 100%;
  }

  .text-link-block {
    font-size: 14.5px;
    line-height: 23px;
  }

  .content-section-image {
    height: 450px;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .footer-container {
    margin-bottom: 0px;
  }

  .footer {
    max-width: 100%;
    padding-top: 60px;
  }

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

  .footer-expand {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-expand.middle {
    width: 54%;
    margin-top: 0px;
  }

  .footer-social-icons {
    padding-left: 0%;
  }

  .faq-set {
    margin-bottom: 100px;
  }

  .post-item-grid {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
  }

  .post-hero {
    height: 500px;
  }

  .side-block {
    margin-bottom: 40px;
  }

  .post-title {
    font-size: 50px;
    line-height: 58px;
  }

  .flex-work-page {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bg-circle-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
  }

  .bg-circle-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
  }

  .bg-circle {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
  }

  .text-padding-right {
    padding-right: 0%;
  }

  .text-padding-left {
    padding-left: 0%;
  }

  .numbers-guy {
    width: 33%;
  }

  .numbers-box {
    margin-top: 30px;
  }

  .h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .h5-small {
    font-size: 34px;
    line-height: 42px;
  }

  .team-member-contact {
    margin-bottom: 20px;
  }

  .hero-title {
    margin-top: 15px;
  }

  .hero-subtitle-box {
    margin-top: 30px;
  }

  .intro-mobile {
    bottom: 7%;
  }

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

  .hero-title-small {
    margin-top: 15px;
  }

  .subtitle-box-copy {
    margin-top: 30px;
  }

  .bottom-curve {
    width: 67%;
    padding-left: 16%;
  }

  .side-hand {
    z-index: 0;
  }

  .author-left {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 32px;
  }

  h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .social-mini-icon {
    width: 25px;
    height: 25px;
  }

  .hero-inner-text {
    font-size: 44px;
    line-height: 50px;
  }

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

  .content-section.inner-pages {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

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

  .content-section.post {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .content-section.inner-pages-top {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section.team-page {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .go-up-button {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

  .underline-hover {
    display: none;
  }

  .h3 {
    font-size: 46px;
    line-height: 52px;
  }

  .h3._2 {
    font-size: 37px;
    line-height: 46px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 200px;
  }

  .notice {
    margin-top: 0px;
  }

  .inner-hero-section {
    position: relative;
    min-height: 280px;
  }

  .subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .social-icon-gray.facebook {
    background-size: 12px;
  }

  .social-icon-gray.twittter {
    background-size: 12px;
  }

  .hero-inner-padding {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .curve-bg {
    margin-bottom: 0px;
    padding-left: 21%;
  }

  .hero-flex.services {
    padding-top: 100px;
  }

  .hero-left {
    width: 100%;
    min-width: 100%;
  }

  .hero-left.services {
    margin-bottom: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-left.service-mobile {
    margin-bottom: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text {
    font-size: 50px;
    line-height: 58px;
  }

  .subtitle-box {
    margin-top: 25px;
  }

  .subtitle-box._30-pixels {
    margin-top: 20px;
  }

  .subtitle-box._20-pixels {
    margin-top: 20px;
  }

  .hero-section {
    min-height: 1300px;
    padding-top: 120px;
  }

  .hero-section.home {
    min-height: 1300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section.about-us {
    min-height: 1300px;
    padding-bottom: 0px;
  }

  .signature-box {
    margin-top: 20px;
  }

  .hero-bottom-bg.services-landscape {
    display: none;
  }

  .subheading {
    font-size: 28px;
    line-height: 36px;
  }

  .intro-top-box.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-top-box._90-percent {
    padding-top: 33px;
  }

  .intro-thumbnail {
    width: 80%;
  }

  .intro-thumbnail-2 {
    width: 80%;
  }

  .intro-box {
    width: 32%;
    max-width: 180px;
    margin-right: 4%;
  }

  .paragraph-gray {
    font-size: 20px;
    line-height: 30px;
  }

  .intro-text-box {
    margin-top: 0px;
  }

  .block-link-text {
    font-size: 18px;
  }

  .heading-link {
    font-size: 32px;
    line-height: 40px;
  }

  .intro-guy {
    position: relative;
    top: 0px;
  }

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

  .heading-left {
    margin-bottom: 40px;
  }

  .websites-arrow {
    width: 60px;
    height: 60px;
  }

  .figure {
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .big-words-container {
    max-width: 90%;
  }

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

  .bg-lines {
    padding-top: 38px;
  }

  .figure-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .big-words {
    margin-bottom: 20px;
    font-size: 19vw;
    line-height: 18vw;
  }

  .hi-there-text {
    margin-bottom: 20px;
  }

  .ball {
    width: 13vw;
  }

  .preview-link {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box {
    padding-top: 10px;
  }

  .social-icon-rounded.twittter {
    background-size: 12px;
  }

  .social-icon-rounded.facebook {
    background-size: 12px;
  }

  .team-name-link {
    font-size: 22px;
    line-height: 28px;
  }

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

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

  .full-button {
    padding-right: 12%;
    padding-left: 12%;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .faq-arrow {
    top: -4px;
    width: 25px;
    margin-top: 15px;
  }

  .accordion-item-content {
    margin-top: 10px;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-faq {
    margin-top: 10px;
  }

  .checkbox-box {
    margin-right: 10px;
  }

  .pricing-overview {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .flex.guy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .question {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 34px;
  }

  .post-text-box {
    padding-top: 10px;
    padding-left: 3%;
  }

  .link-block-button {
    margin-top: 10px;
  }

  .hover-icon {
    width: 30px;
  }

  .cta-left {
    width: 100%;
  }

  .cta-right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h4 {
    font-size: 44px;
    line-height: 50px;
  }

  .h4.small {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .h4.small-mobile {
    font-size: 34px;
    line-height: 40px;
  }

  .success-message.height {
    height: auto;
  }

  .button-box.left-padding {
    margin-top: 20px;
    padding-left: 0px;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .paragraph-spans {
    font-size: 50px;
    line-height: 60px;
  }

  .span {
    width: 90px;
    height: 45px;
  }

  .span._1 {
    background-size: 48px;
  }

  .span._2 {
    position: relative;
    bottom: -2px;
    background-size: 35px;
  }

  .span._3 {
    background-size: 33px;
  }

  .span._4 {
    background-size: 65px;
  }

  .numbers {
    width: 50%;
  }

  .h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .number-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .sign-small {
    font-size: 35px;
    line-height: 45px;
  }

  .numbers-container {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-arrow {
    top: -51%;
  }

  .slide {
    margin-right: 20px;
  }

  .text-left-column {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .guy-column {
    width: 100%;
    margin-top: 70px;
  }

  .right-bg-container {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
    padding-top: 0px;
  }

  .column-left-flex {
    padding-left: 0%;
  }

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

  .text-gray.last {
    margin-bottom: 0px;
  }

  .container-bottom-line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .feature-list-line.last {
    padding-bottom: 0px;
  }

  .text-left-padding {
    width: 100%;
    padding-top: 40px;
  }

  .options-list {
    margin-top: 30px;
  }

  .expand-image {
    width: 45px;
    height: 45px;
    background-size: 18px;
  }

  .play-button {
    width: 90px;
    height: 90px;
  }

  .play {
    width: 25px;
    height: 35px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 46px;
  }

  .cta-form-rounded {
    max-width: 440px;
    margin-top: 30px;
  }

  .newsletter-submit-button {
    font-size: 13px;
    line-height: 25px;
  }

  .cta-right-column {
    width: 100%;
  }

  .guy-column-empty {
    width: 100%;
  }

  .services-slider {
    margin-bottom: 10px;
  }

  .services-arrow {
    position: relative;
    bottom: -32px;
  }

  .services-arrow.right {
    bottom: 28px;
  }

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

  .classes-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .frame {
    height: 100%;
  }

  .contact-row {
    padding-left: 10px;
  }

  .link {
    font-size: 18px;
    line-height: 18px;
  }

  .contacts-row {
    width: 100%;
  }

  .text-left-scroll {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .guy-column-services {
    z-index: 0;
    width: 100%;
    margin-bottom: 0px;
  }

  .bootm-bg {
    height: 60%;
  }

  .right-hand {
    z-index: 1;
  }

  .box-row {
    margin-bottom: 40px;
  }

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

  .grid-block {
    margin-bottom: 10px;
    padding: 45px 5%;
  }

  .grid-block-left {
    padding-top: 45px;
  }

  .bottom-padding {
    margin-bottom: 0px;
  }

  .grid-block-right {
    padding-top: 45px;
  }

  .text-padding-column {
    padding-left: 5%;
  }

  ._50-percent-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stats-column {
    padding-left: 5%;
  }

  .content-section-image {
    height: 350px;
  }

  .grid-block-bg {
    background-position: 50% 50%;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .footer-about-left {
    margin-right: 15px;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-1440-pixels {
    padding-right: 5%;
    padding-left: 5%;
  }

  .footer-column {
    width: 46%;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .footer-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faq-column-left {
    width: 28%;
  }

  .faq-set {
    margin-bottom: 80px;
  }

  .post-item-grid {
    margin-bottom: 40px;
  }

  .post-hero {
    height: 400px;
  }

  .button-pagination {
    padding-right: 12%;
    padding-left: 12%;
  }

  .full-button-copy {
    padding-right: 12%;
    padding-left: 12%;
  }

  .post-heading-box {
    margin-bottom: 50px;
  }

  .work-left-column {
    padding-right: 0px;
  }

  .side-block {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .post-title {
    font-size: 42px;
    line-height: 48px;
  }

  .flex-work-page {
    margin-right: auto;
    margin-left: auto;
  }

  .work-right {
    width: 100%;
  }

  .bg-circle-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rocks {
    width: 28vw;
  }

  .flex-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nmbers-right {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .numbers-guy {
    width: 100%;
  }

  .flex-box {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-brand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .team-member-left {
    width: 65%;
  }

  .h5-small {
    font-size: 32px;
    line-height: 40px;
  }

  ._3d-container {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .hero-subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-subtitle.landscape {
    margin-top: 0px;
  }

  .hero-subtitle-box {
    margin-top: 25px;
  }

  .services-right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0%;
  }

  .hero-services-section {
    min-height: 1220px;
    padding-top: 100px;
  }

  .intro-mobile {
    bottom: -7%;
  }

  .numbers-title {
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle-box-copy {
    margin-top: 25px;
  }

  .brand-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-list-left {
    width: 100%;
    margin-right: 0%;
    padding-right: 0px;
  }

  .services-list {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .services-list-right {
    width: 100%;
    margin-top: 60px;
  }

  .bottom-curve {
    margin-bottom: 0px;
    padding-left: 21%;
  }

  .subtitle-contact {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .subtitle-pricing {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-plan {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .tag-links {
    font-size: 18px;
  }

  .author-left {
    width: 40%;
  }

  .hero-mini-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-bg {
    height: 150%;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .gallery-item-4 {
    margin-bottom: 3%;
  }

  .navlink {
    color: #0f0f0f;
  }

  .hero-inner-box {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-inner-text {
    font-size: 40px;
    line-height: 46px;
  }

  .content-section {
    overflow: hidden;
    padding-top: 60px;
  }

  .content-section.inner-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.bottom-margin {
    margin-bottom: 60px;
  }

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

  .content-section.works {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hidden {
    display: inline;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .h3 {
    font-size: 42px;
    line-height: 50px;
  }

  .inner-hero-section {
    min-height: 298px;
  }

  .subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .gallery-left-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
    margin-left: 0%;
  }

  .gallery-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .hero-flex {
    padding-top: 70px;
  }

  .hero-flex.services {
    padding-top: 70px;
  }

  .hero-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 550px;
    padding-right: 0px;
  }

  .hero-left.services {
    margin-top: 40px;
    margin-bottom: 550px;
  }

  .hero-left.service-mobile {
    margin-top: 40px;
    margin-bottom: 270px;
  }

  .hero-text {
    font-size: 42px;
    line-height: 48px;
  }

  .hidden-4 {
    display: inline;
  }

  .subtitle-box._30-pixels {
    margin-top: 15px;
  }

  .subtitle-box._20-pixels {
    margin-top: 15px;
  }

  .hero-section {
    overflow: hidden;
    min-height: 1300px;
    padding-top: 0px;
  }

  .heading {
    width: 90%;
  }

  .subheading {
    font-size: 24px;
    line-height: 32px;
  }

  .pricing {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intro-top-box._90-percent {
    padding-top: 0px;
  }

  .intro-thumbnails-container {
    width: 75%;
  }

  .intro-box {
    width: 100%;
    max-width: 309px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .intro-box.last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .paragraph-gray {
    font-size: 18px;
    line-height: 26px;
  }

  .intro-text-box {
    margin-top: 40px;
  }

  .link-block-box {
    margin-top: 10px;
  }

  .intro-guy {
    left: auto;
  }

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

  .heading-left {
    margin-bottom: 30px;
  }

  .heading-left.slider {
    width: 100%;
  }

  .website-slide {
    margin-right: 20px;
  }

  .websites-slider {
    margin-right: 20px;
    margin-left: 20px;
  }

  .websites-arrow {
    width: 55px;
    height: 55px;
    margin-left: -10px;
  }

  .websites-arrow.right {
    margin-right: -10px;
  }

  .figure {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words-container {
    max-width: 100%;
  }

  .figure-2 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .bg-lines {
    padding-top: 20px;
  }

  .mobile-line-2.hero {
    margin-top: 112px;
  }

  .mobile-line-2._3 {
    margin-top: 106px;
  }

  .mobile-only {
    display: block;
  }

  .figure-3 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words {
    margin-top: 0px;
    font-size: 20vw;
    line-height: 20vw;
  }

  .hi-there-text {
    font-size: 22px;
    line-height: 28px;
  }

  .ball {
    width: 13vw;
  }

  .work-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .work-item.no-bottom-margin {
    margin-bottom: 50px;
  }

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

  .preview-link {
    font-size: 22px;
    line-height: 28px;
  }

  .text-box {
    padding-right: 3%;
    padding-left: 3%;
  }

  .text-box-white {
    width: 90%;
    padding: 40px 7%;
  }

  .team-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .content-section-clients {
    padding-top: 60px;
  }

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

  .client-logo.last {
    margin-bottom: 0px;
  }

  .pricing-left {
    width: 100%;
    padding: 20px 7%;
  }

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

  .pricing-right {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-button {
    min-width: 160px;
  }

  .button-subtitle-box {
    text-align: left;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .accordion-wrapper.faq {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .accordion-wrapper.last {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .open-close-box {
    height: 100%;
    margin-left: 5px;
  }

  .faq-arrow {
    width: 18px;
    margin-top: 10px;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-box {
    margin-right: 5px;
    padding-top: 12px;
  }

  .flex.mobile-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .need-help-box {
    margin-right: 3%;
  }

  .faq-left {
    width: 100%;
  }

  .faq-right {
    width: 100%;
    margin-top: 30px;
  }

  .question {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-right {
    width: 100%;
    height: 350px;
  }

  .testimonials-left {
    width: 100%;
    padding: 40px 5%;
  }

  .testimonials-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial {
    padding-left: 10px;
  }

  .testimonial-right-arrow {
    margin-right: 0%;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .post-item:last-child {
    margin-bottom: 0px;
  }

  .cta-left {
    width: 100%;
    margin-top: 40px;
  }

  .cta-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .h4 {
    font-size: 38px;
    line-height: 44px;
  }

  .h4.small {
    font-size: 32px;
    line-height: 36px;
  }

  .form {
    max-width: 350px;
  }

  .button-box.left-padding {
    margin-top: 10px;
  }

  .scroll-down {
    display: none;
    width: 48px;
    height: 73px;
  }

  .scroll-arrow {
    width: 18px;
  }

  .paragraph-spans {
    font-size: 32px;
    line-height: 47px;
  }

  .span {
    position: relative;
    width: 68px;
    height: 35px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .span._1 {
    background-size: 38px;
  }

  .span._2 {
    position: relative;
    bottom: -8px;
    background-size: 29px;
  }

  .span._3 {
    bottom: -4px;
    background-size: 27px;
  }

  .span._4 {
    background-size: 49px;
  }

  .numbers {
    width: 100%;
    margin-right: 0%;
  }

  .number-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
  }

  .bottom-bg {
    height: 41%;
  }

  .slider-arrow {
    position: relative;
    bottom: -22px;
    width: 50px;
    height: 50px;
    margin-right: 55px;
  }

  .slider-arrow.right {
    bottom: 29px;
  }

  .text-left-column {
    padding-top: 50px;
  }

  .guy-column {
    margin-top: 50px;
  }

  .column-center-flex {
    width: 100%;
  }

  .column-left-flex {
    width: 100%;
  }

  .container-bottom-line {
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-list-line {
    margin-bottom: 10px;
  }

  .feature-list-line.last {
    padding-bottom: 0px;
  }

  .text-left-padding {
    padding-bottom: 50px;
  }

  .options-list {
    margin-top: 30px;
  }

  .flex-align-top {
    width: 40px;
    margin-right: 15px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .service-sample-text {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 42px;
  }

  .span-small {
    position: relative;
    bottom: -2px;
    width: 83px;
    height: 39px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .span-small.imac {
    background-size: 68px;
  }

  .span-small.girl {
    background-size: 45px;
  }

  .span-small.keyboard {
    background-size: 51px;
  }

  .span-small.headphones {
    background-size: 34px;
  }

  .span-small.cup {
    background-size: 41px;
  }

  .cta-form-rounded {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    padding: 10px 15px 20px;
    border-radius: 5px;
  }

  .form-rounded {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .name-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .email-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    border-top-style: none;
    border-top-color: #fff;
    border-right-color: #bdc9d6;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-radius: 0px;
  }

  .newsletter-submit-button {
    width: 100%;
    height: 52px;
    min-height: auto;
    margin-top: 20px;
    margin-left: 0px;
    border-left-style: none;
    border-radius: 2.5px;
  }

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

  .services-slider {
    margin-bottom: 0px;
  }

  .classes-section {
    margin-left: 0px;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .frame {
    height: 100%;
    min-height: auto;
  }

  .contact-row {
    padding-left: 10px;
  }

  .contact-row.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-right {
    width: 22px;
    margin-right: 10px;
  }

  .link {
    font-size: 16px;
  }

  .text-left-scroll {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
  }

  .image-column-scroll {
    width: 100%;
  }

  .guy-column-services {
    margin-bottom: 10px;
  }

  .bootm-bg {
    height: 59%;
  }

  .relative-box {
    padding-right: 6%;
  }

  .value-row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .values-item {
    width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .right-hand {
    z-index: 0;
    display: none;
    width: 40%;
  }

  .half-column {
    width: 100%;
  }

  .box-row {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-row.last {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

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

  .grid-block {
    padding: 40px 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-inside-padding {
    width: 100%;
    margin-top: 20px;
  }

  .grid-block-left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    padding-top: 40px;
  }

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

  .grid-block-right {
    width: 100%;
  }

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

  .text-padding-column {
    width: 100%;
    padding: 60px 5%;
  }

  .flex-skills {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-item {
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .column-item-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .stats-column {
    width: 100%;
    margin-top: 10px;
  }

  .content-section-image {
    height: 300px;
  }

  .footer-left {
    max-width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0px;
  }

  .footer-container {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0px;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    margin-top: 10px;
  }

  .faq-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .faq-set {
    margin-bottom: 60px;
  }

  .instructions-set.last {
    margin-bottom: 0px;
  }

  .post-item-grid {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .hero-blog-left {
    width: 100%;
    height: 350px;
  }

  .hero-right-blog {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .post-heading-box {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .list-heading-left {
    margin-bottom: 0px;
  }

  .work-left-column {
    margin-right: 0px;
    padding-right: 0px;
  }

  .side-block {
    margin-bottom: 0px;
  }

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

  .flex-work-page {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .work-right {
    margin-bottom: 20px;
  }

  .flex-intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rocks {
    width: 40vw;
  }

  .text-padding-right {
    width: 100%;
  }

  .text-padding-left {
    width: 100%;
    padding-top: 0px;
  }

  .text-padding-left.last {
    margin-top: 20px;
    padding-right: 0%;
    padding-left: 3%;
  }

  .nmbers-right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .numbers-box {
    margin-top: 30px;
  }

  .flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-guy-column {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-brand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-experience {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .submit {
    width: 57%;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .contact-right-side {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-right {
    width: 100%;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .team-member-left {
    width: 100%;
    padding-right: 0%;
  }

  .team-member-right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .flex-team {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-blog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._3d-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .hidden-2 {
    display: inline;
  }

  .hidden-3 {
    display: inline;
  }

  .hero-subtitle-box {
    margin-top: 20px;
  }

  .hero-services-section {
    min-height: 1010px;
    padding-top: 0px;
  }

  .intro-mobile {
    bottom: 4%;
  }

  .numbers-title {
    margin-top: 10px;
  }

  .gallery-item-1 {
    margin-bottom: 3%;
  }

  .subtitle-box-copy {
    margin-top: 20px;
  }

  .post-tile-box {
    margin-top: 5px;
  }

  .brand-left {
    margin-bottom: 20px;
  }

  .services-list-left {
    margin-right: 0px;
    padding-right: 0px;
  }

  .services-list {
    width: 100%;
  }

  .services-list-right {
    margin-top: 40px;
  }

  .bottom-curve {
    width: 104%;
    padding-left: 36%;
  }

  .hero-imac {
    width: 61%;
    margin-left: 92px;
  }

  .team-text-padding {
    padding-left: 5%;
  }

  .subtitle-contact {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .subtitle-pricing {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-plan {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .tags {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .about-the-author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .author-left {
    width: 100%;
  }

  .author-right {
    margin-top: 5%;
    margin-left: 0%;
  }

  .hero-mini-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sportinggrotesque';
  src: url('../fonts/SportingGrotesque-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




/** below is nazmul css file **/
.w-slide {
  height: 1000px;
}