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

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

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

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

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: -0.4px;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #7f7f7f;
}

a {
  color: #2a79aa;
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  width: 80%;
  margin: 40px auto;
  padding: 50px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/Quotemarks_1Quotemarks.png');
  background-position: 50% 0%;
  background-size: 44px;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.button-boxed {
  min-height: 40px;
  min-width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a79aa;
  border-radius: 5px;
  background-color: #2a79aa;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-boxed:hover {
  background-color: transparent;
  opacity: 0.85;
  color: #2a79aa;
}

.button-outline {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f5f7;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-outline:hover {
  background-color: #fff;
  color: #2a79aa;
}

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

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

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

.flex.direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.button-outline-blue {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 22px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a79aa;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #2a79aa;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-outline-blue:hover {
  background-color: #2a79aa;
  color: #f4f5f7;
}

.green {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #1ca189;
}

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

.content-wrapper.wide {
  max-width: 1300px;
  padding-right: 0px;
}

.content-wrapper.instagram {
  max-width: 1300px;
  padding-right: 5%;
  padding-left: 5%;
}

.content-wrapper.narrow {
  max-width: 970px;
}

.bg-colored {
  padding: 8px;
  background-color: #2a79aa;
}

.mini-title {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
}

.mini-title.light-blue {
  color: #e8eef3;
}

.mini-title.small {
  font-size: 15px;
}

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

.top-margin {
  position: relative;
}

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

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

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

.top-margin._25-pixels {
  margin-top: 25px;
}

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

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

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

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

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

.button-boxed-outline {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a79aa;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #2a79aa;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-boxed-outline:hover {
  background-color: #2a79aa;
  color: #fff;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}

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

.content-section.bottom-line {
  padding-bottom: 70px;
  border-bottom: 1px solid #cbcbcb;
}

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

.content-section.post-page {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #e9eff4;
}

.content-section.more-bottom-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.content-section.post-body {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

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

.blue {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #2a79aa;
}

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

.button {
  min-height: 40px;
  min-width: 120px;
  padding: 12px 25px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #2a79aa;
  border-radius: 25px;
  background-color: #2a79aa;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.button:hover {
  background-color: transparent;
  color: #2a79aa;
}

.button.accent-pink {
  border-color: #f6cac7;
  background-color: #f6cac7;
  color: #333;
}

.button.accent-pink:hover {
  background-color: transparent;
}

.button.green {
  width: auto;
  height: auto;
  border-color: #1ca189;
  background-color: #1ca189;
}

.button.green:hover {
  background-color: transparent;
  color: #1ca189;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.navlink {
  overflow: hidden;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-right: 6px;
  padding-left: 6px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
}

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

.navlink.w--current {
  color: #2a79aa;
}

.dropdown {
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

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

.brand.w--current {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

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

.button-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  height: 60px;
  padding-top: 16px;
  padding-right: 36px;
  padding-left: 15px;
}

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

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

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

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

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

.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #f1f5f8;
}

.hero-section.about-us {
  padding-top: 0px;
  background-image: url('../images/pexels-fauxels-3184611.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.services {
  background-image: url('../images/pexels-fauxels-3184420.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.contact-us {
  background-color: #e9f4f2;
}

.hero-section.post {
  background-color: #fff;
}

.hero-left-column {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-left-column.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-left-column.blog {
  width: 100%;
  max-width: 534px;
  margin-top: 120px;
  margin-bottom: 80px;
  padding-right: 5%;
  padding-left: 5%;
}

.text-tag {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 10px;
  background-color: #e4ebf1;
  color: #2a79aa;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-tag.accent-pink {
  background-color: #f6cac7;
  color: #b97f7b;
}

.text-tag.light-pink {
  background-color: #fcebea;
  color: #cfa49f;
}

.text-tag.green {
  width: auto;
  height: auto;
  background-color: #cbeee8;
  color: #1ca189;
}

.intro-section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #e8eef3;
}

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

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

.h4-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.text-small {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 21px;
}

.h1-hero {
  margin-top: 10px;
  font-size: 43px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -1px;
}

.h1-hero.inner-pages {
  font-size: 40px;
  line-height: 52px;
}

.subtitle {
  font-size: 20px;
  line-height: 28px;
}

._76-percent-box {
  width: 76%;
}

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

.hero-right-column.blog {
  position: relative;
  overflow: hidden;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.heading-box.small {
  width: 42%;
}

.heading-box.large {
  width: 50%;
}

.h2-big {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.title-small {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.intro-feature {
  width: 33.333%;
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.h5-small {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
}

.h5-small.less-margin {
  margin-top: 5px;
  margin-bottom: 0px;
}

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

.relative.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.relative.full {
  width: 100%;
}

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

.absolute-bg._1 {
  background-image: url('../images/pexels-fauxels-3182795.jpg');
  background-size: cover;
}

.absolute-bg.circle-1 {
  background-image: url('../images/pexels-ketut-subiyanto-4247770.jpg');
  background-position: 50% 3%;
  background-size: 250px;
}

.absolute-bg.circle-2 {
  background-image: url('../images/pexels-ketut-subiyanto-4473398.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute-bg.circle-3 {
  background-image: url('../images/pexels-bongkarn-thanyakij-3787300.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.absolute-bg._2 {
  background-image: url('../images/pexels-fauxels-3182796.jpg');
  background-size: cover;
}

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

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

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

.absolute-bg._3 {
  background-image: url('../images/pexels-fauxels-3184318.jpg');
  background-size: cover;
}

.absolute-bg.tab-block {
  background-image: url('../images/pexels-fauxels-3182836.jpg');
}

.absolute-bg._4 {
  background-image: url('../images/pexels-fauxels-3184408.jpg');
}

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

.absolute-bg._10 {
  background-image: url('../images/pexels-fauxels-3184169.jpg');
}

.absolute-bg._11 {
  background-image: url('../images/pexels-fauxels-3182790.jpg');
}

.absolute-bg._12 {
  background-image: url('../images/pexels-fauxels-3184657.jpg');
}

.absolute-bg._11 {
  background-image: url('../images/pexels-fauxels-3182790.jpg');
}

.absolute-bg.grid {
  background-image: url('../images/pexels-fauxels-3184309.jpg');
  background-position: 0% 50%;
}

.absolute-bg.grid-2 {
  background-image: url('../images/pexels-fauxels-3184352.jpg');
}

.absolute-bg.grid-3 {
  background-image: url('../images/pexels-fauxels-3184310-1.jpg');
  background-position: 0% 50%;
}

.absolute-bg.grid-4 {
  background-image: url('../images/pexels-fauxels-3184320.jpg');
}

.absolute-bg.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-fauxels-3184315.jpg');
}

.absolute-bg.flex-center-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-fauxels-3182753.jpg');
}

.absolute-bg._15 {
  background-image: url('../images/pexels-fauxels-3184292-1.jpg');
}

.absolute-bg._16 {
  background-image: url('../images/pexels-fauxels-3182750.jpg');
}

.absolute-bg._17 {
  background-image: url('../images/pexels-fauxels-3182741.jpg');
}

.absolute-bg._21 {
  background-image: url('../images/pexels-fauxels-3183192.jpg');
}

.absolute-bg._22 {
  background-image: url('../images/pexels-fauxels-3184632.jpg');
}

.absolute-bg._24-hover {
  background-image: url('../images/pexels-fauxels-3184665.jpg');
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.absolute-bg._24-hover:hover {
  opacity: 0.85;
}

.absolute-bg._28 {
  background-image: url('../images/pexels-fauxels-3184308.jpg');
}

.absolute-bg._29 {
  background-image: url('../images/pexels-fauxels-3184670-1.jpg');
}

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

.absolute-bg.tab-block-2 {
  background-image: url('../images/pexels-fauxels-3184663-1.jpg');
}

.absolute-bg.tab-block-3 {
  background-image: url('../images/pexels-fauxels-3184320.jpg');
}

.absolute-bg._23-hover {
  background-image: url('../images/pexels-fauxels-3184657.jpg');
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.absolute-bg._23-hover:hover {
  opacity: 0.85;
}

.absolute-bg._25-hover {
  background-image: url('../images/pexels-fauxels-3184643.jpg');
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.absolute-bg._25-hover:hover {
  opacity: 0.85;
}

.absolute-bg._27-hover {
  background-image: url('../images/pexels-fauxels-3184655.jpg');
  background-position: 50% 100%;
}

.absolute-bg._27-hover:hover {
  opacity: 0.85;
}

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

.on-scroll-slide.blue {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  background-color: #e8eef3;
}

.on-scroll-slide.darker-blue {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  background-color: #dbe5ec;
}

.on-scroll-slide.darker-pink {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  background-color: #fae3e1;
}

.on-scroll-slide.bg-pink {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  background-color: #fcebea;
}

.circle {
  position: absolute;
  left: -5%;
  top: -6%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f9c9c6;
}

.half-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: -4%;
  z-index: 10;
  width: 85px;
}

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

.half-column-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5% 2% 5% 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-column-flex.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

._81-percent-column {
  width: 81%;
}

.relative-circle {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 39%;
  margin-right: 2%;
  border-radius: 50%;
}

.bottom-line {
  position: relative;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #cbcbcb;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 1%;
  padding: 15px 20px;
  border-radius: 7.5px;
  background-color: #f1f5f8;
}

.feature-icon {
  margin-right: 13px;
  padding-top: 3px;
}

.content-section-blue {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #e9eff4;
}

._45-percent-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 60px 1% 60px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._55-percent-column {
  position: relative;
  overflow: hidden;
  width: 55%;
}

.big-circle {
  position: absolute;
  left: -61px;
  top: 55px;
  width: 280px;
  height: 280px;
  border-style: solid;
  border-width: 40px;
  border-color: #c7d5df;
  border-radius: 50%;
}

.move-up-3 {
  display: inline-block;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f1f5f8;
  text-align: center;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 31%;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-space {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details-box {
  margin-top: 15px;
  padding: 12px 20px 10px 15px;
  border-radius: 7.5px;
  background-color: #e9eff4;
}

.social-icon-regular {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #067aeb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

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

.social-icon-regular.facebook:hover {
  background-color: #066bce;
}

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

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

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

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.linkedin {
  border-color: #1da1f2;
  background-color: #01669e;
  background-image: url('../images/linkedin.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-icon-regular.linkedin:hover {
  background-color: #0a79b6;
}

.social-icon-regular.pinterest {
  border-color: #1da1f2;
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-icon-regular.pinterest:hover {
  background-color: #f00a2d;
}

.social-icon-regular.email {
  border-color: #1da1f2;
  background-color: #333;
  background-image: url('../images/email-1.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-icon-regular.email:hover {
  background-color: #414141;
}

.hover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.move-up-2 {
  display: inline-block;
}

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

.tabs-content {
  height: 100%;
  margin-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  position: absolute;
  left: -100px;
  top: 160px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.side-tab {
  height: 42px;
  margin-right: 15px;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #abbdca;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.side-tab:hover {
  background-color: #2a79aa;
}

.side-tab.w--current {
  background-color: #2a79aa;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-block-right {
  position: relative;
  overflow: hidden;
  width: 55%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-right {
  width: 43%;
}

.tabs-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane {
  width: 100%;
  height: 100%;
  max-width: 450px;
}

.tab {
  max-width: 410px;
  margin-bottom: 15px;
  padding-top: 14px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.tab:hover {
  background-color: #f1f5f8;
}

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

.tab-block-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  border-radius: 7.5px;
}

.asterics {
  position: absolute;
  left: auto;
  top: 28%;
  right: -9%;
  bottom: 0%;
  display: inline-block;
  color: #c7d5df;
  font-size: 500px;
  line-height: 300px;
  background-clip: border-box;
}

.content-section-regular {
  position: relative;
  overflow: hidden;
}

.content-section-regular.color {
  overflow: hidden;
  padding-top: 0px;
  background-color: #e8eef3;
}

.content-section-regular._30-pixels-padding {
  padding-top: 30px;
}

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

.right-column {
  width: 50%;
  padding: 60px 5%;
  background-color: #e8eef3;
}

.empty-state {
  background-color: transparent;
  font-size: 16px;
}

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

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

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

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

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

.mini-title-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

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

.mini-title-link.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.work-item {
  width: 31.33%;
  margin-right: 2%;
}

.work-item.bottom-margin {
  margin-bottom: 60px;
}

.title-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
}

.title-link:hover {
  color: #2a79aa;
}

.title-link.small {
  display: block;
  font-size: 15px;
  line-height: 22px;
}

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

.heading-box-left {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 25px;
  text-align: left;
}

.heading-box-left.left-padding {
  padding-left: 16px;
}

.guy-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-column-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding: 100px 5% 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-bg {
  position: absolute;
  bottom: -33px;
}

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

.image {
  position: relative;
  z-index: 1;
}

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

.mini-block {
  margin-right: 15px;
  padding: 5px 15px 0px 10px;
  border-radius: 5px;
  background-color: #cfdce4;
}

.bold {
  display: inline-block;
  margin-right: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.micro-text {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #7f7f7f;
  font-size: 10px;
  line-height: 11px;
}

.pricing-item {
  width: 31%;
  margin-right: 3%;
  border-radius: 7.5px;
  background-color: #e9eff4;
}

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

.pricing-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fff;
  text-align: center;
}

.price-text {
  font-size: 32.5px;
  font-weight: 500;
}

.title-big {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-details {
  padding: 25px;
  border-bottom: 5px solid #fff;
}

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

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.last {
  margin-bottom: 0px;
}

.accordion-wrapper.bottom-line {
  margin-bottom: 25px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom-color: #76a9d3;
}

.accordion-wrapper.void {
  cursor: not-allowed;
}

.accordion-wrapper.last-void {
  margin-bottom: 0px;
  cursor: not-allowed;
}

.horizontal {
  width: 14px;
  height: 2px;
  background-color: #4e91bb;
}

.horizontal.color {
  background-color: #407ca1;
}

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

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

.accordion-item-trigger.void {
  cursor: not-allowed;
}

.accordion-item-content {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 30px;
}

.accordion-item-content.no-padding {
  padding-left: 0px;
}

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

.vertical {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #4e91bb;
}

.vertical.color {
  background-color: #407ca1;
}

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

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

.question.big {
  font-size: 21px;
}

.checkbox {
  width: 20px;
  margin-right: 10px;
}

.included {
  margin-top: -5px;
}

.not-included {
  margin-top: -3px;
}

.button-box {
  padding: 15px 25px;
  text-align: center;
}

.full-button {
  width: 100%;
  min-height: 40px;
  min-width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a79aa;
  border-radius: 5px;
  background-color: #2a79aa;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.full-button:hover {
  background-color: transparent;
  opacity: 0.85;
  color: #2a79aa;
}

.text-micro {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
}

.text-micro.medium {
  font-weight: 500;
}

.text-micro.italiced {
  font-style: italic;
}

.left-padding {
  position: relative;
  padding-left: 25px;
}

.left-padding._10-pixels {
  padding-left: 7px;
}

.left-padding._10-pixels {
  padding-left: 10px;
}

.left-padding._5-pixels {
  padding-left: 5px;
}

.left-padding._10-pixels {
  padding-left: 10px;
}

.left-padding._7-pixels {
  padding-left: 7px;
}

.left-padding._13-pixels {
  padding-left: 16px;
}

.left-padding._21-pixels {
  padding-left: 21px;
}

.slide-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 60px;
  padding-top: 3px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #bfcdd8;
  font-size: 33px;
}

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

.testimonials {
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
}

.slide-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 60px;
  padding-top: 3px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #bfcdd8;
  font-size: 33px;
}

.testimonial {
  width: 31%;
  margin-right: 3%;
  padding: 25px 2.5%;
  border-radius: 10px;
  background-color: #fff;
}

.mask-testimonials {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.display-none {
  display: none;
}

.testimonial-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.rating-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #73cf11;
}

.rating-star.first {
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.rating-star.last {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.client-logo {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 40px 3%;
  border-radius: 7.5px;
  background-color: #e9eff4;
  text-align: center;
}

.client-logo._4 {
  margin-right: 0%;
}

.client-logo._8 {
  margin-right: 0%;
}

.inner-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.inner-wrapper.small {
  width: 85%;
}

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

.feature {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  padding-right: 20px;
}

.feature._4 {
  margin-right: 0%;
  margin-bottom: 0px;
}

.feature._4 {
  margin-right: 2%;
  margin-bottom: 0px;
}

.feature._8 {
  margin-right: 0%;
  margin-bottom: 0px;
}

.feature._3 {
  margin-right: 0%;
}

.icon-feature {
  width: 66px;
  height: 66px;
  background-color: #e9eff4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon-feature._1 {
  border-radius: 25px;
  background-image: url('../images/gold-ingot.svg');
}

.icon-feature._2 {
  border-radius: 25px;
  background-image: url('../images/contrato.svg');
}

.icon-feature._3 {
  border-radius: 25px;
  background-image: url('../images/abaco-1.svg');
}

.icon-feature._4 {
  border-radius: 25px;
  background-image: url('../images/visa-1.svg');
}

.icon-feature._5 {
  border-radius: 25px;
  background-image: url('../images/cajero-automatico.svg');
}

.icon-feature._6 {
  border-radius: 25px;
  background-image: url('../images/banco.svg');
}

.h3-medium {
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
}

.cta-text-box {
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 3%;
  background-color: #fff;
  text-align: center;
}

.cta-text-box.transparent {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.cta-details {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.cta-link {
  display: inline-block;
  margin-top: 10px;
  color: #1ca189;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: underline;
}

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

.parallax-bg._1 {
  background-image: url('../images/pexels-fauxels-3184670-1-1.jpg');
}

.parallax-bg._2 {
  background-image: url('../images/pexels-fauxels-3183190.jpg');
}

.post-preview {
  width: 30.3%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.post-preview.bottom-margin {
  margin-bottom: 60px;
}

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

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

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

.interaction-slide-2.gray {
  background-color: #f3f4f7;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 20px;
  background-color: #e9f4f2;
}

.separation-section {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  background-color: #fff;
}

.footer-contact-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1ca189;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-contact-link:hover {
  opacity: 0.8;
}

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

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

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

.social-icon-small {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 50px;
  background-color: #1ca189;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-small:hover {
  opacity: 0.85;
}

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

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

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

.social-icon-small.email {
  background-image: url('../images/correo.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

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

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

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  margin-right: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-link {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link.w--current {
  color: #1ca189;
}

.menu-link.small {
  position: relative;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 25px;
}

.menu {
  width: 25%;
}

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

.footer-left {
  max-width: 270px;
}

.footer-text {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.footer-title {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

.contact-footer-text {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.notice {
  margin-top: 40px;
  padding-top: 14px;
}

.notice-text {
  color: #333;
  font-size: 13px;
  line-height: 21px;
}

.footer-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1ca189;
  text-decoration: underline;
}

.footer-link:hover {
  opacity: 0.85;
}

.post-preview-full {
  width: 100%;
}

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

.intro-box {
  width: 32%;
  margin-right: 2%;
}

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

.details-box-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 15px 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 7.5px;
  background-color: #2a79aa;
}

.arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-small-link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}

.h4-small-link:hover {
  opacity: 0.85;
}

.relative-rounded-left {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 5%;
  border-radius: 10px;
}

.quick-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 44px;
  background-color: #e9eff4;
}

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

.quick-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-text-box {
  width: 50%;
  height: 100%;
  padding: 140px 5% 100px;
  background-color: #f1f5f8;
}

.hero-text-box.pink {
  background-color: #fdeeec;
}

.hero-text-box.full {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: transparent;
  text-align: center;
}

.text-field {
  width: 80%;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.text-field:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

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

.submit-button {
  height: 40px;
  padding-top: 6px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  text-align: center;
}

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

.submit-button.full {
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-about-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #e8eef3;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 50px;
  margin-bottom: 15px;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-color: #ff8b6e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

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

.slider {
  height: auto;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #ff8b6e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

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

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3-small {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.h3-small.dark {
  color: #333;
}

.h3-small.no-margin {
  margin-bottom: 0px;
}

.half-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-left-box {
  width: 50%;
  padding-top: 20px;
  padding-right: 4%;
  padding-bottom: 10px;
  border-right: 1px solid #4e91bb;
}

.feature-right-box {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 4%;
}

.relative-rounded-right {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 100px;
  border-radius: 10px;
}

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

.grid-image._2 {
  margin-bottom: 0px;
}

.grid-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  margin-right: 2.5%;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mini-video {
  position: relative;
}

.play-video-small {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ff8b6e;
  background-image: url('../images/Play_1Play.png');
  background-position: 52% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.service-item {
  position: relative;
  width: 31.5%;
  margin-right: 2%;
  background-color: #fff;
}

.padding-box {
  padding: 25px;
}

.service-item-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7.5px;
  background-color: #fff;
}

.big-circle-right {
  position: absolute;
  left: auto;
  top: 17%;
  right: -9%;
  bottom: 0%;
  width: 280px;
  height: 280px;
  border-style: solid;
  border-width: 40px;
  border-color: #c7d5df;
  border-radius: 50%;
}

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

.video {
  position: relative;
  overflow: hidden;
}

.play-video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ff8b6e;
  background-image: url('../images/Play_1Play.png');
  background-position: 53% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.column-feature {
  width: 50%;
  text-align: center;
}

.content-section-color {
  position: relative;
  overflow: hidden;
  background-color: #e9eff4;
}

.left-column-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding: 100px 5% 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.feature-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 10px;
}

.icon-rounded {
  width: 66px;
  height: 66px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #e8eef3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.icon-rounded._1 {
  background-image: url('../images/calculadora_1.svg');
  background-size: 27px;
}

.icon-rounded._2 {
  background-image: url('../images/objetivo.svg');
  background-size: 27px;
}

.icon-rounded._3 {
  background-image: url('../images/presentacion.svg');
  background-size: 30px;
}

.icon-rounded._4 {
  background-image: url('../images/contrato_1.svg');
  background-size: 30px;
}

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

.flex-start {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 31%;
  margin-right: 2.5%;
}

.horizontal-item.last {
  margin-right: 0px;
}

.h3-big {
  margin-top: 10px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}

._69-percent-column {
  width: 69%;
}

._31-percent-column {
  width: 31%;
}

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

.content-section-margin {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  padding-bottom: 60px;
  background-color: #e9eff4;
}

.features-blue {
  width: 31.5%;
  margin-bottom: 20px;
  padding: 20px 15px 20px 20px;
  border-radius: 10px;
  background-color: #e9eff4;
}

.features-blue._4 {
  margin-bottom: 0px;
}

.features-blue._5 {
  margin-bottom: 0px;
}

.features-blue.last {
  margin-bottom: 0px;
}

.h2-small {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 500;
}

.form-right {
  width: 67%;
}

.form-left {
  width: 33%;
  padding-right: 20px;
}

.cta-details-full {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 25px;
}

.cta-details-full.last {
  margin-bottom: 0px;
}

.form-input {
  width: 48%;
  height: 40px;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1ca189;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.form-input:hover {
  border-bottom-color: #1a8ef7;
}

.form-input.full {
  width: 100%;
  border-bottom-color: #2a79aa;
}

.form-input.full:hover {
  border-bottom-color: #1a8ef7;
}

.select-field {
  height: 40px;
  margin-bottom: 30px;
  padding-left: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #1ca189;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/punta-de-flecha-a-la-derecha_1punta-de-flecha-a-la-derecha.png');
  background-position: 99% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #7f7f7f;
}

.select-field:focus {
  color: #333;
}

.button-boxed-green {
  min-height: 40px;
  min-width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #1ca189;
  border-radius: 5px;
  background-color: #1ca189;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-boxed-green:hover {
  background-color: transparent;
  opacity: 0.85;
  color: #1ca189;
}

.textarea {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1ca189;
  background-color: transparent;
}

.success-message {
  background-color: transparent;
  line-height: 26px;
}

.success-message.no-bottom-padding {
  padding-bottom: 0px;
}

.success-message.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.white-box {
  margin-top: 15px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 7.5px;
}

.h2-side-line {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  border-left: 4.5px solid #2a79aa;
  font-weight: 500;
}

.content-section-pink {
  position: relative;
  overflow: hidden;
  background-color: #fcebea;
}

.feature-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f9c9c6;
}

.features-pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  margin-bottom: 30px;
  padding: 10px 15px 20px 20px;
  border-radius: 10px;
  background-color: #fcebea;
}

.features-pink._4 {
  margin-bottom: 0px;
}

.features-pink._5 {
  margin-bottom: 0px;
}

.features-pink._6 {
  margin-bottom: 0px;
}

.icon-box {
  margin-right: 15px;
  padding-top: 20px;
}

.right-column-pink {
  width: 50%;
  padding: 60px 5% 50px;
  background-color: #fcebea;
}

.checkbox-circle {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #f6cac7;
  background-image: url('../images/marca-de-verificacion_1.svg');
  background-position: 50% 51%;
  background-size: 13px;
  background-repeat: no-repeat;
}

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

._92-percent-column {
  width: 92%;
}

.feature-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subheading {
  font-size: 19px;
}

.feature-simple {
  width: 31%;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #f9c9c6;
}

.feature-simple._3 {
  border-right-style: none;
}

.text-medium {
  font-size: 17px;
  line-height: 29px;
}

.left-column-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fcebea;
}

.gallery {
  position: relative;
  overflow: hidden;
  width: 67%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
}

.gallery-2 {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-bottom: 2%;
  border-radius: 5px;
}

.gallery-3 {
  position: relative;
  overflow: hidden;
  width: 37%;
  margin-right: 2%;
  border-radius: 5px;
}

.gallery-4 {
  position: relative;
  overflow: hidden;
  width: 61%;
  border-radius: 5px;
}

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

.max-411-pixels.top-margin {
  margin-top: 60px;
}

.triangle {
  position: absolute;
  left: -3%;
  top: -5%;
  right: auto;
  bottom: auto;
}

.donut {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 13%;
  width: 90px;
  height: 90px;
  border-style: solid;
  border-width: 20px;
  border-color: #f9c9c6;
  border-radius: 50%;
}

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

.half-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 2%;
  padding-left: 10px;
  border-radius: 7.5px;
}

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

.number-icon {
  width: 70px;
  height: 70px;
  margin-right: 13px;
  border-radius: 22px;
  background-color: #fae3e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 32.5px;
  background-repeat: no-repeat;
}

.number-icon._1 {
  background-image: url('../images/52_152.png');
}

.number-icon._2 {
  background-image: url('../images/53_153.png');
}

.number-icon._3 {
  background-image: url('../images/54.png');
}

.number-icon._4 {
  background-image: url('../images/55_155.png');
}

.number-text {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 20px;
  font-weight: 500;
}

.number-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.contact-us-green {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #dff5f1;
}

.post-preview-large {
  width: 47%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}

.map {
  height: 400px;
  margin-bottom: 90px;
}

.contact-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f4f2;
}

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

.h1-hero-link {
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 43px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -1px;
}

.h1-hero-link:hover {
  color: #2a79aa;
}

.h1-hero-link.inner-pages {
  font-size: 40px;
  line-height: 52px;
}

.post-preview-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5%;
  margin-bottom: 25px;
  margin-left: 1.5%;
  padding-bottom: 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #cbcbcb;
}

.blog-left-column {
  width: 70%;
  margin-right: 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-text-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 30px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-right-column {
  width: 30%;
}

.form-field {
  height: 45px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Inter, sans-serif;
}

.form-field:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.form-field::-webkit-input-placeholder {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
}

.form-field:-ms-input-placeholder {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
}

.form-field::-ms-input-placeholder {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
}

.form-field::placeholder {
  font-family: Inter, sans-serif;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
}

.submit {
  width: 100%;
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #101920;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
}

.submit:hover {
  border-width: 1px;
  background-color: transparent;
  color: #0a0a0a;
}

.blog-form {
  position: relative;
  margin-top: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: #e9eff4;
}

.featured-preview {
  width: 100%;
  margin-right: 1.5%;
}

.blog-block {
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbcbcb;
}

.tag {
  display: inline-block;
  margin-right: 7px;
  padding: 7px 15px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfcdd8;
  border-radius: 50px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 12px;
  line-height: 12px;
}

.tag:hover {
  background-color: #bfcdd8;
}

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

.breadcrumb {
  display: inline-block;
  margin-right: 3px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 21px;
}

.breadcrumb.italicized {
  font-style: italic;
}

.breadcrumb-link {
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2a79aa;
  font-size: 14px;
  line-height: 21px;
}

.breadcrumb-link:hover {
  opacity: 0.85;
  text-decoration: underline;
}

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

.scale-on-hover._1 {
  background-image: url('../images/pexels-fauxels-3183153.jpg');
}

.scale-on-hover._2 {
  background-image: url('../images/pexels-fauxels-3182796.jpg');
}

.scale-on-hover._3 {
  background-image: url('../images/pexels-fauxels-3183146.jpg');
}

.scale-on-hover._4 {
  background-image: url('../images/27.jpg');
}

.scale-on-hover._5 {
  background-image: url('../images/28.jpg');
}

.scale-on-hover._6 {
  background-image: url('../images/29.jpg');
}

.scale-on-hover._7 {
  background-image: url('../images/pexels-fauxels-3184298.jpg');
}

.scale-on-hover._8 {
  background-image: url('../images/pexels-fauxels-3184286.jpg');
}

.circular-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2a79aa;
  background-image: url('../images/flecha-apuntando-a-la-derecha_1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.circular-link.small {
  width: 35px;
  height: 35px;
  background-size: 17px;
}

.circular-link.pink {
  background-color: #f6cac7;
  background-image: url('../images/derecho-1.svg');
}

.post-hero-text {
  margin-top: 100px;
}

.post-full-image {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 10px;
}

.works-page {
  position: relative;
  height: 600px;
  padding-top: 70px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-left {
  width: 30%;
  padding-top: 20px;
  padding-right: 10px;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.text-work-details {
  color: #7f7f7f;
}

.underline-green {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #24b69b;
}

.underline-green.color {
  background-color: #28e4c1;
}

.side-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 350px;
  padding-bottom: 100px;
  background-color: #f1f5f8;
}

.side-bar-top {
  padding-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #e8eef3;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.5px;
  background-color: #2a79aa;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-field {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.contact-field:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-textarea {
  margin-bottom: 15px;
  padding-top: 13px;
  padding-bottom: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.contact-textarea:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.form-block {
  margin-bottom: 0px;
}

.side-more-options {
  padding: 25px 32px 20px;
  border-bottom: 1px solid #bfcdd8;
}

.side-more-options.less-top-padding {
  padding-top: 10px;
}

.title-inline {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.title-inline:hover {
  color: #1ca189;
}

.link-green {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1ca189;
}

.link-green:hover {
  opacity: 0.85;
}

.negatilve-margin {
  position: relative;
  top: -2px;
}

.side-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000000;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.left-side-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 72.3%;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.newsletter-container {
  display: none;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 25, 32, 0.9)), to(rgba(16, 25, 32, 0.9)));
  background-image: linear-gradient(180deg, rgba(16, 25, 32, 0.9), rgba(16, 25, 32, 0.9));
}

.newsletter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.close-contact-form {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  background-color: #2a79aa;
}

.newsletter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 690px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.newsletter-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsletter-column.modal-left {
  background-color: #e8eef3;
  background-image: url('../images/Newsletter-guys.png');
  background-position: 50% 100%;
  background-size: 280px;
  background-repeat: no-repeat;
}

.newsletter-column.modal-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.contact-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #bfcdd8;
}

.subtile-inner {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.left-side-column {
  width: 28%;
}

.side-form-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-right: 7px;
  padding-left: 7px;
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
}

.side-form-button:hover {
  background-color: #f1f5f8;
  text-decoration: none;
}

.side-form-button.w--current {
  color: #737e7e;
}

.underline-hover {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #2a79aa;
}

.underline-hover.color-green {
  margin-top: -1px;
  background-color: #127c69;
}

.underline-hover.color-pink {
  margin-top: -1px;
  background-color: #e4aca8;
}

.dropdown-link {
  padding-left: 20px;
  background-color: #e8eef3;
  -webkit-transition: background-color 200ms ease, padding 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease;
  font-size: 14px;
}

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

.dropdown-link.w--current {
  color: #2a79aa;
}

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

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

.row {
  margin-bottom: 3%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f5f8;
}

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

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

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

.newsletter-icon {
  margin-top: 5px;
  margin-right: 13px;
}

.newsletter-text {
  width: 46%;
  margin-right: 4%;
}

.icon-margin {
  margin-right: 13px;
}

.form-container {
  margin-bottom: 0px;
}

.underline-pink {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #f6cac7;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.relative-circle-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 52%;
  border-radius: 50%;
}

.relative-circle-3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 33%;
  margin-right: 25%;
  border-radius: 50%;
}

.h5-small-block {
  display: inline-block;
  margin-right: 10px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
}

.absolute-hidden {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: hidden;
}

.on-load-7.no-margin {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.on-load-8.in-about-us {
  display: block;
  width: 100%;
}

.on-load-8.intro {
  width: 23%;
}

.on-load-9.no-flex {
  width: 100%;
}

.on-load-9.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.on-load-9.intro {
  width: 23%;
}

.on-load-10.logo {
  width: 23.5%;
  margin-right: 2%;
}

.on-load-10.intro {
  width: 23%;
}

.on-load-11.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.on-load-11.intro {
  width: 23%;
}

.negative-top-margin {
  margin-top: -4px;
}

.left-intro-newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field-newsletter {
  width: 80%;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
}

.text-field-newsletter:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.quick-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

.circles-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-services {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #fae3e1;
}

.intro-logo {
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 7.5px;
  background-color: transparent;
  text-align: center;
}

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

.side-text {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #7f7f7f;
  font-size: 15px;
  line-height: 21px;
}

.on-load-12.logo-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.intro-icon {
  margin-right: 13px;
}

.work-hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f1f5f8;
  text-align: center;
}

.social-icon-mini {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #067aeb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

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

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

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

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

.social-icon-mini.twittter:hover {
  background-color: #1895e2;
}

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

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

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

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

.flex-align-start {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-left-center {
  margin-top: 100px;
  margin-bottom: 100px;
}

._81-percent-2 {
  width: 81%;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f5f8;
}

@media screen and (min-width: 1280px) {
  .go-up-button {
    background-image: url('../images/subir.svg');
    background-size: 19px;
  }
}

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

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

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

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

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

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

  p {
    font-size: 17.5px;
    line-height: 29.5px;
  }

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

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

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

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

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

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

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

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

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

  .navlink {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    padding-top: 12px;
    padding-left: 20px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-align: left;
  }

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

  .menu-button {
    height: 60px;
    color: #2a79aa;
  }

  .menu-button.w--open {
    background-color: #f1f5f8;
    color: #2a79aa;
  }

  .button-align-center {
    padding-left: 20px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    overflow: auto;
    width: 100%;
    height: 100vh;
    background-color: #f1f5f8;
    text-align: left;
  }

  .hero-left-column {
    margin-bottom: 60px;
  }

  .hero-left-column.blog {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .right-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 52px;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
    line-height: 50px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-box {
    width: 60%;
  }

  .heading-box.small {
    width: 50%;
  }

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

  .absolute-bg._4 {
    background-position: 100% 50%;
  }

  .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  ._45-percent-flex {
    width: 50%;
    padding-right: 4%;
    padding-left: 5%;
  }

  ._55-percent-column {
    width: 50%;
  }

  .hover-bg.tablet-view {
    display: none;
  }

  .mini-title-link {
    font-size: 15px;
    line-height: 15px;
  }

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

  .title-link {
    font-size: 20px;
    line-height: 25px;
  }

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

  .guy-container {
    width: 100%;
  }

  .pricing-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .question.big {
    font-size: 20px;
    line-height: 29px;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .cta-text-box {
    width: 95%;
  }

  .footer {
    padding-top: 50px;
  }

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

  .menu {
    width: 33.33%;
  }

  .notice {
    padding-bottom: 20px;
  }

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

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

  .h4-small-link {
    font-size: 18px;
  }

  .quick-features {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero-text-box.full {
    padding-top: 100px;
  }

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

  .intro-about-section {
    padding-bottom: 20px;
  }

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

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

  .full-section {
    height: 300px;
  }

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

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

  .map {
    height: 350px;
  }

  .contact-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1-hero-link {
    font-size: 40px;
    line-height: 52px;
  }

  .h1-hero-link.inner-pages {
    font-size: 38px;
    line-height: 50px;
  }

  .post-hero-text {
    margin-top: 80px;
  }

  .post-full-image {
    height: 350px;
  }

  .works-page {
    height: 400px;
  }

  .newsletter-box {
    width: 85%;
  }

  .side-form-button {
    width: 100%;
    height: 60px;
    margin-right: 0px;
    padding-top: 23px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 20px 50%;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

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

  .underline-hover.mobile-hide {
    display: none;
  }

  .newsletter-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-newsletter {
    margin-right: 10px;
  }

  .side-text {
    left: 1%;
  }

  .intro-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-hover-bg.tablet-view {
    display: none;
  }

  .social-icon-mini {
    margin-bottom: 5px;
  }

  .social-links-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-left-center {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 35px;
  }

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

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

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

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

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

  p {
    font-size: 17px;
    line-height: 29px;
  }

  .button-outline-blue {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

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

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

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

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

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

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

  .nav-menu {
    padding-bottom: 220px;
  }

  .hero-section.services {
    padding-top: 0px;
  }

  .hero-left-column {
    margin-bottom: 40px;
  }

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

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

  .h1-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-right-column.blog {
    width: 50%;
  }

  .heading-box {
    width: 80%;
  }

  .heading-box.small {
    width: 70%;
  }

  .heading-box.large {
    width: 70%;
  }

  .h2-big {
    font-size: 26px;
    line-height: 32px;
  }

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

  .absolute-bg._3 {
    background-position: 0% 50%;
  }

  .absolute-bg._4 {
    background-position: 90% 50%;
  }

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

  .social-icon-regular.facebook {
    background-size: 12px;
  }

  .social-icon-regular.instagram {
    background-size: 12px;
  }

  .social-icon-regular.twittter {
    background-size: 12px;
  }

  .social-icon-regular.linkedin {
    background-size: 12px;
  }

  .social-icon-regular.pinterest {
    background-size: 12px;
  }

  .social-icon-regular.email {
    background-size: 12px;
  }

  .mini-title-link {
    font-size: 15px;
    line-height: 15px;
  }

  .heading-box-left.contact-us {
    padding-left: 0px;
  }

  .left-column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-white {
    display: none;
  }

  .price-text {
    font-size: 28px;
  }

  .title-big {
    font-size: 18px;
    line-height: 14px;
  }

  .question {
    font-size: 16px;
    line-height: 25px;
  }

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

  .client-logo {
    width: 31%;
    margin-right: 3%;
  }

  .client-logo._4 {
    margin-right: 3%;
  }

  .client-logo._3 {
    margin-right: 0%;
  }

  .client-logo._6 {
    margin-right: 0%;
  }

  .client-logo._8 {
    margin-right: 0%;
  }

  .cta-details {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta-details.last {
    margin-bottom: 0px;
  }

  .hover-icon {
    width: 30px;
  }

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

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

  .social-icon-small.pinterest {
    background-size: 12px;
  }

  .social-icon-small.facebook {
    background-size: 12px;
  }

  .social-icon-small.instagram {
    background-size: 12px;
  }

  .social-icon-small.email {
    background-size: 12px;
  }

  .social-icon-small.twittter {
    background-size: 12px;
  }

  .social-icon-small.linkedin {
    background-size: 12px;
  }

  .footer-column {
    width: 39%;
  }

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

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

  .footer-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .details-box-blue {
    padding-right: 10px;
    padding-left: 15px;
  }

  .arrow-box {
    display: none;
  }

  .h4-small-link {
    font-size: 17px;
    line-height: 22px;
  }

  .quick-features {
    padding-right: 5%;
    padding-left: 5%;
  }

  .quick-feature {
    margin-bottom: 20px;
    padding-right: 0px;
  }

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

  .quick-feature._3 {
    margin-bottom: 0px;
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-text-box.full {
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .intro-about-section {
    padding-bottom: 10px;
  }

  .h3-small {
    font-size: 18px;
    line-height: 24px;
  }

  .relative-rounded-right {
    margin-top: 60px;
  }

  .column-no-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-column-white {
    padding-top: 60px;
  }

  .feature-rounded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .icon-rounded {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .h3-big {
    font-size: 23px;
    line-height: 28px;
  }

  .top-white-2 {
    display: none;
  }

  .content-section-margin {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .white-box {
    padding-left: 10px;
  }

  .features-pink {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-box {
    padding-top: 0px;
  }

  .checkbox-circle {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    background-size: 12px;
  }

  .left-column-justify {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-411-pixels.top-margin {
    margin-top: 0px;
  }

  .triangle {
    width: 15%;
  }

  .full-section {
    height: 250px;
  }

  .number-item {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .number-icon {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .number-text-box {
    margin-top: 10px;
  }

  .column-flex-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-us-green {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .map {
    height: 300px;
  }

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

  .h1-hero-link.inner-pages {
    font-size: 36px;
    line-height: 48px;
  }

  .post-preview-flex {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-text-preview {
    margin-left: 0px;
    padding-left: 7px;
  }

  .blog-right-column {
    width: 40%;
  }

  .post-hero-text {
    margin-top: 0px;
  }

  .post-full-image {
    height: 300px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .newsletter-column.modal-right {
    overflow: auto;
    width: 100%;
    padding: 40px;
  }

  .subtile-inner {
    width: 80%;
  }

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

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

  .icon-margin {
    width: 42px;
    text-align: right;
  }

  .relative-circle-3 {
    width: 40%;
  }

  .on-load-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .on-load-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .on-load-8.intro {
    width: 25%;
  }

  .on-load-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .on-load-9.intro {
    width: 25%;
  }

  .on-load-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .on-load-10.intro {
    width: 25%;
  }

  .on-load-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-intro-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .quick-container {
    width: 50%;
    padding-right: 0px;
  }

  .quick-text-box {
    width: 50%;
  }

  .side-text {
    left: -2%;
  }

  .on-load-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .social-icon-mini.facebook {
    background-size: 12px;
  }

  .social-icon-mini.instagram-no-margin {
    background-size: 12px;
  }

  .social-icon-mini.twittter {
    background-size: 12px;
  }

  ._81-percent-2 {
    width: 100%;
  }
}

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

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

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

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

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

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

  p {
    font-size: 16.5px;
    line-height: 28.5px;
  }

  blockquote {
    width: 90%;
  }

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

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

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

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

  .content-section.post-page {
    padding-bottom: 10px;
  }

  .content-section.post-body {
    padding-bottom: 40px;
  }

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

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

  .hero-section.post {
    padding-top: 70px;
  }

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

  .hero-left-column.contact-us {
    margin-top: 40px;
  }

  .hero-left-column.blog {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .intro-section {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .h1-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .h1-hero.inner-pages {
    font-size: 34px;
    line-height: 46px;
  }

  ._76-percent-box {
    width: 90%;
  }

  .hero-right-column {
    width: 100%;
    padding-top: 10px;
  }

  .hero-right-column.blog {
    width: 100%;
    height: 200px;
  }

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

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

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .intro-feature {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

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

  .circle {
    width: 55px;
    height: 55px;
  }

  .half-circle {
    width: 70px;
  }

  .max-410-pixels.mobile-margin {
    margin-top: 10px;
  }

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

  .half-column-flex.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .half-column-flex.no-top-padding {
    padding-top: 0px;
  }

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

  .feature-item {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 10px;
  }

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

  ._45-percent-flex {
    width: 100%;
    padding: 30px 11%;
  }

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

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-block-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-right {
    width: 100%;
    margin-top: 20px;
  }

  .tabs-left {
    width: 100%;
  }

  .tab-pane {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab {
    width: 100%;
  }

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

  .left-column {
    width: 100%;
    height: 200px;
  }

  .right-column {
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 7%;
  }

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

  .work-item.bottom-margin {
    margin-right: auto;
    margin-left: auto;
  }

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

  .guy-column {
    width: 100%;
  }

  .left-column-text {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .guy-container {
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

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

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

  .title-big {
    line-height: 13px;
  }

  .question.big {
    font-size: 18px;
    line-height: 27px;
  }

  .left-padding.mobile-no-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-right-arrow {
    width: 50px;
  }

  .slide-left-arrow {
    width: 50px;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }

  .client-logo {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .client-logo._4 {
    margin-right: auto;
  }

  .client-logo._3 {
    margin-right: auto;
  }

  .client-logo._6 {
    max-width: 350px;
    margin-right: auto;
  }

  .client-logo._8 {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .feature {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .feature._4 {
    margin-right: auto;
    margin-bottom: 40px;
  }

  .feature._8 {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .icon-feature {
    margin-right: auto;
    margin-left: auto;
  }

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

  .insta-pic {
    width: 50%;
  }

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

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

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

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

  .footer-left {
    max-width: 100%;
  }

  .intro-box {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .intro-box.last {
    margin-right: auto;
    margin-bottom: 0px;
  }

  .details-box-blue {
    padding-left: 15px;
  }

  .quick-features {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 10% 5px;
  }

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

  .quick-feature {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .hero-text-box {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .hero-text-box.full {
    padding-top: 30px;
  }

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

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

  .intro-about-section {
    padding-top: 25px;
  }

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

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

  .feature-left-box {
    width: 100%;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 20px;
    border-bottom: 1px solid #4e91bb;
    border-right-style: none;
  }

  .feature-right-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .relative-rounded-right {
    margin-top: 60px;
  }

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

  .service-item-flex {
    width: 100%;
  }

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

  .play-video {
    width: 60px;
    height: 60px;
    background-size: 17px;
  }

  .content-section-color {
    padding-top: 20px;
  }

  .left-column-white {
    width: 100%;
    padding: 40px 8%;
  }

  .feature-rounded {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .feature-rounded._3 {
    margin-bottom: 0px;
  }

  .feature-rounded._4 {
    margin-bottom: 0px;
  }

  .h3-big.mobile-no-padding {
    margin-top: 0px;
  }

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

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

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

  .features-blue {
    width: 100%;
  }

  .features-blue._4 {
    margin-bottom: 20px;
  }

  .features-blue._5 {
    margin-bottom: 20px;
  }

  .form-right {
    width: 100%;
  }

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

  .white-box {
    padding-left: 7px;
  }

  .content-section-pink {
    padding-top: 20px;
  }

  .features-pink {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .features-pink._4 {
    margin-bottom: 30px;
  }

  .features-pink._5 {
    margin-bottom: 30px;
  }

  .right-column-pink {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .feature-simple {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    border-bottom: 1px solid #f9c9c6;
    border-right-style: none;
  }

  .left-column-justify {
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .triangle {
    left: -8%;
    width: 18%;
  }

  .donut {
    right: -7%;
    width: 50px;
    height: 50px;
    border-width: 10px;
  }

  .full-section {
    height: 200px;
  }

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

  .number-item {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .number-item._2 {
    margin-right: 0%;
  }

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

  .number-icon._1 {
    margin-bottom: 10px;
  }

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

  .contact-us-green {
    padding-top: 50px;
  }

  .post-preview-large {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .blog-left {
    width: 100%;
  }

  .h1-hero-link.inner-pages {
    font-size: 34px;
    line-height: 46px;
  }

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

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

  .featured-preview {
    width: 100%;
    margin-right: 0%;
  }

  .post-full-image {
    height: 250px;
  }

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

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .subtile-inner {
    width: 100%;
  }

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

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

  .newsletter-text {
    width: 100%;
    margin-right: 0%;
  }

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

  .on-load-7 {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }

  .on-load-8 {
    text-align: center;
  }

  .on-load-8.in-about-us {
    margin-bottom: 0px;
  }

  .on-load-8.intro {
    width: 50%;
  }

  .on-load-9 {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }

  .on-load-9.logo {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  .on-load-9.intro {
    width: 50%;
  }

  .on-load-10 {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }

  .on-load-10.logo {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  .on-load-10.intro {
    width: 50%;
  }

  .on-load-11 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-11.logo {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  .on-load-11.intro {
    width: 50%;
  }

  .negative-top-margin {
    margin-top: -6px;
  }

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

  .quick-container {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .circles-grid {
    width: 100%;
    margin-top: 10px;
  }

  .intro-logo {
    padding-left: 12%;
    text-align: left;
  }

  .side-text {
    left: 28%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .on-load-12 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-12.logo-last {
    width: 100%;
    margin-bottom: 0px;
  }

  .column-center {
    margin-bottom: 20px;
  }

  .intro-icon {
    margin-right: 0px;
  }

  .hero-center-container {
    width: 100%;
  }

  .hero-left-center {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  ._81-percent-2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}