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

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

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

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

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

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

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

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

body {
  font-family: Roboto, sans-serif;
  color: #8492a6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #3c4858;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #272841;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #8492a6;
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'DM Sans', sans-serif;
  color: #888799;
}

li {
  margin-bottom: 10px;
  font-weight: 300;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  font-size: 27px;
  line-height: 45px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

figure {
  margin-top: 0px;
  margin-bottom: 0px;
}

figcaption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 11px;
  margin-bottom: 31px;
  margin-left: 11px;
  padding: 7px;
  border-radius: 3px;
  background-color: #8492a6;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}

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

.content-section.bottom-padding {
  padding-bottom: 105px;
}

.content-section.gray {
  background-color: #f2f2fa;
}

.content-section.gray.bottom-padding {
  background-color: #272841;
}

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

.content-section.intro {
  overflow: hidden;
  padding-bottom: 40px;
}

.content-section.bg-image {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/The-Sceens---Perspective-PSD-Mockup---by-Tranmautritam-1.png');
  background-position: 48% 64%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.content-section.no-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(191, 242, 253, 0.39);
}

.content-section.extra-padding {
  padding-top: 140px;
}

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

.content-section.form {
  padding-top: 140px;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.flex-center {
  z-index: 10;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.content-wrapper.on-blog-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.large {
  max-width: 1270px;
}

.content-wrapper.flex-full-height {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.content-wrapper.larger {
  width: 100%;
  max-width: 1500px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 915px;
  padding-top: 80px;
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.medium {
  height: 770px;
  min-height: 0px;
  background-position: 50% 50%;
  background-attachment: scroll;
}

.hero-section.small {
  height: 400px;
  min-height: 0px;
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/people-discuss-about-graphs-and-rates-3184292-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/people-discuss-about-graphs-and-rates-3184292-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.how-it-works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blue-and-yellow-graph-on-stock-market-monitor-159888-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blue-and-yellow-graph-on-stock-market-monitor-159888-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-of-people-near-laptops-3183127-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-of-people-near-laptops-3183127-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.partner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/two-people-shaking-their-hands-2058148-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/two-people-shaking-their-hands-2058148-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chart-close-up-data-desk-590022-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chart-close-up-data-desk-590022-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.demo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/5e3b293a04842b5e1141500a_The-Sceens---Perspective-PSD-Mockup---by-Tranmautritam.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5e3b293a04842b5e1141500a_The-Sceens---Perspective-PSD-Mockup---by-Tranmautritam.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/man-in-black-holding-phone-618613-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/man-in-black-holding-phone-618613-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.case-study {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/architectural-design-architecture-blue-sky-buildings-442577.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/architectural-design-architecture-blue-sky-buildings-442577.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.small.careers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ballpen-blur-close-up-computer-461077-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ballpen-blur-close-up-computer-461077-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section._2 {
  background-image: url('../images/scott-webb-186119.jpg');
}

.hero-section._3 {
  height: 100vh;
  min-height: auto;
  background-image: url('../images/Hero-3.jpg');
}

.hero-section._4 {
  height: 100vh;
  min-height: auto;
  padding-top: 20px;
  background-image: url('../images/Hero-4.jpg');
}

.style-guide-box {
  margin-bottom: 60px;
}

.mini-title-1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #00b4dc;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mini-title-1.top-border {
  margin-top: 25px;
}

.mini-title-1.white {
  color: #fff;
}

.ordered-list {
  font-family: Roboto, sans-serif;
  color: #8492a6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 130px;
  margin-top: 10px;
  padding: 0px 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: 55px;
  background-color: #ec5628;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 100;
  text-align: center;
}

.button-2.top-border {
  margin-top: 15px;
}

.button-2.center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

.small-bottom-border.bg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.button-1 {
  height: 45px;
  min-width: 130px;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 15px;
  border: 2px solid #fff;
  border-radius: 55px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-1:hover {
  background-color: #fff;
  color: #1b1b1b;
}

.navbar-1 {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #fff;
}

.hero {
  color: #fff;
  font-size: 49px;
  line-height: 62px;
}

.hero-text-box.center-text {
  max-width: 954px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.hero-text-box.center {
  text-align: center;
}

.paragraph.white {
  color: #fff;
}

.paragraph.regular {
  font-weight: 400;
}

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

.heading-1.hero {
  margin-bottom: 0px;
  font-size: 58px;
  line-height: 63px;
}

.heading-1.hero.tophr {
  font-size: 64px;
  line-height: 69px;
}

.heading-1.bottom-border {
  margin-bottom: 20px;
}

.heading-1.large {
  color: #fff;
  font-size: 47px;
  line-height: 59px;
}

.heading-1.white {
  color: #fff;
}

.heading-1.big {
  font-size: 49px;
  line-height: 62px;
}

.social-icons-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.social-icons-box.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: 25px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  -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: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon:hover {
  background-color: #272841;
}

.social-icon.facebook {
  -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/001-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter_1.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

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

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

.social-icon.linkedin:hover {
  background-color: #272841;
}

.display-none {
  display: none;
}

.notice-bar {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1b1b1b;
}

.notice-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 9.5px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mini-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 45px;
  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;
  text-align: right;
}

.mini-close.absolute {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 0px;
}

.anchor-menu-box {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.anchor-menu-link {
  position: relative;
  top: 1px;
  z-index: 10;
  margin-right: 50px;
  padding: 15px 5px 10px;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.anchor-menu-link:hover {
  border-bottom: 1px solid #ec5628;
}

.anchor-menu-link.no-left-border {
  margin-right: 0px;
}

.body {
  font-family: Roboto, sans-serif;
  color: #8492a6;
  font-weight: 300;
}

.intro-text-box {
  display: block;
  width: 47%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.mini-title-3 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #ec5628;
  font-size: 15px;
  line-height: 16px;
  font-weight: 300;
}

.mini-title-3.white {
  color: #fff;
}

.mini-title-2 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 5px 4px 6px;
  border: 1px solid #004992;
  border-radius: 3px;
  background-color: rgba(191, 242, 253, 0);
  font-family: 'DM Sans', sans-serif;
  color: #004992;
  font-size: 9.5px;
  line-height: 9.5px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-title-2.white {
  border-color: #fff;
  color: #fff;
}

.mini-title-2.bottom-border {
  margin-bottom: 25px;
}

.intro-features-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  -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;
}

.intro-feature {
  width: 30%;
  padding: 40px;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.intro-features-text {
  color: #3c4858;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
}

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

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.space-between.hh {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.flex-wrapper.bottom-line {
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.flex-wrapper.footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.space-between-and-top-border {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.flex-wrapper.space-between-special {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.footer-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.center {
  -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-wrapper.vertical-centered {
  -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;
}

.flex-wrapper.form-8 {
  width: 930px;
}

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

._50-percent-column.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;
}

._50-percent-column.flex-center.mobile-full {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-percent-column.hand-2 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-percent-column.flex-start {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-percent-column.flex-end {
  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;
}

.text-content {
  width: 83%;
}

.text-content.right-padding {
  padding-right: 20px;
}

.text-content.left-padding {
  padding-left: 20px;
}

.text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ec5628;
  font-size: 15px;
  font-weight: 300;
}

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

.text-link.gray {
  color: #8492a6;
}

.text-link.bottom-border {
  display: inline-block;
  margin-bottom: 10px;
}

._45-percent-column {
  width: 45%;
}

._45-percent-column.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;
}

._45-percent-column.flex-right {
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

._55-percent-column.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;
}

.header-box.center {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.header-box.center-no-border {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box._55-percent {
  width: 55%;
}

.header-box._93-percent {
  display: block;
  width: 93%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.statics-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 80px 6%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f3f7;
}

.statics-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.statics-1-text-box {
  margin-left: 20px;
}

.less-line-height {
  color: #3c4858;
  font-size: 18px;
  line-height: 25px;
}

.small-top-border {
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 30px;
  margin-top: 0px;
}

.bottom-border {
  margin-bottom: 15px;
}

.bottom-border.more-bottom {
  margin-bottom: 100px;
}

.bottom-border.more-bottom.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-bottom: 72px;
  -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.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Hero-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Hero-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bottom-border.more-bottom.bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Hero-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Hero-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bottom-border.more-bottom.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #26272e;
}

.bottom-border.more-bottom.bg-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Hero-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Hero-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bottom-border.more-bottom.gray {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

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

.heading-3.white {
  color: #fff;
}

.inter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  -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/scott-webb-186119.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.clients-inter-box {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-2.large-and-white {
  color: #fff;
  font-size: 33px;
  line-height: 48px;
}

.set-1-logo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-1-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 35px 4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-text-box {
  width: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-text-box.left-border {
  margin-right: 0px;
  margin-left: 25px;
}

.feature-icon-column {
  width: 60px;
}

.feature-icon-column.right-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.feature-icon-column.small {
  width: 40px;
  margin-right: 15px;
  margin-left: 5px;
}

.feature-1-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-1-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 35px 4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-1-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-1-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 25px 4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-1-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-title-4 {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #6045e0;
  font-family: Roboto, sans-serif;
  color: #6045e0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.mini-title-4.bottom-border {
  margin-bottom: 25px;
}

.mini-title-4.no-borders {
  margin-bottom: 0px;
}

.mini-title-4.white {
  border-bottom-color: #fff;
  color: #fff;
}

.mini-title-4.border {
  margin-right: 10px;
}

.work-page-header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

._30-percent-column-with-padding {
  position: relative;
  width: 30%;
  margin-right: 1.65%;
  margin-left: 1.65%;
}

._30-percent-column-with-padding.bottom-border {
  margin-bottom: 35px;
}

._30-percent-column-with-padding.bottom-padding {
  margin-bottom: 30px;
}

._70-percent-column {
  width: 70%;
}

._70-percent-column.newsletter {
  position: relative;
  padding: 35px 20px 10px 40px;
  background-color: #26272e;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-bottom: 20px;
}

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

.heading-4.bottom-border {
  margin-bottom: 25px;
}

.heading-4.white {
  margin-bottom: 0px;
  color: #fff;
}

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

.inline-block.normal {
  margin-right: 5px;
  font-weight: 400;
}

.details-item {
  margin-bottom: 15px;
  color: #888799;
}

.title-box {
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

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

.inner-page-slider {
  height: auto;
  background-color: #fff;
}

.inner-page-left-arrow {
  top: 0px;
  right: 0px;
  width: 25px;
  height: 50px;
  margin-top: -110px;
  margin-right: 25px;
  padding-top: 5px;
  padding-right: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.inner-page-left-arrow:hover {
  opacity: 0.7;
}

.inner-page-right-arrow {
  top: 0px;
  right: 0px;
  width: 25px;
  height: 50px;
  margin-top: -110px;
  padding-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.inner-page-right-arrow:hover {
  opacity: 0.7;
}

.work-thumbnail {
  position: relative;
  width: 31%;
  margin-right: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-thumbnail.left-border {
  margin-right: 4%;
}

.work-thumbnail.post {
  width: 47.5%;
  height: auto;
  margin-right: 5%;
}

.work-thumbnail.large {
  overflow: hidden;
  width: 65%;
  margin-right: 0%;
}

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

.left-border {
  margin-right: 40px;
}

.feature-2-item-1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hand {
  margin-left: 0px;
}

.hand-container {
  position: relative;
  width: 52%;
}

.horizontal-line {
  position: absolute;
  top: 65%;
  right: -55%;
  width: 170px;
  height: 1px;
  background-color: #cfcfcf;
  color: #bebebe;
}

.horizontal-line._2 {
  top: 50%;
  width: 170px;
}

.horizontal-line._3 {
  top: 12%;
}

.horizontal-line._4 {
  top: 48%;
  right: 91%;
}

.horizontal-line._5 {
  top: 75%;
  right: 91%;
}

.horizontal-line._6 {
  top: 75%;
  right: 91%;
  width: 250px;
}

.final-dot {
  position: absolute;
  top: -2px;
  right: 0px;
  bottom: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b0afb2;
  color: #cfcfcf;
}

.final-dot.left {
  left: 0px;
  top: -2px;
  right: auto;
  bottom: 0px;
}

.final-dot.on-vertical-line {
  left: -2px;
}

.feature-2-item-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-2-item-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-2-item-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-2-item-5 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-2-item-6 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 56px;
  background-color: #cfcfcf;
}

.job-title {
  display: inline-block;
  margin-bottom: 13px;
  padding: 4px 5px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #4d4c5f;
  font-size: 9px;
  line-height: 9px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.description-box {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.description-box.absolute {
  position: absolute;
  margin-right: 20px;
  margin-left: 20px;
}

.description-box.n {
  margin-bottom: 0px;
}

.testimonial-slider {
  height: auto;
  background-color: #fff;
}

.testimonial-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 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;
  border: 1px solid #b7abf1;
  border-radius: 50%;
  background-color: #fff;
}

.testimonial-pic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: url('../images/3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.testimonial-text-box {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slider-arrow {
  background-image: url('../images/Slide-arrow-right_1Slide-arrow-right.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.slider-arrow:hover {
  opacity: 0.7;
}

.slider-arrow.left {
  background-image: url('../images/Slide-arrow-left_1Slide-arrow-left.png');
  background-size: 18px;
}

.pricing-box {
  width: auto;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
  background-color: #fff;
}

.pricing-box.mobile-no-bottom-border {
  width: auto;
}

.pricing-header {
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.pricing-text {
  margin-bottom: 20px;
  color: #00b4dc;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

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

.pricing-description {
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

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

.text-title.dark {
  margin-bottom: 5px;
  background-color: rgba(1, 3, 44, 0);
  color: #3c4858;
}

.pricing-button {
  width: 100%;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #004992;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.box-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.box-details.small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-style: none;
  border-bottom-style: none;
}

.box-details.more-inner-padding {
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.authors-pic {
  width: 37px;
  height: 37px;
  margin-right: 7px;
  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;
}

.tag {
  margin-right: 15px;
}

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

.small-link {
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #6045e0;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
  font-weight: 300;
}

.small-link:hover {
  opacity: 0.8;
}

.small-link.top-border {
  margin-top: 50px;
  color: #00b4dc;
}

.small-link.bottom-border {
  margin-bottom: 10px;
}

.inline-text {
  margin-right: 4px;
  font-size: 15px;
  font-weight: 300;
}

.inline-text.dark {
  margin-right: 10px;
  color: #3c4858;
}

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

.inline-link {
  color: #6045e0;
}

.inline-link.small {
  font-size: 15px;
  font-weight: 300;
}

.inline-link.small-and-white {
  color: #fff;
  font-size: 15px;
}

.mobile-top-border {
  margin-top: 15px;
}

.mobile-top-border.more-border {
  margin-top: 30px;
}

.post-preview-text-box-2 {
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.date-box {
  width: 47px;
  margin-left: 5px;
}

.post-preview-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.post-preview-right {
  width: 55%;
}

.post-preview-right.on-blog-page {
  width: 95%;
}

.date {
  font-size: 26px;
  line-height: 31px;
  text-align: center;
}

.date.white {
  color: #fff;
}

.post-preview-box {
  padding-right: 20px;
}

.post-preview-box._2 {
  margin-top: 15px;
  padding-left: 5px;
}

.post-preview-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-preview-image.large {
  width: 75%;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.post-preview-image.medium {
  position: relative;
  width: 52%;
}

.post-preview-image.full {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.post-preview-image.small {
  width: 40%;
}

.post-preview-image.full {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

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

.newsletter-section.gray {
  background-color: #f1f3f7;
}

.form-6-button {
  width: 33.33%;
  height: 70px;
  padding-top: 11px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
}

.form-6-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e4eae), to(#5e4eae));
  background-image: linear-gradient(180deg, #5e4eae, #5e4eae);
}

.address {
  width: 63%;
  padding: 35px 50px 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
  text-align: center;
  text-decoration: none;
}

.address-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 440px;
  -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/img-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mini-contact-us-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  padding: 35px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

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

.email-address {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-section {
  padding-top: 105px;
  padding-bottom: 40px;
  background-color: #272841;
}

.footer-left-column {
  width: 30%;
  padding-right: 35px;
}

.footer-text {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.footer-text:hover {
    text-decoration: none !important;
}

.footer-addresses {
    margin-left: auto;
    margin-top: 15px;
}

.footer-addresses div {
    isplay: inline-block;
    argin: 0 50px;
    loat: right;
}

.footer-addresses p {
    float:left;
    display: inline-block;
    margin: 0 50px;
}

.footer-link-box {
  width: 20%;
}

.footer-link-box.no-borders {
  width: 21%;
}

.footer-mini-title {
  display: inline-block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  color: #cacad6;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

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

.footer-link.horizontal {
  margin-right: 25px;
  margin-bottom: 0px;
}

.footer-link.addy {
  font-size: 12px;
}

.back-to-top-text {
  display: inline;
  margin-right: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.back-to-top-link {
  display: inline;
  text-decoration: none;
}

.footer-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61%;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #464754;
}

.footer-notice-text {
  color: #5b5f68;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.footer-notice-link {
  color: #5b5f68;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-links.no-top-border {
  margin-top: 0px;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  -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: 2px solid #5b5f68;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social-icon:hover {
  background-color: #5b5f68;
}

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

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

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

.footer-social-icon.linkedin {
  background-color: #fff;
  background-image: url('../images/Linkedin-gray.svg');
  background-position: 50% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.footer-logo {
  margin-bottom: 10px;
}

.bottom-separation {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.bottom-separation.as-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-separation._25-pixels-padding {
  padding-bottom: 25px;
}

.bottom-separation.top-border {
  margin-top: 60px;
}

.bottom-separation.half-padding {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.bottom-separation.medium-padding {
  padding-bottom: 50px;
}

.bottom-separation.half-no-border {
  padding-bottom: 30px;
}

.bottom-separation.no-padding {
  padding-bottom: 0px;
}

.bottom-separation.less-border {
  padding-bottom: 30px;
}

.bottom-separation.pad-bottom {
  margin-bottom: 60px;
}

.statics-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.statics-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.statics-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px none rgba(177, 194, 219, 0.8);
}

.notice-box {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-text-box {
  width: 90%;
  padding-left: 25px;
}

.intro-feature-2 {
  width: 30%;
  padding: 40px;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.intro-feature-3 {
  width: 30%;
  padding: 40px 4%;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.set-1-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.set-1-logo-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

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

.blog-slider {
  width: 100%;
  height: 830px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.blog-preview-post {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 271px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(23, 7, 100, 0.75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(23, 7, 100, 0.75));
}

.blog-left-column {
  width: 71.5%;
}

.blog-side-column {
  width: 25%;
  margin-bottom: 50px;
}

.side-menu-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.side-menu-block.less-padding {
  padding-bottom: 0px;
}

.menu-link-box {
  margin-bottom: 10px;
}

.menu-link-box.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.menu-link-box.top-border {
  margin-top: 15px;
}

.mini-post-preview {
  margin-bottom: 25px;
}

.success-message {
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.error-message {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.error-message.on-form-3 {
  text-align: center;
}

.error-message.max-width {
  max-width: 510px;
}

.post-preview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 50px;
  height: 60px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}

.date-absolute.visible {
  z-index: 10;
  display: block;
}

.team-member-picture {
  width: 88%;
}

.inline {
  display: inline;
}

.wide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-wide-block {
  display: inline-block;
  width: 46%;
  margin: 0px 10px;
}

.text-wide-block.large {
  width: 70%;
  max-width: 70%;
}

._50-percent-image-column {
  position: relative;
  width: 50%;
  min-height: 600px;
}

._50-percent-image-column._1 {
  background-image: url('../images/stefan-stefancik-257625.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._2 {
  background-image: url('../images/yeshi-kangrang-276043.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._3 {
  background-image: url('../images/luca-bravo-276892.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._4 {
  background-image: url('../images/Watch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._5 {
  background-image: url('../images/mockup_tshirt_freebie_psd_1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._6 {
  background-image: url('../images/richard-lock-266347.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._7 {
  background-image: url('../images/gabriel-beaudry-253363.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-image-column._8 {
  background-image: url('../images/julian-o-hayon-265569.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.features-block-container {
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
}

.bars-block-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

._1-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.bar-container {
  position: relative;
  width: 82%;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 11px;
  background-color: #f1f3f7;
}

.bar-indicator {
  width: 20%;
  height: 12px;
  border-radius: 11px;
  background-color: #6045e0;
}

.utility-block-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
}

.work-thumbnail-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-thumbnail-block {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.utility-thumbnail-block.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.icon-bg {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: rgba(191, 242, 253, 0.39);
  background-image: url('../images/noun_invoice_2323310.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon-bg._1 {
  background-color: rgba(191, 242, 253, 0.39);
  background-image: url('../images/noun_Vertical-Bottom_860605.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.icon-bg._2 {
  background-image: url('../images/expand-2_1expand-2.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-bg._3 {
  background-image: url('../images/noun_Market-Analysis_1456751.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.icon-bg._4 {
  background-image: url('../images/noun_bill_3071438.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-bg._6 {
  background-image: url('../images/noun_contract_2035471.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-bg._7 {
  background-image: url('../images/noun_Handshake_397600.svg');
  background-size: 38px;
}

.icon-bg._8 {
  background-image: url('../images/noun_Save-Money_2869356.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.icon-bg._9 {
  background-image: url('../images/noun_Network_1061260.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.icon-bg._5 {
  background-image: url('../images/noun_payment_3131850.svg');
}

.icon-bg._10 {
  background-image: url('../images/noun_Shopping-bills_3047115.svg');
}

.icon-bg._11 {
  background-image: url('../images/noun_expense_1734089.svg');
  background-size: 29px;
}

.icon-bg._12 {
  background-image: url('../images/noun_support_2690278.svg');
}

.icon-bg.or {
  background-color: rgba(241, 171, 150, 0.35);
  background-image: url('../images/noun_landline_1068131.png');
}

.icon-bg.or._2m {
  background-image: url('../images/noun_Mobile_3268413.png');
}

.icon-bg.or._3m {
  background-image: url('../images/noun_clouds_3267927.png');
}

.icon-bg.or._4m {
  background-image: url('../images/noun_Software_2827576.png');
}

.button-3 {
  display: block;
  height: 45px;
  min-width: 130px;
  margin-top: 10px;
  padding-top: 13px;
  border: 1px solid #004992;
  border-radius: 3px;
  background-color: #004992;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}

.button-3:hover {
  background-color: #004992;
  color: #fff;
}

.video-full {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.form-2-input {
  width: 31%;
  height: 55px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 35px;
  border-style: solid;
  border-color: rgba(177, 194, 219, 0.8);
  border-bottom-width: 1px;
  background-image: url('../images/_1+.png');
  background-position: 15px 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  color: #9eafc7;
  font-weight: 300;
}

.form-2-input.message {
  width: 100%;
  padding: 15px 15px 80px;
  background-image: none;
}

.contact-form {
  margin-top: 50px;
}

.button-4 {
  height: 45px;
  min-width: 130px;
  margin-top: 10px;
  padding-top: 16px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.button-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e4eae), to(#5e4eae));
  background-image: linear-gradient(180deg, #5e4eae, #5e4eae);
}

.newsletter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

._50-percent-wide-column {
  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;
}

.hero-logos-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 130px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.hero-logos-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-logos-container.relative {
  position: relative;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hero-logo-column-1 {
  width: 20%;
  text-align: center;
}

.hero-logo-column-2 {
  width: 20%;
  text-align: center;
}

.hero-logo-column-3 {
  width: 20%;
  text-align: center;
}

.hero-logo-column-4 {
  width: 20%;
  text-align: center;
}

.hero-logo-column-5 {
  width: 20%;
  text-align: center;
}

.intro-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
}

.intro-feature-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.61%;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 20px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2fa;
  text-align: center;
}

.intro-feature-item-1.width {
  width: 25%;
  margin-bottom: 0px;
  opacity: 0.4;
}

.intro-feature-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.intro-feature-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(177, 194, 219, 0.8);
  text-align: center;
}

.hand-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.menu-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.menu-horizontal.bottom-border {
  margin-bottom: 30px;
}

.menu-horizontal.less-border {
  margin-bottom: 15px;
}

.team-member-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -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;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.chart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.chart-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 171px;
  height: 171px;
  margin-bottom: 25px;
  background-image: url('../images/Purple-pie-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.percent-chart {
  -webkit-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  transform: rotate(-47deg);
}

.percent-chart:hover {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.split-section {
  margin-top: 70px;
}

.chart-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.chart-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(177, 194, 219, 0.8);
  text-align: center;
}

.button-5 {
  height: 45px;
  min-width: 130px;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #6045e0;
  border-radius: 55px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #6045e0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}

.button-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e4eae), to(#5e4eae));
  background-image: linear-gradient(180deg, #5e4eae, #5e4eae);
  color: #fff;
}

.tab-link {
  max-width: 260px;
  min-width: 230px;
  padding: 25px 25px 25px 75px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  background-color: #fff;
  font-weight: 300;
}

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

.tab-link._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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-left-style: none;
}

.tab-link._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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-right-style: solid;
}

.tab-link._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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-right-style: solid;
}

.tab-link._1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 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;
  background-color: #f1f3f7;
  text-align: center;
}

.tabs-menu {
  position: relative;
  top: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: 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;
  text-align: center;
}

.tab-pane {
  border-style: none;
}

.lightbox-1 {
  position: relative;
  width: 100%;
}

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

.magnifier {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tabs {
  top: 35px;
  border-top: 1px solid rgba(177, 194, 219, 0.8);
}

._30-percent-column {
  position: relative;
  width: 26%;
}

._30-percent-column.top-padding {
  width: 24%;
  padding-top: 30px;
}

._30-percent-column.image {
  background-image: url('../images/Thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-container._90-percent {
  width: 90%;
}

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

.logo-footer {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-footer:hover {
  opacity: 0.8;
}

.logo-footer.bottom-border {
  margin-bottom: 30px;
}

.feature-3-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 35px 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-3-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-3-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 35px 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-3-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-3-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 5% 35px 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.feature-3-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 4% 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-4-input {
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 35px;
  border-style: solid;
  border-color: rgba(177, 194, 219, 0.8);
  border-bottom-width: 1px;
  background-image: url('../images/_1+.png');
  background-position: 15px 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  font-weight: 300;
}

.form-4-input.message {
  padding: 15px 15px 60px;
  background-image: none;
}

.hero-form {
  width: 350px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.hero-form-button {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  background-color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-3-input {
  margin-bottom: 35px;
  padding-left: 29px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-color: transparent;
  background-image: url('../images/_1+.png');
  background-position: 10px 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #1b1b1b;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-3-input.message {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 12px;
  border-style: solid;
  border-color: rgba(177, 194, 219, 0.8);
  background-image: none;
}

.form-3-input.message:focus {
  border-color: #3898ec;
}

.form-3 {
  padding: 35px;
}

.hero-form-tab {
  height: 50px;
  padding-top: 22px;
  padding-left: 30px;
  -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;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1b1b1b;
}

.hero-logos-container-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 60px;
  padding-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none solid solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.3) hsla(0, 0%, 100%, 0.3);
  border-radius: 5px;
}

.hero-logos-container-2-title {
  position: relative;
  top: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.side-lines {
  height: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-top-left-radius: 5px;
}

.side-lines.right {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
}

.hero-logos-title-box {
  padding-top: 9px;
  padding-right: 21px;
  padding-left: 17px;
}

.vertical {
  position: relative;
  width: 100%;
  -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;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
}

.text-box {
  margin-top: 35px;
}

._48-percent-column {
  overflow: hidden;
  width: 48%;
}

._48-percent-column.landscape-border {
  overflow: hidden;
}

.side-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  -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;
}

.side-title.absolute {
  position: absolute;
  left: -35px;
  top: 0px;
  bottom: 0px;
  width: 180px;
}

.right-side-content {
  width: 92%;
}

.right-side-content.top-border {
  margin-top: 80px;
}

._33-percent-chart-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

._33-percent-chart-column.full {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  border-right-style: none;
}

.chart-2-item {
  position: relative;
  width: 80%;
}

.chart-2-item.full {
  width: 100%;
}

.map {
  height: 600px;
}

.form-1-input {
  height: 55px;
  margin-bottom: 40px;
  padding-left: 40px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(177, 194, 219, 0.8);
  background-image: url('../images/_1+.png');
  background-position: 15px 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}

.form-1-input.message {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  border-style: solid;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
  background-image: none;
}

.form-1-input.message:focus {
  border-color: #3898ec;
}

.form-1-input.less-pad {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
}

.form-1-input.no-pad {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
}

.form-1-input.dropdown {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: none;
}

.logo-set-2-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
}

.logo-set-container.bottom-border {
  margin-bottom: 50px;
}

.logo-set-2-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-2-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-2-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-set-2-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-2-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-2-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

.logo-set-2-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-bubble {
  position: relative;
  padding: 24px 24px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 5px;
}

.testimonial-item {
  width: 31%;
}

.testimonial-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
}

.testimonial-set-2-pic {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
}

.testimonial-set-2-pic._1 {
  background-image: url('../images/1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-set-2-pic._2 {
  background-image: url('../images/2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-set-2-pic._3 {
  background-image: url('../images/3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-small {
  font-size: 16px;
  font-weight: 300;
}

.tip-2 {
  position: absolute;
  left: 0px;
  bottom: -19px;
  margin-left: 20px;
}

.work-details-column {
  width: 30%;
}

.work-overview-column {
  width: 70%;
}

._30-percent-column-special {
  position: relative;
  width: 30%;
  margin-right: 1.65%;
  margin-left: 1.65%;
}

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

._45-percent-column-special {
  width: 45%;
}

._45-percent-column-special._100 {
  width: 100%;
}

.work-4 {
  width: 62.5%;
  margin-bottom: 3%;
}

.work-3 {
  position: relative;
  width: 34.8%;
  margin-bottom: 3%;
}

.work-1 {
  width: 62.5%;
  margin-bottom: 3%;
}

.work-2 {
  width: 34.8%;
  margin-bottom: 3%;
}

.work-5 {
  width: 62.5%;
  margin-bottom: 3%;
}

.work-6 {
  width: 34.8%;
  margin-bottom: 3%;
}

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

.center-content.top-border {
  width: 100%;
  margin-top: 40px;
}

.footer-30-percent-column {
  width: 33.33%;
  padding: 10px 37px;
  border-right: 1px solid #464754;
}

.footer-30-percent-column._1 {
  padding-left: 0px;
}

.footer-30-percent-column._3 {
  border-right-style: none;
}

.footer-post {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #464754;
}

.paragraph-2 {
  color: #5b5f68;
}

.paragraph-2.small {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
}

.footer-post-link {
  font-size: 15px;
}

.form-7-input {
  width: 80%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #464754;
  background-color: transparent;
}

.newsletter-2-button {
  width: 20%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
  font-size: 15px;
  font-weight: 300;
}

.footer-notice-text-box {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.numbers-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.numbers-box.relative {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.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 350ms ease;
  transition: opacity 350ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand.center {
  left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navlink {
  padding: 15px 10px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 300;
}

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

.navlink.w--current {
  background-color: #f7f7f7;
  color: #1b1b1b;
}

.navlink.focus {
  margin-right: 0px;
  margin-left: 10px;
  background-color: #ec5628;
  color: #fff;
}

.navlink.focus2 {
  background-color: #bff2fd;
}

.navlink.focus2.mobile {
  display: none;
}

.dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: #f1f3f7;
}

.dropdown-link.w--current {
  background-color: #f1f3f7;
  color: #3c4858;
}

.dropdown-toggle {
  padding: 15px 34px 15px 15px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-toggle:hover {
  background-color: #f1f3f7;
}

.dropdown-toggle.w--open {
  background-color: #f1f3f7;
}

.navbar-2 {
  background-color: #fff;
}

.nav-menu-full-width {
  width: 100%;
  text-align: center;
}

.phone-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.top-social-icons {
  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;
}

.top-social-icons.left-border {
  margin-right: 12px;
}

.top-social-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.top-social-icon:hover {
  opacity: 0.8;
}

.top-social-icon.facebook {
  background-image: url('../images/001-facebook-logo_1.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.top-social-icon.twitter {
  background-image: url('../images/003-simbolo-de-twitter.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.top-social-icon.instagram {
  background-image: url('../images/002-logo-de-instagram_1.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.top-social-icon.linkedin {
  background-image: url('../images/004-logo-linkedin_1.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.navbar-top-section {
  border-bottom: 1px solid rgba(159, 175, 199, 0.5);
}

.navbar-3 {
  background-color: #fff;
}

.burger-menu {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 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;
}

.burger-menu.w--open {
  background-color: #fff;
}

.burger-menu.on-desktop {
  display: none;
}

.navbar-4 {
  background-color: #fff;
}

.navbar-5 {
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  background-color: #fff;
}

.center {
  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;
}

.anchor-menu {
  height: 57px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

._66-percent-column {
  width: 70%;
  margin-bottom: 0px;
}

._66-percent-column.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item {
  position: relative;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

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

.faq-section.last {
  margin-bottom: 0px;
}

.faq-issue {
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
}

.mobile-bottom-border {
  display: none;
}

.pricing-container {
  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;
}

._56-percent-column {
  width: 56%;
}

._46-percent-column {
  width: 44%;
}

.utility-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  -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;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.utility-section.no-top-padding {
  padding-top: 0px;
}

.utility-section.block {
  display: block;
}

.utility-section.no-line {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.utility-section.no-line.e {
  padding-top: 0px;
}

.top-border {
  margin-top: 60px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 50px;
  -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;
}

.submit-button {
  height: 52px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
}

.password-input {
  height: 50px;
}

.padlock {
  margin-bottom: 15px;
}

.link-block {
  display: inline-block;
  text-decoration: none;
}

.top-and-bottom-border {
  margin-top: 0px;
  margin-bottom: 20px;
}

._40-percent-column {
  width: 40%;
}

.more-line-height {
  line-height: 50px;
}

.dropdown-icon {
  margin-top: 25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #8492a6;
  font-size: 12px;
}

.text-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 285px;
  padding: 15px 40px 35px;
  -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;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  background-color: #fff;
}

.submit-button-2 {
  height: 45px;
  min-width: 130px;
  padding-top: 13px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.submit-button-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e4eae), to(#5e4eae));
  background-image: linear-gradient(180deg, #5e4eae, #5e4eae);
}

.submit-button-3 {
  display: block;
  min-width: 130px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#5e4eae));
  background-image: linear-gradient(180deg, #7461d4, #5e4eae);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 15px;
}

.submit-button-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7461d4), to(#7461d4));
  background-image: linear-gradient(180deg, #7461d4, #7461d4);
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.line-2 {
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #6c7788;
}

.line-3 {
  width: 18px;
  height: 2px;
  background-color: #6c7788;
}

.line-1 {
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #6c7788;
}

.side-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  width: auto;
  min-width: 290px;
  padding-top: 110px;
  background-color: #fff;
}

.hover-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-image: none;
}

.hover-box.overflow-hidden {
  overflow: hidden;
}

.form-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-6-input {
  width: 33.33%;
  height: 70px;
  padding-left: 33px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
}

.form-6-input:focus {
  border: 1px solid #1989ee;
}

.form-6-input.name {
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.form-6-input.email {
  border-style: solid none;
  border-color: rgba(177, 194, 219, 0.8);
  border-left-width: 1px;
}

.form-6-input.email:focus {
  padding-left: 32px;
  border-style: solid;
  border-color: #1989ee;
}

.slide-arrow {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 0.8;
}

.form-7 {
  margin-bottom: 8px;
}

.hidden-item-1 {
  overflow: hidden;
}

.hidden-item-2 {
  overflow: hidden;
}

.hidden-item-3 {
  overflow: hidden;
}

.absolute-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: center;
}

.top-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
}

.scale-on-hover {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.scale-on-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

._33-percent-column {
  width: 33.33%;
}

.number-left-box {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 50px;
}

.newsletter-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
}

.form-8-input {
  width: 31.5%;
  height: 50px;
}

.form-8-input.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b1b1b1), to(#b1b1b1));
  background-image: linear-gradient(180deg, #b1b1b1, #b1b1b1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 15px;
}

.form-8-input.button:hover {
  opacity: 0.8;
}

.form-8 {
  width: 95%;
  margin-top: 20px;
}

.number-right-box {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 50px;
}

._2-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._3-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._4-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._5-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._6-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._7-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._8-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._9-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._1-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._2-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._3-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._4-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._6-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._7-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._8-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._9-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._5-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._0-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

._0-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #1d1e20;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.layout-thumbnail {
  position: relative;
  overflow: scroll;
  height: 680px;
  margin-bottom: 10px;
}

.circle-number {
  position: absolute;
  left: -14px;
  top: -16px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1b1b1b;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-white {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

._33-percent-chart-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(177, 194, 219, 0.8);
}

._33-percent-chart-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.paragraph-3 {
  color: #888799;
}

._30-percent-presentation {
  position: relative;
  width: 30%;
  margin-bottom: 60px;
}

._30-percent-presentation._1 {
  margin-right: 5%;
}

._30-percent-presentation._2 {
  margin-right: 5%;
}

._30-percent-presentation._4 {
  margin-right: 5%;
}

.unordered-list.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-preview-image-2 {
  position: relative;
  overflow: hidden;
  width: 42%;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
}

.blog-left-column-2 {
  width: 100%;
}

.post-preview-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 2.5%;
  margin-bottom: 60px;
  margin-left: 2.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-preview-item-3 {
  width: 30%;
  margin-right: 1.65%;
  margin-bottom: 60px;
  margin-left: 1.65%;
}

.post-preview-image-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.negative-padding {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

._30-percent-column-special-2 {
  position: relative;
  width: 30%;
  margin-right: 1.65%;
  margin-bottom: 40px;
  margin-left: 1.65%;
}

.date-absolute-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 50px;
  height: 60px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}

.mask {
  width: 100%;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.59;
}

.hero-section-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  background-color: #fff;
}

.slide-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.45) 58%, hsla(0, 0%, 100%, 0)), url('../images/5e39dbc67d2ac98caa743fc3_ipad-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-arrow {
  display: block;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-slide-arrow:hover {
  opacity: 0.9;
}

.paragraph-4 {
  color: #8492a6;
}

._100-percent-column {
  margin-top: 20px;
}

.final-dots {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mini-title-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 5px 4px 6px;
  border: 1px solid #6045e0;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #6045e0;
  font-size: 9.5px;
  line-height: 9.5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-box-2 {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.title-box-2.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.color-1 {
  background-color: #004992;
}

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

.sg-sidebar-link {
  width: 100%;
  padding: 10px 16px;
  border-radius: 5px;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: #f6f6f6;
}

.button-icon {
  height: 24px;
  margin-right: 10px;
  margin-left: -2px;
  float: left;
}

.no-margin {
  margin: 0px;
}

.color-1-faded {
  background-color: #b3d2f1;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 1px;
  margin-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sg-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e9e9e9;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #151515;
  box-shadow: none;
}

.color-2 {
  background-color: #00b4dc;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.intro.left {
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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: #004992;
  -webkit-transition: color 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.button.ghost-bg {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.ghost-bg:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7);
  color: #151515;
}

.button.ghost-bg.secondary {
  margin-left: 10px;
}

.button.white {
  background-color: #fff;
  color: #151515;
}

.button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.button.ghost {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  color: #151515;
}

.button.ghost:hover {
  border-color: transparent;
  background-color: #151515;
  box-shadow: none;
  color: #fff;
}

.button.topvi {
  padding-left: 31px;
  background-image: url('../images/Play_1Play.png');
  background-position: 11% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.button.topvi.s {
  display: none;
}

.sg-button-info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.section {
  position: relative;
  z-index: 1;
  padding: 128px 48px;
  background-color: #fff;
}

.section.border-top {
  border-top: 1px solid #e9e9e9;
}

.color-3-faded {
  background-color: #f1ab96;
}

.dark {
  background-color: #01032c;
}

.grey-2 {
  background-color: #4d4c5f;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  padding-bottom: 104px;
  border-right: 1px solid #e9e9e9;
  background-color: #fff;
}

.color-2-faded {
  background-color: #bff2fd;
}

.color-hex {
  color: #888;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.grey-1 {
  background-color: #272841;
  color: #423f42;
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 64px;
  -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;
}

.grey-4 {
  background-color: #cacad6;
  color: #f2f0f2;
}

.style-block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.sg-color-circle {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.sg-color-circle.small {
  width: 88px;
  height: 88px;
}

.haze {
  background-color: #f2f2fa;
}

.grey-3 {
  background-color: #888799;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
}

.sg-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 64px 32px;
  -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;
  -webkit-box-flex: 22%;
  -webkit-flex: 22%;
  -ms-flex: 22%;
  flex: 22%;
  border: 1px solid #e9e9e9;
}

.sg-color-block.big {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.sg-color-block.small {
  padding: 40px 20px;
  -webkit-box-flex: 15%;
  -webkit-flex: 15%;
  -ms-flex: 15%;
  flex: 15%;
}

.color-3 {
  background-color: #ec5628;
}

.sg-sidebar-link-2 {
  width: 100%;
  padding: 10px 16px;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.sg-sidebar-link-2:hover {
  background-color: #f6f6f6;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-dark {
  background-color: #1b1b1b;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.button-div.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.button-div.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-div.notop {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._100-percent-div {
  width: 100%;
}

.h2.white {
  color: #fff;
}

.blue {
  color: #00b4dc;
}

.slide-nav-2 {
  font-size: 10px;
}

.div-block-3 {
  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;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2.case {
  justify-items: start;
}

.job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2f2fa;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.job:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.paragraph-5 {
  margin-bottom: 0px;
}

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

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

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.orange {
  color: #00b4dc;
}

.login-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: #004992;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 73, 146, 0.94)), to(rgba(0, 73, 146, 0.94))), url('../images/5e39dbc67d2ac98caa743fc3_ipad-1.png');
  background-image: linear-gradient(180deg, rgba(0, 73, 146, 0.94), rgba(0, 73, 146, 0.94)), url('../images/5e39dbc67d2ac98caa743fc3_ipad-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.login-section.lp_version {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 73, 146, 0.94)), to(rgba(0, 73, 146, 0.94)));
  background-image: linear-gradient(180deg, rgba(0, 73, 146, 0.94), rgba(0, 73, 146, 0.94));
  background-position: 0px 0px;
  background-size: auto;
}

.login-div {
  width: 500px;
  height: auto;
  padding: 40px 60px;
  background-color: #fff;

  .logo-c {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.text-link-2 {
  font-family: 'DM Sans', sans-serif;
  color: #888799;
  font-size: 14px;
  font-weight: 400;
}

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

.form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-grid._3 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.form__input {
  min-height: 50px;
  border-radius: 3px;
  background-color: #f6f6f6;
  color: grey;
  font-size: 16px;
}

.form__input.state {
  padding-left: 45px;
  background-image: url('../images/maps-and-flags.svg');
  background-position: 14px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

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

.popdiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  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: rgba(241, 171, 150, 0.66);
}

.terms_div {
  display: block;
  overflow: scroll;
  padding: 25px;
}

.innerpop {
  position: relative;
  max-width: 60%;
  padding: 25px;
  background-color: #fff;
}

.richy {
  overflow: scroll;
  max-height: 400px;
}

.column {
  margin-top: 15px;
  padding-left: 0px;
}

.lab {
  font-size: 13px;
  line-height: 13px;
}

.lab.ss {
  display: block;
  padding-top: 0px;
  line-height: 21px;
}

.checkbox-field {
  font-size: 13px;
  line-height: 21px;
}

.xblock {
  position: absolute;
  left: auto;
  top: 2%;
  right: 3%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.privacy_div {
  display: none;
  padding: 25px;
}

.paragraph-6 {
  margin-bottom: 60px;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
}

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

.leftpar {
  text-align: left;
}

.faqicon {
  margin-left: 0px;
}

.topdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  margin-top: 50px;
}

.slider {
  height: auto;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.audit-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-tablet {
  max-width: 600px;
}

.about-tablet.small {
  max-width: 500px;
}

.outerimgdiv {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landline {
  position: absolute;
}

.cloud {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.software {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.mobbbile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.place {
  opacity: 0;
}

.nav_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-2"] {
  display: none;
}

html.w-mod-js *[data-ix="show-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="show-on-hover-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="dnol"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="display-none-3"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="hero-move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-right-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-slide-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="99-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="13-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="59-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="05-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="85-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="67-percent-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="51-to-99-percent-template"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="99-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="74-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="87-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-down-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-down-on-load-2"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media screen and (max-width: 991px) {
  .content-section.extra-padding {
    padding-top: 140px;
  }

  .hero-text-box.mobile-border {
    margin-bottom: 60px;
  }

  .heading-1.hero {
    font-size: 42px;
    line-height: 50px;
  }

  .flex-wrapper.mobile-center {
    -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-wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .flex-wrapper.form-8 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  ._50-percent-column.flex-center.mobile-full {
    margin-bottom: 50px;
  }

  ._50-percent-column.flex-center.mobile-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._50-percent-column.flex-center.mobile-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._50-percent-column.flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._50-percent-column.flex-end {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-content {
    width: 100%;
  }

  .text-content.left-padding {
    padding-left: 20px;
  }

  ._45-percent-column.flex-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-box.center {
    width: 70%;
  }

  .header-box.center-no-border {
    width: 85%;
  }

  .statics-box {
    margin-right: 3%;
    margin-left: 3%;
  }

  .clients-inter-box {
    width: 80%;
  }

  .feature-icon-column.small {
    width: 50px;
    margin-right: 10px;
  }

  .work-page-header {
    display: block;
  }

  ._30-percent-column-with-padding.bottom-border {
    margin-bottom: 25px;
  }

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

  .hand-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .horizontal-line {
    display: none;
  }

  .post-preview-image.small {
    width: 70%;
    margin-left: 0px;
  }

  .address {
    width: 80%;
  }

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

  .footer-right-column {
    padding-left: 0px;
  }

  .footer-social-icon {
    margin-bottom: 15px;
  }

  .text-wide-block {
    width: 75%;
  }

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

  .icon-bg.or {
    width: 60px;
    height: 60px;
  }

  .intro-features {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-feature-item-1 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2fa;
  }

  .intro-feature-item-1.width {
    width: 23%;
  }

  .intro-feature-item-2 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .intro-feature-item-3 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-right-style: none;
  }

  .menu-horizontal {
    margin-bottom: 30px;
  }

  .charts {
    -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;
  }

  .chart-item {
    width: 50%;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .chart-item-2 {
    width: 50%;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .chart-item-3 {
    width: 100%;
  }

  .tab-link._3 {
    width: 33%;
  }

  .tab-link._1 {
    width: 33%;
  }

  .tab-link._1.w--current {
    width: 33%;
  }

  .tabs-menu {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._30-percent-column.top-padding {
    width: 50%;
  }

  .inner-container._90-percent {
    margin-top: 60px;
  }

  .logo-footer {
    margin-bottom: 30px;
  }

  .feature-3-item-1 {
    border-right-style: none;
  }

  .feature-3-item-3 {
    border-right-style: none;
  }

  .feature-3-item-5 {
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .feature-3-item-6 {
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  }

  .hero-logos-container-2 {
    margin-bottom: 60px;
  }

  .side-title.absolute {
    left: -80px;
  }

  .right-side-content {
    width: 95%;
  }

  .logo-set-2-item-1 {
    width: 50%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  }

  .logo-set-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .logo-set-container.bottom-border {
    padding-right: 50px;
    padding-left: 50px;
  }

  .logo-set-2-item-2 {
    width: 50%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .logo-set-2-item-3 {
    width: 50%;
  }

  .logo-set-2-item-4 {
    width: 50%;
  }

  .logo-set-2-item-5 {
    width: 50%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  }

  .logo-set-2-item-6 {
    width: 50%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .logo-set-2-item-7 {
    width: 50%;
  }

  .logo-set-2-item-8 {
    width: 50%;
  }

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

  ._50-percent-column-special.bottom-border {
    margin-bottom: 30px;
  }

  .form-7-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-2-button {
    width: 57px;
  }

  .navlink {
    background-color: #fff;
  }

  .navlink.focus {
    margin-left: 0px;
  }

  .navlink.focus2 {
    display: none;
    margin-right: 10px;
    float: right;
  }

  .navlink.focus2.mobile {
    display: block;
  }

  .dropdown-toggle {
    background-color: #fff;
  }

  .menu-button {
    height: 60px;
    padding-top: 24px;
    float: right;
  }

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

  .text-box-2 {
    height: 380px;
  }

  .side-menu {
    padding-top: 100px;
  }

  .sg-sidebar-link {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .no-margin {
    margin: 0px;
  }

  .colors {
    margin-right: 8px;
    margin-left: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }

  .sg-sidebar-heading {
    padding: 12px 16px;
  }

  .section {
    padding: 80px 8px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
  }

  .sg-sidebar-menu {
    padding: 12px;
    -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;
    -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;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-color-block {
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

  .sg-color-block.small {
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
  }

  .sg-sidebar-link-2 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .topdiv {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-1.hero.tophr {
    font-size: 44px;
    line-height: 50px;
  }

  .intro-text-box {
    width: 80%;
  }

  .intro-features-box {
    -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;
  }

  .intro-feature {
    width: 80%;
    border-bottom-style: none;
  }

  .flex-wrapper.mobile-center {
    -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-wrapper.landscape-center {
    -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-wrapper.space-between-special {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper.form-8 {
    width: 100%;
  }

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

  ._50-percent-column.flex-center.mobile-start {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._50-percent-column.mobile-border {
    margin-top: 30px;
  }

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

  .text-content.left-padding {
    padding-left: 0px;
  }

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

  ._45-percent-column.flex-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .header-box.center {
    width: 80%;
  }

  .header-box._55-percent {
    width: 100%;
  }

  .statics-item-1 {
    width: 50%;
    margin-bottom: 20px;
  }

  .clients-inter-box {
    width: 90%;
  }

  .set-1-logo-1 {
    width: 33.33%;
    margin-bottom: 50px;
  }

  .logos-container {
    -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;
  }

  .feature-1-item-1 {
    width: 80%;
    border-right-style: none;
  }

  .feature-icon-column.small {
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .feature-1-item-2 {
    width: 80%;
  }

  .feature-1-item-3 {
    width: 80%;
    border-right-style: none;
  }

  .feature-1-item-4 {
    width: 80%;
  }

  .feature-1-item-5 {
    width: 80%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .feature-1-item-6 {
    width: 80%;
  }

  ._30-percent-column-with-padding {
    width: 46%;
    margin-bottom: 60px;
  }

  ._30-percent-column-with-padding.bottom-border {
    margin-bottom: 20px;
  }

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

  .title-box.flex {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-box.landscape-full {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .work-thumbnail {
    width: 48%;
  }

  .hand-container {
    width: 80%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .feature-2-item-3 {
    margin-bottom: 35px;
  }

  .feature-2-item-4 {
    padding-left: 0px;
  }

  .feature-2-item-5 {
    padding-left: 0px;
  }

  .feature-2-item-6 {
    padding-left: 0px;
  }

  .pricing-box {
    display: block;
    width: 47%;
    margin-bottom: 50px;
  }

  .pricing-box.mobile-no-bottom-border {
    margin-bottom: 0px;
  }

  .mobile-top-border {
    margin-top: 30px;
  }

  .date-box {
    display: none;
  }

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

  .post-preview-box {
    margin-top: 20px;
    padding-right: 0px;
  }

  .post-preview-image {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .address-box {
    width: 199%;
    margin-bottom: 50px;
  }

  .mini-contact-us-box {
    width: 80%;
  }

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

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .footer-right-column {
    width: 100%;
  }

  .bottom-separation.mobile-no-padding {
    padding-bottom: 0px;
  }

  .bottom-separation.landscape-no-border {
    padding-bottom: 0px;
  }

  .bottom-separation.mobile-less-padding {
    padding-bottom: 10px;
  }

  .statics-item-2 {
    width: 50%;
    margin-bottom: 20px;
    border-right-style: none;
  }

  .statics-item-3 {
    width: 50%;
  }

  .statics-item-4 {
    width: 50%;
  }

  .intro-feature-2 {
    width: 80%;
    border-bottom-style: none;
  }

  .intro-feature-3 {
    width: 80%;
  }

  .set-1-logo-2 {
    width: 33.33%;
    margin-bottom: 50px;
  }

  .set-1-logo-3 {
    width: 33.33%;
    margin-bottom: 50px;
  }

  .set-1-logo-4 {
    width: 33.33%;
    margin-bottom: 50px;
  }

  .set-1-logo-5 {
    width: 33.33%;
    margin-bottom: 50px;
  }

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

  .blog-side-column {
    display: block;
    width: 100%;
  }

  .error-message {
    width: 80%;
  }

  .error-message.on-form-3 {
    width: 100%;
    padding-left: 35px;
  }

  .error-message.max-width {
    width: auto;
  }

  .post-preview-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date-absolute {
    display: block;
    -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;
  }

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

  .newsletter {
    background-color: transparent;
  }

  .hero-logos-bg {
    height: 210px;
  }

  .hero-logos-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-logo-column-1 {
    width: 33%;
    margin-bottom: 30px;
  }

  .hero-logo-column-2 {
    width: 33%;
    margin-bottom: 30px;
  }

  .hero-logo-column-3 {
    width: 33%;
    margin-bottom: 30px;
  }

  .hero-logo-column-4 {
    width: 33%;
  }

  .hero-logo-column-5 {
    width: 33%;
  }

  .menu-horizontal {
    margin-bottom: 15px;
    -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;
  }

  .laptop {
    margin-bottom: 40px;
  }

  .tab-link {
    width: 50%;
    max-width: 50%;
    min-width: auto;
    margin-right: 15px;
    margin-left: 15px;
    border-right-style: solid;
  }

  .tab-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
    border-right-style: solid;
    border-bottom-style: none;
  }

  .tab-link._2 {
    border-top-style: solid;
  }

  .tab-link._2.w--current {
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .tab-link._3 {
    width: 50%;
    border-top-style: none;
  }

  .tab-link._3.w--current {
    border-bottom-style: solid;
  }

  .tab-link._1 {
    width: 50%;
    border-bottom-style: none;
  }

  .tab-link._1.w--current {
    width: 50%;
  }

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

  ._30-percent-column.top-padding {
    width: 80%;
  }

  ._30-percent-column.bottom-border {
    width: 100%;
    margin-bottom: 60px;
  }

  ._30-percent-column.image {
    width: 30%;
  }

  .feature-3-item-1 {
    width: 100%;
    border-right-style: none;
  }

  .feature-3-item-2 {
    width: 100%;
  }

  .feature-3-item-3 {
    width: 100%;
    border-right-style: none;
  }

  .feature-3-item-4 {
    width: 100%;
  }

  .feature-3-item-5 {
    width: 100%;
    border-right-style: none;
  }

  .feature-3-item-6 {
    width: 100%;
  }

  .hero-logos-container-2 {
    -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;
  }

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

  ._48-percent-column.landscape-border {
    margin-bottom: 40px;
  }

  .side-title.absolute {
    display: none;
  }

  .right-side-content {
    width: 100%;
  }

  ._33-percent-chart-column {
    width: 100%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .form-1-input.message {
    margin-bottom: 10px;
  }

  .form-1-input.less-pad {
    margin-bottom: 10px;
  }

  .form-1-input.dropdown {
    margin-bottom: 10px;
  }

  .logo-set-2-item-1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    border-right-style: none;
  }

  .logo-set-2-item-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-set-2-item-3 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .logo-set-2-item-4 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .logo-set-2-item-5 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    border-right-style: none;
  }

  .logo-set-2-item-6 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-set-2-item-7 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .logo-set-2-item-8 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .testimonial-item {
    width: 80%;
    margin-bottom: 60px;
  }

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

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

  ._30-percent-column-special {
    width: 100%;
    margin-bottom: 30px;
  }

  ._50-percent-column-special {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  ._45-percent-column-special {
    width: 100%;
  }

  .footer-30-percent-column {
    width: 50%;
  }

  .footer-30-percent-column._1 {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #5b5f68;
    border-right-style: none;
  }

  .footer-30-percent-column._3 {
    width: 100%;
    padding-left: 0px;
  }

  .footer-30-percent-column._2 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .brand.center {
    left: 40px;
    padding-left: 0px;
  }

  .phone-number {
    display: none;
  }

  .top-social-icons {
    display: none;
  }

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

  .mobile-bottom-border {
    margin-bottom: 30px;
  }

  .text-box-2 {
    height: auto;
  }

  .form-7 {
    max-width: 300px;
  }

  .form-8-input {
    width: 100%;
  }

  .layout-thumbnail {
    height: 480px;
  }

  ._33-percent-chart-column-2 {
    width: 100%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  ._33-percent-chart-column-3 {
    width: 100%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  ._30-percent-presentation._1 {
    width: 47.5%;
  }

  ._30-percent-presentation._2 {
    width: 47.5%;
    margin-right: 0%;
  }

  ._30-percent-presentation._4 {
    width: 47.5%;
    margin-right: 0%;
  }

  ._30-percent-presentation._3 {
    width: 47.5%;
    margin-right: 5%;
  }

  ._30-percent-presentation._5 {
    width: 47.5%;
  }

  .post-preview-image-2 {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog-left-column-2 {
    width: 100%;
  }

  .post-preview-item-3 {
    width: 46%;
  }

  ._30-percent-column-special-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .date-absolute-2 {
    display: block;
    -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;
  }

  .title-box-2.flex {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-grid._3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .innerpop {
    max-width: 80%;
  }

  .audit-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .content-section.bg-image {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/The-Sceens---Perspective-PSD-Mockup---by-Tranmautritam-1.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/The-Sceens---Perspective-PSD-Mockup---by-Tranmautritam-1.png');
    background-position: 0px 0px, 48% 64%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-2.center {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-text-box.center-text {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-1.hero {
    font-size: 29px;
    line-height: 36px;
  }

  .heading-1.hero.tophr {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-1.large {
    text-align: center;
  }

  .anchor-menu-link {
    width: 100%;
    margin-right: 0px;
  }

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

  .intro-feature {
    width: 100%;
    max-width: 100%;
  }

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

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

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

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

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

  .header-box.center {
    width: 100%;
  }

  .header-box.center-no-border {
    width: 100%;
  }

  .statics-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .statics-item-1 {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .bottom-border.more-bottom.bg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bottom-border.more-bottom.gray {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-bottom: 16px;
  }

  .heading-3.no-border {
    margin-bottom: 16px;
  }

  .clients-inter-box {
    width: 100%;
  }

  .set-1-logo-1 {
    width: 100%;
  }

  .feature-1-item-1 {
    width: 100%;
  }

  .feature-text-box.left-border {
    width: 100%;
    margin-left: 0px;
  }

  .feature-icon-column {
    margin-bottom: 10px;
  }

  .feature-1-item-2 {
    width: 100%;
  }

  .feature-1-item-3 {
    width: 100%;
  }

  .feature-1-item-4 {
    width: 100%;
  }

  .feature-1-item-5 {
    width: 100%;
  }

  .feature-1-item-6 {
    width: 100%;
  }

  ._30-percent-column-with-padding {
    width: 100%;
  }

  ._30-percent-column-with-padding.bottom-border {
    width: 100%;
  }

  ._70-percent-column.newsletter {
    width: 100%;
    padding-left: 30px;
  }

  .title-box {
    width: 100%;
  }

  .work-thumbnail {
    width: 100%;
  }

  .work-thumbnail.left-border {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .slider-arrow {
    display: none;
  }

  .pricing-box {
    width: 100%;
  }

  .box-details {
    width: 100%;
  }

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

  .post-preview-image {
    width: 80%;
  }

  .post-preview-image.medium {
    width: 72%;
  }

  .form-6-button {
    width: 100%;
    border-radius: 3px;
  }

  .address-box {
    width: 100%;
  }

  .mini-contact-us-box {
    width: 100%;
  }

  .footer-link-box {
    width: 50%;
    margin-bottom: 50px;
  }

  .footer-link-box.no-borders {
    width: 100%;
    margin-bottom: 0px;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .back-to-top-link {
    width: 100%;
  }

  .footer-notice {
    margin-top: 60px;
  }

  .bottom-separation.mobile-no-border {
    padding-bottom: 0px;
  }

  .statics-item-2 {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  }

  .statics-item-3 {
    width: 100%;
    border-bottom: 1px solid rgba(177, 194, 219, 0.8);
    border-right-style: none;
  }

  .statics-item-4 {
    width: 100%;
  }

  .intro-feature-2 {
    width: 100%;
    max-width: 100%;
  }

  .intro-feature-3 {
    width: 100%;
    max-width: 100%;
  }

  .set-1-logo-2 {
    width: 100%;
  }

  .set-1-logo-3 {
    width: 100%;
  }

  .set-1-logo-4 {
    width: 100%;
  }

  .set-1-logo-5 {
    width: 100%;
  }

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

  .blog-side-column {
    width: 100%;
  }

  .team-member-picture {
    width: 100%;
  }

  .wide-section {
    -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;
  }

  .wide-section.mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .text-wide-block {
    width: auto;
    margin-bottom: 40px;
  }

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

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

  .form-2-input {
    width: 100%;
  }

  ._50-percent-wide-column {
    width: 80%;
  }

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

  .hero-logos-container {
    display: none;
  }

  .hero-logo-column-1 {
    width: 100%;
  }

  .hero-logo-column-2 {
    width: 100%;
  }

  .hero-logo-column-3 {
    width: 100%;
  }

  .hero-logo-column-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-logo-column-5 {
    width: 100%;
  }

  .intro-features {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-feature-item-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-feature-item-1.width {
    width: 47%;
    margin-bottom: 10px;
  }

  .intro-feature-item-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-feature-item-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-horizontal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chart-item {
    width: 100%;
  }

  .chart-item-2 {
    width: 100%;
  }

  .chart-item-3 {
    width: 100%;
  }

  .tab-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-link._2 {
    width: 100%;
    max-width: 100%;
    border-top-style: none;
    border-left-style: solid;
  }

  .tab-link._2.w--current {
    min-width: 100%;
    border-top-style: none;
  }

  .tab-link._3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .tab-link._3.w--current {
    max-width: 100%;
  }

  .tab-link._1 {
    width: 100%;
    max-width: 100%;
    border-bottom-style: solid;
  }

  .tab-link._1.w--current {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-bottom-style: solid;
  }

  ._30-percent-column.top-padding {
    width: 100%;
  }

  ._30-percent-column.top-padding.remove {
    padding-top: 0px;
  }

  ._30-percent-column.image {
    display: none;
    width: 100%;
    height: 150px;
  }

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

  .feature-3-item-1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-3-item-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .feature-3-item-4 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-3-item-5 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-3-item-6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-4-input {
    width: 100%;
  }

  .hero-form {
    width: 100%;
  }

  .hero-logos-container-2 {
    display: block;
  }

  .side-title.absolute {
    left: -95px;
  }

  ._30-percent-column-special {
    width: 100%;
  }

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

  ._45-percent-column-special {
    width: 100%;
  }

  .work-4 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .work-3 {
    width: 100%;
  }

  .work-1 {
    width: 100%;
  }

  .work-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .work-5 {
    width: 100%;
  }

  .work-6 {
    width: 100%;
  }

  .footer-notice-text-box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .brand.center {
    display: none;
  }

  .navlink.focus2.mobile {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(191, 242, 253, 0);
    color: #004992;
  }

  .center {
    display: block;
  }

  .anchor-menu {
    height: auto;
  }

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

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

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

  .form-6-input.name {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .form-6-input.email {
    width: 100%;
    border-right-style: solid;
    border-left-style: solid;
  }

  .post-preview-image-2 {
    width: 80%;
  }

  .post-preview-item-2 {
    width: 100%;
  }

  .post-preview-item-3 {
    width: 100%;
  }

  ._30-percent-column-special-2 {
    width: 100%;
  }

  .hero-section-slider {
    height: 120vh;
  }

  .hero-slide-arrow {
    display: none;
  }

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

  .no-margin {
    margin: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .button.ghost-bg.secondary {
    margin-top: 10px;
    margin-left: 0px;
  }

  .sg-color-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sg-color-block.small {
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

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

  .button-div.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .login-div {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-grid {
    grid-row-gap: 0px;
  }

  .form-grid._3 {
    grid-row-gap: 0px;
  }

  .form__input.state {
    font-size: 15px;
  }

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

  .innerpop {
    max-width: 95%;
    padding: 5px;
  }

  .paragraph-9 {
    margin-bottom: 50px;
  }

  .paragraph-10 {
    margin-bottom: 50px;
  }

  .paragraph-11 {
    margin-bottom: 50px;
  }

  .topdiv {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .outerimgdiv {
    width: 100%;
  }

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

