:root {
  --font: #81848a;
  --title: #1c1a1a;
  --olive: #91aea4;
  --gray-bg: #f1f3f8;
  --light-olive: #f1f7f5;
  --button-hover: #7e9e93;
  --light-salmon: #fff6f4;
  --light-purple: #edeaf5;
  --light-green-text: #edf8f8;
  --bg: #f1f3f8;
  --orange: #ffa38f;
  --medium-olive: #a4bcb5;
  --light-orange: #fea693;
  --plume: #8570bb;
  --light-plum: #9b8ac7;
  --light-organge: #fbf3ed;
  --gray-bg-2: #e9ecf3;
  --lines: #d6d9e1;
  --mint-cream: #ddece7;
  --rey: #7089bb;
  --darker-gray: #eaedf3;
}

.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(--font);
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  color: var(--title);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
}

h2 {
  color: var(--title);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

h3 {
  color: var(--title);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

h4 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

h6 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

p {
  color: var(--font);
  margin-bottom: 10px;
}

a {
  color: var(--olive);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

blockquote {
  width: 80%;
  text-align: center;
  border-left: 1px #000;
  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;
}

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

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.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.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo-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.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

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

.content-wrapper.offset {
  width: 90%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 60px;
  top: -90px;
}

.content-wrapper.end {
  width: 90%;
  height: auto;
  max-width: 1084px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.set {
  margin-top: 40px;
}

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

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

.content-section.no-top-padding {
  padding-top: 0;
}

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

.content-section.pricing {
  width: 100%;
  background-color: var(--gray-bg);
  margin-right: 0%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.double-gray {
  background-color: var(--gray-bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.olive {
  background-color: var(--light-olive);
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.overflow-hidden {
  overflow: hidden;
}

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

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

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

.content-section.no-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  min-height: 38px;
  min-width: 120px;
  background-color: var(--olive);
  color: #edf8f8;
  text-align: center;
  border-radius: 25px;
  padding: 13px 20px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  transition: background-color .2s;
}

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

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

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

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

.social-icon.linkedin {
  background-color: #01669e;
}

.social-icon.dribbble {
  background-color: #ea4c89;
}

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

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

.social-icon.pinterest {
  background-color: #e60023;
}

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

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

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

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

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

.small-text.gray {
  background-color: rgba(0, 0, 0, 0);
}

.top-margin {
  position: relative;
}

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

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

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

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

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

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

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

.top-margin._70-pixels {
  border-radius: 5px;
  margin-top: 70px;
}

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

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

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.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.dribbble {
  background-image: url('../images/regatear-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.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;
}

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

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

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

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

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

.navlink {
  height: 60px;
  color: var(--title);
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

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

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

.navlink.no-margin {
  margin-right: 0;
}

.nav-menu {
  height: 60px;
  display: flex;
}

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

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

.brand {
  height: 60px;
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: flex;
}

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

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.brand.w--current:hover {
  transform: scale(1.03);
}

.dropdown-link {
  background-color: #eff3fa;
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #e2e8f1;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--olive);
}

.dropdown-toggle {
  height: 60px;
  color: var(--title);
  padding-top: 16px;
  padding-right: 36px;
  font-weight: 400;
}

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

.mini-arrow {
  margin-top: 25px;
  font-size: 13px;
}

.dropdown {
  height: 60px;
  font-size: 15px;
}

.button-outline {
  min-height: 39px;
  min-width: 135px;
  border: 1px solid var(--olive);
  color: var(--olive);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding: 14px 28px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  background-color: var(--olive);
  color: #fff;
}

.left-border {
  padding-top: 11px;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  background-color: var(--olive);
  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;
  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;
}

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

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

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

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

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

.menu-title {
  color: #2b2e4d;
  font-size: 15px;
  font-weight: 700;
}

.notice {
  border-top: 1px solid #d1d5dc;
  margin-top: 70px;
}

.menu {
  width: 27%;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  padding-top: 55px;
  display: flex;
}

.footer {
  background-color: var(--bg);
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.menu-link {
  color: var(--font);
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

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

.title {
  color: #ef5e26;
  text-align: center;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  line-height: 21px;
}

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

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Hero_sm.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.hero-section.about-us {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/you-x-ventures-8wH1NjFthaY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.works {
  min-height: 560px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/you-x-ventures-CDq4ChZouXw-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.contact-us {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/inside-weather-2EUdAWQ3Uko-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.services {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/you-x-ventures-CDq4ChZouXw-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.post {
  background-image: url('../images/kelly-sikkema-v9FQR4tbIq8-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.hero-section.work-page, .hero-section.blog {
  background-image: url('../images/kelly-sikkema-v9FQR4tbIq8-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.faq {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/you-x-ventures-6awfTPLGaCE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.absolute-bg.table {
  background-image: url('../images/philosophy_1.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.absolute-bg.furniture {
  background-image: url('../images/philosophy_2.jpg');
  background-position: 0 0;
}

.absolute-bg.ramen {
  background-image: url('../images/tv_sm.jpg');
}

.absolute-bg.chair-1 {
  background-image: url('../images/1-g.jpg');
}

.absolute-bg.chair-2 {
  background-image: url('../images/2-g.jpg');
}

.absolute-bg.chair-3 {
  background-image: url('../images/3-g.jpg');
}

.absolute-bg.aerial {
  background-image: url('../images/inside-weather-eAzLO5tr2_c-unsplash.jpg');
}

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

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

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

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

.absolute-bg.team-1 {
  background-image: url('../images/Team_Tina.jpg');
  background-position: 50% 0;
}

.absolute-bg.team-2 {
  background-image: url('../images/Team_Janet.jpg');
  background-position: 0%;
}

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

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

.absolute-bg.montor {
  background-image: url('../images/you-x-ventures-bzqU01v-G54-unsplash.jpg');
}

.absolute-bg.video {
  background-image: url('../images/you-x-ventures-MUZFKa_mttU-unsplash.jpg');
  justify-content: center;
  align-items: center;
  display: flex;
}

.absolute-bg.tab-image {
  background-image: url('../images/you-x-ventures-6awfTPLGaCE-unsplash.jpg');
  background-position: 100%;
}

.absolute-bg.process-1 {
  background-image: url('../images/adomas-aleno--ySLeov8m_8-unsplash.jpg');
}

.absolute-bg.process-2 {
  background-image: url('../images/spencer-davis-ZuNMmZm8Ly4-unsplash.jpg');
}

.absolute-bg.process-3 {
  background-image: url('../images/spencer-davis-zN-r9QGGSNA-unsplash.jpg');
}

.absolute-bg.grid-2 {
  background-image: url('../images/inside-weather-Ijk3UP9uRhk-unsplash.jpg');
}

.absolute-bg.ceo {
  background-image: url('../images/you-x-ventures-fznQW-kn5VU-unsplash.jpg');
}

.absolute-bg._1 {
  background-image: url('../images/inside-weather-RU8eTK5COyE-unsplash_1.jpg');
}

.absolute-bg._2 {
  background-image: url('../images/inside-weather-OzqieLcs464-unsplash_1.jpg');
}

.absolute-bg.slide-image {
  background-image: url('../images/you-x-ventures-64201tp25Bw-unsplash.jpg');
  background-position: 50% 100%;
}

.absolute-bg.samples {
  background-image: url('../images/you-x-ventures-ZJlfUi5rTDU-unsplash-1.jpg');
}

.absolute-bg.grid {
  background-image: url('../images/inside-weather-ej3UoXYMaRI-unsplash_1.jpg');
}

.absolute-bg.grid-3 {
  background-image: url('../images/inside-weather-90ApxSJTTdg-unsplash.jpg');
}

.absolute-bg.slide-image-2 {
  background-image: url('../images/you-x-ventures-bzqU01v-G54-unsplash.jpg');
  background-position: 50%;
}

.absolute-bg.tab-image-2 {
  background-image: url('../images/you-x-ventures-6awfTPLGaCE-unsplash.jpg');
  background-position: 0%;
}

.absolute-bg.tab-image-3 {
  background-image: url('../images/you-x-ventures-MUZFKa_mttU-unsplash.jpg');
  background-position: 0%;
}

.hero-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-height: 730px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-wrapper.simple {
  min-height: 560px;
  padding-bottom: 0;
}

.hero-wrapper.blog {
  min-height: 600px;
  justify-content: flex-start;
  padding-top: 120px;
  padding-left: 30px;
}

.hero-wrapper.work {
  min-height: 600px;
}

.hero-wrapper.inner {
  min-height: 530px;
}

.hero-wrapper.post {
  min-height: 700px;
  justify-content: flex-start;
  padding-left: 30px;
}

.hero-box {
  width: 48%;
  text-align: center;
}

.hero-box.inner {
  margin-top: 0;
}

.hero-text {
  color: #fff;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

.hero-subtitle {
  color: #fff;
  font-size: 20px;
}

.text-block {
  display: inline;
}

.arrow-padding {
  margin-left: 5px;
  display: inline-block;
}

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

.heading-box.medium {
  max-width: 590px;
}

.h2-big {
  font-size: 28px;
  line-height: 45px;
}

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

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

.intro-box {
  width: 33.333%;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}

.icon-bg-box {
  width: 128px;
  height: 90px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-bg-box.small {
  width: 43%;
  height: 80px;
  max-width: 116px;
  justify-content: flex-end;
  margin-right: 20px;
}

.icon-bg {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-bg.reverse {
  transform: rotate(180deg);
}

.image {
  position: relative;
}

.inner-wrapper {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

._53-percent-column {
  width: 53%;
  justify-content: space-between;
  display: flex;
}

.underline {
  width: 42px;
  height: 4px;
  background-color: var(--olive);
  border-radius: 2px;
  margin-top: 15px;
}

.underline.center {
  margin-left: auto;
  margin-right: auto;
}

.title-name {
  font-weight: 400;
}

.title-name.small {
  font-size: 14px;
}

._84-percent-column {
  width: 84%;
}

.left-rounded {
  border-radius: 30px;
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}

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

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

.flex-space.air {
  margin-top: 14px;
}

.right-rounded {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.rounded-image {
  width: 48%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.expand-flex {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width {
  width: 67%;
  max-width: 424px;
}

.column-work {
  width: 32.52%;
  margin-right: 1%;
}

.column-work.last {
  flex-wrap: wrap;
  margin-right: 0;
}

.work-preview {
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

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

.absolute-hover.gallery-2 {
  background-image: url('../images/inside-weather-348dJPXEFHk-unsplash.jpg');
}

.absolute-hover.gallery-3 {
  background-image: url('../images/inside-weather-uFdRfAkM1DM-unsplash.jpg');
}

.absolute-hover.gallery-4 {
  background-image: url('../images/inside-weather-OzqieLcs464-unsplash.jpg');
}

.absolute-hover.gallery-5 {
  background-image: url('../images/inside-weather-RU8eTK5COyE-unsplash.jpg');
}

.absolute-hover.gallery-6 {
  background-image: url('../images/inside-weather-ej3UoXYMaRI-unsplash.jpg');
}

.absolute-hover.service {
  background-image: url('../images/Team_Tina.jpg');
}

.absolute-hover.service-2 {
  background-image: url('../images/Team_Janet.jpg');
}

.absolute-hover.service-3 {
  background-image: url('../images/Team_Elizabeth.jpg');
}

.absolute-hover.gallery-1 {
  background-image: url('../images/inside-weather-BayIzHKkjM4-unsplash.jpg');
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.mini-feature {
  height: 100%;
  border: 1px solid var(--olive);
  border-radius: 5px;
  flex-wrap: wrap;
  display: flex;
}

.left-mini-feature {
  border-right: 1px solid var(--olive);
  justify-content: center;
  align-items: center;
  padding: 13px 28px;
  display: flex;
}

.right-mini-feature {
  flex: 1;
  align-items: center;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

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

.top-rounded {
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

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

.max-454-pixels {
  width: 454px;
}

.min-height {
  width: 50%;
  min-height: 480px;
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.left-padding-center {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.column-center {
  width: 100%;
  max-width: 430px;
  text-align: center;
}

.full-section {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  width: 100%;
  height: 120%;
  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;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax-bg.video {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  width: 80px;
  height: 80px;
  background-image: url('../images/jugar.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.h4-big {
  font-size: 37.5px;
  line-height: 47.5px;
}

.h4-big.white {
  z-index: 1;
  color: #fff;
  position: relative;
}

.side-text {
  color: var(--orange);
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 19%;
  right: auto;
  transform: rotate(-90deg);
}

.feature-box {
  width: 33.333%;
  margin-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.display-none {
  display: none;
}

.slide {
  width: 31.5%;
  height: 100%;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--olive);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: -23px;
  display: flex;
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--olive);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -23px;
  display: flex;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-item {
  height: 100%;
  border-radius: 10px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pricing-item {
  width: 31.3%;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: var(--medium-olive);
  background-color: #fff;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
}

.pricing-item.orange {
  border-width: 4px 1px 1px;
  border-color: var(--light-orange);
}

.pricing-item.plum {
  border-width: 4px 1px 1px;
  border-color: var(--plume);
}

.pricing-title {
  border-bottom: 1px solid var(--medium-olive);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}

.pricing-title.orange {
  border-bottom-color: var(--light-orange);
}

.pricing-title.plum {
  border-bottom-color: var(--plume);
}

.pricing-bg {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.pricing-bg._2 {
  transform: rotate(180deg);
}

.pricing-bg-box {
  width: 100px;
  height: 90px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.price {
  color: var(--title);
  font-size: 33px;
}

.plan-text {
  font-size: 22.5px;
}

.pricing-padding {
  padding-bottom: 35px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--medium-olive);
  margin-top: 17px;
}

.accordion-wrapper.orange {
  border-bottom-color: var(--light-orange);
}

.accordion-wrapper.plume {
  border-bottom-color: var(--light-plum);
}

.accordion-wrapper.olive {
  border-bottom-color: var(--olive);
}

.accordion-item-trigger {
  width: 100%;
  color: var(--title);
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

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

.full-width {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.flex-no-wrap.left-padding {
  padding-left: 15px;
}

.details {
  color: var(--title);
  font-weight: 300;
}

.details.gray {
  color: var(--font);
  font-size: 17px;
}

.open-close-box {
  width: 20px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow {
  margin-top: 1px;
}

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

.check-mark {
  width: 22px;
  height: 22px;
  background-color: var(--light-olive);
  background-image: url('../images/Checkmark-g_1Checkmark-g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.check-mark.orange {
  background-color: var(--light-salmon);
  background-image: url('../images/Checkmark-o_1Checkmark-o.png');
}

.check-mark.plume-color {
  background-color: var(--light-purple);
  background-image: url('../images/Checkmark-p_1Checkmark-p.png');
}

.button-boxed-outline {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--olive);
  color: var(--olive);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 14px;
  font-size: 13px;
  line-height: 13px;
  transition: background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--light-olive);
}

.button-boxed-outline.orange {
  border-color: var(--light-orange);
  color: var(--orange);
}

.button-boxed-outline.orange:hover {
  background-color: var(--light-organge);
}

.button-boxed-outline.plume-color {
  border-color: var(--plume);
  color: var(--plume);
}

.button-boxed-outline.plume-color:hover {
  background-color: var(--light-purple);
}

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

.pricing {
  width: 31.5%;
  background-color: #fff;
  border-radius: 7.5px;
  margin-right: 2.7%;
  overflow: hidden;
}

.clients-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.client {
  width: 18%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.star {
  margin-right: 5px;
}

.italicize {
  font-style: italic;
}

.italicize.small {
  font-size: 15px;
}

.testimonial-box {
  width: 31%;
  margin-bottom: 60px;
  padding-right: 20px;
}

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

.testimonial-picture {
  width: 62px;
  height: 62px;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

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

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

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

.testimonial-picture._4 {
  background-image: url('../images/T-4_1T-4.jpg');
}

.testimonial-picture._5 {
  background-image: url('../images/T-5_1T-5.jpg');
}

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

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

.block-feature {
  width: 26%;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.block-feature.no-margin {
  margin-right: 0%;
}

.block-feature-text {
  flex: 1;
}

.underline-orange {
  width: 42px;
  height: 4px;
  background-color: var(--orange);
  border-radius: 2px;
  margin-top: 15px;
}

.underline-plume {
  width: 42px;
  height: 4px;
  background-color: var(--plume);
  border-radius: 2px;
  margin-top: 15px;
}

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

.faq-wrapper {
  max-width: 1084px;
  background-color: var(--light-green-text);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  position: relative;
}

.hover-overlay {
  background-color: rgba(255, 255, 255, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.h3-big {
  font-size: 25px;
  line-height: 37px;
  position: relative;
}

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

.h3-big.only-top-margin {
  margin-top: 10px;
  margin-bottom: 0;
}

.insta-image, .preview-bg {
  width: 100%;
}

.preview-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-text-box {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: flex-start;
  padding: 25px 25px 30px;
}

.category-link-bubble {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 6px 13px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  transition: opacity .2s;
  display: inline-block;
}

.category-link-bubble:hover {
  opacity: .85;
}

.newsletter-container {
  background-color: var(--gray-bg-2);
  padding-top: 35px;
  padding-bottom: 20px;
}

.right-margin {
  margin-right: 10px;
}

.right-margin._15-pixels {
  width: 14px;
  margin-right: 15px;
}

.text-field {
  width: 69%;
  height: 42px;
  min-width: 220px;
  border: 1px #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
}

.text-field::-ms-input-placeholder {
  color: var(--font);
}

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

.form {
  display: flex;
}

.submit-button {
  width: 122px;
  height: 42px;
  background-color: var(--plume);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .2s;
}

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  font-size: 14px;
  line-height: 24px;
}

.hero-clients {
  z-index: 1;
  width: 90%;
  height: 100%;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  position: relative;
  top: -60px;
}

.hero-client-2 {
  width: 16.666%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.client-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  position: relative;
  top: 3px;
}

.intro-feature {
  width: 33.333%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

.expand {
  flex: 1;
}

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

.link-block {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.link-block.orange {
  color: var(--orange);
}

.link-block.plume {
  color: var(--plume);
}

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

.inline-block.right-border {
  text-align: center;
  margin-right: 1px;
}

.link-block-arrow {
  margin-top: -2px;
  margin-left: 1px;
}

.intro-feature-2 {
  width: 33.333%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  align-items: flex-start;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

.intro-feature-3 {
  width: 33.333%;
  border: 1px solid var(--lines);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: flex-start;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

.relative {
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flex-50-percent {
  width: 50%;
  display: flex;
}

.overflow-none {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.icon-box {
  width: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  padding-top: 6px;
  display: flex;
}

.half-column-end {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.half-feature {
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.slide-right-arrow {
  width: 35px;
  height: 35px;
  background-color: var(--olive);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.slide-icon {
  font-size: 17px;
}

.slide-left-arrow {
  width: 35px;
  height: 35px;
  background-color: var(--olive);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  margin-right: 55px;
  transition: opacity .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

.column-flex-center.right {
  padding-left: 20px;
}

.horizontal-line {
  width: 14px;
  height: 2px;
  background-color: var(--olive);
}

.vertical-line {
  width: 2px;
  height: 14px;
  background-color: var(--olive);
  position: absolute;
}

._70-percent-row {
  width: 70%;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

._70-percent-row.no-margin {
  margin-bottom: 0;
}

.percentage-number {
  color: var(--olive);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
}

.percentage-bar {
  width: 100%;
  height: 17px;
  background-color: var(--light-olive);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.percent-bar-container {
  width: 88%;
  margin-right: 25px;
}

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

.percentage-fill {
  width: 100%;
  height: 17px;
  background-color: var(--olive);
  border-radius: 25px;
  position: relative;
}

.percentage-fill._90-percent {
  width: 90%;
}

.percentage-fill._80-percent {
  width: 80%;
}

.percentage-fill._70-percent {
  width: 70%;
}

.olive {
  color: var(--olive);
}

.olive.medium {
  font-weight: 400;
}

.olive.type {
  font-size: 48px;
}

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

.service-item {
  width: 31%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 3.5%;
  position: relative;
  overflow: hidden;
}

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

.full-width-image {
  width: 100%;
}

.image-link {
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-text-box {
  height: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 25px 30px;
  position: relative;
}

.title-link {
  color: var(--title);
  font-size: 20px;
  transition: opacity .2s;
}

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

.title-link.medium {
  font-size: 18px;
  line-height: 23px;
}

.title-link.top-margin {
  margin-top: 10px;
}

.title-link.light {
  font-size: 22px;
  font-weight: 300;
}

.circle-button {
  width: 40px;
  height: 40px;
  background-color: var(--olive);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.team-picture {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-member {
  width: 23.1%;
  border-radius: 10px;
  margin-right: 2.5%;
  position: relative;
  overflow: hidden;
}

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

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

.no-bottom-margin.whowe {
  text-align: center;
  font-size: 18px;
}

.medium-text {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.contact-box {
  width: 30%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 4%;
  padding: 50px 4%;
}

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

.contact-box-icon {
  width: 80px;
  height: 80px;
  background-color: var(--light-olive);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.contact-box-icon.mobile {
  background-image: url('../images/telefono-inteligente.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
}

.contact-box-icon.email {
  background-image: url('../images/avion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
}

.contact-box-icon.pin {
  background-image: url('../images/destino.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
}

.contact-text {
  max-width: 200px;
  color: var(--title);
  margin-top: 10px;
  font-size: 23px;
}

.contact-text.url {
  font-weight: 300;
  transition: opacity .2s;
}

.contact-text.url:hover {
  opacity: .85;
}

.contact-text.url.smallertext {
  font-size: 12px;
}

.contact-text.medium {
  font-size: 20px;
}

.contact-text.phone {
  font-weight: 300;
  transition: opacity .2s;
}

.contact-text.phone:hover {
  opacity: .85;
}

._78-percent-column {
  width: 78%;
  max-width: 375px;
  text-align: left;
}

.form-field {
  width: 48%;
  height: 49px;
  border: 1px solid var(--olive);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 2%;
  display: inline-block;
}

.form-field:focus {
  color: #81848a;
}

.form-field::-ms-input-placeholder {
  color: #81848a;
}

.form-field::placeholder {
  color: #81848a;
}

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

.select-field {
  width: 100%;
  height: 49px;
  border: 1px solid var(--olive);
  color: #81848a;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 30px;
  padding-left: 12px;
  display: inline-block;
}

.textarea {
  border: 1px solid var(--olive);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.textarea:focus {
  color: #81848a;
}

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

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

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

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

.map {
  height: 400px;
  filter: grayscale();
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._42-percent-column {
  width: 42%;
}

.contact-footer-text {
  font-size: 15px;
  line-height: 24px;
}

.feature-left {
  width: 80px;
  height: 65px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.numberd-icon {
  width: 50px;
  height: 50px;
  background-color: var(--light-green-text);
  border-radius: 10px;
  margin-right: 20px;
}

.numberd-icon.guy {
  background-image: url('../images/artista.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.numberd-icon.chart {
  background-image: url('../images/grafico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.expand-start {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numbers-column {
  width: 33.33%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.number {
  color: var(--title);
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
}

.olive-section {
  background-color: var(--light-green-text);
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 60px 20px;
}

.tab {
  width: 100%;
  border: 1px solid var(--olive);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: row;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
  transition: background-color .2s;
  display: flex;
}

.tab:hover {
  border-left-width: 4px;
  padding-left: 17px;
}

.tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-left-width: 4px;
  padding-left: 17px;
}

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

.tabs-container {
  width: 46%;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.flex-all-center {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane {
  height: 100%;
  overflow: hidden;
}

.tabs-content {
  width: 50%;
  flex: 1;
}

.tab-icon {
  align-items: flex-start;
  margin-right: 10px;
  padding-top: 19px;
  display: flex;
}

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

.process-box {
  width: 50%;
  height: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.process-box.left {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.process-text-box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px 40px;
}

.process-number {
  color: var(--mint-cream);
  font-size: 67px;
  font-weight: 700;
  line-height: 67px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.overflow-section {
  width: 1700px;
  margin-left: -25px;
}

.relative-grid {
  border-radius: 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.work-link {
  border-radius: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-preview-column {
  width: 49%;
  margin-bottom: 60px;
}

.half-column-start {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

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

.pagination-button {
  background-color: var(--olive);
  color: var(--light-green-text);
  border-style: none;
  margin-right: 0;
  transition: opacity .2s;
}

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

.work-slide {
  width: 49%;
  margin-right: 22px;
}

.mini-intro-feature {
  width: 23%;
  border: 1px solid #ffa38f;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-right: 2%;
  text-decoration: none;
  display: flex;
}

.mini-intro-feature.olive {
  border-color: #91aea4 #91aea4 var(--olive);
}

.mini-intro-feature.rey {
  border-color: #7089bb;
  margin-right: 0%;
}

.mini-intro-feature.plum {
  border-color: var(--plume);
}

.micro-feature-right {
  flex: 1;
  padding: 20px;
}

.underline-2 {
  width: 42px;
  height: 4px;
  background-color: #91aea4;
  border-radius: 2px;
  margin-top: 15px;
}

.underline-2.rey {
  background-color: #7089bb;
}

.underline-2.plume {
  background-color: #8570bb;
}

.underline-2.orange {
  background-color: #ffa38f;
}

.micro-feature-left {
  width: 34%;
  height: 100%;
  border-right: 1px solid var(--orange);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.micro-feature-left.rey {
  border-right-color: #7089bb;
}

.micro-feature-left.olive {
  border-right-color: #91aea4;
}

.micro-feature-left.plume {
  border-right-color: #8570bb;
}

.contact-item {
  width: 30%;
  border: 1px solid var(--olive);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 4%;
  padding: 50px 4%;
}

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

.preview-item-margin {
  width: 31.3%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 60px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.hero-box-left {
  width: 70%;
  text-align: left;
}

.category-link {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 1px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 19px;
  transition: opacity .2s;
  display: inline-block;
}

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

.bg-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-left {
  width: 68%;
  margin-right: 5%;
}

.preview-image-grid {
  width: 40%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
}

.post-grid-text {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
  padding: 30px 20px;
}

.post-grid {
  height: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.blog-right {
  width: 27%;
  flex: 0 auto;
}

.newsletter-box {
  background-color: var(--bg);
  border-radius: 10px;
  padding: 25px 20px 35px;
}

.heading {
  text-align: center;
}

.input-field {
  height: 42px;
  border: 1px solid var(--lines);
  border-radius: 5px;
}

.submit-button-plume {
  width: 100%;
  height: 42px;
  background-color: var(--plume);
  border-radius: 5px;
  font-size: 14px;
}

.post-slide {
  width: 32%;
  margin-right: 22px;
}

.featured-post {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: flex-start;
  padding: 30px 20px;
}

.text-link {
  transition: opacity .2s;
}

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

.work-left {
  width: 27%;
  flex: 0 auto;
  margin-right: 5%;
  padding-top: 19px;
}

.blog-post-right {
  width: 68%;
}

.gallery-lightbox {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

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

.left-padding {
  padding-left: 1%;
}

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

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

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

.submit-button-olive {
  width: 100%;
  height: 42px;
  background-color: var(--olive);
  border-radius: 5px;
  font-size: 14px;
  transition: background-color .2s;
}

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

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

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

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

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

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

.faq-set.no-margin {
  margin-bottom: 0;
}

.question {
  color: #81848a;
  font-weight: 400;
}

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

.rounded-image-left {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

._84-percent-text {
  width: 84%;
}

.work-preview-half {
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.slide-dots {
  display: none;
}

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

.map-section {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.indicator {
  color: var(--olive);
  font-size: 56px;
}

.tab-right-image {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.service-box-olive {
  height: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--olive);
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 25px 30px;
  position: relative;
}

.on-load-overlay {
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-client {
  width: 12%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-client-3 {
  width: 16.666%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hero-client-4, .hero-client-5, .hero-client-6 {
  width: 16.666%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.row {
  margin-bottom: 3%;
}

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

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

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

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

.orange-link {
  color: var(--orange);
}

.plum-link {
  color: var(--plume);
}

.work-hover {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.work-category {
  font-size: 15px;
  transition: opacity .2s;
}

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

.newsletter-left, .newsletter-right {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.newsletter-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-left {
  width: 80%;
}

.intro-feature-text {
  margin-top: 0;
  margin-bottom: 0;
}

.block-feature-grid {
  width: 26%;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.hero-text-link {
  color: #fff;
  margin-top: 10px;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  transition: opacity .2s;
}

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

.image-2 {
  margin-top: 17px;
}

.image-3 {
  padding-bottom: 16px;
}

.image-4 {
  object-fit: contain;
  border-radius: 4px;
}

.div-block {
  text-align: center;
}

.columns {
  margin-left: auto;
  margin-right: auto;
}

.video_air {
  margin-top: 25px;
  margin-bottom: 27px;
}

@media screen and (min-width: 1280px) {
  .content-wrapper.offset, .content-wrapper.end {
    width: 100%;
  }

  .absolute-bg.team-4 {
    background-image: url('../images/team_rose.JPG');
    background-position: 0 100%;
  }

  .newsletter-container {
    display: flex;
  }

  .title-link {
    transition: opacity .2s;
  }

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

  .team-member.mobile-margin {
    margin-right: 2.5%;
  }

  .contact-box.mobile-margin {
    margin-right: 4%;
  }

  .tab {
    font-weight: 300;
  }

  .tab:hover {
    border-left-width: 4px;
    padding-left: 17px;
  }

  .tab.w--current {
    background-color: rgba(0, 0, 0, 0);
    border-left-width: 4px;
    padding-left: 17px;
  }

  .tab-icon {
    margin-right: 15px;
  }

  .half-column-start {
    justify-content: flex-start;
  }

  .newsletter-left {
    width: 50%;
  }

  .newsletter-right {
    width: 50%;
    justify-content: flex-end;
  }

  .newsletter-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper.offset {
    padding-top: 40px;
  }

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

  .content-section.pricing {
    margin-bottom: 0;
  }

  .navlink {
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    height: 100vh;
    background-color: var(--light-green-text);
    text-align: left;
    padding-bottom: 140px;
    overflow: auto;
  }

  .menu-button {
    height: 60px;
    color: var(--olive);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--light-green-text);
    color: var(--olive);
  }

  .underline-hover.olive {
    display: none;
  }

  .left-border {
    padding-left: 20px;
  }

  .menu {
    width: 33.33%;
  }

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

  .hero-section.works {
    min-height: 500px;
  }

  .hero-wrapper {
    min-height: 630px;
  }

  .hero-wrapper.simple {
    min-height: 500px;
  }

  .hero-wrapper.blog {
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper.work {
    min-height: 500px;
  }

  .hero-wrapper.post {
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-box {
    width: 80%;
  }

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

  .side-text {
    left: 25%;
  }

  .block-feature {
    width: 30%;
  }

  .hero-clients {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-feature, .intro-feature-2, .intro-feature-3 {
    flex-direction: column;
  }

  ._70-percent-row {
    width: 100%;
  }

  .contact-text.url, .contact-text.phone {
    font-size: 20px;
  }

  .map {
    height: 375px;
  }

  .feature-left {
    margin-bottom: 20px;
  }

  .flex-all-center {
    width: 100%;
  }

  .process-box {
    width: 60%;
  }

  .mini-intro-feature {
    flex-wrap: wrap;
  }

  .mini-intro-feature.olive {
    border-bottom-color: var(--olive);
  }

  .micro-feature-right {
    width: 100%;
    flex: 0 auto;
  }

  .micro-feature-left {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid var(--orange);
    border-right-style: none;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .micro-feature-left.rey {
    border-bottom-color: var(--rey);
  }

  .micro-feature-left.olive {
    border-bottom-color: var(--olive);
  }

  .micro-feature-left.plume {
    border-bottom-color: var(--light-plum);
  }

  .map-section {
    min-height: 375px;
    padding-bottom: 0;
  }

  .block-feature-grid {
    width: 30%;
    margin-bottom: 20px;
  }

  .block-feature-grid.last {
    margin-right: 0%;
  }
}

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

  h1 {
    font-size: 22px;
    line-height: 38px;
  }

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

  h3 {
    font-size: 18px;
    line-height: 31px;
  }

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

  h5 {
    font-size: 14px;
    line-height: 24px;
  }

  h6 {
    font-size: 12px;
    line-height: 21px;
  }

  blockquote {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .content-section.pricing, .content-section.olive {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .paragraph.medium {
    font-size: 13px;
    line-height: 23px;
  }

  .button-outline {
    min-width: 123px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .medium {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-section.works {
    min-height: 400px;
    padding-top: 0;
  }

  .hero-section.work-page, .hero-section.blog {
    padding-top: 0;
  }

  .hero-wrapper {
    min-height: 430px;
    padding-top: 110px;
    padding-bottom: 140px;
  }

  .hero-wrapper.simple {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-wrapper.blog {
    padding-bottom: 60px;
  }

  .hero-wrapper.work, .hero-wrapper.post {
    min-height: 400px;
  }

  .hero-box {
    width: 90%;
  }

  .hero-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 22px;
  }

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

  .h2-big {
    font-size: 24px;
    line-height: 40px;
  }

  .intro-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-rounded, .right-rounded {
    border-radius: 20px;
  }

  .column-work {
    width: 49%;
  }

  .column-work.last {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .column-work.medium {
    margin-right: 0%;
  }

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

  .mini-feature {
    width: 80%;
  }

  .left-mini-feature {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-column {
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
  }

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

  .left-padding-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .full-section {
    min-height: 375px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    background-size: 22px;
  }

  .h4-big.white {
    font-size: 34.5px;
  }

  .side-text {
    left: 22%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
  }

  .slide-arrow {
    width: 50%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
  }

  .price {
    font-size: 30px;
    line-height: 23px;
  }

  .plan-text {
    font-size: 20px;
    line-height: 23px;
  }

  .pricing-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-item-trigger {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .details {
    font-size: 18px;
  }

  .details.gray {
    line-height: 24px;
  }

  .arrow {
    width: 60%;
  }

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

  .check-mark {
    width: 19px;
    height: 19px;
    background-size: 8px;
  }

  .pricing {
    width: 48.6%;
  }

  .block-feature {
    width: 45%;
    margin-bottom: 40px;
  }

  .faq-wrapper {
    padding: 60px 40px;
  }

  .hover-icon {
    width: 30px;
  }

  .h3-big {
    font-size: 21px;
    line-height: 30px;
  }

  .client-white {
    font-size: 18px;
    line-height: 31px;
  }

  .intro-feature, .intro-feature-2, .intro-feature-3 {
    padding-top: 30px;
  }

  .half-feature {
    width: 100%;
  }

  .simple-column {
    padding-left: 17px;
  }

  .olive.type {
    font-size: 43px;
  }

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

  .service-item.no-margin, .service-item.mobile-margin {
    margin-right: 0%;
  }

  .title-link {
    font-size: 17px;
    line-height: 23px;
  }

  .team-member {
    width: 47.5%;
    margin-bottom: 40px;
  }

  .contact-box {
    width: 47%;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact-box.mobile-margin {
    margin-right: 0%;
  }

  .map {
    height: 275px;
  }

  .number {
    font-size: 50px;
  }

  .tab {
    padding-left: 15px;
  }

  .process-box {
    width: 100%;
    position: relative;
  }

  .process-text-box {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-number {
    top: -25px;
  }

  .overflow-section {
    margin-left: -100px;
  }

  .relative-grid {
    margin-right: 20px;
  }

  .mini-intro-feature {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }

  .mini-intro-feature.olive {
    margin-right: 0%;
  }

  .mini-intro-feature.rey {
    flex-direction: column;
    margin-bottom: 0;
  }

  .mini-intro-feature.plum {
    margin-bottom: 0;
  }

  .micro-feature-right {
    text-align: center;
  }

  .underline-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .contact-item.mobile-margin {
    margin-right: 0%;
  }

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

  .preview-item-margin {
    width: 48%;
  }

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

  .blog-left {
    flex: 1;
  }

  .preview-image-grid {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0%;
  }

  .post-grid-text {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .blog-right {
    width: 40%;
  }

  .post-slide {
    width: 48%;
  }

  ._84-percent-text {
    width: 100%;
  }

  .work-preview-half {
    width: 49%;
  }

  .slide-dots {
    display: block;
    position: relative;
  }

  .form-block {
    margin-top: 10px;
  }

  .map-section {
    min-height: 275px;
  }

  .indicator {
    font-size: 50px;
  }

  .flex-features {
    justify-content: flex-start;
  }

  .hero-client {
    width: 16%;
  }

  .hero-client-5, .hero-client-6 {
    display: none;
  }

  .intro-feature-text {
    font-size: 18px;
  }

  .block-feature-grid {
    width: 45%;
    margin-bottom: 40px;
  }

  .block-feature-grid.last {
    margin-bottom: 0;
  }

  .hero-text-link {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper.end {
    padding-top: 30px;
  }

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

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

  .content-section.pricing {
    max-width: none;
  }

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

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

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

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 0;
  }

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

  .footer-expand {
    padding-top: 35px;
  }

  .hero-section, .hero-section.blog {
    padding-top: 50px;
  }

  .hero-wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .hero-wrapper.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper.work {
    min-height: 400px;
  }

  .hero-wrapper.post {
    padding-bottom: 60px;
  }

  .hero-text {
    font-size: 34px;
    line-height: 46px;
  }

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

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

  ._53-percent-column {
    width: 100%;
    margin-top: 20px;
  }

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

  .expand-flex {
    margin-top: 10px;
  }

  .max-width {
    width: 80%;
  }

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

  .mini-feature {
    width: 100%;
  }

  .min-height {
    width: 92%;
    min-height: 280px;
  }

  .left-padding-center {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .side-text {
    display: none;
    left: 27%;
  }

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

  .feature-box.no-margin {
    margin-bottom: 40px;
  }

  .display-none {
    display: none;
  }

  .slide {
    width: 100%;
  }

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

  .flex-no-wrap.left-padding {
    margin-top: 3px;
  }

  .pricing {
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
    margin-right: 0%;
  }

  .client {
    width: 49%;
    margin-bottom: 40px;
  }

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

  .testimonial-box {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .testimonial-box.no-margin {
    margin-bottom: 40px;
  }

  .block-feature {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .block-feature-text {
    width: 50%;
    flex: 0 auto;
  }

  .faq-wrapper {
    padding: 40px 20px;
  }

  .insta-pic {
    width: 50%;
  }

  .text-field {
    min-width: auto;
  }

  .hero-clients {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-feature {
    width: 100%;
    border-bottom-style: none;
    border-right-style: solid;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .intro-feature-2 {
    width: 100%;
    border-bottom-style: none;
    border-right-style: solid;
  }

  .intro-feature-3 {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .flex-50-percent {
    width: 100%;
  }

  .flex-50-percent.mobile-margin {
    margin-bottom: 40px;
  }

  .half-column-end {
    width: 100%;
    margin-top: 20px;
  }

  .column-flex-center {
    width: 100%;
  }

  .column-flex-center.mobile-margin {
    margin-top: 20px;
  }

  .column-flex-center.right {
    padding-left: 0;
  }

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

  .flex-vertical-center {
    margin-bottom: 40px;
  }

  .service-item {
    width: 100%;
    margin-right: 0%;
  }

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

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
  }

  .contact-box {
    width: 100%;
    margin-right: 0%;
  }

  ._78-percent-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .column-flex-start, ._42-percent-column {
    width: 100%;
  }

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

  .numbers-column.last {
    margin-bottom: 0;
  }

  .tabs-container {
    width: 100%;
    margin-right: 0;
  }

  .tabs-content {
    width: 100%;
    flex: 0 auto;
  }

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

  .overflow-section {
    margin-left: -303px;
  }

  .work-preview-column {
    width: 100%;
  }

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

  .work-slide {
    width: 100%;
  }

  .mini-intro-feature {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .mini-intro-feature.plum {
    margin-bottom: 40px;
  }

  .contact-item {
    width: 100%;
    margin-right: 0%;
  }

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

  .blog-left {
    width: 100%;
    flex: 0 auto;
    margin-right: 0%;
  }

  .blog-right, .post-slide {
    width: 100%;
  }

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

  .blog-post-right {
    width: 100%;
  }

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

  .work-preview-half {
    width: 100%;
  }

  .hero-client {
    width: 35%;
    display: none;
  }

  .hero-client-4, .hero-client-5, .hero-client-6 {
    display: none;
  }

  .block-feature-grid {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .hero-text-link {
    font-size: 34px;
    line-height: 46px;
  }
}


