@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Karla;
  src: url('../fonts/Karla-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: #81848a;
  --headings: #2b2e4d;
  --link: #1fafff;
  --lines: #d1d5dc;
  --button-line: #ced2da;
  --bg: #f8faff;
  --button: #ffc05e;
  --button-text: #74582d;
  --dropdown: #e1e7f3;
  --gray-bg: #eceff7;
  --dropdown-hover: #d0d7e4;
  --twitter: #1da1f2;
  --facebook: #067aeb;
  --insta-1: #e71e4c;
  --insta-2: #fb774e;
  --dribbble: #ea4c89;
  --pinterest: #e60023;
  --linkedin: #01669e;
  --purple: #7f6aeb;
  --bg-transition: #e1e7f3;
  --green-bg: #e1f6f2;
  --blue-bg-3: #e2f2ff;
  --yellow-bg: #faf3d1;
  --slate-bg: #6f7aff;
  --yellow-bg-2: #f7d24a;
  --green: #1ad67d;
  --yellow-hover: #f1c580;
  --blue-bg: #4989ea;
  --purple-bg: #7755e3;
  --blue-bg-2: #4257f0;
  --side-line: #eaedf5;
}

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

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

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

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

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

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

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

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

body {
  color: var(--font);
  background-color: #f8faff;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h2 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

h3 {
  color: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h5 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

p {
  letter-spacing: -.02px;
  margin-bottom: 10px;
}

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

blockquote {
  text-align: center;
  border: 1px #000;
  width: 80%;
  margin: 45px auto;
  padding: 10px 20px;
  font-size: 28px;
  font-style: italic;
  line-height: 34px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
  line-height: 22px;
}

.bottom-line-box {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

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

.content-wrapper.wide {
  max-width: 1290px;
}

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

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

.top-margin._10-pixels {
  margin-top: 10px;
}

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

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

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

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._75-pixels {
  margin-top: 75px;
}

.top-margin._140-pixels {
  margin-top: 140px;
}

.top-margin.inner-pages {
  margin-top: 40px;
}

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

.flex-align-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.small-text {
  font-family: Rubik, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.small-text.gray {
  background-color: #0000;
}

.button-2 {
  border: 1px solid var(--button-line);
  color: var(--headings);
  text-align: center;
  letter-spacing: -.3px;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  padding: 12px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--button-line);
}

.text-medium {
  font-size: 15px;
  line-height: 20px;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

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

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

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

.content-section.double.colored {
  background-color: #4989ea;
}

.content-section.double.colored.changed-padding-2 {
  background-color: #45a7ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.double.invis, .content-section.double.mobile-vis {
  display: none;
}

.content-section.less-padding {
  padding-top: 40px;
}

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

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

.content-section.unten-padding.color {
  background-color: var(--bg);
}

.content-section.insta {
  display: none;
}

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

.narrow-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.set {
  margin-top: 40px;
}

.button {
  border: 2px solid var(--button);
  background-color: var(--button);
  color: var(--button-text);
  text-align: center;
  border-radius: 25px;
  min-width: 120px;
  padding: 12px 15px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

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

.bottom-border {
  border-bottom: 1px solid #a4aebe;
  margin-bottom: 40px;
}

.bottom-border._30-pixels {
  border-bottom-style: none;
  margin-bottom: 20px;
}

.content {
  background-color: #0000;
}

.navbar {
  background-color: var(--bg);
  height: 65px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-left: 15px;
  padding-right: 15px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.08);
}

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

.navlink {
  color: var(--headings);
  height: 60px;
  margin-right: 15px;
  padding-top: 19px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

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

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.dark {
  background-color: var(--headings);
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.dark.invisible {
  background-color: #0000;
}

.underline-hover.gray {
  background-color: var(--font);
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.navbar-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone {
  color: var(--font);
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.phone:hover {
  opacity: .85;
}

.phone-box {
  align-items: center;
  height: 100%;
  margin-right: 15px;
  padding-top: 19px;
  display: block;
}

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

.flex.margins {
  margin-left: -1%;
  margin-right: -1%;
}

.hero-section {
  background-color: #0000;
  padding-top: 120px;
  position: relative;
}

.hero-section.bottom-padding {
  padding-bottom: 40px;
}

.hero-section.bottom-padding.more-padding {
  padding-bottom: 100px;
}

.hero-section.services {
  background-color: var(--gray-bg);
  padding-top: 70px;
  overflow: hidden;
}

.hero-section.contact-us {
  background-color: var(--gray-bg);
  padding-top: 120px;
  padding-bottom: 20px;
}

.h1-big {
  font-size: 37px;
  line-height: 49px;
}

.h1-big.less-top-margin {
  margin-top: 10px;
}

.mini-title {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Montserrat-local, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 11.5px;
}

.link {
  border: 1px solid var(--lines);
  color: var(--headings);
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 12px;
  padding: 3px 20px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

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

.tag {
  color: var(--font);
  margin-right: 9px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.tag:hover {
  opacity: .8;
}

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

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute._2-grid {
  background-image: url('../images/Hompage-neu-4-3-small.webp');
  background-position: 50% 0;
  background-size: cover;
}

.absolute._1-grid {
  background-image: url('../images/faraway4-min.webp');
  background-position: 50% 0;
}

.absolute._3-grid {
  background-image: url('../images/tinywow_berding1_8367404.webp');
  background-position: 50%;
}

.absolute._5-grid {
  background-image: url('../images/faraway1-min.webp');
  background-position: 50% 0;
}

.absolute._6-grid {
  background-image: url('../images/2-g.webp');
}

.absolute._4-grid, .absolute._6-grid {
  background-image: url('../images/Homepage-3-small.webp');
  background-position: 50% 0;
}

.absolute.team-1 {
  background-image: url('../images/Team-1.jpg');
}

.absolute.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.absolute.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.absolute.team-4 {
  background-image: url('../images/Team-4.jpg');
}

.absolute.team-5 {
  background-image: url('../images/Team-5.jpg');
}

.absolute.team-6 {
  background-image: url('../images/Team-6.jpg');
}

.absolute.mobile-screen-2 {
  background-image: url('../images/FarAway-mobile-min.webp');
  background-position: 50% 0;
  inset: 0%;
}

.absolute.mobile-screen-3 {
  background-image: url('../images/berding-mobile-1.webp');
  background-position: 50% 100%;
}

.absolute.mobile-screen-4 {
  background-image: url('../images/yoga-page-mobile-B.webp');
  background-position: 50% 0;
}

.absolute.laptop {
  background-image: url('../images/christina-wocintechchat-com-6bI69ihF3MI-unsplash.jpg');
}

.absolute.planing {
  background-image: url('../images/thisisengineering-raeng-ftd-Qk0om20-unsplash.jpg');
}

.absolute.plans {
  background-image: url('../images/christina-wocintechchat-com-Jp-X63-an8U-unsplash.jpg');
}

.absolute.stare {
  background-image: url('../images/christina-wocintechchat-com-5v2Q5b4onY8-unsplash.jpg');
}

.absolute.explaning {
  background-image: url('../images/christina-wocintechchat-com-qZYNQp_Lm3o-unsplash.jpg');
}

.absolute.print {
  background-image: url('../images/christina-wocintechchat-com-HG9M8M29Ig4-unsplash.jpg');
}

.absolute.grid-1 {
  background-image: url('../images/artistiq-dude-xvCXgopmAgI-unsplash-1-1.jpg');
}

.absolute.grid-2 {
  background-image: url('../images/dan-gold-idQ9x2n_AMk-unsplash-1.jpg');
}

.absolute.grid-3 {
  background-image: url('../images/photo-1565382562869-b48759a86dca.jpeg');
}

.absolute.grid-4 {
  background-image: url('../images/dan-gold-opIZa6gWsFs-unsplash-1.jpg');
}

.absolute.block-mobile-4 {
  background-image: url('../images/block-4.webp');
}

.absolute.block-mobile-5 {
  background-image: url('../images/block-5.webp');
}

.absolute.block-mobile {
  background-image: url('../images/block-1.webp');
}

.absolute.block-mobile-2 {
  background-image: url('../images/block-2.webp');
}

.absolute.block-mobile-3 {
  background-image: url('../images/block-3.webp');
}

.absolute.a1, .absolute.a2, .absolute.b1 {
  background-image: url('../images/set-3-1.webp');
}

.absolute.b2 {
  background-image: url('../images/set-2-2.webp');
  background-size: cover;
}

.absolute.v2 {
  background-image: url('../images/V-2.webp');
  background-size: contain;
}

.absolute.v1 {
  background-image: url('../images/V-1.webp');
}

.absolute.v3 {
  background-image: url('../images/V-3.webp');
}

.absolute.v4 {
  background-image: url('../images/V-4.webp');
  background-size: cover;
}

.absolute.service {
  background-image: url('../images/Hompage-neu-small.webp');
  background-position: 50% 0;
}

.absolute.service-2 {
  background-image: url('../images/FarAway.webp');
  background-position: 50% 0;
}

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

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

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

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

.absolute.board {
  background-image: url('../images/thisisengineering-raeng-hOCYuLmTTnY-unsplash.webp');
  display: flex;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg);
  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-bg.blog-page {
  background-color: #e8edf7;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-item {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-bottom: 60px;
  margin-left: 1.666%;
  margin-right: 1.666%;
  display: flex;
}

.post-category {
  color: var(--font);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.post-title {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  transition: opacity .2s;
}

.post-title:hover {
  opacity: .85;
}

.go-up-button {
  z-index: 20;
  background-color: var(--button);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

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

.pagination-button {
  background-color: var(--headings);
  color: var(--bg);
  text-align: center;
  border-radius: 4px;
  min-width: 100px;
  margin-right: 0;
  transition: opacity .2s;
}

.pagination-button:hover {
  opacity: .85;
}

.item-flex {
  flex-wrap: wrap;
  margin-left: -1.666%;
  margin-right: -1.666%;
  display: flex;
}

.footer {
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.notice-text {
  text-align: center;
  padding-top: 18px;
  font-size: 13px;
  line-height: 21px;
}

.contact-link {
  color: var(--font);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .8;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  color: var(--font);
  font-size: 16px;
}

.menu-link.black.w--current {
  color: var(--button);
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  padding-top: 55px;
  padding-right: 20px;
  display: flex;
}

.menu {
  width: 33.333%;
}

.footer-column {
  align-items: center;
  width: 43%;
  margin-right: 7%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.notice {
  border-top: 1px solid var(--lines);
}

.title-text {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.title-text.medium {
  font-size: 16px;
}

.title-text.medium-white {
  color: #fff;
  font-size: 16px;
}

.text-small {
  font-size: 15px;
  line-height: 25px;
}

.hero-image {
  height: 635px;
  position: relative;
  overflow: hidden;
}

.hero-absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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;
}

.post-column {
  width: 67%;
}

.flex-left {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

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

.item-no-margin {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-left: 1.666%;
  margin-right: 1.666%;
  display: flex;
}

.content-section-gray {
  background-color: #e1e7f3b3;
  margin-top: 80px;
  padding-top: 70px;
  position: relative;
}

.content-section-gray.double {
  background-color: #e8edf7;
  padding-bottom: 70px;
}

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

.mini-title-link {
  color: var(--font);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 11.5px;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.subtitle-box {
  width: 50%;
}

.subtitle-box.home {
  width: 75%;
}

.subtitle-box.special {
  width: 65%;
  font-size: 20px;
}

.subtitle-box.long {
  width: 80%;
}

.work-hero {
  height: 590px;
  margin-top: 30px;
  position: relative;
}

.hover-absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.hover-absolute.work-page {
  background-position: 50% 0;
}

.work-right {
  width: 68%;
}

.work-left {
  width: 32%;
  padding-top: 27px;
  padding-right: 20px;
}

.inner-content-section {
  padding-top: 30px;
  position: relative;
}

.description-title {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.work-item {
  flex-direction: column;
  justify-content: center;
  width: 46.5%;
  margin-bottom: 60px;
  margin-left: 1.666%;
  margin-right: 1.666%;
  display: flex;
}

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

.preview-left {
  width: 41%;
}

.preview-right {
  text-align: left;
  width: 53%;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.work-title {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
}

.work-title:hover {
  opacity: .85;
}

.work-category {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
}

.work-category:hover {
  opacity: .8;
}

.work-margin-right {
  margin-right: 12px;
}

.hero-text-box {
  width: 56%;
  margin-top: 15px;
}

.hero-text-box.home, .hero-text-box.special {
  width: 100%;
}

.social-icon {
  background-color: var(--dropdown-hover);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  transition: border .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.social-icon.twitter {
  background-color: var(--twitter);
}

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

.social-icon.instagram {
  background-image: linear-gradient(131deg, var(--insta-1), var(--insta-2));
}

.social-icon.dribbble {
  background-color: var(--dribbble);
}

.social-icon.pinterest {
  background-color: var(--pinterest);
}

.social-icon.linkedin {
  background-color: var(--linkedin);
}

.h1-hero {
  font-size: 40px;
  line-height: 47px;
  display: inline;
}

.work-item-big {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 90px;
  display: flex;
}

.work-item-big._2 {
  margin-bottom: 60px;
  margin-right: 0%;
}

.works-column {
  width: 46%;
}

.section-colored {
  background-color: var(--purple);
  height: 612px;
  position: relative;
  overflow: hidden;
}

.grid-column-left {
  justify-content: flex-end;
  width: 42%;
  height: 100%;
  display: flex;
}

.h3-big {
  font-size: 27px;
  line-height: 37px;
}

.h3-big.white, .white {
  color: #fff;
}

.white.inverted {
  color: var(--headings);
}

.grid-left {
  max-width: 415px;
  margin-top: -200px;
}

.grid-item {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.absolute-grid {
  justify-content: space-between;
  width: 855px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.grid-right {
  max-width: 415px;
  margin-top: -138px;
}

.grid-container-left {
  flex-direction: column;
  justify-content: center;
  max-width: 472px;
  padding-left: 40px;
  display: flex;
}

.grid-column-right {
  flex: 1;
  position: relative;
}

.image-1 {
  z-index: 10;
  background-color: #eff3fa;
  width: 52%;
  height: auto;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.absolute-bg-2 {
  background-color: var(--bg-transition);
  display: none;
  position: absolute;
  inset: 0%;
}

.h4-big {
  font-size: 30px;
  line-height: 40px;
}

.text-container-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 7% 20px 20px;
  display: flex;
  position: relative;
}

.text-container-2.mobile-padding.invis {
  display: none;
}

.text-container {
  flex: 1;
  align-items: center;
  padding: 20px 20px 20px 7%;
  display: flex;
  position: relative;
}

.text-box {
  z-index: 1;
  width: 74%;
  max-width: 370px;
  position: relative;
}

.text-box.grid-box {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.heading-box {
  text-align: center;
  max-width: 524px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.moved {
  position: relative;
  top: 25px;
}

.overflow-section {
  margin-top: 100px;
  overflow: hidden;
}

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

.overflow-image {
  width: 122%;
  height: 445px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 445px;
  margin-left: 30px;
  position: relative;
}

.play-button {
  background-color: #ffc05ed9;
  background-image: url('../images/boton-de-reproduccion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
}

.side-word {
  margin: auto;
  line-height: 40px;
  position: absolute;
  top: 205px;
  left: -25px;
  transform: rotate(-90deg);
}

.team-picture-box {
  background-color: #0000;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.team-member {
  width: 30%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.team-member.last, .team-member.no-margin {
  margin-bottom: 0;
}

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

.job-title {
  color: var(--link);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.max-width {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.less-bottom-margin.medium {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

.social-icons-container.big {
  width: 43px;
  height: 43px;
}

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

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

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

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

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

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

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

.flex-start {
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.parallax-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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;
}

.parallax-bg.start-up {
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash.jpg');
}

.parallax-bg.desk {
  background-image: url('../images/thisisengineering-raeng-Y5r1H6B2fSg-unsplash.jpg');
}

.parallax-bg.shoe {
  background-image: url('../images/headway-5QgIuuBxKwM-unsplash.webp');
  background-position: 0%;
}

.parallax-bg.virtual {
  background-image: url('../images/john-schnobrich-FlPc9_VocJ4-unsplash.webp');
  background-position: 50%;
}

.feature-item {
  width: 20%;
  margin-bottom: 40px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

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

.feature-text {
  font-size: 16px;
  line-height: 27px;
}

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

.image-half {
  z-index: 10;
  background-color: #eff3fa;
  width: 50%;
  height: auto;
  min-height: 490px;
  position: relative;
  overflow: hidden;
}

.text-container-3 {
  background-color: var(--purple);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 5% 20px 20px;
  display: flex;
  position: relative;
}

.text-container-3.white-bg {
  background-color: var(--bg);
}

.text-container-3.white-bg.right {
  justify-content: flex-start;
  padding-left: 5%;
}

.text-box-2 {
  z-index: 1;
  width: 90%;
  max-width: 480px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.icon-box {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.expand {
  flex: 1;
}

.h6-small {
  margin-top: 0;
  font-size: 17px;
}

.h6-small.white {
  margin-bottom: 5px;
}

.content-section-2 {
  position: relative;
}

.post-item-margin {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-left: 1.666%;
  margin-right: 1.666%;
  display: flex;
}

.pricing-item {
  background-color: var(--dropdown);
  border-radius: 4px;
  width: 23%;
  padding: 20px 30px 30px;
}

.plan-name {
  color: var(--font);
  font-size: 21px;
}

.plan-price {
  margin-top: 20px;
  font-size: 40px;
  line-height: 40px;
}

.check-mark {
  margin-right: 8px;
}

.plan-text {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 23px;
}

.check-mark-image {
  margin-top: -5px;
}

.button-3 {
  background-color: var(--button);
  color: var(--button-text);
  text-align: center;
  border-radius: 4px;
  width: 100%;
  min-height: 42px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: opacity .2s;
}

.button-3:hover {
  opacity: .85;
}

.button-3.special {
  width: auto;
  min-width: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.flex-between.mobile-center.margin-top {
  margin-top: 30px;
}

.info-box {
  border-top: 1px solid var(--lines);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-link {
  color: var(--font);
  text-decoration: underline;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .85;
}

.text-link.blue {
  color: var(--link);
  background-color: #0000;
  margin-right: 0;
  text-decoration: none;
}

.newsletter-section {
  background-color: #4257f0;
  padding-bottom: 50px;
  position: relative;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  display: flex;
}

.newsletter-container {
  text-align: center;
  max-width: 500px;
  padding-top: 50px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--button);
  color: var(--bg);
  background-color: #0000;
  background-image: url('../images/usuario.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0;
  width: 150px;
  height: 40px;
  margin-right: 23px;
  padding-left: 35px;
  display: inline-block;
}

.text-field:focus {
  color: var(--bg);
  background-color: #0000;
}

.text-field::placeholder {
  color: var(--bg);
}

.text-field.email {
  background-image: url('../images/email.svg');
  background-size: 17px;
}

.form-button {
  background-color: var(--button);
  color: var(--button-text);
  text-align: center;
  border-radius: 2px;
  min-width: 120px;
  height: 42px;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.form-button:hover {
  background-color: #fecc7e;
}

.newsletter-icon {
  background-color: var(--button);
  background-image: url('../images/sobre-de-papel-blanco-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-title {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
}

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

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

.blocks-container {
  flex-direction: column;
  width: 43%;
  display: flex;
}

.block-1 {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.block-2 {
  width: 380px;
  height: 279px;
  position: relative;
}

.grid-container {
  width: 1100px;
  position: absolute;
  top: -48%;
  bottom: -45%;
  right: -339px;
  transform: rotate(-30deg);
}

.mobile-4 {
  background-color: #ced2da;
  border-radius: 25px;
  width: 233px;
  height: 408px;
  position: absolute;
  bottom: -21%;
  right: 115px;
  overflow: hidden;
  transform: rotate(90deg);
}

.mobile-1 {
  background-color: #ced2da;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 230px;
  height: 403px;
  margin-left: 20px;
  display: flex;
  position: relative;
  top: 266px;
  overflow: hidden;
}

.column-text-left {
  justify-content: flex-start;
  width: 42%;
  height: 100%;
  padding-left: 6%;
  display: flex;
  position: relative;
}

.section-colored-blue {
  background-color: #4989ea;
  height: 480px;
  min-height: 480px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.mobile-3 {
  background-color: #ced2da;
  border-radius: 25px;
  width: 233px;
  height: 408px;
  position: relative;
  overflow: hidden;
}

.mobile-2 {
  background-color: #ced2da;
  border-radius: 25px;
  width: 233px;
  height: 408px;
  display: flex;
  position: absolute;
  top: -60px;
  left: 149px;
  overflow: hidden;
  transform: rotate(90deg);
}

.relative {
  width: 233px;
  position: relative;
}

.column-grid-left {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 54%;
  position: relative;
}

.cta-section {
  background-color: #ff414d;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.cta-text-box {
  text-align: center;
  max-width: 500px;
}

.social-icon-big {
  background-color: var(--button);
  border-radius: 50px;
  width: 43px;
  height: 43px;
  margin-right: 11px;
  transition: border .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.social-icon-big.last {
  margin-right: 0;
}

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

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

.icon-big-down.twitter {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

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

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

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

.icon-big-up.twitter {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

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

.half-left {
  width: 50%;
}

.half-left.centered {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.link-medium {
  color: var(--bg);
  font-size: 15px;
  line-height: 20px;
  transition: opacity .2s;
}

.link-medium:hover {
  opacity: .8;
}

.element-6 {
  width: 32%;
}

.element-6.no-size {
  width: auto;
}

.hero-link {
  color: var(--headings);
  font-family: Rubik, sans-serif;
  font-weight: 500;
  transition: opacity .2s;
}

.hero-link:hover {
  opacity: .85;
}

.element-8 {
  width: 29%;
}

.intro-feature {
  border: 1px solid var(--lines);
  background-color: var(--bg);
  text-align: center;
  border-radius: 9px;
  width: 31%;
  padding: 30px;
}

.intro-icon {
  background-color: #0000;
  background-image: url('../images/Website-Creator-bro-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}

.intro-icon.backpack {
  background-color: #0000;
  background-image: url('../images/Developer-activity-bro.svg');
}

.intro-icon.notes {
  background-color: #0000;
  background-image: url('../images/Blog-post-bro-1.svg');
}

.sub-heading-box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.left-padding-column {
  align-items: center;
  width: 50%;
  padding-left: 7%;
  display: flex;
}

.h2-big {
  font-size: 30px;
  line-height: 38px;
}

.max-width-item {
  max-width: 282px;
}

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

.bottom-line {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 30px;
}

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

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

._38-percent-column {
  width: 37%;
}

.expand-flex {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.column-flex {
  display: flex;
}

.checkmark {
  background-color: var(--green-bg);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 8px;
}

.column {
  width: 48%;
}

.column.medium {
  width: 46%;
}

._66-percent-column {
  width: 66%;
}

._88-percent-column {
  width: 88%;
}

._66-percent-flex {
  align-items: center;
  width: 64%;
  margin-right: 2%;
  display: flex;
}

.paragraph {
  font-size: 17px;
  line-height: 25.5px;
}

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

.client {
  border: 1px solid var(--lines);
  text-align: center;
  border-radius: 5px;
  width: 23%;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.client.no-margin, .client.last {
  margin-bottom: 0;
}

.heading-box-left {
  text-align: left;
  max-width: 524px;
  margin-bottom: 50px;
  margin-right: auto;
}

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

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

.column-right-padding {
  width: 50%;
  padding-right: 30px;
}

._47-percent-column {
  width: 47%;
}

._47-percent-column.center {
  align-items: center;
  display: flex;
}

._80-percent-column {
  width: 80%;
}

.button-5 {
  border: 1px solid var(--button-line);
  color: var(--headings);
  text-align: center;
  background-color: #0000;
  border-radius: 2px;
  min-width: 130px;
  padding: 12px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: var(--button-line);
}

.button-5.special {
  min-height: 42px;
  padding-top: 15px;
}

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

.column-center.center {
  justify-content: center;
}

.sample-set-1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.work-sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 438px;
  height: 275px;
  margin-bottom: 35px;
  margin-right: 35px;
}

.work-sample._3d {
  background-image: url('../images/Homepage-3-small.webp');
  background-size: cover;
}

.work-sample._1c {
  background-image: url('../images/faraway3-min.webp');
  background-size: cover;
}

.work-sample._2c {
  background-image: url('../images/Homepage-4.webp');
  background-size: cover;
}

.work-sample._3c {
  background-image: url('../images/Homepage-2-small.webp');
  background-size: cover;
}

.work-sample._4a {
  background-image: url('../images/faraway-dark2-min.webp');
  background-size: cover;
}

.work-sample._1a {
  background-image: url('../images/Gallery---Pimp-1-small.webp');
  background-size: cover;
}

.work-sample._3a {
  background-image: url('../images/faraway1-min.webp');
  background-size: cover;
}

.work-sample._4c {
  background-image: url('../images/Hompage-1-neu-small.webp');
  background-size: cover;
}

.work-sample._4d {
  background-image: url('../images/tinywow_berding3_8367920.webp');
  background-position: 50%;
}

.work-sample._2d {
  background-image: url('../images/faraway-dark1-min.webp');
  background-size: cover;
}

.work-sample._2b {
  background-image: url('../images/berding1.webp');
  background-size: cover;
}

.work-sample._3b {
  background-image: url('../images/Custom-small.webp');
  background-size: cover;
}

.work-sample._2 {
  background-image: url('../images/Gallery---Create-1-small.webp');
}

.work-sample._1b {
  background-image: url('../images/faraway4-min.webp');
  background-size: cover;
}

.work-sample._2a {
  background-image: url('../images/tinywow_berding4_8368437.webp');
  background-size: cover;
}

.work-sample._1d {
  background-image: url('../images/Homepage-4.webp');
  background-size: cover;
}

.work-sample._4b {
  background-image: url('../images/FireShot-Capture-034-Berding-_-Partner-Rechtsanwälte-www.berding-baurecht.de.webp');
  background-size: cover;
}

.samples-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 3380px;
  margin-top: -42%;
  margin-left: -22%;
  display: flex;
  position: absolute;
  transform: rotate(-15deg);
}

.works-section {
  background-color: var(--dropdown);
  height: 550px;
  position: relative;
  overflow: hidden;
}

.works-section.works-mit-margin {
  margin-top: 0;
}

.sample-set-2, .sample-set-3, .sample-set-4, .sample-set-5, .sample-set-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.service-item {
  text-align: left;
  border-radius: 9px;
  width: 31%;
  padding-right: 30px;
}

.service-icon-green {
  background-color: #e1f6f2;
  background-image: url('../images/noun_Laptop_15863.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin-right: auto;
}

.service-icon-green.screen {
  background-color: #0000;
  background-image: url('../images/Business-Plan-bro-1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0%;
  width: 125px;
  height: 125px;
}

.service-icon-blue {
  background-color: var(--blue-bg-3);
  background-image: url('../images/noun_Laptop_15863.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin-right: auto;
}

.service-icon-blue.pay-chart {
  background-color: #0000;
  background-image: url('../images/CMS-Icon.svg');
  background-position: 0 0;
  background-size: auto;
  width: 125px;
  height: 125px;
}

.service-icon-yellow {
  background-color: var(--yellow-bg);
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin-right: auto;
}

.service-icon-yellow.point {
  background-color: #0000;
  background-image: url('../images/SEO-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0%;
  width: 125px;
  height: 125px;
}

.faq-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-content {
  margin-top: 15px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 30px;
}

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

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

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

.question {
  color: var(--font);
  font-weight: 400;
}

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

.full-width {
  flex: 1;
}

.mini-feature {
  text-align: center;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

._95-percent-column {
  width: 95%;
}

._62-percent-column {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 62%;
  display: flex;
}

.left-column {
  width: 47%;
}

.right-column {
  flex-direction: column;
  align-items: center;
  width: 47%;
  margin-top: 55px;
  display: flex;
}

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

.block-grid-3 {
  z-index: 10;
  background-color: var(--slate-bg);
  justify-content: flex-start;
  align-items: center;
  width: 52%;
  min-height: 610px;
  position: relative;
  overflow: hidden;
}

.grid-mobile {
  background-color: #ced2da;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 266px;
  height: 470px;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-mobile.top-margin {
  margin-top: 40px;
}

.block-grid-2 {
  z-index: 10;
  background-color: var(--yellow-bg-2);
  justify-content: center;
  align-items: center;
  width: 52%;
  height: 610px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-mobile-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 680px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mobile-column-2 {
  height: 100%;
  margin-top: -460px;
}

.block-mobile-left {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 680px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.set-offset {
  justify-content: space-between;
  align-items: stretch;
  width: 2160px;
  height: 100%;
  margin: -645px -721px -721px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotate(-30deg);
}

.set-1 {
  width: 520px;
}

.set-2 {
  width: 520px;
  margin-top: 80px;
}

.set-3, .set-4 {
  width: 520px;
}

.set-image {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.colored-bg {
  background-color: #e1e7f5;
  display: block;
  position: absolute;
  inset: 0%;
}

.set-offset-3 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -645px;
  margin-bottom: -721px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: none;
}

.set-vertical {
  width: 490px;
  margin-top: 80px;
}

.set-vertical.left {
  height: 100%;
  margin-top: 200px;
  margin-right: 30px;
}

.section-quote {
  background-color: #595bfb;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.quote-column-right {
  flex: 0 auto;
  width: 50%;
  max-width: 610px;
  position: relative;
}

.quote-column-left {
  justify-content: flex-end;
  width: 50%;
  max-width: 620px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 73%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.testimonial-text {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-quote {
  color: #fff;
  font-size: 25.5px;
  line-height: 40px;
}

.testionial-offset {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 910px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-pic {
  background-color: var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  margin-right: 30px;
}

.testimonial-pic._1 {
  background-image: url('../images/pic-1-1.jpg');
}

.testimonial-pic._2 {
  background-image: url('../images/pic-2.jpg');
}

.testimonial-pic._3 {
  background-image: url('../images/pic-3.jpg');
}

.testimonial-pic._4 {
  background-image: url('../images/pic-7.jpg');
}

.testimonial-pic._5 {
  background-image: url('../images/pic-4.jpg');
}

.testimonial-pic._6 {
  background-image: url('../images/pic-6.jpg');
}

.testimonial-pic._7 {
  background-image: url('../images/pic-5.jpg');
}

.testimonial-row {
  display: flex;
}

.testimonial-row-2 {
  margin-left: 98px;
  display: flex;
}

.flex-testimonials {
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  display: flex;
}

.display-none {
  display: none;
}

.left-arrow {
  background-color: var(--button);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  transition: opacity .2s;
  inset: auto 0% 0% auto;
}

.left-arrow:hover {
  opacity: .85;
}

.slide-arrow {
  color: var(--headings);
  font-size: 16px;
  font-weight: 700;
}

.right-arrow {
  background-color: var(--button);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  transition: opacity .2s;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  opacity: .85;
}

.slide-center-box {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.star {
  margin-right: 5px;
}

.hero-services-left {
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 80px;
  padding-left: 40px;
  display: flex;
}

.services-text-box {
  width: 100%;
  max-width: 560px;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.hero-services-right {
  width: 50%;
  position: relative;
}

.absoltute-services {
  align-items: flex-end;
  width: 730px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-left {
  width: 42%;
}

.contact-right {
  flex: 1;
}

.contact-details {
  max-width: 200px;
  margin-top: 20px;
  font-size: 16px;
}

.tab {
  border: 1px solid var(--lines);
  color: var(--font);
  text-align: center;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 4px;
  width: 15%;
  height: 100px;
  margin-right: 10px;
  padding-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  transition: border .2s;
}

.tab.w--current {
  background-color: #0000;
}

.tab.mobile {
  background-image: url('../images/noun_Smartphone_15858.svg');
  background-position: 50% 43%;
  background-size: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab.mobile.w--current {
  border-color: var(--link);
  background-color: #0000;
}

.tab.design {
  background-image: url('../images/noun_Laptop_15863.svg');
  background-position: 50% 43%;
  background-size: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab.design.w--current {
  border-color: var(--green);
}

.tab.other {
  background-image: url('../images/noun_set-square_179987.svg');
  background-position: 50% 43%;
  background-size: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.tab.other.w--current {
  border-color: var(--button);
  background-color: #0000;
  background-image: url('../images/noun_set-square_179987.svg');
}

.tabs-content {
  margin-top: 30px;
}

.form-field {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 0;
  width: 48%;
  height: 44px;
  margin-bottom: 30px;
  margin-right: 2%;
  display: inline-block;
}

.form-field:focus, .form-field::placeholder {
  color: var(--font);
}

.form-field.no-margin {
  margin-right: 0;
}

.textarea {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.textarea:focus {
  color: var(--font);
}

.success-message {
  background-color: #0000;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.row {
  margin-bottom: 3%;
}

.side-menu {
  width: 20%;
  padding-top: 25px;
}

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

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

.bottom-margin-image {
  border-bottom: 1px solid #a4aebe;
  margin-bottom: 20px;
}

.bottom-margin-image._20-pixels {
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  max-width: 100%;
  height: 100dvh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  overflow: visible;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field-login {
  border: 1px solid var(--lines);
  background-color: #0000;
  width: 100%;
  height: 44px;
  display: inline-block;
}

.form-field-login.bmc {
  text-align: center;
}

.submit-button {
  background-color: var(--button);
  color: var(--button-text);
  font-size: 15px;
  font-weight: 700;
}

.image-row {
  width: 31%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.text-container-4 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 7% 20px 20px;
  display: flex;
  position: relative;
}

.testimonial-quote {
  color: #fff;
  font-size: 25.5px;
  line-height: 40px;
}

.block-element {
  margin-top: 160px;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

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

.element-7 {
  width: 32%;
  margin-bottom: 0;
}

.element-9, .element-10 {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.set-vertical-2 {
  width: 490px;
  margin-top: 440px;
}

.mobile-column, .mobile-column-3, .mobile-column-4 {
  background-color: #ced2da;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 266px;
  height: 470px;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-column-4.top-margin {
  margin-top: 40px;
}

.select-field {
  border: 1px solid var(--lines);
  color: var(--font);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 44px;
  margin-bottom: 30px;
  padding-left: 12px;
  display: inline-block;
}

.flex-navbar {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.yellow {
  background-color: var(--button);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

.blue {
  background-color: var(--link);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.green {
  background-color: var(--green);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.purple {
  background-color: var(--purple);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gallery {
  width: 31%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}

.work-lightbox {
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-title-case {
  text-transform: none;
  font-size: 40px;
  line-height: 47px;
  display: inline;
}

.grid-6 {
  grid-column-gap: 8px;
  grid-template: "Area Area-2"
  / 1.25fr 1fr;
}

.social-icon-2 {
  background-color: #d0d7e4;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  transition: border .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.social-icon-2.twitter {
  background-color: #1da1f2;
}

.div-block-2 {
  height: 35px;
}

.div-block-3 {
  justify-content: center;
  height: 480px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.column-3 {
  padding-right: 10px;
}

.div-block-4 {
  margin-right: 30px;
}

.columns {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  max-width: 66%;
  padding-bottom: 80px;
  display: flex;
}

.checkbox-field {
  width: 100%;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  align-content: stretch;
}

.div-block-14 {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-15 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-16 {
  position: relative;
  bottom: 8.5px;
  right: 26.5px;
}

.with-fill {
  z-index: 2;
  color: var(--headings);
  letter-spacing: .4vw;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 800;
  line-height: 9vw;
  position: absolute;
  top: auto;
}

.div-block-18 {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
  display: flex;
}

.image-6, .image-7, .image-8 {
  width: 526px;
}

.image-9 {
  object-fit: cover;
  border-radius: 200px;
  width: 321px;
  height: 321px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.checkbox-field-2 {
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-right: 10px;
}

.bmc-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template: "Area Area-2 Area-4 Area-4 Area-5 Area-7"
                 "Area Area-3 Area-4 Area-4 Area-6 Area-7"
                 "Area-8 Area-8 Area-8 Area-9 Area-9 Area-9"
                 / 1fr 1fr .5fr .5fr 1fr 1fr;
  min-height: 100dvh;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  overflow: hidden;
}

.bmc-element {
  border: 1px solid #ced2da;
  padding: 1.25rem 1rem;
}

.bmc-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.bmc-list {
  margin-bottom: 0;
  padding-left: 1rem;
}

.div-block-19 {
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.div-block-20 {
  width: 260px;
}

.div-block-21 {
  max-width: 560px;
}

.bmc-body {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-bottom: 0;
  }

  .button.mobile-left {
    margin-left: 7px;
  }

  .button.mobile-left.contact-button {
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--dropdown);
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    text-align: left;
    width: 100%;
  }

  .navlink:active {
    background-color: #e1e7f3;
  }

  .underline-hover.dark, .underline-hover.gray {
    display: none;
  }

  .navbar-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .phone-box {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 7px;
    display: flex;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-image {
    height: 450px;
  }

  .content-section-gray {
    padding-bottom: 0;
  }

  .subtitle-box {
    width: 60%;
  }

  .work-hero {
    height: 450px;
  }

  .inner-content-section {
    padding-bottom: 0;
  }

  .hero-text-box {
    width: 90%;
  }

  .section-colored {
    padding-bottom: 0;
  }

  .text-box {
    width: 90%;
  }

  .overflow-image {
    width: 104%;
    height: 330px;
  }

  .lightbox-link {
    height: 330px;
  }

  .side-word {
    top: 128px;
  }

  .text-container-3 {
    padding-left: 4%;
  }

  .text-box-2 {
    width: 100%;
  }

  .content-section-2 {
    padding-bottom: 0;
  }

  .pricing-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._66-percent-column {
    width: 80%;
  }

  .set-offset-3 {
    margin-top: -583px;
  }

  .section-quote {
    height: 600px;
  }

  .hero-services-left {
    width: 54%;
  }

  .services-text-box {
    padding-top: 60px;
    padding-right: 0;
  }

  .hero-services-right {
    width: 46%;
  }

  .tab {
    width: 28%;
  }

  .menu-button {
    color: var(--font);
    padding-top: 24px;
  }

  .menu-button.w--open {
    background-color: var(--dropdown);
    color: var(--font);
  }

  .element-7 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .bmc-grid {
    flex-flow: column;
    grid-template-areas: ".";
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 27px;
    line-height: 33px;
  }

  h2 {
    font-size: 25px;
    line-height: 31px;
  }

  h3 {
    font-size: 23px;
    line-height: 29px;
  }

  h4 {
    font-size: 21px;
    line-height: 27px;
  }

  h5 {
    font-size: 19px;
    line-height: 25px;
  }

  h6 {
    font-size: 17px;
    line-height: 23px;
  }

  .bottom-line-box {
    margin-bottom: 30px;
  }

  .top-margin._75-pixels {
    margin-top: 50px;
  }

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

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

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

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

  .button.mobile-left.contact-button.w--current {
    margin-left: 0;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .navlink {
    height: 45px;
    padding-top: 12px;
    padding-left: 0;
  }

  .phone-box {
    padding-left: 0;
  }

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

  .flex.mobile-landscape-no-flex {
    display: block;
  }

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

  .h1-big.less-top-margin {
    font-size: 34px;
    line-height: 46px;
  }

  .footer-expand {
    flex-direction: row;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    align-items: flex-start;
    width: 51%;
  }

  .hero-image {
    height: 390px;
  }

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

  .subtitle-box {
    width: 100%;
  }

  .work-hero {
    height: 350px;
    margin-top: 20px;
  }

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

  .flex-space.mobile-center {
    justify-content: center;
  }

  .hero-text-box {
    width: 100%;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .h1-hero {
    font-size: 31px;
    line-height: 42px;
  }

  .section-colored {
    padding-top: 50px;
  }

  .h3-big {
    font-size: 24px;
    line-height: 34px;
  }

  .absolute-grid {
    margin-top: -52px;
  }

  .image-1 {
    width: 100%;
    min-height: 350px;
  }

  .h4-big {
    font-size: 27px;
    line-height: 37px;
  }

  .text-container-2.mobile-padding {
    padding-left: 7%;
    padding-right: 20px;
  }

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

  .text-box.mobile, .text-box.mobile-margin {
    margin-top: 15px;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .overflow-section {
    height: 290px;
  }

  .overflow-image {
    width: 106%;
    height: 290px;
  }

  .play-button {
    background-size: 20px;
    width: 80px;
    height: 50px;
  }

  .side-word {
    font-size: 21px;
    top: 120px;
  }

  .team-member {
    width: 45%;
    margin-bottom: 50px;
  }

  .job-title {
    font-size: 12px;
  }

  .feature-item {
    width: 28%;
  }

  .image-half {
    min-height: 350px;
  }

  .text-box-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .pricing-item.mobile-margin, .pricing-item.last {
    margin-bottom: 0;
  }

  .plan-price {
    font-size: 37px;
    line-height: 37px;
  }

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

  .flex-between.mobile-center {
    display: block;
  }

  .flex-center {
    justify-content: space-between;
  }

  .cta-title {
    font-size: 30px;
    line-height: 41px;
  }

  .hover-icon {
    width: 30px;
  }

  .cta-section {
    padding-top: 50px;
  }

  .half-left.centered.mobile-landscape-full {
    width: auto;
  }

  .half-right.mobile-landscape-full {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .half-right.mobile-landscape-full.mobile-margin {
    margin-top: 20px;
  }

  .intro-feature {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .h2-big {
    font-size: 27px;
    line-height: 35px;
  }

  ._50-percent-column.mobile-landscape-100-percent {
    width: 100%;
  }

  ._38-percent-column {
    width: 33%;
  }

  ._66-percent-column {
    width: 90%;
  }

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

  .paragraph.medium {
    display: block;
  }

  .no-top-margin {
    font-size: 21px;
    line-height: 27px;
  }

  .samples-container {
    margin-top: -168%;
    margin-left: -134%;
  }

  .works-section {
    height: 450px;
  }

  .service-item {
    width: 100%;
    padding-right: 20px;
  }

  .mini-feature {
    width: 25%;
    margin-bottom: 20px;
  }

  .block-grid-3, .block-grid-2 {
    width: 100%;
    min-height: 350px;
  }

  .set-offset-3 {
    margin-top: -476px;
  }

  .section-quote {
    height: 550px;
  }

  .slider {
    width: 100%;
  }

  .hero-services-left {
    width: 58%;
    padding-left: 20px;
  }

  .services-text-box {
    padding-right: 20px;
  }

  .hero-services-right {
    width: 42%;
  }

  .absoltute-services {
    padding-left: 0;
  }

  .tab {
    width: 30%;
  }

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

  .testimonial-quote {
    font-size: 23px;
    line-height: 37px;
  }

  .flex-navbar {
    height: auto;
  }

  .h1-title-case {
    font-size: 31px;
    line-height: 42px;
  }

  .social-icon-2 {
    width: 35px;
    height: 35px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-15 {
    position: relative;
  }

  .div-block-16 {
    right: 0;
  }

  .div-block-17 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .top-margin.inner-pages {
    margin-top: 0;
  }

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

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

  .content-section.double.mobile-vis {
    display: block;
  }

  .content-section.double.mobile-invis {
    display: none;
  }

  .button.mobile-left.contact-button.w--current {
    margin-left: 0;
  }

  .phone-box {
    margin-bottom: 12px;
    padding-top: 12px;
    padding-left: 0;
    display: flex;
  }

  .flex.mobile-no-flex {
    flex-direction: column;
  }

  .hero-section.bottom-padding.more-padding {
    padding-bottom: 50px;
  }

  .h1-big.less-top-margin {
    font-size: 31px;
    line-height: 43px;
  }

  .mini-title.more-spacing {
    line-height: 15px;
  }

  .post-item {
    width: 100%;
    max-width: 350px;
  }

  .item-flex.mobile-center {
    justify-content: center;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    width: 100%;
    margin-right: 0%;
  }

  .post-column {
    width: 100%;
  }

  .item-no-margin {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .subtitle-box {
    width: 90%;
  }

  .subtitle-box.long {
    width: 100%;
  }

  .work-hero {
    height: 190px;
  }

  .work-right {
    width: 100%;
  }

  .work-left {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .work-item {
    width: 100%;
  }

  .work-item.no-margin, .work-item.works-page {
    margin-bottom: 40px;
  }

  .preview-left, .preview-right {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .h1-hero {
    font-size: 29px;
    line-height: 38px;
  }

  .work-item-big, .work-item-big._2 {
    margin-bottom: 50px;
  }

  .works-column {
    width: 100%;
  }

  .section-colored {
    height: auto;
  }

  .grid-column-left {
    width: 100%;
  }

  .absolute-grid {
    height: 765px;
    margin-top: 35px;
    margin-left: 25px;
  }

  .grid-container-left {
    justify-content: flex-start;
    max-width: 100%;
  }

  .grid-column-right {
    flex: 0 auto;
    width: 100%;
    height: 765px;
  }

  .image-1 {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .h4-big {
    font-size: 24px;
    line-height: 34px;
  }

  .text-container-2 {
    justify-content: flex-start;
    padding-left: 7%;
    padding-right: 20px;
  }

  .text-container-2.mobile-padding.mobile-invis {
    display: none;
  }

  .text-container-2.mobile-padding.invis {
    display: block;
  }

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

  .overflow-section, .overflow-image {
    height: 230px;
  }

  .side-word {
    top: 95px;
  }

  .team-picture-box {
    width: auto;
  }

  .team-member {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .team-member.no-margin {
    margin-bottom: 40px;
  }

  .less-bottom-margin.medium {
    font-size: 17px;
    line-height: 21px;
  }

  .feature-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }

  .feature-item.mobile-margin {
    margin-bottom: 20px;
  }

  .image-half {
    width: 100%;
    height: 300px;
    min-height: auto;
  }

  .text-container-3 {
    justify-content: flex-start;
    padding-right: 30px;
  }

  .text-box-2 {
    max-width: 100%;
  }

  .post-item-margin {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .pricing-item {
    width: 100%;
    max-width: 350px;
  }

  .pricing-item.mobile-margin {
    margin-bottom: 40px;
  }

  .plan-price {
    font-size: 34px;
    line-height: 34px;
  }

  .flex-between.mobile-center {
    justify-content: center;
  }

  .text-field {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-button.newsletter {
    width: 100%;
  }

  .cta-title {
    font-size: 27px;
    line-height: 38px;
  }

  .insta-pic {
    width: 50%;
  }

  .grid-container {
    margin-top: 240px;
  }

  .mobile-1 {
    top: 166px;
  }

  .column-text-left {
    width: 100%;
  }

  .section-colored-blue {
    height: auto;
    min-height: 600px;
    padding-top: 40px;
  }

  .column-grid-left, .element-6, .element-8 {
    width: 100%;
  }

  .intro-feature {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .sub-heading-box {
    width: 90%;
  }

  .left-padding-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  ._50-percent-column {
    width: 100%;
  }

  .right-padding-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }

  ._38-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .column {
    width: 100%;
  }

  .column.medium {
    width: 100%;
    margin-bottom: 20px;
  }

  ._88-percent-column {
    width: 100%;
  }

  ._66-percent-flex {
    width: 100%;
    margin-right: 0%;
  }

  .paragraph.medium {
    justify-content: flex-start;
  }

  .client {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .client.no-margin {
    margin-bottom: 20px;
  }

  .flex-between-start {
    justify-content: center;
  }

  ._47-percent-column, .button-5.special, .column-center {
    width: 100%;
  }

  .work-sample {
    width: 260px;
    height: 160px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .samples-container {
    margin-top: -185%;
    margin-left: -126%;
  }

  .service-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .service-item.last {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
  }

  .mini-feature {
    width: 50%;
  }

  ._95-percent-column {
    margin-bottom: 20px;
  }

  ._62-percent-column, .left-column {
    width: 100%;
  }

  .right-column {
    width: 100%;
    margin-top: 0;
  }

  .block-grid-3 {
    width: 100%;
  }

  .block-grid-2 {
    width: 100%;
    min-height: auto;
  }

  .set-offset {
    justify-content: center;
    margin-left: -601px;
    margin-right: 0;
    transform: rotate(-30deg);
  }

  .set-1, .set-2, .set-3 {
    margin: 10px;
  }

  .set-4 {
    margin: 10px;
    display: none;
  }

  .set-image {
    margin-bottom: 10px;
  }

  .set-vertical.left {
    margin-top: 389px;
    margin-right: 20px;
  }

  .quote-column-right {
    width: 100%;
    display: none;
  }

  .quote-column-left {
    width: 100%;
  }

  .testionial-offset {
    position: relative;
  }

  .left-arrow {
    margin-right: 50px;
  }

  .right-arrow {
    margin-right: 20px;
  }

  .hero-services-left {
    width: 100%;
  }

  .hero-services-left.mobile-0-padding {
    padding-bottom: 0;
  }

  .services-text-box {
    width: 100%;
    padding-right: 20px;
  }

  .hero-services-right {
    width: 100%;
    padding-left: 20px;
  }

  .absoltute-services {
    position: relative;
  }

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

  .side-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-row {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }

  .text-container-4 {
    justify-content: flex-start;
  }

  .block-element {
    margin-top: 60px;
  }

  .element-7 {
    width: 100%;
  }

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

  .gallery {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1-title-case {
    font-size: 29px;
    line-height: 38px;
  }

  .grid-8 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .div-block-17, .image-5 {
    width: 100%;
    height: 100%;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

#w-node-b08bb409-f77a-97ae-e2df-71057d4a87cf-a070948c {
  grid-area: Area;
  justify-self: start;
}

#w-node-_0d30c6fd-fbea-fcbd-eb52-230789baa03a-a070948c {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-_8ccaf78e-5902-906c-5ddc-f941c9a4071d-a070948c {
  justify-self: start;
}

#w-node-d700c48e-e38a-19f4-083e-b494f307b2ca-a070948c {
  justify-self: end;
}

#w-node-_9e094b59-b31f-29b2-4477-7dfb963a5971-cd709490 {
  grid-area: Area-2;
}

#w-node-_64cd4763-65d3-7688-d4ac-53e1a7327f0f-cd709490 {
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-_0d30c6fd-fbea-fcbd-eb52-230789baa03a-a070948c {
    grid-area: Area-3;
  }

  #w-node-_8ccaf78e-5902-906c-5ddc-f941c9a4071d-a070948c {
    grid-area: Area-4;
  }

  #w-node-d700c48e-e38a-19f4-083e-b494f307b2ca-a070948c {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}