.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 {
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  color: #212127;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0056ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 1.58em;
  font-weight: 300;
}

a {
  color: #3fb87a;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Merriweather, serif;
  line-height: 1.58em;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 50px 110px;
  border-left: 5px none #e2e2e2;
  border-radius: 30px;
  background-color: #fff;
  color: #212127;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

figure {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.banner {
  position: relative;
  height: 900px;
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.content-wrapper.top {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 950;
  display: none;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.3);
}

.navigation.transparent {
  display: none;
  padding-top: 15px;
  padding-left: 50px;
  background-color: transparent;
  box-shadow: none;
}

.navigation.transparent.relative {
  position: absolute;
}

.navigation.offset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.container {
  width: 90%;
  max-width: 1170px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.container.top {
  position: relative;
  z-index: 10;
  margin-top: -59px;
}

.container.blog-container {
  margin-top: 25px;
  text-align: left;
}

.container.blog-padding {
  margin-top: 30px;
}

.container.blog-padding.centered {
  max-width: 1600px;
}

.container.padded {
  padding-top: 25px;
}

.container.centered {
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  margin-right: 25px;
  padding: 20px 0px 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #535e74;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #0056ff;
}

.nav-link.w--current {
  border-bottom-color: #0056ff;
  color: #0056ff;
}

.nav-link.no-margin {
  margin-right: 0px;
}

.nav-link.no-margin.contact-button {
  margin-right: 0px;
  margin-left: 30px;
  padding: 20px;
  border-radius: 30px;
  background-color: #41b97c;
  color: #fff;
  line-height: 1em;
}

.nav-link.white {
  color: hsla(0, 0%, 100%, 0.9);
}

.nav-link.white:hover {
  border-bottom-color: #0056ff;
  color: #0056ff;
}

.nav-link.white.pricing {
  display: none;
}

.nav-link.pricing {
  display: none;
}

.dots-button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #2b6ff5;
  border-radius: 100%;
}

.dots-text {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 30;
  padding: 120px 10px;
  background-color: #fff;
}

.section.gray {
  background-color: #fff;
}

.section.gray.overflow.with-line.more-padding {
  padding-bottom: 180px;
}

.section.gray.less-space {
  background-color: #fff;
}

.section.gray.menu-padding {
  background-color: #fff;
}

.section.top-section {
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: transparent;
}

.section.top-section.blue-section {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #3fb87a;
}

.section.overflow {
  overflow: hidden;
}

.section.overflow.contact.gradient {
  z-index: 900;
  display: block;
}

.section.overflow.contact.gradient.contact-section {
  position: static;
  height: auto;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.overflow.no-margin-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.overflow.contact {
  padding-right: 50px;
  padding-left: 50px;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.section.blue {
  padding: 70px 60px 100px;
  background-image: linear-gradient(226deg, #306de7, #4fafcc);
}

.section.blog-section {
  padding: 140px;
  border-radius: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.section.half-padding {
  padding: 100px 0px 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section.half-padding.gray {
  padding-top: 160px;
  background-color: #fff;
}

.section.half-padding.gray.blog-homepage {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.leadformly-section {
  padding-top: 60px;
}

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

.top-wrapper {
  position: relative;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 30px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.top-margin {
  display: block;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.top-margin.big {
  margin-top: 120px;
}

.top-margin.big.social-proof {
  margin-top: 100px;
}

.top-margin.medium {
  margin-top: 80px;
}

.top-margin.small-business {
  margin-top: 55px;
  margin-bottom: 55px;
}

.small-services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  float: left;
  -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: left;
}

.services-top-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.services-top-text {
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.big-image {
  max-height: 100%;
  max-width: 150%;
  margin-left: -50px;
  border-radius: 30px;
  opacity: 1;
}

.big-image.in-div {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 615px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
}

.big-image.left-image {
  max-width: 200%;
  margin-left: -229px;
  opacity: 1;
}

.sub-second-text {
  font-family: Poppins, sans-serif;
  color: #919197;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: #fff;
  text-align: center;
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.white.full.home-main-sub {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 22px;
}

.sub-second-text.white.full.home-main-sub.wof-sub {
  margin-top: 15px;
}

.sub-second-text.white.full.home-main-sub.wof-sub.tcs {
  font-size: 12px;
  line-height: 16px;
}

.sub-second-text.testi {
  color: #bbbbc3;
}

.sub-second-text.addon-heading {
  margin-bottom: 35px;
  text-align: center;
}

.sub-second-text.left {
  font-family: 'Open Sans', sans-serif;
}

.button {
  padding: 14px 24px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fb87a), to(#3fb87a));
  background-image: linear-gradient(180deg, #3fb87a, #3fb87a);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53ce8f), to(#53ce8f));
  background-image: linear-gradient(180deg, #53ce8f, #53ce8f);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.submit {
  width: 30%;
  height: 60px;
  border-radius: 10px;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.blue.full {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.main-cta {
  margin-top: 40px;
  padding: 20px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0056ff), to(#0056ff));
  background-image: linear-gradient(180deg, #0056ff, #0056ff);
  font-size: 20px;
}

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

.button.main-cta.inline-button {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
}

.button.main-cta.inline-button.white-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #26995e;
}

.button.button-white {
  background-color: #fff;
  background-image: none;
  color: #212127;
}

.button.call-to-action-button {
  display: block;
  padding: 18px 33px 18px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #3fb87a;
  background-image: none;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button.call-to-action-button.inline {
  display: inline-block;
}

.button.call-to-action-button.right-button {
  width: 100%;
  float: none;
}

.button.call-to-action-button.header-button {
  margin-left: 25px;
  padding: 10px 25px;
  background-color: #3fb87a;
  color: #fff;
  font-size: 16px;
}

.button.modal-confirm-button {
  display: block;
  margin-left: 20px;
  font-size: 18px;
}

.button.green-button {
  padding-top: 23px;
  padding-bottom: 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39c442), to(#39c442));
  background-image: linear-gradient(180deg, #39c442, #39c442);
}

.button.next-btn {
  padding-right: 100px;
  padding-left: 100px;
}

.button.next-button {
  background-color: #0056ff;
}

.button.submit-button.relative {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
}

.button.button-gdpr {
  margin-right: 7px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button.button-gdpr.decline {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px -5px rgba(0, 0, 0, 0.3);
  color: #000;
}

.button.button-gdpr.accept {
  background-color: #39c442;
  background-image: none;
}

.paragraph-gray {
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-gray.in-footer {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.paragraph-gray.in-footer.phone-link {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.paragraph-gray.in-footer.email-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.top-title {
  margin-bottom: 100px;
}

.align-center {
  margin-top: 25px;
  text-align: center;
}

.circle {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 30px;
  border-color: rgba(79, 175, 204, 0.22);
  border-radius: 100%;
}

.circle.second {
  width: 300px;
  height: 300px;
  border-width: 15px;
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 30%;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

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

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  display: block;
  height: auto;
  background-color: transparent;
}

.testimonials-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.test-wrapper-photo {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.testi-photo {
  position: relative;
  z-index: 10;
  display: block;
  width: 230px;
  height: 230px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/best-mortgages.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testi-photo.hiltons {
  background-image: url('../images/5aa754d830ed955df297ca81_hilton-haulage.png');
}

.testi-photo.confidential {
  width: 180px;
  height: 180px;
  background-image: url('../images/shield.svg');
  background-size: contain;
}

.testi-photo.threesides {
  background-image: url('../images/ThreeSidesLogo_Colour.svg');
}

.testi-photo.cleanery {
  background-image: url('../images/logo-dark.png');
}

.testi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-right: 50px;
  -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;
}

.sub-testi-text {
  color: #b0b0b8;
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9d9da7;
  text-align: left;
}

.sub-testi-text.in-blog-post.featured-date {
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.heading {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3fb87a;
  font-weight: 900;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border-radius: 30px;
  background-image: linear-gradient(225deg, rgba(0, 86, 255, 0.8), rgba(79, 175, 204, 0.6));
}

.zoom-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.zoom-icon:hover {
  opacity: 1;
}

.team-wrapper {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.team-wrapper.pricing {
  width: 95%;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.2);
}

.relative-div {
  position: relative;
  text-align: left;
}

.logo-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 130px;
  padding-right: 40px;
  padding-left: 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;
  opacity: 0.8;
  -webkit-filter: grayscale(100%) contrast(200%) brightness(0%) invert(100%);
  filter: grayscale(100%) contrast(200%) brightness(0%) invert(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-brand:hover {
  border-radius: 20px;
  background-color: #fff;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-wrapper.left.no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 0px;
}

.social-wrapper.left.no-margin.full {
  max-width: 100%;
}

.social-wrapper.in-navigation {
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 5px;
}

.social-wrapper.no-margin {
  margin-top: 0px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 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;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 0.9;
}

.social-icon.smaller-icon {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon.author-social-link {
  text-align: center;
}

.newsletter-wrapper {
  display: block;
  padding: 40px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.newsletter-wrapper.cta {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  box-shadow: 0 20px 16px -20px rgba(0, 0, 0, 0.3);
}

.newsletter-wrapper.blog-newsletter {
  margin-top: 30px;
}

.newsletter-content {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.newsletter-content.second {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 6px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.text-field {
  width: 100%;
  height: 60px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.text-field.normal {
  width: 100%;
  margin-bottom: 15px;
  float: none;
  border-style: solid;
  border-color: #3fb87a;
  border-radius: 10px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-field.vert {
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.heading-white {
  display: block;
  color: #fff;
  text-align: left;
}

.heading-white.bytes-heating {
  text-align: center;
}

.heading-white.call-to-action {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.heading-white.main-heading {
  width: 100%;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
}

.heading-white.main-heading.left-heading {
  padding-right: 35px;
  text-align: right;
}

.map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px 20px 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
}

.footer-column-wrapper {
  width: 90%;
  text-align: left;
}

.footer-column-wrapper.right {
  text-align: right;
}

.footer-title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark {
  margin-bottom: 30px;
  border-bottom-color: #e1e1e1;
  color: #727272;
  font-size: 25px;
}

.link {
  display: block;
  padding-bottom: 5px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.link.footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
  opacity: 0.8;
  text-align: right;
}

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

.link.copyright-link {
  color: #3fb87a;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.copyright {
  margin-bottom: 0px;
  color: #dfdfdf;
  font-size: 14px;
}

.copyright-link {
  display: inline-block;
  color: #bebebe;
  text-decoration: underline;
}

.preloader {
  z-index: 9999;
  display: none;
  -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;
}

.div-block {
  float: right;
}

.div-block.space-left {
  margin-left: 25px;
}

.success-message {
  background-color: rgba(0, 218, 131, 0.73);
  color: #fff;
}

.error-message {
  margin-top: 25px;
  color: #9e0000;
  text-align: center;
}

.circle-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  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;
  border: 15px solid #e4effe;
  border-radius: 100%;
  background-color: #fff;
}

.price-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b6ff5;
  font-size: 75px;
  line-height: 70px;
  font-weight: 400;
}

.from-text {
  margin-top: 0px;
  color: #6aa7fa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-top {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  opacity: 0.8;
  text-decoration: none;
}

.blog-post-wrapper:hover {
  opacity: 1;
}

.blog-post-wrapper.light {
  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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 24px -8px #000;
  opacity: 1;
}

.blog-post-wrapper.light:hover {
  box-shadow: 0 1px 24px -4px #000;
}

.blog-post-wrapper.light.w--current {
  color: #363636;
}

.blog-post-wrapper.light.full {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 1px 37px -17px #000;
  opacity: 1;
}

.blog-post-wrapper.light.flat {
  box-shadow: 0 1px 12px -5px #000;
}

.blog-post-wrapper.light.flat:hover {
  box-shadow: 0 1px 50px -22px #000;
}

.blog-post-photo {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  margin-right: 15px;
  border-radius: 15px;
  background-image: url('../images/6-lessons-banner-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
}

.blog-post-photo._2 {
  width: 100%;
  height: 150px;
  min-height: 150px;
  margin-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/banner-1.jpg');
}

.blog-post-photo._2.footer {
  width: 70px;
  height: 70px;
  min-height: 70px;
  margin-right: 17px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 15px;
}

.blog-post-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.blog-post-title.footer-blog-title {
  color: #fff;
  font-size: 16px;
}

.blog-post-title.blog-page-title {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.blog-post-title.featured-title {
  margin-top: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  text-align: right;
  text-shadow: 0 1px 0 #000;
}

.sidebar {
  padding-left: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 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;
  background-color: #fff;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: block;
  width: auto;
  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;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -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;
  border-radius: 20px;
}

.body-normal {
  padding-top: 0px;
  padding-bottom: 0px;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  width: 100%;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 6em;
  line-height: 1em;
  font-weight: 900;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image._404-clock {
  max-width: 500px;
}

.heading-smaller {
  font-size: 38px;
  line-height: 40px;
}

.blue {
  padding: 50px 25px;
  background-image: linear-gradient(226deg, #2b6ff5, #0056ff);
}

.byte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding: 0px 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.byte.smb-addon {
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.2);
}

.light {
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  text-align: left;
}

.byte-title {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3d3d3d;
}

.byte-subtitle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #00ca51;
  text-align: right;
}

.byte-subtitle.beta-price {
  color: #aa00ca;
}

.byte-pricing {
  margin-right: 15px;
  color: #ff2900;
  text-decoration: line-through;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  margin-bottom: 10px;
}

.paragraph.byte-desc {
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.byte-section {
  margin-top: 35px;
}

.byte-section.top {
  margin-top: 0px;
}

.blue-dot {
  color: #0056ff;
  font-style: normal;
  font-weight: 600;
}

.body {
  padding-bottom: 0px;
}

.column-9 {
  opacity: 1;
}

.body-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #fff;
}

.body-3 {
  padding-bottom: 0px;
}

.body-3.contact-body {
  padding-top: 0px;
}

.signup-heading {
  margin-bottom: 40px;
  text-align: center;
}

.signup-heading.heading-white.on-blue {
  margin-top: 80px;
}

.column-10 {
  padding-left: 25px;
}

.column-11 {
  padding-right: 25px;
}

.new-badge {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 5px;
  padding: 3px 8px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 196, 66, 0.8)), to(rgba(57, 196, 66, 0.8)));
  background-image: linear-gradient(180deg, rgba(57, 196, 66, 0.8), rgba(57, 196, 66, 0.8));
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
}

.new-badge.beta-badge {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 77, 202, 0.8)), to(rgba(162, 77, 202, 0.8)));
  background-image: linear-gradient(180deg, rgba(162, 77, 202, 0.8), rgba(162, 77, 202, 0.8));
}

.heading-block {
  margin-bottom: 54px;
}

.per-month {
  font-size: 32px;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
}

.addon {
  padding-right: 15px;
  padding-left: 15px;
}

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

.heading-5 {
  text-align: center;
}

.heading-5.plus {
  color: #2b6ff5;
  font-size: 96px;
  line-height: 96px;
}

.plus-col {
  padding-right: 0px;
  padding-left: 0px;
}

.padding-top {
  margin-top: 15px;
}

.paragraph-2 {
  text-align: center;
}

.question {
  margin-top: 50px;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.column-13 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
}

.column-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark-close-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(40, 43, 49, 0.75);
}

.form-error {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.form-error.red {
  border-color: #ff4876;
  background-color: rgba(255, 72, 118, 0.1);
  color: #ff4876;
}

.heading-7 {
  margin-top: 0px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.heading-7.subheading {
  margin-bottom: 35px;
}

.heading-7.main {
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 42px;
}

.form-success {
  padding-left: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: left;
}

.form-success.center {
  padding-right: 0px;
  font-size: 16px;
  text-align: center;
}

.button-2 {
  height: 50px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #282b31;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-2:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.button-2.modal-cancel-button {
  font-weight: 600;
}

.wrapper {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  padding: 0px;
  border: 2px solid #282b31;
  border-radius: 100%;
  background-color: transparent;
  color: #282b31;
  font-size: 24px;
  line-height: 25px;
  text-transform: none;
}

.close-button:hover {
  border-color: #a435a6;
  color: #a435a6;
}

.close-button:active {
  border-color: #7956ec;
  color: #7956ec;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.input {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 17px;
  line-height: 30px;
}

.input.text-area {
  min-height: 180px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 21px 30px;
  background-color: #fff;
}

.input.contact-input {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.input.contact-input.modal-name {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.contact {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: -30px;
  -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;
  box-shadow: 0 0 0 30px rgba(40, 43, 49, 0.3);
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.contact-window {
  display: block;
  width: 64%;
  margin: 60px auto 10px;
  padding: 70px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.contact-window.popup {
  position: relative;
  z-index: 1050;
  display: block;
  width: 75%;
  padding: 60px 45px 40px;
  background-color: #f8f9fa;
}

.slider-2 {
  position: relative;
  display: block;
  overflow: visible;
  height: auto;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: transparent;
}

.icon-3 {
  margin-left: 0px;
}

.icon-4 {
  margin-right: 0px;
}

.left {
  text-align: left;
}

.left.disclaimer {
  width: 65%;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #aaa;
  font-size: 12px;
}

.line-5 {
  position: absolute;
  left: 261px;
  bottom: 137px;
  width: 1px;
  height: 120px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.slab-7 {
  position: absolute;
  left: 168px;
  bottom: -429px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.inter-icon-5 {
  position: absolute;
  right: 175px;
  bottom: 84px;
  opacity: 0.3;
}

.element-3 {
  position: absolute;
  right: 145px;
  bottom: 32px;
}

.line-9 {
  position: absolute;
  right: 45px;
  bottom: 0px;
  width: 1px;
  height: 160px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.circle-3 {
  position: absolute;
  right: -235px;
  bottom: -172px;
  width: 500px;
  height: 500px;
  border: 2px dashed #0056ff;
  border-radius: 250px;
}

.circle-dot-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eb224a;
  border-radius: 10px;
}

.element-18 {
  position: absolute;
  right: 478px;
  bottom: 42px;
  -webkit-filter: invert(100%) hue-rotate(60deg);
  filter: invert(100%) hue-rotate(60deg);
}

.inter-icon-3 {
  position: absolute;
  left: 7px;
  bottom: 112px;
  opacity: 0.5;
}

.element-17 {
  position: absolute;
  left: 40px;
  bottom: 394px;
  -webkit-filter: hue-rotate(269deg);
  filter: hue-rotate(269deg);
}

.line-12 {
  position: absolute;
  left: 517px;
  bottom: -35px;
  width: 1px;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.circle-24 {
  position: absolute;
  left: 430px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  border: 6px solid #2b6ff5;
  border-radius: 20px;
}

.slab-5 {
  position: absolute;
  left: 44px;
  bottom: -97px;
  opacity: 0.1;
}

.circle-11 {
  position: absolute;
  right: -13px;
  bottom: -35px;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 60px;
}

.cms-text-wrap-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 75%;
  height: auto;
  max-width: 1000px;
  margin: 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;
}

.cms-text-wrap-1.relative {
  position: relative;
}

.dot-4 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slab-10 {
  position: absolute;
  left: 262px;
  bottom: -38px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.element-15 {
  position: absolute;
  right: 12px;
  bottom: 453px;
  opacity: 0.5;
}

.inter-icon-1 {
  position: absolute;
  right: 166px;
  bottom: 285px;
  opacity: 0.1;
}

.line-1 {
  position: absolute;
  left: 76px;
  bottom: 261px;
  width: 1px;
  height: 300px;
  background-color: #2b6ff5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slab-2 {
  position: absolute;
  right: -49px;
  bottom: -68px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.circle-13 {
  position: absolute;
  left: 197px;
  bottom: -306px;
  width: 400px;
  height: 400px;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 200px;
}

.disc-7 {
  position: absolute;
  left: -35px;
  bottom: 178px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #0056ff;
}

.disc-2 {
  position: absolute;
  right: 209px;
  bottom: 52px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #0056ff;
}

.artefacts-wrap-6a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inter-icon-7 {
  position: absolute;
  left: 650px;
  bottom: 62px;
  opacity: 0.3;
}

.circle-27 {
  position: absolute;
  right: 910px;
  bottom: -72px;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 60px;
}

.line-3 {
  position: absolute;
  right: 111px;
  bottom: 488px;
  width: 1px;
  height: 150px;
  background-color: #2b6ff5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.element-13 {
  position: absolute;
  left: 112px;
  bottom: 237px;
}

.dots-wrap-3 {
  position: absolute;
  right: 290px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 135px;
  -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;
}

.circle-15 {
  position: absolute;
  right: 282px;
  bottom: -121px;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
}

.artefacts-wrap-1b {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slab-6 {
  position: absolute;
  right: 85px;
  bottom: -119px;
  opacity: 0.1;
}

.element-16 {
  position: absolute;
  left: 159px;
  bottom: 20px;
}

.element-11 {
  position: absolute;
  right: 314px;
  bottom: 102px;
}

.artefacts-wrap-5 {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.circle-7 {
  position: absolute;
  left: 131px;
  bottom: -122px;
  width: 260px;
  height: 260px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 130px;
}

.artefacts-wrap-2a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-25 {
  position: absolute;
  right: 635px;
  bottom: -259px;
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 150px;
}

.element-23 {
  position: absolute;
  right: 245px;
  bottom: 95px;
  opacity: 0.5;
}

.circle-5 {
  position: absolute;
  right: 74px;
  bottom: -172px;
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 150px;
}

.inter-icon-6 {
  position: absolute;
  left: 223px;
  bottom: 206px;
  opacity: 0.2;
}

.disc-6 {
  position: absolute;
  right: 474px;
  bottom: 69px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.line-13 {
  position: absolute;
  left: 683px;
  bottom: -61px;
  width: 1px;
  height: 150px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.element-7 {
  position: absolute;
  right: 11px;
  bottom: 151px;
}

.disc-8 {
  position: absolute;
  right: 586px;
  bottom: 65px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0056ff;
}

.circle-10 {
  position: absolute;
  left: 175px;
  bottom: 217px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.5);
  border-radius: 25px;
}

.circle-18 {
  position: absolute;
  left: 102px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 6px solid #2b6ff5;
  border-radius: 75px;
}

.element-1 {
  position: absolute;
  left: 138px;
  bottom: 124px;
}

.circle-4 {
  position: absolute;
  right: 47px;
  bottom: 147px;
  width: 200px;
  height: 200px;
  border: 6px solid #2b6ff5;
  border-radius: 100px;
}

.circle-20 {
  position: absolute;
  left: 437px;
  bottom: -231px;
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 150px;
}

.dots-wrap-5 {
  position: absolute;
  left: 423px;
  bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 49px;
  -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;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.element-14 {
  position: absolute;
  right: 140px;
  bottom: 191px;
  opacity: 0.5;
}

.dots-wrap-2 {
  position: absolute;
  right: 100px;
  bottom: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 300px;
  -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;
}

.dots-wrap-1 {
  position: absolute;
  left: 100px;
  bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 300px;
  -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;
}

.slab-8 {
  position: absolute;
  right: 329px;
  bottom: -395px;
  opacity: 0.1;
}

.disc-9 {
  position: absolute;
  left: 217px;
  bottom: 127px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0056ff;
}

.inter-icon-2 {
  position: absolute;
  left: 400px;
  bottom: 102px;
  opacity: 0.5;
}

.artefacts-wrap-4 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-14 {
  position: absolute;
  left: 290px;
  bottom: -96px;
  width: 150px;
  height: 150px;
  border: 1px solid #2b6ff5;
  border-radius: 75px;
}

.circle-17 {
  position: absolute;
  left: 447px;
  bottom: 19px;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
}

.icon-3 {
  margin-right: 5px;
  margin-left: 5px;
}

.slab-9 {
  position: absolute;
  right: 274px;
  bottom: -47px;
  opacity: 0.1;
}

.circle-19 {
  position: absolute;
  right: 454px;
  bottom: -90px;
  width: 200px;
  height: 200px;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
}

.circle-8 {
  position: absolute;
  right: -69px;
  bottom: -70px;
  width: 300px;
  height: 300px;
  border: 1px solid #0056ff;
  border-radius: 150px;
}

.line-11 {
  position: absolute;
  left: 82px;
  bottom: 234px;
  width: 1px;
  height: 300px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-10 {
  position: absolute;
  right: 82px;
  bottom: 228px;
  width: 1px;
  height: 300px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dots-wrap-6 {
  position: absolute;
  right: 560px;
  bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 49px;
  -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;
}

.circle-1 {
  position: absolute;
  left: -69px;
  bottom: -70px;
  width: 300px;
  height: 300px;
  border: 1px solid #2b6ff5;
  border-radius: 150px;
}

.line-14 {
  position: absolute;
  right: 399px;
  bottom: -45px;
  width: 1px;
  height: 100px;
  background-color: #2b6ff5;
}

.circle-16 {
  position: absolute;
  right: 222px;
  bottom: -265px;
  width: 400px;
  height: 400px;
  border: 1px solid #2b6ff5;
  border-radius: 200px;
}

.element-20 {
  position: absolute;
  left: 199px;
  bottom: 281px;
  opacity: 0.5;
}

.circle-dot-5 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
}

.line-17 {
  position: absolute;
  right: 375px;
  bottom: 36px;
  width: 30px;
  height: 1px;
  background-color: #2b6ff5;
}

.slab-1 {
  position: absolute;
  left: -27px;
  bottom: -20px;
  opacity: 0.1;
}

.line-2 {
  position: absolute;
  right: 50px;
  bottom: 279px;
  width: 1px;
  height: 300px;
  background-color: #2b6ff5;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-wallpaper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #273664;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 54, 100, 0.5)), to(rgba(39, 54, 100, 0.5))), url('../images/surface_dark-tiny.jpg');
  background-image: linear-gradient(180deg, rgba(39, 54, 100, 0.5), rgba(39, 54, 100, 0.5)), url('../images/surface_dark-tiny.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-wallpaper.padded.relative {
  position: relative;
  height: auto;
  background-color: #3fb87a;
  background-image: none;
  background-position: 0px 0px;
}

.home-wallpaper.padded.relative.fullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.disc-1 {
  position: absolute;
  left: 281px;
  bottom: 52px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #0056ff;
}

.element-21 {
  position: absolute;
  left: 72px;
  bottom: 339px;
}

.slab-3 {
  position: absolute;
  right: 126px;
  bottom: -12px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.line-4 {
  position: absolute;
  right: 168px;
  bottom: 116px;
  width: 1px;
  height: 120px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.line-8 {
  position: absolute;
  left: 115px;
  bottom: 0px;
  width: 1px;
  height: 80px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.circle-dot-3 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #2b6ff5;
  border-radius: 10px;
}

.circle-26 {
  position: absolute;
  left: 739px;
  bottom: -69px;
  width: 100px;
  height: 100px;
  border: 6px solid #0056ff;
  border-radius: 50px;
}

.element-10 {
  position: absolute;
  right: 189px;
  bottom: 137px;
}

.inter-icon-4 {
  position: absolute;
  right: 692px;
  bottom: 68px;
  opacity: 0.5;
}

.line-7 {
  position: absolute;
  left: 93px;
  bottom: 477px;
  width: 1px;
  height: 60px;
  background-color: #2b6ff5;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.element-8 {
  position: absolute;
  left: 125px;
  bottom: 412px;
  opacity: 0.5;
}

.circle-21 {
  position: absolute;
  right: 424px;
  bottom: 82px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
}

.circle-dot-1 {
  position: absolute;
  left: 0px;
  top: -6px;
  right: 0px;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dots-wrap-4 {
  position: absolute;
  left: 286px;
  bottom: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 135px;
  -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;
}

.disc-4 {
  position: absolute;
  left: 33px;
  bottom: 246px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.text-wrap-3 {
  position: absolute;
  left: 0px;
  top: 230px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: 15px;
  margin: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inter-icon-8 {
  position: absolute;
  right: 68px;
  bottom: 401px;
  opacity: 0.5;
}

.circle-12 {
  position: absolute;
  right: 49px;
  bottom: 344px;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.2);
  border-radius: 15px;
}

.line-6 {
  position: absolute;
  left: 16px;
  bottom: 255px;
  width: 1px;
  height: 300px;
  background-color: #2b6ff5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circle-9 {
  position: absolute;
  right: -67px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 200px;
}

.artefacts-wrap-6b {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slab-13 {
  position: absolute;
  right: 410px;
  bottom: -38px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.artefacts-wrap-2b {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slab-12 {
  position: absolute;
  right: 490px;
  bottom: -229px;
  opacity: 0.1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.line-16 {
  position: absolute;
  left: 566px;
  bottom: 19px;
  width: 30px;
  height: 1px;
  background-color: #2b6ff5;
}

.slab-11 {
  position: absolute;
  left: 325px;
  bottom: -229px;
  opacity: 0.1;
}

.circle-6 {
  position: absolute;
  left: 97px;
  bottom: 294px;
  width: 100px;
  height: 100px;
  border: 6px solid #0056ff;
  border-radius: 50px;
}

.circle-dot-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -6px;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.line-15 {
  position: absolute;
  left: 587px;
  bottom: -20px;
  width: 1px;
  height: 50px;
  background-color: #2b6ff5;
}

.dots-wrap-7 {
  position: absolute;
  left: 599px;
  bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 49px;
  -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;
}

.circle-22 {
  position: absolute;
  right: 577px;
  bottom: 56px;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 40px;
}

.line-18 {
  position: absolute;
  left: 719px;
  bottom: 47px;
  width: 1px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.element-5 {
  position: absolute;
  left: 305px;
  bottom: 93px;
}

.element-19 {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.element-9 {
  position: absolute;
  left: 225px;
  bottom: 154px;
  opacity: 0.5;
}

.artefacts-wrap-3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.element-12 {
  position: absolute;
  left: 69px;
  bottom: 57px;
  opacity: 0.5;
}

.disc-3 {
  position: absolute;
  right: 169px;
  bottom: 246px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.element-2 {
  position: absolute;
  right: 138px;
  bottom: 373px;
}

.circle-2 {
  position: absolute;
  left: 19px;
  bottom: -206px;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 200px;
}

.slab-4 {
  position: absolute;
  left: 123px;
  bottom: -133px;
  opacity: 0.1;
}

.element-22 {
  position: absolute;
  left: 514px;
  bottom: 76px;
}

.text-wrap-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
}

.text-wrap-2.flex-wrap {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap-2.relative {
  position: relative;
}

.artefacts-wrap-7 {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.circle-dot-6 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
}

.cms-section-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.4)), to(rgba(26, 26, 26, 0.4))), url('../images/surface_dark-tiny.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.4)), url('../images/surface_dark-tiny.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cms-section-1.banner {
  padding-bottom: 0px;
}

.cms-section-1.banner.hidden {
  display: none;
}

.cms-section-1.flex-center {
  height: auto;
}

.artefacts-wrap-1a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.disc-5 {
  position: absolute;
  left: 462px;
  bottom: 97px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.circle-23 {
  position: absolute;
  right: 569px;
  bottom: -144px;
  width: 200px;
  height: 200px;
  border: 2px dashed #0056ff;
  border-radius: 100px;
}

.element-4 {
  position: absolute;
  left: 22px;
  bottom: 296px;
}

.element-6 {
  position: absolute;
  right: 38px;
  bottom: 243px;
  opacity: 0.5;
}

.dot-5 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.offset.navigation {
  position: fixed;
  height: 115px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.offset.navigation.relative {
  opacity: 1;
}

.down-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 70px;
  z-index: 1000;
  height: 50px;
  text-align: center;
}

.image-9 {
  cursor: pointer;
}

.link-block-5 {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-5:hover {
  opacity: 1;
}

.image-10 {
  -webkit-filter: contrast(200%) grayscale(100%) brightness(0%) invert(100%);
  filter: contrast(200%) grayscale(100%) brightness(0%) invert(100%);
  text-align: left;
}

.blue-underline {
  font-weight: 900;
  text-decoration: underline;
}

.newsletter-subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.white-img {
  -webkit-filter: grayscale(100%) brightness(81%) contrast(38%) invert(100%);
  filter: grayscale(100%) brightness(81%) contrast(38%) invert(100%);
}

.white-img.partner-img {
  position: static;
  max-height: 75px;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.75;
  -webkit-filter: grayscale(100%) brightness(0%) contrast(200%) invert(100%);
  filter: grayscale(100%) brightness(0%) contrast(200%) invert(100%);
}

.white-img.partner-img:hover {
  opacity: 1;
}

.link-block-6 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.column-15 {
  text-align: center;
}

.partner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  clear: right;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column-16 {
  padding-right: 5px;
  padding-left: 5px;
}

.brand-row {
  margin-top: 30px;
}

.phone-link {
  display: block;
  font-size: 22px;
  text-decoration: none;
}

.section-2 {
  display: none;
}

.section-3 {
  display: block;
}

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

.text-block-2 {
  margin-bottom: 65px;
}

.container-2 {
  max-width: 1170px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.blog-banner {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  min-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;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.blog-body {
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 1.58px;
}

.blog-body img {
  padding: 10px;
  border-radius: 20px;
}

.blog-cta {
  padding-top: 60px;
  padding-bottom: 25px;
}

.rich-text-block-2 {
  text-align: center;
}

.rich-text-block-2.green h4 {
  color: #3fb87a;
}

.author-img {
  max-height: 100px;
  max-width: 100px;
  margin-right: 20px;
  border-radius: 100%;
}

.author-img.small {
  width: 90px;
  height: 90px;
  margin-right: 0px;
  border: 5px solid #fff;
}

.author-img.banner {
  margin-right: 0px;
}

.author-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 36px -18px #000;
}

.text-summary {
  font-family: Merriweather, serif;
  color: #343434;
  font-size: 16px;
  line-height: 1.48em;
}

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

.author-heading {
  display: inline-block;
  padding-top: 5px;
  border-top: 2px solid #0056ff;
}

.author-heading.with-blue-top {
  margin-top: 40px;
  border-top-color: #3fb87a;
}

.div-block-4 {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.blog-banner-heading {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.blog-card-text {
  padding: 35px 20px 40px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.collection-list.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

.blog-section-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-align: left;
}

.blog-section-heading.category-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
}

.blog-section-heading.sidebar-heading {
  font-size: 24px;
}

.blog-section {
  padding-top: 15px;
  padding-bottom: 25px;
}

.blog-section.with-side {
  padding-right: 15px;
  text-align: left;
}

.category-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #343434;
  text-align: left;
  text-decoration: none;
}

.category-title:hover {
  color: #0056ff;
}

.categories {
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

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

.blog-img {
  height: 100%;
  min-width: 200px;
  padding-bottom: 330px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-bg-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.blog-post-bg-wrapper.homepage-blog-wrapper {
  position: relative;
  height: 60vh;
  padding: 10px 15px;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.blog-post-bg-wrapper.homepage-blog-wrapper:hover {
  background-size: auto 102%;
  background-attachment: scroll;
}

.blog-featured-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 22px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-featured-text:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 184, 122, 0.45)), to(rgba(63, 184, 122, 0.45)));
  background-image: linear-gradient(180deg, rgba(63, 184, 122, 0.45), rgba(63, 184, 122, 0.45));
}

.blog-featured-text.blogpage {
  padding-bottom: 129px;
}

.featured-collection-item {
  padding: 0px 15px 10px;
}

.featured-category-button {
  position: relative;
  z-index: 1500;
  margin-bottom: 0px;
  padding: 7px 12px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 14px;
}

.featured-banner {
  position: absolute;
  top: 150px;
  z-index: 1500;
  margin-left: 31px;
  padding: 13px 25px;
  border-radius: 20px;
  background-color: #3fb87a;
  color: #fff;
}

.featured-banner.homepage-featured-banner {
  top: 85px;
  border-radius: 14px;
  background-color: #3fb87a;
}

.featured-banner-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.featured-post-link {
  text-decoration: none;
}

.categories-banner {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
}

.collection-list-wrapper {
  display: block;
  padding: 40px 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.collection-banner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.collection-banner-item:hover {
  background-color: #2b6ff5;
}

.collection-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #3fb87a;
}

.button-3 {
  background-color: transparent;
}

.button-3:hover {
  text-decoration: none;
}

.sidebar-text {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.sidebar-text.margin-bottom {
  margin-bottom: 15px;
}

.author-bio {
  font-family: Merriweather, serif;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 1.48em;
  font-weight: 300;
  text-align: left;
}

.author-bio.main-bio {
  width: 50%;
  font-size: 21px;
  line-height: 1.5em;
  text-align: center;
}

.author-bio.blog-bio {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  line-height: 1.48em;
}

.author-name {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search.padded {
  margin-top: 35px;
  margin-bottom: 50px;
}

.banner-gradient-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3fb87a), color-stop(66%, rgba(45, 95, 246, 0.25)), to(transparent));
  background-image: linear-gradient(0deg, #3fb87a, rgba(45, 95, 246, 0.25) 66%, transparent);
}

.container-3 {
  padding-bottom: 50px;
}

.byline {
  text-align: left;
}

.byline-link {
  position: relative;
  display: block;
  width: 30%;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
  text-decoration: none;
}

.byline-heading {
  display: block;
  margin: 0px auto;
  font-size: 16px;
  text-align: center;
}

.byline-date {
  display: block;
  margin: 0px auto;
  color: #aaa;
  font-size: 12px;
  text-align: center;
}

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 39px -22px #000;
  text-align: left;
}

.category-card:hover {
  box-shadow: 0 1px 39px -14px #000;
}

.category-card.tile {
  display: block;
  min-height: 250px;
  margin-right: 0px;
  padding-top: 40px;
}

.color-band {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 40%;
  height: 5px;
}

.color-band.quarter {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 25%;
}

.category-title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.card-link {
  color: #212121;
  text-decoration: none;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.search-div {
  margin-top: 30px;
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.category-heading-container {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 0px;
}

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

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

.image-15 {
  display: block;
  max-width: 33%;
  margin-right: auto;
  margin-left: auto;
}

.author-main-bio {
  max-width: 50%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.half-width {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.half-width.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.half-width.author-empty-subheader {
  text-align: center;
}

.search-title-link {
  display: block;
  margin-bottom: 7px;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-5 {
  display: inline-block;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  color: #006621;
  line-height: 16px;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #545454;
  font-size: 13px;
  line-height: 18px;
}

.search-item-card {
  padding: 20px;
}

.search-result-list {
  width: 100%;
}

.search-empty-image {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.empty-state-2 {
  text-align: center;
}

.author-empty-error-header {
  text-align: center;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.navbar.no-shadow {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.empty-state-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.footer-img {
  position: relative;
  width: 40%;
  height: auto;
  max-width: none;
}

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

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.form.vertical {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block-3 {
  display: block;
  clear: both;
}

.div-block-6 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-8 {
  display: inline-block;
  clear: both;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3fb87a;
  font-weight: 900;
}

.author-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
}

.blog-summary {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.58em;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reading-progress-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2500;
  height: 3px;
}

.reading-progress {
  width: 0%;
  height: 3px;
  background-color: #0056ff;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  display: none;
}

.leadformly-embeded {
  display: block;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-no-shadow {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-4 {
  display: none;
}

.social-sharing {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-container {
  width: 60%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-container {
  background-color: transparent;
}

.thumbs-up {
  max-width: 70px;
  margin-bottom: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.column-19 {
  position: relative;
  padding-right: 0px;
  padding-left: 25px;
}

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

.google-docs-logo {
  max-width: 100px;
  margin-bottom: 8px;
}

.download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
  text-decoration: none;
}

.div-block-8 {
  margin-left: 15px;
}

.thank-you {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.button-text {
  color: #fff;
}

.powered-by {
  color: #fff;
  font-size: 10px;
}

.slider-4 {
  height: auto;
}

.image-checkbox {
  position: relative;
  width: 200px;
  height: 200px;
}

.form-column-left {
  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;
}

.checkbox-img-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.center-explainer {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
}

.padded-slide {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.slidenav-relative {
  position: relative;
  margin-top: 30px;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1.1em;
}

.next-button {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button:hover {
  background-color: #6c33da;
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 0px 0px 75px;
  -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-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field:focus {
  border-color: #0056ff;
  color: #0056ff;
  font-weight: 600;
}

.field.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.field.email {
  display: none;
}

.field.phone {
  display: none;
}

.field.phone:focus {
  border-color: #0056ff;
}

.field.email-field {
  display: none;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #3cd3ad;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: transparent;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('../images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.checkbox-wrapper.spaced {
  margin-left: 10px;
}

.checkbox-wrapper.spaced-left {
  margin-right: 10px;
}

.form-section-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 600;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #0056ff;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/checked_blue.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 20px 10px 55px;
  -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;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: auto;
  height: 60px;
  max-width: 180px;
  margin: auto auto 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;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
}

.success-message-2 {
  padding: 50px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #f83665;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #0056ff;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  text-align: center;
}

.radio-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.radio-button-label {
  display: inline-block;
}

.radio-button-2 {
  margin-top: -3px;
  margin-right: 15px;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.contact-preference-header {
  margin-bottom: 15px;
  text-align: left;
}

.text-block-6 {
  color: #3d3d3d;
}

.thanks-tick {
  margin-bottom: 15px;
}

.pricing-info {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.gdpr-float {
  position: fixed;
  left: 30px;
  bottom: 32px;
  z-index: 2000;
  opacity: 0;
}

.button-4 {
  position: relative;
}

.gdpr-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #0056ff;
  box-shadow: 0 0 14px -12px rgba(0, 0, 0, 0.5);
  color: #e6e6f0;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.privacy-icon {
  display: inline;
  max-height: 20px;
  margin-right: 5px;
}

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

.gdpr-list {
  position: relative;
  overflow: hidden;
  height: 0px;
  margin-bottom: -42px;
  padding-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 39px -12px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gdpr-list.open {
  height: auto;
  padding-bottom: 50px;
}

.gdpr-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  color: #2b6ff5;
  font-size: 12px;
  text-decoration: none;
}

.gdpr-list-item:hover {
  background-color: rgba(0, 86, 255, 0.3);
}

.button-container {
  position: relative;
  padding: 10px;
  border-top: 2px solid #2b6ff5;
  border-bottom-color: #2b6ff5;
  background-color: #0056ff;
  text-align: center;
}

.cookie-warning {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
}

.gdpr-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  background-color: rgba(0, 86, 255, 0.5);
}

.gdpr-overlay.open {
  display: block;
}

.checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-3 {
  text-align: center;
}

.delete-checkbox {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.gdpr-form-bottom {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.big-checkbox-label {
  font-size: 18px;
  line-height: 24px;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.empty-state-4 {
  background-color: transparent;
}

.no-related-posts-text {
  text-align: center;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inline-form-wrapper {
  margin-top: 40px;
}

.cta-icon {
  width: auto;
  height: 150px;
}

.success-message-3 {
  background-color: transparent;
  color: #fff;
}

.link-block-7 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-9 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.container-4 {
  position: relative;
  min-height: 400px;
}

.upload-iframe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-5 {
  padding-top: 60px;
}

.section-5.fullscreen {
  display: block;
  height: 100vh;
  padding-top: 119px;
  -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;
}

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

.tabs.how-to-tabs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.guide-block {
  display: block;
  width: 100%;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guide-collection-list {
  width: 100%;
}

.tabs-content {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.video {
  display: none;
}

.how-to-video {
  display: block;
}

.text-block-8 {
  padding-top: 5px;
  padding-bottom: 25px;
}

.guide-subheading {
  max-width: 67%;
  padding-top: 5px;
  padding-bottom: 25px;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.text-block-9 {
  font-weight: 400;
}

.tab-link {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 7px;
  background-color: transparent;
}

.tab-link.w--current {
  background-color: #f8f8f8;
  font-weight: 500;
}

.column-20 {
  height: 100%;
  min-height: 80px;
}

.column-21 {
  min-height: 80px;
}

.heading-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 5em;
  font-weight: 900;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.container-5 {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-5.cc-flex-h {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-5.cc-flex-v {
  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;
}

.section-6 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-6.cc-no-padding-bottom {
  padding-bottom: 0px;
}

.section-6.height-vw90 {
  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;
}

.section-6.height-vw90.cc-gray {
  height: 90vh;
  background-color: transparent;
}

.section-6.halfheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.section-6.halfheight.cc-end {
  height: 80vh;
  padding-top: 400px;
  padding-bottom: 200px;
}

.div-block-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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-left {
  position: relative;
  padding-left: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-title {
  opacity: 1;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04px;
}

.block-text {
  letter-spacing: -0.01em;
}

.text_left {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-right: 54px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #7946f3;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
}

.block._2 {
  top: 26%;
  background-color: #0c964f;
}

.block._3 {
  top: 30%;
  background-color: #36c77d;
}

.block._1 {
  top: 22%;
  background-color: #086d39;
}

.block._4 {
  top: 34%;
  margin-bottom: 0px;
  background-color: #3fb87a;
}

.col-right {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-title {
  display: inline;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 109px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.hero-title.h2 {
  display: block;
  margin-top: 29px;
  font-size: 30px;
}

.hero-title.main {
  font-size: 112px;
}

.hero-sub {
  margin-top: 37px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.image-19 {
  width: auto;
  height: 60px;
}

.green {
  color: #3fb87a;
}

.section-heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 5em;
  line-height: 1em;
  font-weight: 900;
}

.section-heading.right {
  text-align: right;
}

.block-heading {
  opacity: 1;
}

.block-number {
  opacity: 0.63;
}

.slider-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #3fb87a;
  line-height: 50px;
}

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

.link-2 {
  color: #3fb87a;
}

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

.body-4 {
  padding-bottom: 0px;
}

.blog-feat {
  margin-bottom: -88px;
  padding-right: 90px;
  padding-left: 90px;
}

.quote_form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  min-height: 100vh;
  padding: 45px;
  -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: #f2fff9;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 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-radius: 100px;
  background-color: #f6fcff;
}

.form_error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exit {
  width: 12px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.form_alert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_form {
  position: relative;
  width: 100%;
  max-width: 550px;
  min-height: 400px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.rocket_icon {
  width: 25px;
  height: 25px;
}

.form05_icon {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}

.form05_title {
  padding-right: 7px;
  color: #637178;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.quote_text {
  max-width: 400px;
  font-family: 'Varela Round', sans-serif;
  color: #b8becf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
}

.form05_top_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.form05_input {
  display: inline-block;
  width: 275px;
  height: 40px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 8px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  opacity: 0.5;
  color: #ebecf0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}

.form05_input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #7540ee;
  opacity: 1;
  color: #7540ee;
}

.form05_input::-webkit-input-placeholder {
  color: #4e5d78;
}

.form05_input:-ms-input-placeholder {
  color: #4e5d78;
}

.form05_input::-ms-input-placeholder {
  color: #4e5d78;
}

.form05_input::placeholder {
  color: #4e5d78;
}

.form05_input.date {
  width: 120px;
}

.form05_input.budget {
  width: 110px;
}

.form05_input.project {
  width: 240px;
}

.form_alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.arrow {
  position: fixed;
  left: auto;
  top: auto;
  right: 250px;
  bottom: 120px;
  width: 100px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.form_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.field-label-copy {
  padding-right: 7px;
  clear: none;
  color: #c1c7d0;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form05_success {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #fff;
}

.form05_button {
  width: 100%;
  min-height: 55px;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #3fb87a;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.project_circle_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-left: 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-radius: 50px;
  background-color: #3fb87a;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.16);
}

.rocket_link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.project_quote {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.form05_h5 {
  margin-bottom: 25px;
  color: #0b1033;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.form05_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -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_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.quote-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 100%;
  background-color: #3fb87a;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 75px;
  font-weight: 900;
  text-align: center;
}

.green-heading {
  color: #3fb87a;
}

.absolute {
  position: fixed;
  left: 0%;
  top: -165px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1135px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  position: -webkit-sticky;
  position: sticky;
  bottom: -56px;
  height: 3240px;
  background-image: url('../images/Asset-1.svg');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.grid {
  display: none;
}

.html-embed-2 {
  margin-top: 20px;
}

html.w-mod-js *[data-ix="dots-text-first-app"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="lightbox-overlay-first-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="zoom-icon-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .navigation {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    margin-right: 0px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 25px;
  }

  .section.blue.bytes-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.half-padding {
    padding-top: 100px;
  }

  .section.half-padding.gray {
    padding-bottom: 0px;
  }

  .section.half-padding.gray.blog-homepage {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-row.not-flex {
    display: block;
  }

  .top-margin.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .services-top-wrapper {
    width: 95%;
  }

  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .big-image.left-image {
    margin-left: -120px;
  }

  .sub-second-text.white.full.home-main-sub {
    font-size: 18px;
  }

  .button.call-to-action-button.right-button {
    width: 100%;
  }

  .top-title {
    margin-bottom: 25px;
  }

  .circle {
    display: none;
  }

  .testi-photo {
    height: 80px;
  }

  .testi-photo.threesides {
    height: 80px;
  }

  .testi-content {
    height: auto;
    padding-right: 0px;
    text-align: center;
  }

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

  .team-wrapper.pricing {
    width: 70%;
  }

  .logo-brand {
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

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

  .social-wrapper.in-navigation {
    position: relative;
    display: block;
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .newsletter-wrapper {
    display: block;
  }

  .newsletter-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .heading-white {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .heading-white.main-heading {
    font-size: 48px;
  }

  .heading-white.main-heading.left-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .footer {
    position: relative;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .blog-post-wrapper.light {
    -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;
  }

  .blog-post-wrapper.light.full {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }

  .blog-post-photo._2 {
    width: 100%;
    height: 70px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .blog-post-title.featured-title {
    font-size: 42px;
    line-height: 48px;
  }

  .sidebar {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .utility-page-wrap {
    height: 800px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-smaller {
    font-size: 36px;
  }

  .nav-menu {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f1f1f7;
  }

  .nav-menu.white {
    background-color: #303952;
    opacity: 1;
    text-align: left;
  }

  .menu-button {
    display: none;
    border-radius: 10px;
    color: #0056ff;
  }

  .menu-button.w--open {
    background-color: #0056ff;
    color: #fff;
  }

  .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-9 {
    display: none;
  }

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

  .form-error {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .form-success.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .button-2 {
    height: 45px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .wrapper.center {
    padding-right: 10px;
    padding-left: 10px;
  }

  .input {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input.text-area {
    margin-right: 0px;
    margin-left: 0px;
    padding: 11px 20px;
  }

  .input.contact-input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact {
    display: none;
  }

  .contact-window {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 40px;
  }

  .contact-window.popup {
    width: 80%;
  }

  .left {
    width: 100%;
  }

  .cms-text-wrap-1 {
    width: 70%;
  }

  .artefacts-wrap-6a {
    top: 10%;
  }

  .artefacts-wrap-1b {
    top: 10%;
  }

  .artefacts-wrap-5 {
    top: 10%;
  }

  .artefacts-wrap-2a {
    top: 5%;
  }

  .artefacts-wrap-4 {
    top: 10%;
  }

  .artefacts-wrap-6b {
    top: 10%;
  }

  .artefacts-wrap-2b {
    top: 5%;
  }

  .artefacts-wrap-3 {
    top: 10%;
  }

  .text-wrap-2 {
    text-align: center;
  }

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

  .artefacts-wrap-7 {
    top: 10%;
  }

  .artefacts-wrap-1a {
    top: 20%;
  }

  .offset.navigation {
    position: static;
    height: 75px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .down-arrow {
    z-index: 940;
  }

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

  .blog-body {
    padding-right: 0px;
  }

  .blog-cta {
    padding-right: 25px;
    padding-left: 25px;
  }

  .author-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    margin-left: 25px;
    padding-left: 0px;
  }

  .row-6 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .author-heading {
    margin-right: 25px;
    margin-left: 25px;
  }

  .author-heading.with-blue-top {
    margin-bottom: 30px;
  }

  .blog-banner-heading {
    padding-right: 25px;
    padding-left: 25px;
  }

  .blog-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .categories {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-img {
    min-width: 300px;
    padding-bottom: 334px;
  }

  .blog-post-bg-wrapper {
    height: 65vh;
  }

  .blog-featured-text {
    padding-right: 60px;
    padding-bottom: 47px;
    padding-left: 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  }

  .slider-3 {
    height: 65vh;
  }

  .category-card.tile {
    min-height: 300px;
  }

  .search-result-list {
    width: 100%;
  }

  .form.vertical {
    display: block;
  }

  .author-bottom {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .leadformly-embeded {
    width: 100%;
  }

  .navbar-no-shadow {
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-container.full {
    width: 100%;
  }

  .column-19 {
    padding-left: 0px;
  }

  .row-8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .download-button {
    margin-top: 30px;
  }

  .thank-you {
    width: 100%;
    color: #fff;
  }

  .button-text {
    color: #fff;
  }

  .powered-by {
    color: #fff;
    font-size: 10px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkbox-ticker {
    z-index: 1000;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .slide-nav-2 {
    bottom: 25px;
  }

  .container-5.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-5.cc-flex-v {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-6.halfheight.cc-end {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-left {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .block {
    top: 28%;
  }

  .col-right {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-sub {
    font-size: 1.8rem;
    line-height: 1.2em;
  }

  .section-heading.right {
    text-align: center;
  }

  .form05_title {
    display: inline;
    line-height: 50px;
  }

  .arrow {
    display: none;
  }

  .field-label-copy {
    display: inline;
    line-height: 50px;
  }

  .project_quote {
    right: 10px;
    bottom: 10px;
  }

  .absolute {
    display: none;
  }

  .grid {
    display: none;
  }
}

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

  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container {
    margin-right: auto;
  }

  .container.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.gray.less-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.gray.menu-padding {
    padding-top: 125px;
  }

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

  .section.overflow.gray {
    padding-top: 0px;
  }

  .section.overflow.no-margin-bottom {
    padding-top: 0px;
  }

  .section.leadformly-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-wrapper {
    padding: 40px 59px;
  }

  .top-margin.big.social-proof {
    margin-top: 50px;
  }

  .top-margin.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .small-services-wrapper {
    width: 100%;
  }

  .big-image.left-image {
    max-width: 100%;
    margin-left: auto;
  }

  .button.submit {
    width: 100%;
    border-radius: 10px;
  }

  .button.main-cta {
    margin-top: 30px;
    text-align: center;
  }

  .button.call-to-action-button {
    margin-top: 15px;
  }

  .button.modal-confirm-button {
    margin-top: 15px;
    margin-left: 0px;
  }

  .button.submit-button.relative {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-title {
    margin-bottom: 50px;
  }

  .right-arrow {
    display: none;
  }

  .team-wrapper.pricing {
    width: 90%;
  }

  .logo-brand {
    width: 50%;
  }

  .logo-brand.gridded {
    width: 100%;
    height: 75px;
    padding: 35px;
  }

  .logo-wrapper {
    display: none;
  }

  .newsletter-wrapper.cta {
    display: inline-block;
  }

  .text-field {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
  }

  .heading-white.call-to-action {
    margin-top: 5px;
  }

  .footer-column-wrapper {
    margin-top: 30px;
  }

  .blog-post-wrapper.light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-post-wrapper.light.full {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-photo._2 {
    position: relative;
    width: 100%;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blog-post-title {
    margin-top: 15px;
  }

  .blog-post-title.featured-title {
    font-size: 32px;
    line-height: 38px;
  }

  .sidebar {
    width: 100%;
  }

  .column-8 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-8.eng-img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-9 {
    display: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .column-10 {
    padding-left: 10px;
  }

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

  .row-4 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-success.center {
    font-size: 14px;
  }

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

  .input {
    padding-top: 9px;
    font-size: 16px;
  }

  .input.inline {
    width: 80%;
    margin-bottom: 36px;
    margin-left: 20px;
    padding-bottom: 9px;
    border-radius: 7px;
  }

  .contact-window {
    width: auto;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-window.popup {
    overflow: visible;
    width: 100%;
    min-height: 100vh;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
  }

  .cms-text-wrap-1 {
    width: 90%;
    height: 70%;
  }

  .home-wallpaper {
    opacity: 0.4;
  }

  .home-wallpaper.padded.relative {
    opacity: 1;
  }

  .text-wrap-3 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 75px;
  }

  .text-wrap-2 {
    display: block;
    margin-top: 41px;
    text-align: center;
  }

  .text-wrap-2.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .artefacts-wrap-1a {
    display: none;
  }

  .offset.navigation {
    padding: 0px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-banner {
    height: 45vh;
  }

  .author-img {
    max-height: 100px;
    margin-right: 20px;
  }

  .author-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-style: none;
  }

  .text-summary {
    color: #343434;
    font-size: 14px;
  }

  .author-heading {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 2px solid #0056ff;
  }

  .blog-banner-heading {
    padding-left: 25px;
    font-size: 42px;
    line-height: 48px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .blog-section-heading {
    margin-top: 0px;
  }

  .blog-section.with-side {
    padding-right: 0px;
  }

  .row-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-img {
    min-width: 100%;
    padding-bottom: 150px;
  }

  .blog-post-bg-wrapper {
    height: 65vh;
  }

  .blog-featured-text {
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  }

  .featured-category-button {
    margin-left: 25px;
  }

  .categories-dropdown {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .dropdown-toggle {
    position: relative;
    display: block;
    width: 100%;
    min-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
  }

  .dropdown {
    width: 100%;
    background-color: #0056ff;
  }

  .text-block-3 {
    font-size: 18px;
    text-align: left;
  }

  .category-menu-item {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }

  .categories-dropdown-list {
    background-color: #2b6ff5;
  }

  .categories-dropdown-list.w--open {
    position: relative;
  }

  .container-3 {
    padding-bottom: 0px;
  }

  .category-card.tile {
    min-height: auto;
    margin-right: 0px;
    padding-bottom: 45px;
  }

  .collection-item-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-container {
    width: 100%;
  }

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

  .author-bottom {
    max-width: 100%;
  }

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

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 90%;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .gdpr-form-bottom {
    -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;
  }

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

  .heading-9 {
    font-size: 42px;
  }

  .container-5 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-5.cc-flex-h {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-6.cc-no-padding-bottom {
    padding-top: 80px;
  }

  .section-6.height-vw90.cc-gray {
    height: 100vh;
  }

  .section-6.halfheight.cc-end {
    padding-top: 200px;
  }

  .text_left {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }

  .block {
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 4.4rem;
  }

  .section-heading {
    font-size: 4em;
  }

  .quote_form {
    padding-right: 3%;
    padding-left: 3%;
  }

  .project_form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form05_title {
    display: inline;
    line-height: 40px;
  }

  .form05_input {
    padding: 5px;
  }

  .field-label-copy {
    display: inline;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 52px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    width: 95%;
  }

  .section {
    padding-top: 20px;
  }

  .section.gray.overflow.with-line.more-padding {
    padding-top: 15px;
  }

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

  .section.overflow.contact.gradient.contact-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section.blue {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.half-padding.gray.blog-homepage {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-margin.big.social-proof {
    margin-top: 25px;
  }

  .small-services-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-top-wrapper {
    width: 100%;
  }

  .big-image.in-div {
    height: 300px;
  }

  .sub-second-text.white.full.home-main-sub {
    width: 90%;
  }

  .button.modal-confirm-button {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 14px;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .team-wrapper.pricing {
    width: 100%;
  }

  .logo-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33vw;
    height: auto;
    padding: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-brand.gridded {
    padding: 18px;
  }

  .social-wrapper.left.no-margin.full {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .newsletter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newsletter-wrapper.cta {
    margin-top: 25px;
    padding: 19px;
  }

  .heading-white {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-white.bytes-heating {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-white.main-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-white.main-heading.left-heading {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-heading {
    margin-bottom: 13px;
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
  }

  .heading-6 {
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .button-2.modal-cancel-button {
    width: 100%;
    font-size: 14px;
  }

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

  .contact-form {
    margin-bottom: 14px;
  }

  .input {
    margin-bottom: 14px;
  }

  .input.text-area {
    margin-bottom: 14px;
  }

  .contact-window {
    padding: 30px 20px;
  }

  .contact-window.popup {
    width: 100%;
    margin-top: 3%;
    margin-left: 0%;
  }

  .cms-text-wrap-1 {
    width: 100%;
  }

  .home-wallpaper {
    opacity: 0.4;
  }

  .text-wrap-3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 75px;
    height: auto;
    font-size: 0.6em;
  }

  .element-2 {
    bottom: 326px;
  }

  .text-wrap-2 {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsletter-subtitle {
    text-align: center;
  }

  .blog-cta {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .author-img {
    margin-right: 0px;
  }

  .row-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .author-heading.with-blue-top {
    display: block;
    text-align: center;
  }

  .blog-banner-heading {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .blog-section.with-side {
    padding-left: 0px;
  }

  .blog-post-bg-wrapper {
    height: 50vh;
  }

  .blog-featured-text {
    height: 50vh;
    padding-bottom: 75px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.95), transparent);
  }

  .featured-category-button {
    margin-left: 20px;
  }

  .featured-banner {
    padding: 8px 15px;
  }

  .featured-banner.homepage-featured-banner {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .featured-banner-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .slider-3 {
    height: 50vh;
  }

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

  .banner-gradient-overlay {
    padding-bottom: 41px;
  }

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

  .author-bottom {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .form-container {
    width: 100%;
  }

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

  .powered-by {
    margin-top: 19px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .form-wrapper {
    padding: 0px;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }

  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .checkbox-wrapper {
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }

  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .next {
    margin-bottom: 50px;
  }

  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .gdpr-float {
    left: 15px;
    bottom: 15px;
  }

  .container-5 {
    overflow: visible;
    padding-right: 28px;
    padding-left: 28px;
  }

  .container-5.cc-flex-h {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-5.cc-flex-v {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-6.cc-no-padding-bottom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-6.height-vw90.cc-gray {
    height: 100vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-6.halfheight.cc-end {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-10 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .block-title {
    font-size: 2rem;
    line-height: 1em;
  }

  .block-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text_left {
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }

  .block {
    top: 24%;
    padding: 28px 32px 32px;
    font-size: 24px;
  }

  .block._2 {
    top: 24%;
    min-height: 300px;
    padding: 22px;
  }

  .block._3 {
    top: 28%;
    min-height: 300px;
    padding: 22px;
  }

  .block._1 {
    top: 20%;
    min-height: 300px;
    padding: 22px;
  }

  .block._4 {
    top: 32%;
    min-height: 300px;
    padding: 22px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-title.main {
    font-size: 3rem;
  }

  .hero-sub {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .section-heading {
    font-size: 3em;
  }

  .quote_form {
    padding-right: 5%;
    padding-left: 5%;
  }

  .form05_title {
    display: inline;
    line-height: 25px;
  }

  .form05_input {
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 0px;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.budget {
    display: inline;
    width: 90px;
  }

  .form05_input.project {
    width: 100%;
  }

  .field-label-copy {
    display: inline;
    line-height: 33px;
  }

  .form05_h5 {
    line-height: 25px;
  }

  .grid {
    margin-bottom: 6px;
  }

  .column-22 {
    display: none;
  }
}

