@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sportinggrotesque;
  src: url("/assets/fonts/sportinggrotesque-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sportinggrotesque;
  src: url("/assets/fonts/sportinggrotesque-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-titles: #181818;
  --link-gray: #8e9194;
  --gradient-color-1: #d4dbe0;
  --gradient-color-2: #eff5f8;
  --lines: #c2cdd2;
  --link: #98a0a5;
  --subtitle-text: #7f8893;
  --white: white;
  --social-bg: #a2afb2;
  --blue-lines: #0875cf;
  --bg-button: #121414;
  --bg-mini-pic: #dce1e4;
  --bg-profile-pic: #b7c0c5;
  --bg-hover: #282c2c;
  --bg-gray: #c3cdd2;
  --bottom-bg: #dce1e4;
  --field-hover: #3e87e7;
  --ornage: #181818;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

body {
  color: var(--text-titles);
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

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

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

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

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

a {
  color: var(--link-gray);
  cursor: pointer;
  text-decoration: underline;
}

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

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

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

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.facebook {
  background-image: var(--image-i78299400);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: var(--image-i1f888e0e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: var(--image-i8d88a33);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.hero-bg {
  background-image: linear-gradient(234deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.divider-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.top-margin._20-pixels {
  margin-top: 0;
}

.top-margin.skill, .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 {
  background-color: #f2f0e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: background-color .2s;
}

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

.social-mini-icon.instagram {
  background-color: #fb774e;
  background-image: var(--image-2dcab44e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

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

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: var(--image-i8d88a33);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

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

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: var(--image-i198bfadc);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

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

.social-mini-icon.twittter {
  background-color: #1da1f2;
  background-image: var(--image-4cd26bda);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

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

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

.navlink {
  color: var(--text-titles);
  letter-spacing: -.3px;
  height: 100px;
  margin-right: 13px;
  padding-top: 38px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

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

.navlink.w--current {
  color: var(--link-gray);
}

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

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

.hero-inner-text {
  color: var(--text-titles);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}

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

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

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

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

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

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

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

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

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

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

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

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

.preloader-logo {
  height: 200px;
  display: inline;
}

.go-up-button {
  z-index: 3;
  background-color: #212121;
  background-image: var(--image-2b889f9c);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

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

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

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

.underline-hover {
  background-color: var(--link);
  height: 1.5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

.nav-menu {
  display: flex;
}

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

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

.preloader {
  z-index: 2147483647;
  background-image: linear-gradient(282deg, var(--gradient-color-1), var(--gradient-color-2));
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

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

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

.subtitle {
  color: var(--subtitle-text);
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.subtitle.white {
  color: var(--white);
}

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

.gallery-left-column {
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  margin-left: 2.2%;
  display: flex;
}

.content {
  background-image: linear-gradient(to bottom, var(--gradient-color-1), white);
}

.social-icon-gray {
  background-color: var(--social-bg);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  overflow: hidden;
}

.social-icon-gray.facebook {
  background-color: var(--blue-lines);
}

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

.gallery-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.twitter {
  background-image: var(--image-i8d88a33);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.facebook {
  background-image: var(--image-i78299400);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: var(--image-i1f888e0e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

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

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

.brand {
  height: 100px;
  padding-top: 34px;
  transition: transform .2s, opacity .2s;
}

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

.button {
  background-color: var(--bg-button);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  min-width: 180px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

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

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

.button-arrow-container {
  width: 80px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow-left, .button-arrow-right {
  background-image: var(--image-i75f9cf3d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0%;
}

.curve-bg {
  background-image: var(--image-6edbbdd0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  inset: auto 0% -1px auto;
}

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

.hero-mini-pic {
  background-color: var(--bg-mini-pic);
  -webkit-text-fill-color: inherit;
  background-image: var(--image-i216f461d);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 38px;
  background-clip: border-box;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 10px;
}

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

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

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

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

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

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

.hero-left.service-mobile {
  min-width: auto;
  max-width: 547px;
}

.hero-left.about-us {
  min-width: auto;
  max-width: 550px;
}

.hero-text {
  color: var(--text-titles);
  letter-spacing: -1.5px;
  object-fit: fill;
  width: 596px;
  margin-top: 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 56px;
  overflow: visible;
}

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

.h3-title {
  color: var(--text-titles);
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

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

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

.hero-pic {
  background-color: var(--bg-profile-pic);
  background-image: var(--image-i321ada8d);
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.hero-pic.about-us {
  background-image: var(--image-71ce7fb);
  background-size: 56px;
}

.hero-pic.services {
  background-image: var(--image-7456507a);
  background-size: 56px;
}

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

.hero-section.home {
  min-height: 660px;
  padding-top: 140px;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-section.about-us {
  min-height: 660px;
  overflow: hidden;
}

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

.hero-bottom-bg {
  background-image: linear-gradient(234deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bottom-bg.services-landscape {
  height: 100px;
}

.hero-bottom-bg.about-us {
  height: 140px;
}

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

.subheading {
  letter-spacing: -.5px;
  font-size: 24px;
  line-height: 30px;
}

.subheading.white {
  color: var(--white);
}

.pricing {
  margin-bottom: 60px;
  display: flex;
}

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

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

.intro-top-box.center {
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.paragraph-gray {
  color: var(--subtitle-text);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

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

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

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

.block-link-text {
  color: var(--text-titles);
  height: auto;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}

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

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

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

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

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

.heading-link {
  color: var(--text-titles);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

.heading-link:hover {
  color: var(--link);
}

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

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

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

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

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

.display-none {
  display: none;
}

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

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

.websites-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  transition: background-color .2s;
  display: flex;
}

.websites-arrow:hover {
  background-color: var(--bg-hover);
}

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

.change-this-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.change-this-image._3 {
  background-image: var(--image-10ffc235);
}

.change-this-image._4 {
  background-image: var(--image-i34cfdb26);
}

.change-this-image.service-1 {
  background-image: var(--image-749f1a02);
}

.change-this-image.service-2 {
  background-image: var(--image-33011662);
}

.change-this-image.service-3 {
  background-image: var(--image-i7aa032fe);
}

.change-this-image.service-4 {
  background-image: var(--image-i28417c5e);
}

.change-this-image._6 {
  background-image: var(--image-64bc1802);
}

.change-this-image.grid-1 {
  background-image: var(--image-13fc1186);
}

.change-this-image.grid-2 {
  background-image: var(--image-i57ff6d84);
}

.change-this-image.grid-3 {
  background-image: var(--image-4c7ac1e2);
}

.change-this-image.licensing-1 {
  background-image: var(--image-c8a39f4);
}

.change-this-image.licensing-2 {
  background-image: var(--image-dfba8d9);
}

.change-this-image.licensing-3 {
  background-image: var(--image-i68b5c160);
}

.change-this-image.books {
  background-image: var(--image-e09c05a);
}

.change-this-image.image-5 {
  background-image: var(--image-92bd522);
}

.change-this-image.service-5 {
  background-image: var(--image-i7cf025be);
}

.change-this-image.service-6 {
  background-image: var(--image-4ee5b9c2);
}

.change-this-image.testimonial-1 {
  background-image: var(--image-6920b51c);
}

.change-this-image.testimonial-2 {
  background-image: var(--image-692ecc9d);
}

.change-this-image.testimonial-3 {
  background-image: var(--image-693ce41e);
}

.figure {
  background-color: #0f1012;
  background-image: var(--image-i491c4e63);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

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

.figure-2 {
  background-color: #040406;
  background-image: var(--image-i782a25be);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

.bg-lines {
  padding-top: 141px;
  position: absolute;
  inset: 0%;
}

.lines {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 175px;
}

.lines._4 {
  margin-top: 6.8vh;
}

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

.lines._5 {
  width: 100%;
}

.lines._6 {
  margin-top: 7.5vh;
}

.lines._7 {
  margin-top: 6vh;
}

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

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

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

.mobile-only {
  display: none;
}

.figure-3 {
  background-color: #0f1012;
  background-image: var(--image-i781c0e3d);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  width: 15vw;
  max-width: 192px;
  height: 97px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color .3s;
  display: inline-block;
}

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

.ball {
  width: 10vw;
  position: absolute;
  inset: 27% auto 0% 12%;
}

.empty-state {
  background-color: #0000;
}

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

.hover-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image.gallery-2 {
  background-image: var(--image-i1a81ecfe);
}

.hover-image.gallery-1 {
  background-image: var(--image-i4f9c4dfc);
}

.hover-image.gallery-3 {
  background-image: var(--image-i35196f9e);
}

.hover-image.gallery-4 {
  background-image: var(--image-i4510b9dc);
}

.hover-image.gallery-5 {
  background-image: var(--image-6601bfe2);
}

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

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

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

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

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

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

.preview-link {
  color: var(--text-titles);
  margin-top: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.preview-link:hover {
  color: var(--subtitle-text);
}

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

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

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

.move-on-scroll {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.move-on-scroll.abstract-image {
  background-image: var(--image-3ebec062);
}

.move-on-scroll.dark {
  background-image: linear-gradient(#000000b3, #000000b3), var(--image-52f39f56);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.move-on-scroll.offices {
  background-image: var(--image-i729e8dbf);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.move-on-scroll.scroll {
  background-image: var(--image-i68b5c160);
}

.content-section-full {
  background-image: linear-gradient(287deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.content-section-full.gradient {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
}

.text-box-white {
  background-color: var(--white);
  width: 52%;
  height: 100%;
  margin-left: auto;
  padding: 70px 6%;
}

.social-icon-rounded {
  background-color: var(--gradient-color-1);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  overflow: hidden;
}

.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 {
  background-image: linear-gradient(273deg, var(--gradient-color-2), var(--gradient-color-1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 17px;
}

.job-title {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

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

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

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gradient-color-2);
  background-image: linear-gradient(to bottom, var(--gradient-color-1), var(--gradient-color-2));
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.team-name-link {
  color: var(--text-titles);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
}

.team-name-link:hover {
  color: var(--subtitle-text);
}

.content-section-clients {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 100%;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

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

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

.pricing-left {
  background-image: linear-gradient(84deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 67%;
  padding: 40px 5%;
}

.pricing-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

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

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

.pricing-right {
  background-image: linear-gradient(84deg, var(--gradient-color-2), var(--gradient-color-1));
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 25px;
  display: flex;
}

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

.bold {
  font-weight: 500;
}

.total-cost {
  border-top: 1px solid var(--lines);
  margin-bottom: 20px;
  padding-top: 15px;
}

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

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

.full-button {
  color: var(--text-titles);
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 57.5px;
  padding: 18px 7% 16px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

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

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

.button-subtitle {
  color: var(--subtitle-text);
  font-size: 18px;
  line-height: 22px;
}

.center-content {
  justify-content: center;
  display: flex;
}

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

.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 {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: block;
  position: relative;
}

.accordion-item-trigger {
  color: var(--text-titles);
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

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

.full-width-item {
  flex: 1;
}

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

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

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

.pricing-overview {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.flex {
  display: flex;
  position: relative;
}

.flex.wrap {
  flex-wrap: wrap;
  display: flex;
}

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

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

.pricing-overview-left {
  flex: 1;
}

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

.pricing-thumbnail {
  width: 32%;
}

.full-width {
  width: 100%;
}

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

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

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

.faq-left {
  justify-content: center;
  width: 50%;
  display: flex;
}

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

.faq {
  margin-top: 50px;
}

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

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

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

.testimonials-right._2 {
  background-image: var(--image-692ecc9d);
}

.testimonials-right._3 {
  background-image: var(--image-693ce41e);
}

.testimonials-left {
  background-image: linear-gradient(264deg, var(--gradient-color-1), var(--gradient-color-2));
  justify-content: flex-end;
  width: 64%;
  padding: 90px 3%;
  display: flex;
}

.testimonials-flex {
  height: 100%;
  display: flex;
}

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

.testimonial {
  background-image: var(--image-1750f483);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 63px;
  width: 100%;
  max-width: 540px;
  padding-top: 10px;
  padding-left: 32px;
}

.testimonials-slider {
  height: 100%;
}

.testimonial-text {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
}

.testimonial-name {
  color: var(--subtitle-text);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-left-arrow {
  background-color: var(--bg-button);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-left-arrow:hover {
  background-color: var(--text-titles);
}

.testimonial-right-arrow {
  background-color: var(--bg-button);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-right-arrow:hover {
  background-color: var(--text-titles);
}

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

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

.category-link {
  border: 1px solid var(--text-titles);
  color: var(--text-titles);
  border-radius: 90px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--text-titles);
  color: var(--white);
}

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

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

.hover-overlay {
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.flex-instagram {
  flex-wrap: wrap;
  display: flex;
}

.interaction-slide {
  background-color: #e9f2f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-insta {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-insta.insta-3 {
  background-image: var(--image-i4923a37e);
}

.hover-insta.insta-4 {
  background-image: var(--image-126c9f62);
}

.hover-insta.insta {
  background-image: var(--image-i44293e);
}

.hover-insta.insta-2 {
  background-image: var(--image-5b4c19a2);
}

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

.insta-handle {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .2s;
}

.insta-handle:hover {
  color: var(--bg-hover);
}

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

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

.cta-left {
  background-image: var(--image-i255c9909);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

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

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

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

.h4.small {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 48px;
}

.form {
  flex-wrap: wrap;
  max-width: 434px;
  display: flex;
}

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

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

.submit-button {
  background-color: var(--bg-button);
  background-image: none;
  background-size: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 101%;
  height: 53px;
  font-size: 15px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--bg-hover);
}

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

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

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

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

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

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

.content-section-cta {
  background-image: linear-gradient(287deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

.scroll-down {
  z-index: 3;
  background-color: #060606;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 76px;
  margin-right: 1%;
  transition: background-color .5s;
  display: flex;
  position: absolute;
  inset: auto 1% 15px auto;
}

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

.scroll-arrow {
  width: 22px;
}

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

.span {
  background-color: var(--bg-gray);
  border-radius: 27px;
  width: 99px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 47px;
  padding-right: 47px;
  line-height: 50px;
  display: inline-block;
}

.span._1 {
  background-image: var(--image-i193e80bd);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 57px;
}

.span._2 {
  background-image: var(--image-i7fb85c1d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  line-height: 58px;
}

.span._3 {
  background-image: var(--image-701a28c7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.span._4 {
  background-image: var(--image-64068f2e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 72px;
}

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

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

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

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

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

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

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

.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;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

.bottom-bg {
  background-color: var(--bottom-bg);
  height: 270px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.slider-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  transition: background-color .2s;
  display: flex;
  inset: -26% -25% auto auto;
}

.slider-arrow:hover {
  background-color: var(--bg-hover);
}

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

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

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

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

.guy-column {
  background-image: var(--image-i255c9909);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.top-bg-white {
  background-color: var(--white);
  width: 100%;
  height: 42px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

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

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

.curve-image {
  background-color: var(--bg-mini-pic);
  background-image: var(--image-i2a485a80);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
  border-radius: 80px;
  width: 80px;
  height: 35px;
  margin-right: 10px;
}

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

.column-center-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

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

.feature-list-icon {
  background-image: var(--image-184dfc1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.feature-list-icon._2 {
  background-image: var(--image-ifea023d);
}

.feature-list-icon._3 {
  background-image: var(--image-i2158e43b);
}

.text-gray {
  color: var(--subtitle-text);
  font-size: 19px;
  line-height: 28px;
}

.feature-list-item {
  margin-bottom: 20px;
  display: flex;
}

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

.container-bottom-line {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.expand-image {
  background-color: #272727;
  background-image: var(--image-3dcc184d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.on-scroll-bg {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.on-scroll-bg.play-video {
  background-image: var(--image-i7a7f9f30);
}

.video-play-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 6px;
  display: flex;
}

.play {
  background-image: var(--image-703756ef);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 30px;
  height: 40px;
}

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

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

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

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

.span-small.imac {
  background-image: var(--image-29617a9b);
  background-position: 50% 58%;
  background-repeat: no-repeat;
  background-size: 73px;
}

.span-small.girl {
  background-image: var(--image-7456507a);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.span-small.speaker {
  background-image: var(--image-i429679bd);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.note-pad {
  background-image: var(--image-dce0b7d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.keyboard {
  background-image: var(--image-62734495);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px;
}

.span-small.headphones {
  background-image: var(--image-i269b502f);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.cup {
  background-image: var(--image-5f462801);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 47px;
}

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

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

.form-rounded {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.name-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  flex: 1;
  width: 33.33%;
  height: 42px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 5px;
  transition: border-color .2s;
}

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

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

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

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

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

.newsletter-submit-button {
  background-color: var(--bg-button);
  color: var(--white);
  border-radius: 0 90px 90px 0;
  width: 33%;
  min-width: 90px;
  min-height: 69px;
  margin-left: 20px;
  padding: 5px 5% 0 4%;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--bg-hover);
}

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

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

.cta-right-column {
  background-image: var(--image-2186470);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

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

.hero-mini-glasses {
  background-image: var(--image-64068f2e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 8px;
}

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

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

.services-arrow {
  background-color: var(--bg-button);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 65px;
  transition: background-color .2s;
  display: flex;
  inset: -18% 0% auto auto;
}

.services-arrow:hover {
  background-color: var(--bg-hover);
}

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

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

.classes-content-wrapper {
  width: 400vw;
  display: flex;
}

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

.classes-sticky-wrapper {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.classes-section {
  background-color: #fff;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.classes-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

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

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

.classes-block._4, .classes-block._2, .classes-block._3, .classes-block._1 {
  flex-direction: column;
  display: block;
}

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

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

.frame {
  z-index: 0;
  border: 25px solid var(--gradient-color-2);
  width: 100%;
  height: 80%;
  min-height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.contact-detail-text {
  flex: 1;
  align-items: center;
  display: flex;
}

.link {
  color: var(--text-titles);
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

.guy-column-services {
  background-image: var(--image-i255c9909);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

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

.bootm-bg {
  z-index: 0;
  background-image: linear-gradient(274deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.values-bg {
  background-image: linear-gradient(240deg, var(--gradient-color-2), var(--gradient-color-1));
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 30px;
}

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

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

.right-hand {
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  margin-right: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-column {
  width: 50%;
}

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

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

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

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

.h3-white {
  color: var(--white);
  font-size: 56px;
  line-height: 62px;
}

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

.grid-block {
  background-image: linear-gradient(275deg, var(--gradient-color-2), var(--gradient-color-1));
  margin-bottom: 20px;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

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

.grid-block-left {
  background-image: linear-gradient(261deg, var(--gradient-color-2), var(--gradient-color-1));
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 2%;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

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

.grid-block-right {
  background-image: linear-gradient(261deg, var(--gradient-color-1), var(--gradient-color-2));
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.flex-skills {
  display: flex;
  position: relative;
}

.flex-skills.align-center {
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skills-paragraph {
  color: var(--subtitle-text);
  font-size: 18px;
  line-height: 24px;
}

.content-section-image {
  background-image: linear-gradient(287deg, var(--gradient-color-2), var(--gradient-color-1));
  width: 100%;
  max-width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.grid-block-bg {
  background-image: var(--image-i255c9909);
  background-position: 50% 190%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 337px;
  height: 350px;
  display: flex;
}

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

.footer-notice-link {
  color: var(--link-gray);
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: var(--blue-lines);
}

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

.menu {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 50%;
  display: block;
}

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

.footer-1440-pixels {
  z-index: -1;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-contact-link {
  color: var(--link-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
}

.footer-contact-link:hover {
  color: var(--bg-hover);
}

.footer-menu-link {
  color: var(--link-gray);
  align-items: center;
  height: 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.footer-menu-link.w--current, .footer-menu-link.blue {
  color: var(--blue-lines);
}

.footer-menu-link.blue:hover {
  color: var(--link-gray);
}

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

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

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

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

.footer-underline {
  background-color: var(--subtitle-text);
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.footer-branding {
  transition: transform .2s, opacity .2s;
}

.footer-branding:hover {
  opacity: .85;
  transform: scale(1.03);
}

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

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

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

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

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

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

.sticky {
  position: sticky;
  top: 100px;
}

.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;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  transition: transform .2s;
}

.faq-topic-link.w--current {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.hero-right-blog {
  background-image: linear-gradient(270deg, var(--gradient-color-1), var(--gradient-color-2));
  width: 50%;
  padding: 120px 7% 100px 5%;
}

.hero-preview-link {
  color: var(--text-titles);
  margin-top: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

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

.heading-post-page {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.pagination {
  justify-content: flex-end;
}

.button-pagination {
  background-color: var(--white);
  color: var(--text-titles);
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 57.5px;
  padding: 20px 4% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-work-page {
  flex-wrap: wrap;
  display: flex;
}

.work-right {
  width: 72%;
}

.utility-page-wrap {
  background-image: linear-gradient(273deg, var(--gradient-color-1), var(--gradient-color-2));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  display: flex;
}

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

.text-field {
  height: 45px;
}

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

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

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

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

.author-post-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-pic {
  margin-right: 15px;
  transition: opacity .2s;
}

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

.author-post-link {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.author-post-link:hover {
  color: var(--bg-hover);
}

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

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

.bg-circle-2 {
  background-image: var(--image-32ac8de8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg-circle-3 {
  background-image: var(--image-i70cb75a);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.bg-circle {
  background-image: var(--image-32ac8de8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 267px;
  height: 267px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.flex-intro {
  justify-content: center;
  display: flex;
  position: relative;
}

.expand {
  flex: 1;
}

.rocks {
  width: 20vw;
}

.flex-cta {
  display: flex;
  position: relative;
}

.text-padding-right, .text-padding-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 3%;
  display: flex;
}

.nmbers-right {
  flex: 1;
  display: flex;
  position: relative;
}

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

.flex-grid {
  display: flex;
  position: relative;
}

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

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

.flex-box {
  display: flex;
  position: relative;
}

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

.flex-brand, .flex-block, .flex-experience {
  display: flex;
  position: relative;
}

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

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

.flex-checkbox {
  flex-wrap: wrap;
  display: flex;
}

.field {
  color: #abb5b8;
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  width: 48.5%;
  height: 50px;
  margin-bottom: 0;
  font-size: 13px;
  transition: border .2s;
}

.field:hover {
  border-color: var(--field-hover);
  background-color: #0000;
}

.field:active, .field:focus, .field::placeholder {
  background-color: #0000;
}

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

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

.text-link {
  color: var(--subtitle-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: var(--blue-lines);
}

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

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

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

.textarea:hover {
  border-color: var(--field-hover);
}

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

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

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

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

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

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

.contact-form-flex {
  flex-wrap: wrap;
  display: flex;
}

.contact-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.select-field {
  color: #898989;
  background-color: #0000;
  border: 1px solid #adbcc1;
  border-radius: 0;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  transition: border .2s;
}

.select-field:hover {
  border-color: var(--field-hover);
}

.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 {
  flex: 1;
  width: 24%;
  margin-right: 4%;
}

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

.team-icon {
  background-image: var(--image-46a0a863);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.team-icon.phone {
  background-image: var(--image-i531d3109);
}

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

.team-link {
  color: var(--subtitle-text);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.team-link:hover {
  color: var(--blue-lines);
}

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

.flex-team, .flex-blog {
  display: flex;
  position: relative;
}

._3d-container {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% -2% auto;
}

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

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

.side-3 {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#d1d1cc, #9ea29e);
  width: 440px;
  height: 440px;
  position: absolute;
  inset: 0% auto auto 440px;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

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

._5 {
  background-color: var(--bg-button);
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  width: 430px;
  height: 430px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(90deg)rotateY(0)rotateZ(17deg);
}

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

.macbook {
  perspective: 2000px;
}

.hero-subtitle {
  color: var(--subtitle-text);
  margin-top: 14px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

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

.hidden-2, .hidden-3, .hidden-5 {
  display: inline;
  overflow: hidden;
}

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

.hero-subtitle-box.about-us, .hero-subtitle-box.max-width {
  max-width: 470px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.services-right {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

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

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

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

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

.hero-title-small {
  color: var(--text-titles);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

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

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

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

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

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

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

.team {
  background-color: var(--bg-profile-pic);
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 91px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
}

.hero-mini-imac {
  background-image: var(--image-29617a9b);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
  border-radius: 17.5px;
  width: 50px;
  height: 35px;
  margin-right: 8px;
}

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

.services-list {
  flex-wrap: wrap;
  display: flex;
}

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

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

.big-words-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 175px;
  position: absolute;
}

.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 {
  background-image: var(--image-6edbbdd0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 500px;
  height: 66px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  inset: auto 0% -1px auto;
}

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

.branding-pic {
  background-color: var(--bg-profile-pic);
  background-image: var(--image-i193e80bd);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.branding-pic.services {
  background-image: var(--image-i7a2cb607);
  background-size: 51px;
}

.profile-pic {
  background-color: var(--bg-profile-pic);
  background-image: var(--image-i193e80bd);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
}

.profile-pic.services {
  background-image: var(--image-7456507a);
  background-size: 56px;
}

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

.inner-hero-pic {
  background-color: var(--bg-profile-pic);
  background-image: var(--image-i193e80bd);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  width: 91px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
}

.inner-hero-pic.support {
  background-image: var(--image-i321ada8d);
  background-position: 50%;
  background-size: 45px;
}

.subtitle-contact {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.job-title-side {
  color: var(--subtitle-text);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle-pricing {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.pricing-plan {
  color: var(--subtitle-text);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.tags {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

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

.tag {
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: opacity .2s;
}

.tag:hover {
  opacity: .9;
}

.tag-links {
  text-decoration: none;
  transition: color .2s;
}

.tag-links:hover {
  color: var(--blue-lines);
}

.about-the-author {
  margin-top: 20px;
  display: flex;
}

.author-left {
  width: 24%;
}

.author-right {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  flex: 1;
  margin-left: 2%;
  padding: 10px 3px 28px 3%;
}

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

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

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

.slider-link {
  transition: opacity .4s;
}

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

._3d-container-imac {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 3% -11% auto;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.container-article {
  position: relative;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.card-inner-2 {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.section-content-2 {
  z-index: 600;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.image-wrapper {
  background-image: var(--image-7b40fadb);
  background-size: auto;
  height: 100vh;
  overflow: hidden;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.section {
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-type-wrapper {
  display: flex;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.inner-container {
  padding: 10% 12% 15%;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.card-4 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  overflow: hidden;
}

.image-container-2 {
  width: 100%;
  height: 100%;
}

.image-container-2.third {
  background-image: var(--image-29f129d9);
  background-position: 100%;
  background-size: cover;
}

.image-container-2.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: var(--image-9dcebbd);
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.image-container-2.second {
  background-image: var(--image-i438852c8);
  background-position: 50%;
  background-size: cover;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.main-heading.yo {
  font-size: 2vh;
  overflow: hidden;
}

.link-white {
  color: #fff;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-4.is--white {
  color: #fff;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 0%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 115px 0% 0% auto;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.image, .image-9, .image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  display: block;
  overflow: visible;
}

.section-2 {
  flex-direction: column;
  display: block;
  overflow: hidden;
}

.text-span {
  color: #ff4d00;
}

.text-span-2 {
  color: #f56020;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-hero {
  position: relative;
}

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

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-underline {
  background-image: var(--image-6bd25668);
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

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

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: var(--image-4465ec15), var(--image-i4d4286f5);
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.text-link-2 {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

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

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), var(--image-7fe12735);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section-footer {
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.service-container {
  perspective: 1667px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto 57px;
  padding: 15px;
  display: flex;
  transform: none;
}

.flex-service-25 {
  text-align: center;
  background-color: #f5f5f6;
  border: 1px solid #00000040;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 2px #00000021;
}

.flex-service-25:hover {
  background-color: #fff;
}

.service-image {
  flex: 0 auto;
  width: 45%;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 0;
}

.heading-service {
  color: #142435;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 12%;
  font-size: 26px;
}

.service-liste {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #242424;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
}

.service-liste.light {
  letter-spacing: 1.2px;
  background-color: #525252;
}

.service-liste.end {
  background-color: #242424;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.highlight {
  opacity: .1;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

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

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

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

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

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

.c-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

.yellow {
  color: #fff080;
}

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

.c-header {
  margin-bottom: 30px;
}

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

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

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

.c-card._1 {
  background-color: #0000;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

.c-card._102 {
  position: sticky;
  top: 500px;
}

.c-card._103 {
  position: sticky;
  top: 420px;
}

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

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

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

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

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

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

._w-card {
  background-color: #e9f2f5;
  background-image: linear-gradient(to bottom, var(--bg-mini-pic), white);
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

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

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

.h3-title-2.no-top-margin {
  color: #b7c0c5;
  text-align: center;
}

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

.h4-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

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

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

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

.cta-form-2 {
  direction: ltr;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

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

.flex-copy {
  display: flex;
  position: relative;
}

.flex-copy.wrap {
  flex-wrap: wrap;
  display: flex;
}

.flex-copy.mobile-wrap, .flex-copy.mobile-wrap-copy {
  display: block;
}

.hero__card-shine {
  background-image: radial-gradient(circle, #1c1341de, #1c134100 61%);
  border-radius: 100vw;
  width: 60em;
  height: 60em;
  margin-top: -30.4em;
  margin-left: -25.7em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero__card-logo {
  width: 6.6em;
}

.nav__line {
  background-color: #5c31ff;
  width: 0;
  height: .2em;
  margin-bottom: 3.3em;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: flex;
}

.container-2 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container-2.calc {
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

.container-2.is--nav {
  justify-content: space-between;
  align-items: stretch;
  height: 9em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-2.is--hero {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  padding-bottom: 7.3em;
  display: flex;
  position: relative;
}

.hero__button-icon {
  background-color: #eeedf2;
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #f88cd4, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.hero__h-contain {
  padding-bottom: 1.3em;
  position: relative;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
  overflow: hidden;
}

.nav__logo-img {
  width: 7em;
}

.hero__p-contain {
  overflow: hidden;
}

.nav__link-text {
  font-size: 1.1em;
}

.hero__icon {
  width: 5.5em;
  max-width: none;
  margin-left: -1.2em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero__card-top {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero__button-t-contain {
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero__card {
  transform-style: preserve-3d;
  background-image: linear-gradient(144deg, #eeedf24d, #fff0 43%);
  border: 2px solid #eeedf257;
  border-top-color: #eeedf22e;
  border-radius: 2em;
  width: 38em;
  min-width: 38em;
  height: 24em;
  position: relative;
  transform: rotate(-9deg);
}

.hero__card-icon {
  width: 3.5em;
}

.hero__button-text {
  color: #f88cd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 700;
}

.nav__logo-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__card-bottom {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.fill {
  background-color: #5c31ff;
  width: 0%;
  height: 100%;
}

.hero__card-content {
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  display: flex;
  overflow: hidden;
}

.hero__card-bar {
  width: 3.5em;
}

.hero__video {
  background-image: radial-gradient(circle, #0d062800 72%, #0d0628), linear-gradient(270deg, #0d0628, #0d062800 4%), linear-gradient(to right, #0d0628, #0d062800 4%), linear-gradient(to top, #0d0628, #0d062800 4%, #0d062800), linear-gradient(#0d0628, #0d062800 4%, #0d062800);
  width: 100%;
  height: 42em;
  position: relative;
}

.hero__card-text {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: 700;
}

.nav__icon-line {
  background-color: #eeedf2;
  width: 100%;
  height: .2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__left {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__right {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40.7em;
  margin-right: 2.3em;
  display: block;
  position: relative;
}

.nav__link {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
  display: flex;
}

.section-3 {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-3.is--hero {
  z-index: 4;
}

.section-3.is--pricing {
  color: #0d0628;
  background-color: #eeedf2;
}

.section-3.is--nav {
  z-index: 2000;
  position: absolute;
  inset: 0% 0% auto;
}

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

.hero__button-arrow {
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.fade-up {
  overflow: hidden;
}

.div-block-3 {
  z-index: 10;
  background-color: #4e4e4e;
  padding-bottom: 99px;
  position: relative;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

  .hero-left.home {
    width: 53%;
  }

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

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

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

  .pricing-detail {
    transition: color .2s;
  }

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

  .question {
    transition: color .2s;
  }

  .question:hover {
    color: #060606;
  }

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

@media screen and (min-width: 1440px) {
  .right-white-bg {
    width: 60%;
  }

  .hero-text {
    font-size: 58px;
    line-height: 65px;
  }

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

  .hover-bg {
    display: flex;
  }

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

@media screen and (min-width: 1920px) {
  .hero-text {
    font-size: 46px;
  }

  .big-words {
    font-size: 154px;
  }

  .hero-subtitle {
    font-size: 19px;
  }

  .hero-title-small {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navlink.w--current {
    color: var(--link);
  }

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

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

  .hero-inner-text {
    font-size: 46px;
    line-height: 52px;
  }

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

  .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: 80px;
  }

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

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

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

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

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

  .underline-hover {
    display: none;
  }

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

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

  .h3 {
    font-size: 44px;
    line-height: 50px;
  }

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

  .notice {
    margin-top: 40px;
  }

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

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

  .menu-button.w--open {
    color: var(--subtitle-text);
    background-color: #fff;
  }

  .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-left.service-mobile {
    min-width: 50%;
  }

  .hero-left.home {
    min-width: auto;
    max-width: 550px;
  }

  .hero-text {
    width: 434px;
    margin-top: 25px;
    font-size: 35px;
    line-height: 52px;
  }

  .h3-title {
    margin-top: 15px;
  }

  .h3-title.no-top-margin {
    margin-top: 0;
  }

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

  .subtitle-box._30-pixels, .subtitle-box._20-pixels {
    margin-top: 25px;
  }

  .hero-section.home {
    padding-top: 120px;
  }

  .heading {
    width: 72%;
  }

  .subheading {
    font-size: 24px;
    line-height: 30px;
  }

  .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 {
    margin-left: auto;
    margin-right: auto;
    top: -15px;
    left: auto;
  }

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

  .heading-left {
    margin-bottom: 30px;
  }

  .heading-left.slider {
    margin-left: 0%;
  }

  .websites-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .websites-arrow {
    margin-left: -20px;
  }

  .websites-arrow.right {
    margin-left: 0;
    margin-right: -20px;
  }

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

  .preview-link {
    font-size: 26px;
    line-height: 32px;
  }

  .text-box {
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 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-left: 20px;
    padding-right: 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: 0;
    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: 46px;
    line-height: 61px;
  }

  .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, .counter-numbers.right {
    padding-top: 0;
  }

  .bottom-bg {
    height: 295px;
  }

  .counter-1 {
    margin-bottom: 0;
  }

  .slider-arrow {
    width: 55px;
    height: 55px;
    margin-right: 65px;
    top: -35%;
  }

  .slider-arrow.right {
    margin-right: 0;
  }

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

  .text-gray {
    font-size: 18px;
    line-height: 27px;
  }

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

  .container-bottom-line {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

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

  .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-bottom: 13px;
    margin-right: 13px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 40px;
  }

  .cta-form-rounded {
    margin-top: 40px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .newsletter-submit-button {
    min-width: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .classes-scrollable {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .classes-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .classes-hidden-mask {
    height: auto;
    overflow: visible;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .classes-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .frame {
    height: 90%;
  }

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

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

  .footer {
    max-width: 100%;
    padding-top: 60px;
  }

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

  .footer-expand {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-expand.middle {
    width: 54%;
    margin-top: 0;
  }

  .footer-social-icons {
    padding-left: 0%;
  }

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

  .post-item-grid {
    width: 48%;
    margin-bottom: 50px;
    margin-right: 2%;
  }

  .post-hero {
    height: 500px;
  }

  .side-block {
    margin-bottom: 40px;
  }

  .post-title {
    font-size: 50px;
    line-height: 58px;
  }

  .flex-work-page {
    flex-wrap: nowrap;
  }

  .bg-circle-2, .bg-circle-3, .bg-circle {
    width: auto;
    height: 100%;
    display: flex;
    inset: 0%;
  }

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

  ._3d-container {
    right: 9%;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .hero-title {
    margin-top: 15px;
  }

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

  .hero-subtitle-box.max-width {
    max-width: 420px;
  }

  .hero-services-section {
    padding-top: 120px;
  }

  .intro-mobile {
    bottom: 7%;
  }

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

  .hero-title-small {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .side-hand {
    z-index: 0;
  }

  .author-left {
    width: 32%;
  }

  ._3d-container-imac {
    right: 9%;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .card-inner-2 {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: block;
  }

  .section-content-2 {
    width: 100vw;
    height: auto;
    display: none;
    overflow: hidden;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .card-4 {
    flex: none;
    width: 100%;
  }

  .image-container-2.first {
    object-fit: fill;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .heading-4 {
    font-size: 6vh;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 24% 0% auto auto;
  }

  .button-icon-small-secondary, .button-icon-small {
    position: static;
    top: 16px;
  }

  .service-container {
    flex-wrap: wrap;
  }

  .flex-service-25 {
    width: 40%;
    margin-bottom: 30px;
  }

  .h3-title-2 {
    margin-top: 15px;
  }

  .h3-title-2.no-top-margin {
    margin-top: 0;
  }

  .h4-2 {
    font-size: 46px;
    line-height: 52px;
  }

  .cta-right-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-form-2 {
    margin-top: 20px;
  }

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

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__card {
    transform: rotateX(20deg)rotateY(-3deg)rotateZ(-9deg);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

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

  h3, 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: 42px;
    line-height: 48px;
  }

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

  .content-section.inner-pages {
    margin-top: 0;
    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: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .content-section.inner-pages-top, .content-section.team-page {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

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

  .inner-hero-section {
    min-height: 280px;
    position: relative;
  }

  .subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .social-icon-gray.facebook, .social-icon-gray.twittter {
    background-size: 12px;
  }

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

  .curve-bg {
    margin-bottom: 0;
    padding-left: 21%;
  }

  .hero-flex.services {
    padding-top: 100px;
  }

  .hero-left {
    width: 100%;
    min-width: 100%;
  }

  .hero-left.service-mobile {
    flex-direction: column;
  }

  .hero-left.home {
    flex-direction: column;
    margin-bottom: 470px;
  }

  .hero-text {
    margin-top: 15px;
    font-size: 40px;
    line-height: 48px;
  }

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

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

  .hero-section {
    min-height: 1300px;
    padding-top: 120px;
  }

  .hero-section.home {
    min-height: 1120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.about-us {
    min-height: 1080px;
    padding-bottom: 0;
  }

  .signature-box {
    margin-top: 10px;
  }

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

  .intro-top-box.center {
    align-items: center;
  }

  .intro-top-box._90-percent {
    padding-top: 33px;
  }

  .intro-thumbnail, .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: 0;
  }

  .block-link-text {
    font-size: 18px;
  }

  .heading-link {
    font-size: 32px;
    line-height: 40px;
  }

  .intro-guy {
    position: relative;
    top: 0;
  }

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

  .heading-left {
    margin-bottom: 40px;
  }

  .websites-arrow {
    width: 60px;
    height: 60px;
  }

  .figure {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words-container {
    max-width: 90%;
  }

  .figure-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bg-lines {
    padding-top: 38px;
  }

  .figure-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words {
    margin-bottom: 20px;
    font-size: 19vw;
    line-height: 18vw;
  }

  .ball {
    width: 13vw;
  }

  .preview-link {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box {
    padding-top: 10px;
  }

  .social-icon-rounded.twittter, .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-left: 12%;
    padding-right: 12%;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .faq-arrow {
    width: 25px;
    margin-top: 15px;
    top: -4px;
  }

  .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 {
    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: 0;
    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: 0;
  }

  .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 {
    background-size: 35px;
    position: relative;
    bottom: -2px;
  }

  .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 {
    flex-wrap: wrap;
    width: 90%;
  }

  .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 {
    width: 100%;
    height: 50%;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .column-left-flex {
    padding-left: 0%;
  }

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

  .text-gray.last {
    margin-bottom: 0;
  }

  .container-bottom-line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

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

  .text-left-padding {
    width: 100%;
    padding-top: 40px;
  }

  .options-list {
    margin-top: 30px;
  }

  .expand-image {
    background-size: 18px;
    width: 45px;
    height: 45px;
  }

  .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, .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-left: 15px;
    padding-right: 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%;
  }

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

  .grid-block-right {
    padding-top: 45px;
  }

  .text-padding-column {
    padding-left: 5%;
  }

  ._50-percent-column {
    justify-content: center;
  }

  .stats-column {
    padding-left: 5%;
  }

  .content-section-image {
    height: 350px;
  }

  .grid-block-bg {
    background-position: 50%;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .footer-about-left {
    margin-right: 15px;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-1440-pixels {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-column {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .footer-expand {
    flex-direction: row;
    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, .full-button-copy {
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-heading-box {
    margin-bottom: 50px;
  }

  .work-left-column {
    padding-right: 0;
  }

  .side-block {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

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

  .post-title {
    font-size: 42px;
    line-height: 48px;
  }

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

  .work-right {
    width: 100%;
  }

  .bg-circle-3 {
    justify-content: center;
    align-items: center;
  }

  .rocks {
    width: 28vw;
  }

  .flex-cta {
    flex-wrap: wrap;
  }

  .nmbers-right {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-guy {
    width: 100%;
  }

  .flex-box {
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-brand {
    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 {
    width: 100%;
    inset: auto 0% 0%;
  }

  .hero-subtitle.landscape {
    margin-top: 0;
  }

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

  .services-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    inset: auto 0% 0%;
  }

  .hero-services-section {
    min-height: 1120px;
  }

  .intro-mobile {
    bottom: -7%;
  }

  .numbers-title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title-small {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 27px;
  }

  .home-subtitle-box {
    margin-top: 0;
  }

  .brand-column {
    flex: 0 auto;
    width: 100%;
  }

  .brand-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-list-left {
    width: 100%;
    margin-right: 0%;
    padding-right: 0;
  }

  .services-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-list-right {
    width: 100%;
    margin-top: 60px;
  }

  .bottom-curve {
    margin-bottom: 0;
    padding-left: 21%;
  }

  .subtitle-contact, .subtitle-pricing, .pricing-plan {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .tags-text, .tag-links {
    font-size: 18px;
  }

  .author-left {
    width: 40%;
  }

  .hero-mini-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  ._3d-container-imac {
    width: 100%;
    inset: auto 0% -6%;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .section {
    flex-direction: column;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

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

  .second-article {
    z-index: 21;
    position: relative;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .button-close {
    width: auto;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .text-link-2.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

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

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .service-container {
    flex-flow: column;
    margin-bottom: 20px;
    display: block;
  }

  .flex-service-25 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
  }

  .subtitle-2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .h4-2 {
    font-size: 44px;
    line-height: 50px;
  }

  .cta-right-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-copy.guy {
    flex-wrap: wrap;
  }

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

  .nav__icon {
    margin-left: 0;
  }

  .container-2.is--hero {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 12.3em;
  }

  .nav__logo-img {
    width: 9em;
  }

  .hero__right {
    width: 42em;
    margin-top: 7.2em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav__menu {
    display: none;
  }
}

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

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

  h3, 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;
  }

  .navigation {
    display: block;
  }

  .gallery-item-4 {
    margin-bottom: 3%;
  }

  .navlink {
    color: #0f0f0f;
  }

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-inner-text {
    font-size: 38px;
    line-height: 44px;
  }

  .content-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .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, .preloader-logo {
    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;
  }

  .preloader {
    display: none;
  }

  .inner-hero-section {
    min-height: 298px;
  }

  .subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .menu-button {
    padding-top: 38px;
  }

  .gallery-left-column {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .gallery-right {
    flex: 0 auto;
    width: 100%;
  }

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

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .mini-title-link {
    font-size: 15px;
  }

  .hero-flex, .hero-flex.services {
    padding-top: 70px;
  }

  .hero-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 550px;
    padding-right: 0;
  }

  .hero-left.service-mobile {
    margin-top: 40px;
    margin-bottom: 270px;
  }

  .hero-left.about-us {
    margin-bottom: 474px;
  }

  .hero-left.home {
    margin-top: 40px;
    margin-bottom: 400px;
  }

  .hero-text {
    width: auto;
    font-size: 29px;
    line-height: 42px;
  }

  .hidden-4 {
    display: inline;
  }

  .subtitle-box._30-pixels, .subtitle-box._20-pixels {
    margin-top: 15px;
  }

  .hero-section {
    min-height: 1300px;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-section.home, .hero-section.about-us {
    min-height: auto;
  }

  .hero-bottom-bg {
    height: 140px;
  }

  .hero-bottom-bg.services-landscape {
    height: 100px;
  }

  .heading {
    width: 90%;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .intro-top-box._90-percent {
    padding-top: 0;
  }

  .intro-thumbnails-container {
    width: 75%;
  }

  .intro-box {
    width: 100%;
    max-width: 309px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .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-left: 20px;
    margin-right: 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: 0;
    font-size: 15vw;
    line-height: 20vw;
  }

  .ball {
    width: 13vw;
  }

  .work-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .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-left: 3%;
    padding-right: 3%;
  }

  .text-box-white {
    width: 90%;
    padding: 40px 7%;
  }

  .team-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .content-section-clients {
    padding-top: 60px;
  }

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

  .client-logo.last {
    margin-bottom: 0;
  }

  .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-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .accordion-wrapper.last {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    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, .flex.mobile-wrap-copy1 {
    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 {
    flex-wrap: wrap;
  }

  .testimonial {
    padding-left: 10px;
  }

  .testimonial-right-arrow {
    margin-right: 0%;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .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 {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .paragraph-spans {
    font-size: 32px;
    line-height: 47px;
  }

  .span {
    width: 68px;
    height: 35px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .span._1 {
    background-size: 38px;
  }

  .span._2 {
    background-size: 29px;
    position: relative;
    bottom: -8px;
  }

  .span._3 {
    background-size: 27px;
    bottom: -4px;
  }

  .span._4 {
    background-size: 49px;
  }

  .numbers {
    width: 100%;
    margin-right: 0%;
  }

  .number-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .bottom-bg {
    height: 41%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 55px;
    position: relative;
    bottom: -22px;
  }

  .slider-arrow.right {
    bottom: 29px;
  }

  .text-left-column {
    padding-top: 50px;
  }

  .guy-column {
    margin-top: 50px;
  }

  .column-center-flex, .column-left-flex {
    width: 100%;
  }

  .container-bottom-line {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

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

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

  .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 {
    width: 83px;
    height: 39px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: -2px;
  }

  .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 {
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .name-input {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .email-input {
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-right-color: #bdc9d6;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 45px;
  }

  .newsletter-submit-button {
    border-left-style: none;
    border-radius: 2.5px;
    width: 100%;
    height: 52px;
    min-height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .services-slider {
    margin-bottom: 0;
  }

  .classes-section {
    margin-left: 0;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .frame {
    height: 100%;
    min-height: auto;
  }

  .contact-row {
    padding-left: 10px;
  }

  .contact-row.last {
    flex-wrap: wrap;
  }

  .icon-right {
    width: 22px;
    margin-right: 10px;
  }

  .link {
    font-size: 16px;
  }

  .text-left-scroll {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .image-column-scroll {
    width: 100%;
  }

  .guy-column-services {
    margin-bottom: 100px;
  }

  .bootm-bg {
    height: 59%;
  }

  .relative-box {
    padding-right: 6%;
  }

  .value-row {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-item {
    width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .right-hand {
    z-index: 0;
    width: 40%;
    display: none;
  }

  .half-column {
    width: 100%;
  }

  .box-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .box-row.last {
    flex-wrap: wrap-reverse;
  }

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

  .grid-block {
    flex-wrap: wrap;
    padding: 40px 5%;
  }

  .image-inside-padding {
    width: 100%;
    margin-top: 20px;
  }

  .grid-block-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    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 {
    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 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
    display: block;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .footer-container {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

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

  .post-item-grid {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

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

  .work-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .side-block {
    margin-bottom: 0;
  }

  .post-title {
    font-size: 40px;
    line-height: 46px;
  }

  .flex-work-page {
    flex-wrap: wrap-reverse;
  }

  .work-right {
    margin-bottom: 20px;
  }

  .flex-intro {
    flex-wrap: wrap;
  }

  .rocks {
    width: 40vw;
  }

  .text-padding-right {
    width: 100%;
  }

  .text-padding-left {
    width: 100%;
    padding-top: 0;
  }

  .text-padding-left.last {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 0%;
  }

  .nmbers-right, .flex-grid {
    flex-wrap: wrap;
  }

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

  .flex-box {
    flex-wrap: wrap;
  }

  .image-guy-column {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-brand, .flex-block, .flex-experience {
    flex-wrap: wrap;
  }

  .submit {
    width: 57%;
  }

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

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .contact-right {
    width: 100%;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .team-member-left {
    width: 100%;
    padding-right: 0%;
  }

  .team-member-right {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .flex-team {
    flex-wrap: wrap-reverse;
  }

  .flex-blog {
    flex-wrap: wrap;
  }

  ._3d-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

  .hero-subtitle {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 17px;
  }

  .hidden-2, .hidden-3 {
    display: inline;
  }

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

  .hero-services-section {
    min-height: 950px;
    padding-top: 0;
  }

  .intro-mobile {
    bottom: 4%;
  }

  .numbers-title {
    margin-top: 10px;
  }

  .gallery-item-1 {
    margin-bottom: 3%;
  }

  .hero-title-small {
    font-size: 17px;
    line-height: 26px;
  }

  .home-subtitle-box {
    margin-top: 0;
  }

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

  .brand-left {
    margin-bottom: 20px;
  }

  .services-list-left {
    margin-right: 0;
    padding-right: 0;
  }

  .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, .subtitle-pricing, .pricing-plan {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .tags {
    flex-wrap: nowrap;
  }

  .about-the-author {
    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;
  }

  ._3d-container-imac {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

  .div-block-2 {
    justify-content: stretch;
    padding-left: 0;
  }

  .text-block-2 {
    width: 80px;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .small-text {
    font-size: 9px;
  }

  .wrap-scrolling-text {
    clear: none;
    min-width: 10000px;
    min-height: 0;
    display: none;
    position: static;
    left: 52px;
    overflow: scroll;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .card-inner-2 {
    padding-right: 10%;
    display: block;
  }

  .section-content-2 {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .link-read-more {
    font-size: 24px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .cap {
    font-size: 80px;
  }

  .card-4 {
    flex: 1;
  }

  .image-container-2.first {
    background-image: var(--image-56ad43ef);
  }

  .image-container-2.second {
    background-position: 50% 0;
  }

  .main-heading {
    float: none;
    clear: none;
    width: auto;
    height: 160px;
    margin-top: 222px;
    margin-bottom: -6px;
    font-size: 25px;
    line-height: 25px;
    display: block;
    position: absolute;
    inset: 196px 0% 18% 4%;
    overflow: hidden;
  }

  .main-heading.yo {
    margin-top: 140px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .second-article {
    display: block;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .button-close {
    max-width: 35%;
    margin-top: 30%;
    margin-right: 9%;
    inset: -10% -8% auto auto;
  }

  .text-block-3 {
    position: relative;
  }

  .subscript {
    margin-top: 30px;
    margin-right: 1px;
    display: block;
  }

  .bold-text {
    overflow: visible;
  }

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

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .service-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .service-image {
    width: 35%;
    margin-top: 10px;
  }

  .heading-service {
    margin-top: 13px;
    margin-bottom: 25px;
    font-size: 24px;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._97 {
    top: 140px;
  }

  .c-card._100 {
    top: 200px;
  }

  .c-card._101 {
    top: 260px;
  }

  .c-card._102 {
    top: 380px;
  }

  .c-card._103 {
    top: 320px;
  }

  .c-card._104 {
    top: 380px;
  }

  .header {
    font-size: 3em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

  .subtitle-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .h4-2 {
    font-size: 38px;
    line-height: 44px;
  }

  .cta-right-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .flex-copy.mobile-wrap, .flex-copy.mobile-wrap-copy {
    flex-wrap: wrap;
  }

  .container-2.is--hero {
    padding-top: 15.4em;
  }

  .hero__button {
    font-size: 1.4em;
  }

  .hero__card {
    font-size: 1.1em;
  }

  .hero__video {
    height: 55em;
  }

  .hero__left {
    width: 91%;
  }

  .hero__right {
    width: 100%;
    margin-top: 8.4em;
  }

  .html-embed {
    object-fit: fill;
    margin-top: 80px;
    padding-left: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92b8-8591d51d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92bb-8591d51d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92bd-8591d51d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92c4-8591d51d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92c7-8591d51d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92d7-8591d51d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92da-8591d51d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92f1-8591d51d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc92f4-8591d51d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc930d-8591d51d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09c3e28a-e0de-0cd0-2c77-9ab21dfc9310-8591d51d {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url("/assets/fonts/sportinggrotesque-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sportinggrotesque';
  src: url("/assets/fonts/sportinggrotesque-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}