:root {
  --_typography---font-weight--200: 0px;
  --_typography---h2--line-height: 1.5em;
  --royal-blue: #1f6fff;
  --medium-orchid: #b75dda;
  --lime-green: #5ec045;
  --_typography---font-weight--100: 0px;
  --_typography---font-weight--300: 0px;
  --_typography---font-weight--400: 0px;
  --_typography---font-weight--500: 0px;
  --_typography---font-weight--600: 0px;
  --_typography---font-weight--700: 0px;
  --_typography---font-weight--800: 0px;
  --_typography---font-weight--900: 0px;
  --_typography---text-transform--none: 0px;
  --_typography---text-transform--uppercase: 0px;
  --_typography---text-transform--capitalize: 0px;
  --_typography---text-transform--lowercase: 0px;
  --_typography---h2--font-size: 4rem;
  --_typography---h2--font-family: "Work Sans", sans-serif;
  --_typography---h2--font-weight: var(--_typography---font-weight--700);
  --_typography---h2--letter-spacing: -.03em;
  --_typography---h2--text-transform: var(--_typography---text-transform--none);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #020814bf;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  position: fixed;
  inset: 0 0 auto;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  float: left;
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #3330;
  flex: 1;
  order: 0;
  align-self: center;
  margin-top: 0;
  display: flex;
}

.nav-link {
  letter-spacing: 0;
  -webkit-text-stroke-color: #cbd1da;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.w--current {
  border-width: 0;
  transition-property: none;
}

.nav-link.w--current:hover {
  border-color: #0000;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover {
  border-color: #fff3;
}

.nav-link.light.w--current {
  vertical-align: middle;
  border-width: 0;
  border-color: #fff3;
  border-radius: 0;
}

.nav-link.light.contact-link, .nav-link.light.contact-link.w--current {
  background-color: #871b30;
  border-radius: 4px;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 2rem 0;
  transition: color .2s;
  display: flex;
  position: relative;
}

.container.hero-container {
  z-index: 11;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 80vh;
  max-height: none;
  padding-top: 0;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container.testimonial-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.container.centered {
  text-align: center;
}

.container.home-intro-container {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: -18rem;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.container.team-container {
  text-align: left;
  margin-top: 40px;
}

.container.above-image-section {
  text-align: center;
  margin-bottom: -220px;
}

.container.partner-phobos {
  padding: 4rem 0;
}

.container.our-partners {
  padding-left: 11vw;
  padding-right: 11vw;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b02540;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button.full {
  text-align: center;
  display: block;
}

.button.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 30px;
}

.button.white-pricing-button {
  margin-top: 0;
}

.button.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button.slider-button {
  background-color: #5ec045;
}

.button.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button._2 {
  background-color: #0009;
  margin-left: 10px;
}

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

.button._2.green {
  background-color: #5ec045;
}

.button._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.button.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white, .button.light {
  color: #000;
  background-color: #fff;
}

.button.animated-element:hover {
  background-color: #c43d5e;
}

.services-section {
  background-color: #020814;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.services-section.tint {
  background-color: #f5f5f5;
  background-image: linear-gradient(#02081466, #02081466), url('../images/milad-fakurian-xUtskxO_-CQ-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.services-section.app-info-section {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 60px;
}

.services-section.dark {
  color: #fff;
  background-color: #3b3f46;
  border: 0 solid #000;
  overflow: hidden;
}

.services-section.top-line {
  border-top: 1px solid #ddd;
}

.services-section.overflow-none {
  margin-left: 0;
  overflow: hidden;
}

.services-section.bottom-space {
  padding-bottom: 150px;
}

.services-section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-section.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.services-section.pricing-section {
  padding-bottom: 160px;
}

.services-section.bottom-line {
  border-bottom: 1px solid #e2e2e2;
}

.services-section.contact-us-section {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 55px;
  padding-bottom: 45px;
}

.services-section.blog-intro-section {
  padding-bottom: 60px;
}

.services-section.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.services-section.feature-section.odd {
  background-color: #fafafa;
  border-top: 1px solid #ececec;
}

.services-section.cta-section {
  color: #fff;
  background-color: #2a323f;
}

.services-section.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
}

.services-section.white-cta-section {
  color: #000;
}

.services-section.blog-page-section {
  background-color: #f5f5f5;
}

.section-tittle {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-tittle.full {
  text-align: left;
  flex-direction: row;
  align-self: center;
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-tittle.full.info {
  margin-bottom: 30px;
}

.section-tittle.full.below-video {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-tittle.full.faq-wrapper {
  padding-left: 13rem;
  padding-right: 0;
}

.section-tittle.full.faq-wrapper.animated-element {
  padding-left: 11vw;
  padding-right: 11vw;
}

.section-tittle.full.about-wrapper {
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.section-tittle.full.partners-tittle {
  max-width: 30%;
}

.section-tittle.full-centered {
  width: 100%;
}

.section-tittle.full-centered.contact {
  margin-bottom: 10px;
}

.section-tittle.small-title {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 30%;
  margin-bottom: 0;
  margin-right: 10rem;
  display: flex;
}

.section-tittle.info, .section-tittle.cta {
  margin-bottom: 30px;
}

.partners-tittle {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 39px;
  overflow: visible;
}

.partners-tittle.large {
  line-height: 47px;
}

.partners-tittle.elements-title {
  margin-bottom: 0;
}

.partners-tittle.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.partners-tittle.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.partners-tittle.dark-tittle {
  color: #0a111e;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.faded {
  opacity: .6;
  margin-top: -10px;
  font-weight: 400;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description.elements {
  margin-top: 10px;
}

.section-description.in-column {
  font-size: 19px;
  line-height: 26px;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6_1.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.large-color {
  background-color: #5ec045;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  transition: background-color .2s;
  position: static;
  top: 0;
  transform: none;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-button.green {
  background-color: #5ec045;
}

.video-lightbox-button.line {
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 16px;
  padding-left: 3px;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  color: #6f737a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
  transition: background-color .2s;
}

.portfolio-tab-button:hover {
  background-color: #0000001a;
}

.portfolio-tab-button.w--current {
  color: #fff;
  background-color: #1f6fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

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

.portfolio-image-block {
  background-image: url('../images/Photo-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 270px;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-image-block.large {
  background-image: url('../images/Photo-2_1.jpg');
  height: 560px;
}

.portfolio-image-block.medium {
  margin-bottom: 20px;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-overlay-content-wrapper {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: 200px;
}

.testimonial-slide {
  flex-flow: row;
  place-content: space-around;
  align-items: center;
  position: relative;
}

.testimonial-slider-arrow {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.testimonial-block {
  padding-left: 200px;
  padding-right: 40px;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.testimonial-image {
  border-radius: 4px;
  width: 140px;
  height: 140px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-quote {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #1f6fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  color: #b3b3b3;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.testimonial-name.green {
  color: #5ec045;
}

.elements-wrapper.centered {
  text-align: center;
  margin-top: 10px;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12rem;
  padding-right: 12rem;
  display: flex;
}

.footer-column {
  padding-right: 30px;
}

.partner-with-us-section {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.partner-with-us-section.clients {
  background-image: url('../images/Photo-6.jpg');
}

.partner-with-us-section.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 30%;
}

.partner-with-us-section.quote {
  background-image: url('../images/Photo-3_1.jpg');
}

.partner-with-us-section.pricing {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.partner-with-us-section.newsletter {
  background-image: url('../images/Photo-6_1.jpg');
}

.partner-with-us-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.partner-with-us-section.about-us {
  background-image: url('../images/Photo-5_2.jpg');
}

.partner-with-us-section.about-us-2, .partner-with-us-section.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.partner-with-us-section.ui-section {
  -webkit-text-fill-color: inherit;
  background-color: #eee;
  background-image: linear-gradient(#020814b3, #020814b3), url('../images/An_unmarked_vehicle_transporting_valuable_goods_.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 11vw;
  display: block;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.pricing {
  background-color: #2c2e3199;
}

.image-section-overlay.color {
  background-color: #1f6fffe6;
}

.image-section-overlay.dark-gradient {
  background-color: #202124b3;
  background-image: linear-gradient(#2a2d3000, #181a1dfc 88%, #181a1d 89%);
  padding-bottom: 125px;
}

.image-section-overlay.dark {
  background-color: #1f6fffe6;
  padding-top: 115px;
  padding-bottom: 185px;
}

.image-section-overlay.black {
  background-color: #1b1c1f99;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff 39%, #fff0);
  padding-top: 210px;
  padding-bottom: 240px;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.hero-mockup-image {
  width: 455px;
  position: absolute;
  top: -120px;
  right: 30px;
}

.hero-mockup-description-block {
  text-align: left;
  width: 430px;
}

.white-hero-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}

.small-hero-intro-title {
  opacity: .3;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-description {
  color: #a3aab8;
}

.hero-description.light {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}

.devices-mockup-right {
  height: 565px;
  position: absolute;
  top: -50px;
  right: -450px;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  align-self: center;
  width: auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.info-row {
  margin-top: 20px;
}

.info-block {
  float: left;
  width: 97%;
}

.info-icon {
  float: left;
  height: 17px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-form {
  color: #fff;
  background-color: #1f6fff;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  position: relative;
}

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

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  float: left;
  border: 0 solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 80%;
  height: 60px;
  padding-left: 34px;
}

.newsletter-submit {
  float: right;
  text-transform: uppercase;
  background-color: #5ec045;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 20%;
  height: 60px;
  padding-left: 9px;
  padding-right: 9px;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.device-mockup-left {
  height: 560px;
  position: absolute;
  top: -150px;
  left: -80px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.features-row {
  margin-top: 50px;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  text-align: justify;
  width: 90%;
}

.feature-icon {
  width: 40px;
  padding: 0;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.feature-title {
  color: #1e2022;
  margin-bottom: 23px;
  font-family: Source Sans Pro;
  font-size: 19px;
  font-weight: 600;
}

.simple-footer {
  background-color: #020814;
  padding-top: 0;
  padding-bottom: 0;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-inline-link.w--current {
  margin-left: auto;
  margin-right: auto;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  padding-top: 240px;
  padding-bottom: 130px;
}

.hero-block-overlay.business-2 {
  background-color: #1f6fffcc;
  padding-top: 230px;
  padding-bottom: 0;
}

.hero-video-lightbox {
  margin-top: 40px;
}

.hero-description-title {
  opacity: .65;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  display: block;
}

.team-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team-image-block-overlay {
  color: #fff;
  background-color: #0000004d;
  width: 100%;
  padding: 45px 35px 35px;
  overflow: hidden;
}

.team-block-title {
  font-size: 21px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  text-align: center;
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
}

.team-social-button:hover {
  opacity: .55;
}

.team-social-button.dark {
  opacity: .4;
  margin-top: 0;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 18px 25px 20px 95px;
  position: relative;
}

.team-outline-block.light {
  border-color: #fff3;
}

.team-portrait-image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.small-section-title.smaller {
  opacity: .4;
  margin-bottom: 15px;
  font-size: 11px;
}

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

.client-logo {
  opacity: .3;
  height: 50px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.small {
  height: 36px;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-hero.download {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-9.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.contact-form {
  width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  text-align: center;
  background-color: #fffc;
  margin-bottom: 0;
}

.field.email:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.success-message.transparant {
  background-color: #0000;
  padding-top: 42px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.large-hero-title {
  color: #fff;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 45px;
  font-weight: 300;
  line-height: 47px;
  display: block;
}

.large-hero-title-bold {
  font-weight: 700;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.footer-logo-column-left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-menu-column {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.description-paragraph {
  color: #fff;
  text-align: justify;
  margin-bottom: .938rem;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 22px;
}

.contact-section {
  width: 100%;
  height: 500px;
  position: relative;
}

.contact-map {
  height: 100%;
  padding-right: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-section-overlay {
  z-index: 10;
  color: #fff;
  background-color: #1f6fffdb;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  position: relative;
}

.outline-social-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 11px;
  transition: background-color .2s;
}

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

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox.large-hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 90%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox.in-page-header {
  height: 215px;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-6_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-lightbox-image-block.hero {
  text-align: center;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.video-lightbox-image-block.slider {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.long-feature-block {
  box-sizing: border-box;
  object-fit: fill;
  margin-top: 1.563rem;
  margin-right: 2.5rem;
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-title {
  color: #fff;
  margin-bottom: 1.938rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.313rem;
  font-weight: 600;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  clear: left;
  align-self: center;
  height: 100%;
  max-height: 100%;
  padding: 0 4rem 0 8.75rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-paragraph {
  font-size: 13px;
  line-height: 22px;
}

.pricing-block-tag {
  text-transform: uppercase;
  background-color: #5ec045;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.tab-button-left {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Source Sans Pro;
  font-size: 12px;
}

.tab-button-left:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-left.w--current {
  color: #000;
  background-color: #fff;
}

.tab-button-right {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: Source Sans Pro;
  font-size: 12px;
}

.tab-button-right:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-right.w--current {
  color: #000;
  background-color: #fff;
}

.pricing-tab-pane {
  text-align: center;
  padding-top: 50px;
}

.white-pricing-block {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.white-pricing-block.color {
  color: #fff;
  background-color: #1f6fff;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: #ffffff80;
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0;
}

.pricing-feature-item {
  border-top: 1px solid #0000001a;
  margin-bottom: 0;
  padding: 14px 18px 13px;
}

.pricing-feature-text {
  margin-bottom: 0;
  font-size: 13px;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 770px;
  position: absolute;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px #0000001a;
}

.browser-mockup-right.small {
  width: 560px;
  top: -15px;
  right: -165px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-icon {
  height: 25px;
}

.overall-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  opacity: .71;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

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

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.worldmap-left-wrapper {
  z-index: 1;
  width: 730px;
  position: absolute;
  top: 17px;
  left: -141px;
}

.map-contact-form {
  z-index: 10;
  float: right;
  background-color: #fffc;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  position: relative;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.map-marker {
  background-color: #1f6fff;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 145px;
  left: 86px;
}

.map-marker._2 {
  top: 164px;
  left: 344px;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.dark-field.first {
  width: 95%;
}

.dark-field.sign-up {
  background-color: #fff;
  height: 50px;
  font-size: 15px;
}

.dark-field.sign-up:hover {
  background-color: #ffffffe6;
}

.dark-field.sign-up:focus {
  box-shadow: 5px 5px 16px #0000004d;
}

.dark-field.sign-up.first {
  width: 95%;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.portfolio-item-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  display: block;
}

.portfolio-item-block:hover {
  opacity: .9;
}

.portfolio-item-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.hero-slider {
  background-color: #0000;
  height: 320px;
}

.hero-slider-arrow {
  opacity: .35;
  margin-left: -90px;
  margin-right: -90px;
  font-size: 18px;
  transition: opacity .2s;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-mockup {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-content-block {
  width: 410px;
  position: absolute;
  top: 10px;
  right: 0;
}

.hero-slider-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.hero-slider-text {
  color: #ffffff80;
}

.hero-slider-section {
  background-color: #1f6fff;
  padding-top: 220px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.hero-left-block {
  float: left;
  width: 480px;
}

.hero-title-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 53px;
  font-weight: 300;
  line-height: 54px;
}

.hero-download-form {
  float: right;
  background-color: #fff;
  border-radius: 4px;
  width: 350px;
  margin-bottom: 0;
  padding: 24px;
}

.large-pricing-block {
  border-right: 2px solid #e4e4e4;
  padding-right: 51px;
}

.large-pricing-block._2 {
  border-right-width: 0;
  padding-left: 50px;
  padding-right: 0;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}

.large-pricing-title.price {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-features-list {
  float: left;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.pricing-list-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.pricing-list-title {
  line-height: 21px;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 790px;
  position: absolute;
  top: -25px;
  left: -370px;
  box-shadow: 4px 4px 33px #0000001a;
}

.browser-mockup-left.small {
  width: 560px;
  top: -15px;
  left: -150px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  text-align: justify;
  width: 90%;
  position: relative;
}

.feature-info-icon {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.feature-info-paragraph {
  opacity: .7;
  font-size: 14px;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 54px;
  display: inline-block;
  overflow: hidden;
}

.hero-main-title.subtitle {
  width: 70%;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  display: block;
}

.hero-main-title.all-h1-headings {
  font-family: Work Sans, sans-serif;
}

.home-intro-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  vertical-align: middle;
  background-color: #b1c2de69;
  border-radius: 9px;
  flex: 0 auto;
  align-self: flex-start;
  width: 33.33%;
  height: 300px;
  min-height: auto;
  max-height: 300px;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
}

.home-intro-wrapper.mid {
  z-index: 10;
  vertical-align: middle;
  flex: 0 auto;
  align-self: flex-start;
  width: 33.33%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper.right {
  vertical-align: middle;
  align-self: flex-start;
  width: 33.33%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  left: auto;
  right: 0;
}

.home-intro-link-block {
  background-image: url('../images/Home-Business-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 340px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  background-image: url('../images/Home-Business-2.jpg');
  background-size: cover;
  height: 450px;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-App.jpg');
}

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: #0000004d;
}

.intro-block-text-wrapper {
  text-align: center;
  object-fit: contain;
  flex-flow: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 2.5rem 2rem;
  display: flex;
  overflow: hidden;
}

.intro-block-text-wrapper.mid {
  width: 100%;
  height: 300px;
  max-height: 300px;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro-block-text-wrapper.last {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 300px;
  max-height: 300px;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.intro-block-title {
  color: #e13660;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  overflow: visible;
}

.homepage-row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.homepage-column {
  padding-left: 15px;
  padding-right: 15px;
}

.homepage-link-block {
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000004d;
}

.homepage-link-block:hover {
  opacity: .8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.simple-white-footer {
  background-color: #020814;
  border-top: 1px solid #eee;
  padding-top: 45px;
  padding-bottom: 45px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.download-image-left {
  width: 640px;
  position: absolute;
  top: -65px;
  left: -200px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.iphone-hero {
  background-color: #353942;
  background-image: linear-gradient(135deg, #353942cc, #2a2e36), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

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

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.half-image-section {
  float: left;
  background-image: url('../images/Photo-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.half-image-section.right {
  float: right;
  background-image: url('../images/Photo-8.jpg');
}

.half-content-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-content-section.left {
  float: left;
}

.content-section-block {
  float: left;
  max-width: 450px;
}

.content-section-block.left {
  float: right;
}

.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #ffffffb3;
}

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

.color-block {
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 16px #0000001a;
}

.color-block-title {
  z-index: 10;
  color: #000;
  margin-bottom: 17px;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

.color-block-paragraph {
  z-index: 10;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  position: relative;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 30px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

.white-pricing-column {
  border-right: 1px solid #0000000f;
  padding-left: 20px;
  padding-right: 20px;
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: #d8d8d800;
}

.transparant-pricing-block {
  text-align: center;
  border-radius: 4px;
  padding: 34px 24px;
  transition: background-color .35s, box-shadow .35s, color .2s;
}

.transparant-pricing-block:hover {
  background-color: #fff6;
  box-shadow: 0 12px 33px #0003;
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px #0000001a;
}

.white-pricing-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-icon-block {
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  display: inline-block;
}

.pricing-icon {
  opacity: .28;
  width: 40px;
  height: 40px;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-2 {
  background-image: linear-gradient(135deg, #1f6fffe6 24%, #1faeffe6), url('../images/Photo-8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#1f6fffde, #1f6fffde), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.with-contact-info {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.subpage-header.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: linear-gradient(#1f6fffb3, #1f6fffb3), url('../images/Photo-12_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-9.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.subpage-header.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.subpage-header.pricing-5 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.subpage-header.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 90px;
}

.subpage-header.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-header.blog-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.sign-up-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.subpage-header.blog-2 {
  background-image: linear-gradient(#1c2331e6, #1c2331e6), url('../images/Photo-6_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 0;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.contact-info-block-right {
  float: right;
  width: 35%;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title.smaller {
  font-size: 33px;
  line-height: 39px;
}

.subpage-title.blog-post-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 49px;
  display: block;
}

.subpage-title.less-wide {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  display: block;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.page-subtitle.full {
  width: 100%;
}

.contact-info-column {
  text-align: center;
}

.contact-info-title {
  display: inline-block;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: #ffffff96;
}

.contact-info-icon {
  opacity: .7;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.contact-info-block {
  text-align: left;
  border: 2px solid #ffffff40;
  border-radius: 4px;
  height: 545px;
  padding: 45px 45px 0;
}

.small-contact-info-title {
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.contact-overlay-bar {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-form-block {
  border: 2px solid #00000014;
  border-radius: 4px;
  height: 445px;
  margin-bottom: 0;
  padding: 40px;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.contact-map-block {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 468px;
}

.contact-map-wrapper {
  border: 0 solid #0000000f;
  border-radius: 20px;
  height: 445px;
  padding: 0;
  overflow: hidden;
}

.header-video-column-right {
  padding-left: 50px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 16px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  text-align: left;
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: 25px 35px 25px 75px;
  display: block;
  position: relative;
}

.small-feature-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.pricing-features-row {
  margin-top: -195px;
}

.features-pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.color-pricing-title {
  color: #5ec045;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 13px;
}

.pricing-price-title {
  font-size: 34px;
  line-height: 40px;
}

.pricing-content-block {
  border-bottom: 1px solid #f0f0f0;
  padding: 28px;
}

.pricing-content-block.first {
  background-color: #f3f3f380;
  height: 115px;
}

.pricing-feature-title {
  color: #969696;
  font-size: 14px;
  display: inline-block;
}

.pricing-feature-title.bold {
  color: #000;
  margin-right: 7px;
  font-weight: 700;
}

.feature-list {
  margin-bottom: 0;
}

.feature-list-item {
  margin-bottom: 5px;
}

.pricing-decription {
  color: #a3a3a3;
  margin-bottom: 0;
  font-size: 15px;
}

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

.team-image {
  float: left;
  background-image: url('../images/Testimonial-12.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 170px;
  height: 140px;
  margin-right: 40px;
}

.team-title {
  font-size: 20px;
  font-weight: 600;
}

.team-title.title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
}

.team-description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

.team-member-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: 0 0 13px #00000017;
}

.team-member-image {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
}

.team-member-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}

.team-member-description {
  color: #838383;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  opacity: .37;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.image-block-right {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
}

.text-column-left {
  padding-right: 40px;
}

.image-block {
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.image-block-column-left {
  padding-right: 30px;
}

.image-block-description {
  color: #fff;
  background-image: linear-gradient(#0000, #000000b3);
  padding: 25px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-column-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.overall-text-column {
  padding-right: 15px;
}

.gallery-lightbox {
  margin-bottom: 20px;
  display: block;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-image-block {
  background-image: url('../images/Photo-10.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery-image-block._2 {
  background-image: url('../images/Photo-3.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/Z-1.jpg');
}

.gallery-image-block.small {
  background-image: url('../images/Photo-12.jpg');
  height: 100px;
}

.gallery-image-block.small._2 {
  background-image: url('../images/Photo-8.jpg');
}

.gallery-image-block.small._3 {
  background-image: url('../images/Photo-7.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/Photo-9.jpg');
}

.gallery-image-block.small._5 {
  background-image: url('../images/Photo-2_1.jpg');
}

.gallery-image-block.small._6 {
  background-image: url('../images/Photo-3_1.jpg');
}

.gallery-overlay-icon {
  text-align: center;
  background-color: #0006;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.gallery-overlay-icon:hover {
  background-color: #000000b3;
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.stats-number {
  color: #1f6fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.elements-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.social-button {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: .8;
}

.social-button.facebook {
  background-color: #5963ac;
}

.social-button.facebook:hover {
  opacity: .8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: .8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: .8;
}

.social-button.line {
  background-color: #0000;
  border: 1px solid #0003;
  padding-top: 11px;
  transition: background-color .2s, border .2s;
}

.social-button.line:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.social-icon {
  height: 20px;
}

.element-container {
  border-radius: 5px;
  max-width: 1090px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.element-container.navigation {
  background-color: #1f6fff;
  height: 120px;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 130px;
}

.logo {
  height: 70px;
  margin-top: 0;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.video-section {
  width: 100%;
  height: auto;
}

.home-mockup-column {
  box-sizing: content-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 11px;
  order: 1;
  justify-content: flex-end;
  height: 20%;
  max-height: 20%;
  padding-left: .625rem;
  padding-right: .625rem;
  display: block;
  overflow: hidden;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0;
}

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

.about-column-left {
  padding-right: 30px;
}

.table-item-wrapper {
  border-bottom: 1px solid #00000017;
  padding: 14px 14px 14px 24px;
}

.table-item-wrapper.title {
  color: #fff;
  background-color: #1f6fff;
}

.table-title {
  font-family: Montserrat, sans-serif;
}

.license-image {
  border-radius: 4px;
  height: 60px;
}

.table-wrapper {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.hero-video {
  height: auto;
}

.hero-overlay-block {
  clear: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #b1c2de;
  background-clip: border-box;
  border: 1px solid #020814;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  text-decoration: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.blog-posts-list {
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: stretch;
  display: flex;
}

.blog-posts-list.archive {
  display: flex;
}

.blog-post-item {
  order: -1;
  margin-bottom: 40px;
  padding-left: 210px;
  padding-right: 40px;
  position: relative;
}

.blog-post-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 320px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.blog-post-image-block.large {
  border-radius: 4px;
  overflow: hidden;
}

.blog-post-overlay {
  background-color: #0003;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #1f6fff4d;
}

.blog-post-overlay.light {
  background-color: #0000001a;
}

.blog-post-overlay.light:hover {
  background-color: #1f6fffb3;
}

.blog-date-block {
  position: absolute;
  top: 25px;
  left: 35px;
}

.blog-date-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.blog-overlay-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.blog-overlay-title.large {
  font-size: 27px;
  line-height: 29px;
}

.blog-post-title-wrapper {
  background-image: linear-gradient(#0000, #0009 68%);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 55px 35px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  float: left;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.blog-author-name {
  float: left;
  color: #fff;
  margin-top: 0;
  display: inline-block;
}

.blog-author-name.archive {
  color: #b4b4b4;
  margin-top: -2px;
  font-size: 14px;
}

.empty-state {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.blog-left-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 180px;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.blog-post-title-link {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.blog-post-title-link.archive-title {
  margin-bottom: 10px;
}

.blog-post-date {
  color: #bdbdbd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
}

.blog-post-date.archive-date {
  float: left;
  color: #b4b4b4;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
}

.simple-blog-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  display: block;
}

.simple-blog-image-block.small {
  float: left;
  width: 90px;
  height: 85px;
  margin-right: 30px;
}

.simple-blog-post-item {
  order: -1;
  margin-bottom: 20px;
}

.simple-blog-post-item.archive {
  order: -1;
  padding-right: 20px;
}

.simple-blog-post-item.related, .image-blog-post-item {
  order: -1;
}

.blog-post-page-content {
  background-color: #fff;
  border-radius: 4px;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  display: block;
  box-shadow: 0 0 33px #0000000a;
}

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

.blog-post-header-overlay {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
}

.blog-post-content {
  padding-right: 20px;
}

.single-post-author-block {
  text-align: left;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.post-author-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-author-photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-right: 30px;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  color: #afafaf;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.feature-text-block {
  float: left;
  width: 440px;
}

.feature-text-block.right {
  float: right;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.archive-info-block {
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.archive-title-wrapper {
  float: none;
  display: inline-block;
}

.blog-single-post-date {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

.sign-up-column-left {
  text-align: left;
  padding-left: 0;
}

.sign-up-column-right {
  padding-left: 0;
  padding-right: 0;
}

.contact-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 31px;
  font-weight: 500;
}

.contact-form-info-paragraph {
  color: #d8dfeb;
  width: 85%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.sign-up-form {
  width: 100%;
  margin-bottom: 0;
  padding-right: 60px;
}

.sign-up-info-block {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: 4px;
  padding: 20px 70px 25px;
}

.testimonial-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-person-image {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 17px;
}

.testimonial-person-title {
  float: left;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.testimonial-person-title.title {
  opacity: .7;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  display: inline-block;
}

.testimonial-person-title.dark {
  color: #000;
}

.testimonial-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.testimonial-person-wrapper {
  text-align: left;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-sign-up-block {
  float: left;
  background-color: #1f6fff;
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.full-sign-up-block.right {
  float: right;
  color: #000;
  background-color: #fff;
  background-image: none;
  width: 35%;
}

.full-page-sign-up-form {
  max-width: 380px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fields-column-left {
  padding-left: 0;
}

.fields-column-right {
  padding-left: 0;
  padding-right: 0;
}

.sign-up-info-wrapper {
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.large-testimonial-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.testimonial-text-block {
  margin-top: 45px;
  margin-bottom: 35px;
}

.sign-up-logos-wrapper {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.small-column-icon {
  float: left;
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.portfolio-image-wrapper {
  width: 80%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 50px #0006;
}

.portfolio-image {
  width: 100%;
}

.close-lightbox-button {
  opacity: .6;
  position: absolute;
  top: -54px;
  right: 0;
}

.close-lightbox-button:hover {
  opacity: 1;
}

.lightbox-close-icon {
  height: 30px;
}

.portfolio-lightbox-block {
  text-decoration: none;
  display: block;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.contact-btn {
  border-radius: 3px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  display: block;
}

.paragraph {
  color: #fff;
  margin-bottom: auto;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  position: static;
  overflow: visible;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  overflow: visible;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  overflow: visible;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #b4bcc400;
  border: 2px solid #c43d5e;
  border-radius: 4px;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
}

.button-2.animated-element:hover, .bold-text {
  color: #c43d5e;
}

.image-2 {
  z-index: 10;
  opacity: 1;
  background-color: #02081466;
  display: inline-block;
  position: absolute;
}

.image-2.hero-image-cut {
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.hero-image-mockup {
  z-index: 1;
  aspect-ratio: auto;
  opacity: 1;
  filter: blur();
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #020814;
  background-image: linear-gradient(#020814, #020814);
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #02081466;
  background-image: linear-gradient(#020814, #020814);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-4 {
  z-index: 5;
  opacity: .66;
  margin-left: 220px;
  padding-left: 400px;
  padding-right: 0;
  position: absolute;
}

.image-4.slope {
  box-sizing: content-box;
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.text-block {
  display: block;
}

.container-3 {
  z-index: 2;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 100vh;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-5 {
  opacity: .74;
  flex: 0 auto;
  order: -1;
  width: 100%;
  min-width: auto;
  max-width: 50%;
  height: 100%;
  padding-bottom: 9.375rem;
  padding-left: 5rem;
  overflow: visible;
}

.image-6, .image-7, .image-8 {
  max-width: 20%;
  overflow: hidden;
}

.columns {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-height: 50%;
  display: flex;
}

.line {
  background-color: #c43d5e;
  width: 30%;
  height: 2px;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.line.white-line {
  background-color: #fff;
  flex: 1;
  align-self: center;
  width: 20%;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  box-sizing: content-box;
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: scale-down;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  height: auto;
  max-height: none;
  position: static;
  overflow: visible;
}

.paragraph-4 {
  color: #fff;
  max-width: 50%;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-6 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-7 {
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image-10 {
  max-width: 25%;
  margin-left: 0;
  margin-right: 10px;
}

.image-11, .image-12 {
  max-width: 25%;
  margin-left: 0;
  margin-right: 15px;
}

.container-8 {
  align-self: center;
  width: 25%;
  max-width: 60%;
  margin-left: 10px;
  margin-right: 0;
}

.container-9 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 80px 11vh 140px 11vw;
  display: block;
  overflow: visible;
}

.phases {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.phases-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 4rem;
  padding-left: 13rem;
  padding-right: 13rem;
  display: flex;
}

.image-13 {
  box-sizing: content-box;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}

.image-14, .image-15 {
  border-radius: 20px;
  max-width: 100%;
}

.container-11, .container-12 {
  max-width: 100%;
  padding-right: 6rem;
}

.container-13 {
  max-width: 100%;
  padding-top: 0;
}

.heading {
  color: #c43d5e;
  padding-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.paragraph-6 {
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
}

.body {
  background-color: #020814;
}

.row-wrapper {
  align-items: flex-start;
  max-width: 100%;
  margin-top: 4rem;
  margin-left: 11vw;
  margin-right: 11vw;
  display: block;
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #0a111e;
  font-family: Work Sans, sans-serif;
  font-size: 1.313rem;
  font-weight: 600;
}

.faq-circle {
  border: 1px #424242;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 0;
  display: flex;
}

.paragraph-7 {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq {
  cursor: pointer;
  border: 1.3px #8591a6;
  border-bottom: 1.3px solid #cecfcf;
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 0;
  transition: all .2s;
  display: flex;
}

.heading-2 {
  color: #11164d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Work Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.faq-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 0%;
  display: flex;
}

.detail-block {
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: 800px;
  margin: 20px auto 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.container-14 {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.faq-question-wrap {
  margin-bottom: 20px;
}

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

.faq-content {
  overflow: hidden;
}

.container-15 {
  max-width: 100%;
}

.container-16 {
  align-self: center;
  width: 20%;
  max-width: 20%;
}

.image-16 {
  opacity: .35;
  width: 40%;
  max-width: 40%;
  display: block;
  overflow: visible;
}

.container-17 {
  align-self: center;
  max-width: 100%;
}

.container-18 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.why-phobos-wrapper {
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
}

.text-wrapper {
  align-self: center;
  max-width: 50%;
}

.image-wrapper {
  object-fit: fill;
  border-radius: 1.25rem 0 0 1.25rem;
  align-self: center;
  max-width: 50%;
  height: 500px;
  max-height: 400px;
  overflow: hidden;
}

.phase-image-wrapper, .container-19, .container-20 {
  max-width: 100%;
}

.container-21 {
  align-self: center;
}

.container-22 {
  border: 1px solid #020814;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block {
  width: 50%;
  height: 100%;
}

.div-block-2 {
  width: 80%;
  height: 100%;
}

.image-18 {
  clear: none;
  aspect-ratio: auto;
  opacity: .48;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: static;
  overflow: hidden;
}

.mobile-background {
  width: 100%;
  max-width: 100%;
  display: none;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-21 {
  opacity: .65;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-23 {
  opacity: .55;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.image-cut {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.phobos-text-container {
  z-index: 8;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-25 {
  opacity: .39;
  vertical-align: bottom;
  object-fit: fill;
  width: 40%;
  margin-top: 3rem;
  display: block;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative {
  z-index: 2;
  position: relative;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border: 1px solid #353535;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-3 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-3.text-weight-bold {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
}

.about-hero-image {
  border-radius: 1.5rem;
  width: 95vw;
  height: 100vh;
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
}

.container-23 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  width: auto;
  height: auto;
}

.hero-video-2 {
  object-fit: cover;
  background-image: url('../images/A_team_of_security_professionals_in_a_strategy-2.png');
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.hero-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 4vh;
  display: flex;
}

.button-icon {
  z-index: 2;
  background-color: #1f1f1f;
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-size-small {
  color: #fff;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-medium.caps {
  color: #fff;
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.primary-button {
  color: #fbfbfb;
  text-align: center;
  background-color: #871b30;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: .6rem 1.5rem;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-50ch {
  text-align: left;
  max-width: 100%;
  padding: 5rem 13rem 3rem;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 2.8rem;
}

.double-button-component.margin-top-button-features {
  margin-top: .5rem;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.heading-4 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.container-24 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  height: 100%;
  margin-top: 8rem;
  margin-bottom: 0;
  display: grid;
}

.opacity-60 {
  opacity: .6;
  color: #fff;
  width: 100%;
  max-width: 100%;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-medium {
  color: #c43d5e;
  padding-top: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.container-25 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-33ch {
  max-width: 33ch;
}

.about-features-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.max-width-40ch {
  width: 100%;
  max-width: 70%;
}

.opacity-61 {
  opacity: .5;
}

.image {
  background-image: url('../images/A_residential_security_guard_patrolling_the_perim.png');
  background-position: 100% 0;
  background-size: auto;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 12rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mask-frame {
  background-color: #c43d5e;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-features-image {
  background-image: url('../images/A_team_of_security_professionals_in_a_strategy.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-5.text-weight-medium {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.opacity-80 {
  opacity: .8;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  max-width: 40ch;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.opacity-81 {
  opacity: .6;
  width: 100%;
  max-width: 100%;
}

.container-26 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  font-size: 3rem;
  line-height: 1.15;
}

.opacity-82 {
  opacity: .8;
}

.opacity-83 {
  opacity: .6;
  width: 100%;
  max-width: 100%;
}

.phase-cards-wrapper {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.max-width-26ch {
  max-width: none;
}

.container-27 {
  color: #8591a6;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 40ch;
  display: flex;
}

.heading-1 {
  font-size: 10.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-1.text-weight-regular {
  color: #c5daff;
  -webkit-text-stroke-color: #8591a6;
  height: 100%;
  font-family: Work Sans, sans-serif;
}

.heading-1.text-weight-regular:hover {
  color: #4287ff;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.heading-7 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-7.text-weight-medium {
  align-self: flex-start;
}

.phase-cards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #202b3f;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 50vh;
  padding: 2rem 3rem;
  display: flex;
}

.phase-cards:hover {
  background-color: #0a1c3c;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.opacity-84 {
  opacity: .6;
  width: 100%;
  max-width: 100%;
}

.team-wrapper-2 {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding-left: 0;
  display: flex;
}

.container-28 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
}

.children-perspective {
  perspective: 1000px;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.team-image-2 {
  object-fit: fill;
  border-radius: 1rem;
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  overflow: hidden;
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.team-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-8 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-8.text-weight-bold {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.opacity-85 {
  opacity: .8;
}

.body-2 {
  background-color: #020814;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 12rem;
  padding-right: 12rem;
}

.text-block-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  padding-top: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.section {
  padding-left: 11vw;
  padding-right: 11vw;
}

.image-27 {
  opacity: .17;
  max-width: 50%;
}

.heading-9 {
  color: #c43d5e;
  font-size: 3rem;
  font-weight: 600;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.heading-10 {
  font-size: 3rem;
}

.heading-11, .heading-12 {
  color: #c43d5e;
  font-size: 3rem;
  font-weight: 600;
}

.text-block-6, .text-block-7 {
  padding-top: 1.5rem;
}

.image-28 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/A_team_of_uniformed_security_officers_welcoming_V_caf.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.image-29, .image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-31 {
  object-fit: cover;
  height: 100%;
}

.image-32 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-8 {
  color: #fff;
  text-align: justify;
  padding-top: 1.5rem;
}

.section-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 11vw;
  padding-right: 11vw;
}

.section-3 {
  padding-left: 11vw;
  padding-right: 11vw;
}

.link-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-2.linkedin-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.link-block-2.linkedin-link:hover {
  color: #647982;
}

.image-33 {
  opacity: 1;
  color: #a0bdf0;
  width: 12%;
  max-width: 15%;
}

.text-block-9 {
  opacity: 1;
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.text-block-9:hover {
  color: #fff6;
}

.linkedin-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  color: #6a7b98;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-10:hover {
  color: #fff6;
}

.text-block-11 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.max-width-75ch {
  width: 100%;
  max-width: 100%;
  padding: 5rem 11vw 3rem;
}

.features-hero-image {
  border-radius: 1rem;
  width: 95vw;
  height: 80vh;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.secondary-button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-13 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-13.text-weight-bold {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.hero {
  background-image: linear-gradient(0deg, #040712b3, #08111766);
  height: 100vh;
}

.gradient-overlay.bigger {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100vw;
}

.container-29 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.padding-global-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.opacity-86 {
  opacity: .6;
}

.features-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 8rem;
  display: flex;
}

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.check-icon-2 {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.max-width-48ch {
  width: 100%;
  max-width: 100%;
}

.features-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
}

.check-icon-wrap {
  color: #fff;
  background-color: #1f2f45;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-bottom: .15rem;
  display: flex;
}

.heading-14 {
  font-size: 2rem;
  line-height: 1.15;
}

.heading-14.text-weight-medium {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-vantages {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: row;
  flex: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.container-30 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

.features-vantages-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-medium {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1.125rem;
}

.features-image-wrapper {
  background-color: #871b30;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global-3 {
  padding-left: 0;
  padding-right: 0;
}

.header-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.opacity-87 {
  opacity: .6;
}

.check-icon-3 {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.heading-15 {
  font-size: 2rem;
  line-height: 1.15;
}

.container-31 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  font-size: 3rem;
  line-height: 1.15;
}

.body-3 {
  background-color: #020814;
}

.text-block-12 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  font-family: Work Sans, sans-serif;
}

.banner-wrapper {
  border-radius: .5rem;
  flex-flow: column;
  padding: 3.5rem 11vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.max-width-38ch {
  max-width: 25%;
}

.banner-button-line {
  color: #ed5145;
  background-color: #ed5145;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  color: #fbfbfb;
  background-color: #953c3c;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-32 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  font-size: 2.5rem;
  line-height: 1.25;
}

.heading-17.text-weight-bold {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.bottom-content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.banner-overlay {
  z-index: 2;
  opacity: .74;
  pointer-events: none;
  object-fit: cover;
  background-image: linear-gradient(169deg, #06081633, #060816);
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.button-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-content:hover {
  color: #c43d5e;
}

.text-weight-medium {
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.banner-background {
  z-index: 1;
  background-color: #871b30;
  position: absolute;
  inset: 0%;
}

.top-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fbfbfb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.max-width-50ch-2 {
  max-width: 40%;
}

.section-4 {
  padding-left: 11vw;
  padding-right: 11vw;
}

.heading-18 {
  color: #c43d5e;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
}

.heading-19 {
  color: #c43d5e;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
}

.text-block-13 {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.image-37, .image-38, .image-39 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-40 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100vh;
}

.image-41, .image-42, .image-43 {
  max-width: 40%;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.success-message-2 {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-field-contact {
  color: #fbfbfb;
  text-align: left;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

.text-size-contact {
  font-size: 1.375rem;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.text-size-medium-vw {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-20 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-20.text-weight-bold {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.container-33 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: 100vh;
  margin-bottom: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
}

.submit-button {
  z-index: 3;
  color: #0000;
  text-align: center;
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-width-70ch {
  width: 100%;
  max-width: 100%;
}

.contact-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-component-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 15vh;
  margin-bottom: 0;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #e54e4e00;
  border-radius: .5rem;
  font-family: Work Sans, sans-serif;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-right: 5rem;
}

.form-content {
  width: 100%;
}

.body-4 {
  background-color: #020814;
}

.image-45 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.text-block-14 {
  color: #fff;
  text-align: left;
  padding-bottom: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.heading-21 {
  color: #c43d5e;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
}

.bold-text-2 {
  opacity: .76;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.text-block-15 {
  color: #fff;
  text-align: left;
  padding-top: 1.5rem;
  font-family: Work Sans, sans-serif;
}

.contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 5rem;
  padding-right: 0;
  display: flex;
}

.heading-22 {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  padding-top: 1.5rem;
  font-family: Work Sans, sans-serif;
}

.text-block-17 {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
}

.text-block-17.contact-info-tittle {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-text {
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1rem;
}

.contact-info-wrapper {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
  padding-top: 0;
}

.contact-info-tittle {
  width: 100%;
  max-width: 100%;
}

.contact-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
}

.contact-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image-46, .image-47, .image-48 {
  opacity: .6;
  width: 10%;
  max-width: 10%;
}

.text-block-18, .text-block-19, .text-block-20 {
  color: #0a111e;
}

.image-49 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-50, .image-51 {
  object-fit: cover;
  width: 100%;
  height: 50vh;
}

.phase-tittles {
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.underline {
  color: #871b30;
  background-color: #871b30;
  width: 0%;
  height: 2px;
  margin-top: 4px;
}

.nav-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.image-52 {
  width: 80px;
  max-width: 80px;
}

.image-53 {
  width: 60px;
  max-width: 60px;
}

.image-54 {
  width: 50px;
  max-width: 50px;
}

.footer-logo-cont {
  opacity: .17;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
}

.footer-nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.footer-linked-in {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  max-width: none;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.footer-link-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 0 auto;
  grid-template: "Area" minmax(min-content, 1fr)
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-55 {
  width: 30%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-block-21, .text-block-22, .initials-linked-in {
  display: none;
}

.image-56 {
  width: 100%;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

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

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

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

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

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

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-block {
    clear: left;
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: block;
    left: auto;
  }

  .logo-block.w--current {
    clear: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 9999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    outline-offset: 0px;
    background-color: #020814e6;
    border-radius: 0;
    outline: 0 #333;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 35px;
    font-size: .9rem;
    transition-property: none;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #0000;
  }

  .nav-link.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9rem;
    transition-property: none;
  }

  .nav-link.w--current:hover {
    color: #252f57;
    background-color: #0000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-link.light.contact-link {
    box-sizing: border-box;
    float: none;
    clear: both;
    text-align: center;
    width: 60%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.light.contact-link:hover, .nav-link.light.contact-link:active {
    background-color: #c43d5e;
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 80vh;
    max-height: 100%;
    padding-top: 0;
    padding-left: 11vw;
    padding-right: 11vw;
    font-size: 0;
    position: absolute;
  }

  .container.home-intro-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.team-container {
    margin-top: 20px;
  }

  .container.our-partners {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    flex: 0 auto;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

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

  .button.dark-outline {
    margin-top: 10px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .services-section {
    padding: 45px 0;
  }

  .services-section.tint {
    width: 100%;
    max-width: 100%;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .services-section.tint.overflow-none {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .services-section.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-section.below-contact-form {
    padding-bottom: 35px;
  }

  .services-section.pricing-section {
    padding-bottom: 180px;
  }

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

  .section-tittle {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-tittle.full {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle.full.info {
    margin-bottom: 20px;
  }

  .section-tittle.full.faq-wrapper {
    max-width: 80%;
    padding-left: 8rem;
    padding-right: 0;
  }

  .section-tittle.full.about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle.full.partners-tittle.animated-element {
    flex: 0 auto;
    align-self: auto;
    width: 60%;
    max-width: 60%;
    height: 100%;
  }

  .section-tittle.small-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-right: auto;
  }

  .partners-tittle {
    width: 80%;
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .partners-tittle.large {
    line-height: 37px;
  }

  .partners-tittle.newsletter-title {
    font-size: 34px;
  }

  .partners-tittle.dark-tittle.faq-tittle {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.faded {
    margin-top: 7px;
  }

  .section-description.small {
    width: 80%;
  }

  .section-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .video-lightbox-block.about-us {
    height: 250px;
  }

  .portfolio-image-block {
    height: 210px;
  }

  .portfolio-image-block.large {
    height: 440px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer {
    padding: 45px;
  }

  .footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .partner-with-us-section.ui-section {
    background-image: linear-gradient(#02081499, #02081499), url('../images/An_unmarked_vehicle_transporting_valuable_goods_.png');
    background-size: auto, cover;
    flex-flow: wrap;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .image-section-overlay, .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .hero-mockup-image {
    width: 385px;
    top: -70px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .info-block-left.ui {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsletter-column-right {
    padding-top: 10px;
  }

  .newsletter-field {
    width: 75%;
  }

  .newsletter-submit {
    width: 25%;
  }

  .device-mockup-left {
    height: 510px;
    top: -72px;
    left: -117px;
  }

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

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .simple-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-inline-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .footer-inline-link.w--current {
    text-align: left;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-background-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: #00000073;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-description-title {
    width: 70%;
    font-size: 22px;
  }

  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }

  .team-outline-block {
    padding-left: 85px;
    padding-right: 5px;
  }

  .team-portrait-image {
    width: 50px;
    height: 50px;
    top: 27px;
  }

  .client-logo {
    height: 40px;
  }

  .client-logo.small {
    height: 26px;
  }

  .image-hero.download {
    padding: 140px 45px 50px;
  }

  .large-hero-title {
    width: 90%;
  }

  .footer-menu-column {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-section {
    height: 340px;
  }

  .contact-map {
    height: 100%;
    padding-right: 240px;
  }

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

  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .overall-video-lightbox.in-page-header {
    height: 285px;
  }

  .long-feature-block {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding: 0 0;
  }

  .pricing-block {
    padding: 50px 30px 30px;
  }

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

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .worldmap-left-wrapper {
    width: 670px;
    top: 27px;
    left: -101px;
  }

  .map-marker._2 {
    top: 146px;
    left: 296px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-bottom-nav {
    text-align: left;
    margin-bottom: -20px;
    padding-left: 30px;
  }

  .hero-slider-mockup {
    height: 190px;
    top: 61px;
    left: 20px;
  }

  .hero-slider-content-block {
    width: 360px;
    top: 16px;
  }

  .hero-slider-title {
    font-size: 33px;
    line-height: 41px;
  }

  .hero-slider-section {
    padding: 140px 45px 70px 0;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-download-form {
    width: 260px;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 30px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .browser-mockup-left.small {
    top: 1px;
    left: -336px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .hero-main-title {
    text-align: left;
    flex: 0 auto;
    align-self: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .home-intro-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 0;
  }

  .home-intro-wrapper.mid {
    margin-bottom: 0;
    left: 181px;
  }

  .home-intro-wrapper.right {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .intro-block-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    display: flex;
  }

  .intro-block-text-wrapper.mid, .intro-block-text-wrapper.last, .homepage-row {
    width: 100%;
  }

  .homepage-column {
    padding-left: 9px;
    padding-right: 9px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .download-image-left {
    width: 560px;
    top: -23px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .half-image-section {
    height: 470px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .white-pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .subpage-header.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 50px;
  }

  .subpage-header.blog-2 {
    padding-top: 90px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }

  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }

  .page-subtitle {
    width: 80%;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .pricing-features-row {
    margin-top: -160px;
  }

  .team-image {
    width: 120px;
    margin-right: 20px;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .image-block-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-text-column {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .logo {
    clear: left;
    text-align: left;
    width: auto;
    max-width: none;
    display: block;
  }

  .video-section {
    background-image: url('../images/Photo-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-radius: 4px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 0;
    display: block;
    overflow: visible;
  }

  .transparant-menu-button:hover, .transparant-menu-button.w--open {
    background-color: #0000;
  }

  .home-mockup-column {
    box-sizing: content-box;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .pricing-column-left {
    padding-left: 0;
  }

  .pricing-column-right, .portfolio-col-left {
    padding-right: 0;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0 0;
    background-size: 800px;
  }

  .hero-overlay-block {
    object-fit: fill;
    background-color: #020814;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-posts-list {
    align-content: space-between;
  }

  .blog-post-item {
    order: -1;
    padding-left: 10px;
    padding-right: 20px;
  }

  .blog-left-image-block {
    width: 100%;
    height: 130px;
    position: static;
  }

  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }

  .simple-blog-image-block {
    height: 150px;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .feature-text-block {
    width: 400px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .contact-form-info-paragraph {
    width: 90%;
    font-size: 14px;
  }

  .sign-up-form {
    padding-right: 20px;
  }

  .sign-up-info-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full-sign-up-block {
    width: 60%;
  }

  .full-sign-up-block.right {
    width: 40%;
  }

  .full-page-sign-up-form {
    max-width: 360px;
  }

  .sign-up-info-wrapper {
    max-width: 250px;
  }

  .large-testimonial-text {
    font-size: 18px;
  }

  .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .portfolio-image-wrapper {
    width: 90%;
  }

  .container-2 {
    clear: none;
    text-align: left;
    flex-flow: row;
    place-content: flex-start space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-btn {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-2.hero-image-cut {
    object-fit: contain;
    min-width: 100%;
    max-height: 100%;
    display: block;
  }

  .hero-image-mockup {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    padding-top: 0%;
  }

  .image-3 {
    object-fit: contain;
  }

  .image-4.slope {
    vertical-align: middle;
    min-width: 60%;
    max-width: 60%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 200px;
  }

  .container-3 {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    overflow: hidden;
  }

  .image-5 {
    vertical-align: middle;
    padding-bottom: 20rem;
    padding-left: 7rem;
  }

  .columns {
    flex-flow: wrap;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .line {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .line.white-line {
    flex: 1;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .paragraph-4 {
    max-width: 100%;
  }

  .container-4 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .container-5, .container-6, .container-7 {
    max-width: 100%;
  }

  .image-10, .image-11, .image-12 {
    max-width: 25%;
  }

  .container-8 {
    order: 1;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
    right: 20%;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 11vw;
    padding-right: 11vw;
    overflow: hidden;
  }

  .phases {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .phases-container {
    flex-flow: wrap;
    padding-left: 8rem;
  }

  .image-13, .image-14 {
    max-width: 400px;
  }

  .image-15 {
    object-fit: cover;
    width: auto;
    max-width: 400px;
    overflow: clip;
  }

  .container-11, .container-12 {
    width: 100%;
    max-width: 100%;
  }

  .container-13 {
    max-width: 100%;
    padding-right: 2rem;
  }

  .body {
    overflow: visible;
  }

  .row-wrapper {
    flex-wrap: wrap;
    margin-left: 11vw;
    margin-right: 11vw;
  }

  .faq-circle {
    width: 5%;
  }

  .paragraph-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .container-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .why-phobos-wrapper {
    flex-flow: wrap;
    padding-left: 11vw;
    padding-right: 11vw;
  }

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

  .image-wrapper {
    border-radius: var(--_typography---h2--line-height);
    flex: 0 auto;
    align-self: center;
    max-width: 100%;
  }

  .phase-image-wrapper, .container-19 {
    max-width: 100%;
  }

  .container-20 {
    object-fit: fill;
    max-width: 100%;
  }

  .container-22 {
    max-width: 100%;
  }

  .image-18 {
    object-fit: contain;
    margin-left: 0;
    display: block;
  }

  .link-block.animated-element {
    width: 100%;
    max-width: 100%;
  }

  .mobile-background {
    max-width: 100%;
  }

  .phobos-text-container {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .image-25 {
    width: 100%;
  }

  .heading-3 {
    font-size: 4.5rem;
  }

  .hero-video-2 {
    background-size: cover;
    overflow: hidden;
  }

  .hero-wrapper {
    margin-top: 0;
  }

  .max-width-50ch {
    max-width: none;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .padding-global {
    width: 100%;
    max-width: 100%;
  }

  .heading-4 {
    font-size: 4.5rem;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 70%;
    margin-top: 8rem;
    display: flex;
  }

  .text-size-large {
    font-size: 1.4rem;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-header {
    max-width: none;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .heading-5 {
    font-size: 2.75rem;
  }

  .heading-5.text-weight-medium {
    font-size: 2.5rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .header {
    max-width: 80vw;
  }

  .heading-6 {
    font-size: 2.75rem;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 8rem;
  }

  .container-27 {
    max-width: 100%;
  }

  .phase-cards-header {
    width: 100%;
    max-width: 100%;
  }

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: center;
    place-items: stretch stretch;
    width: 100%;
    max-width: 100%;
  }

  .heading-7 {
    font-size: 2.75rem;
  }

  .phase-cards {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 3rem 2.5rem;
  }

  .team-wrapper-2 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .team-image-2 {
    height: auto;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-8 {
    font-size: 2.75rem;
  }

  .heading-8.text-weight-bold {
    font-size: 2.5rem;
  }

  .section {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .image-27 {
    max-width: 70%;
  }

  .heading-9 {
    font-size: 2.5rem;
  }

  .text-block-4, .text-block-5 {
    font-family: Work Sans, sans-serif;
  }

  .section-2, .section-3 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    font-size: 12px;
  }

  .max-width-75ch {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .heading-13 {
    font-size: 4.5rem;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .gradient-overlay.bigger {
    opacity: .57;
    height: 100vw;
  }

  .container-29 {
    padding-right: 0;
  }

  .features-wrapper {
    margin-top: 8rem;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .features-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .heading-14 {
    font-size: 1.75rem;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .features-vantages {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-image-container {
    width: 100%;
  }

  .features-vantages-content {
    order: 1;
    width: 100%;
  }

  .check-list {
    padding-left: 0;
  }

  .features-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .header-2 {
    max-width: 70vw;
  }

  .heading-15 {
    font-size: 1.75rem;
  }

  .heading-16 {
    font-size: 2.75rem;
  }

  .heading-17 {
    font-size: 2.25rem;
  }

  .banner-background {
    object-fit: fill;
  }

  .max-width-50ch-2 {
    max-width: none;
  }

  .section-4 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .heading-19 {
    font-size: 2.5rem;
  }

  .image-37 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    height: 100vh;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .heading-20 {
    font-size: 4.5rem;
  }

  .container-33 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-wrapper {
    flex-flow: row;
    height: auto;
  }

  .hero-component-2 {
    height: auto;
    margin-top: 8vh;
    margin-bottom: 6vh;
  }

  .form-wrapper {
    width: 100%;
    margin-bottom: 8vh;
    padding-right: 0;
  }

  .contact-info {
    padding-left: 0;
  }

  .contact-wrapper {
    flex-flow: column;
    max-width: 100%;
  }

  .nav-text:hover {
    color: #9fb2eb;
    background-color: #0000;
  }

  .section-5 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-links {
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .image-52 {
    width: 100%;
  }

  .link-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .image-53 {
    width: 100%;
  }

  .link-block-4 {
    width: 100%;
    max-width: 100%;
  }

  .footer-logo-cont {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav-link {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .footer-linked-in {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .footer-link-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 33%;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-55 {
    text-align: center;
    width: 40%;
    max-width: 40%;
  }

  .lottie-animation {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    text-align: left;
    align-self: center;
    margin: 0;
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.light.contact-link {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.testimonial-container {
    position: relative;
    top: 0%;
    transform: none;
  }

  .container.home-intro-container {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 0 11vw;
    overflow: visible;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.above-image-section {
    margin-bottom: -130px;
  }

  .container.our-partners {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
  }

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

  .button.full {
    margin-top: 10px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.pricing-button, .button.slider-button {
    margin-top: 10px;
  }

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .services-section {
    height: 100vh;
    padding: 100px 0 25px;
  }

  .services-section.tint {
    height: auto;
  }

  .services-section.tint.overflow-none {
    padding-top: 25px;
  }

  .services-section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .services-section.overflow-none {
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .services-section.bottom-space {
    padding-bottom: 120px;
  }

  .services-section.pricing-section {
    padding-bottom: 130px;
  }

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

  .services-section.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-tittle {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-tittle.full {
    margin-bottom: 30px;
  }

  .section-tittle.full.info {
    text-align: center;
  }

  .section-tittle.full.below-video {
    margin-bottom: 0;
    padding-right: 0;
  }

  .section-tittle.full.partners-tittle.animated-element {
    height: auto;
  }

  .section-tittle.small-title {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 19px;
  }

  .partners-tittle {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .partners-tittle.large {
    line-height: 37px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }

  .portfolio-tab-button {
    text-align: center;
    border: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

  .portfolio-image-block {
    height: 150px;
  }

  .portfolio-image-block.large {
    height: 280px;
  }

  .portfolio-image-block.medium {
    margin-bottom: 0;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .testimonial-image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .element-column {
    padding-left: 0;
    padding-right: 0;
  }

  .element-column.left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .partner-with-us-section.ui-section {
    padding: 25px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay.white-gradient {
    background-image: linear-gradient(#fff 12%, #fff9);
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 70%;
    margin: 30px auto -40px;
    display: block;
    position: relative;
    right: 0;
  }

  .hero-mockup-description-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .devices-mockup-right {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .info-block-left {
    width: 100%;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column, .info-block {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form {
    text-align: center;
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .newsletter-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-field {
    margin-bottom: 0;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: -170px;
  }

  .features-row {
    margin-top: 0;
  }

  .feature-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-block, .feature-block.wide {
    width: 100%;
  }

  .feature-icon.overall, .feature-title {
    margin-bottom: 10px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .hero-description-title {
    opacity: .95;
    width: 90%;
    margin-top: 20px;
    font-size: 20px;
  }

  .team-image-block {
    margin-bottom: 10px;
  }

  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }

  .team-portrait-image {
    width: 60px;
    height: 60px;
    top: 20px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-hero.download {
    padding: 110px 25px 40px;
  }

  .contact-form {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    height: 310px;
  }

  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .overall-video-lightbox.large-hero {
    height: 210px;
  }

  .overall-video-lightbox.in-page-header {
    height: 195px;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

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

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-right.small {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .overall-hero-description {
    width: 90%;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-column.last {
    padding-bottom: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .worldmap-left-wrapper {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .map-marker {
    top: 101px;
    left: 48px;
  }

  .map-marker._2 {
    top: 83px;
    left: 195px;
  }

  .dark-field.sign-up {
    height: 40px;
  }

  .dark-field.sign-up.first {
    width: 100%;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .hero-slider {
    height: auto;
  }

  .slider-bottom-nav {
    text-align: center;
    padding-left: 0;
  }

  .hero-slider-mockup {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-slider-content-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-slider-section {
    padding: 90px 0 25px;
  }

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

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }

  .large-pricing-block {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .large-pricing-block._2 {
    padding-left: 0;
  }

  .large-pricing-icon {
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .browser-mockup-left.small {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .home-intro-wrapper {
    vertical-align: middle;
    align-self: center;
    width: 100%;
    max-width: 100%;
    position: static;
    overflow: visible;
  }

  .home-intro-wrapper.mid {
    align-self: center;
    width: 100%;
  }

  .home-intro-wrapper.right {
    align-self: center;
    width: 100%;
    margin-top: 0;
  }

  .home-intro-link-block, .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .homepage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .download-image-left {
    width: 100%;
    margin-top: -80px;
    position: relative;
    left: 0;
    right: 0;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .iphone-hero {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    border-top: 1px solid #ececec;
  }

  .content-section-block.left {
    float: none;
  }

  .blocks-row {
    margin-bottom: 0;
  }

  .block-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .white-pricing-column {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-pricing-block {
    border: 1px solid #0000001a;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-header.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-header.about-3 {
    padding-top: 90px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 30px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 120px;
  }

  .subpage-header.blog-2 {
    padding-top: 80px;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }

  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-google-map {
    height: 270px;
  }

  .contact-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .contact-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-map-block {
    height: 300px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .header-video-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .feature-blocks-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-blocks-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-pricing-block {
    margin-bottom: 20px;
  }

  .team-image {
    height: 150px;
  }

  .team-member-block {
    margin-bottom: 10px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-block {
    height: 180px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 100px;
  }

  .stats-column {
    padding-left: 0;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-number {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .element-container.navigation {
    height: 80px;
  }

  .logo {
    width: 30%;
    max-width: 100%;
    height: 60px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 70px;
    height: 70px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hero-portfolio-slide {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-col-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .text-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right, .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-column-left {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right-2, .gallery-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-gallery-column-left {
    padding-left: 0;
  }

  .bottom-gallery-column-right {
    padding-right: 0;
  }

  .image-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-overlay-block {
    padding: 0;
  }

  .blog-posts-list {
    display: block;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-image-block {
    height: 240px;
  }

  .blog-date-block {
    left: 25px;
  }

  .blog-overlay-title.large {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-post-title-wrapper {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-left-image-block {
    height: 195px;
  }

  .simple-blog-post-item, .image-blog-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .single-post-author-block {
    width: 100%;
  }

  .post-author-name.description {
    font-size: 15px;
  }

  .feature-text-block {
    width: 100%;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .team-member-item {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-single-post-date {
    width: 90%;
  }

  .sign-up-column-left {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .sign-up-form {
    padding-right: 0;
  }

  .sign-up-info-block {
    padding: 25px;
  }

  .testimonial-wrapper {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .full-sign-up-block {
    width: 100%;
    height: auto;
    padding: 40px;
    display: block;
  }

  .full-sign-up-block.right {
    width: 100%;
  }

  .full-page-sign-up-form {
    max-width: 1500px;
  }

  .fields-column-left {
    padding-right: 0;
  }

  .sign-up-info-wrapper {
    max-width: 1500px;
  }

  .portfolio-item {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .close-lightbox-button {
    top: -33px;
  }

  .lightbox-close-icon {
    height: 20px;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-btn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image-mockup {
    max-width: 100%;
    max-height: none;
  }

  .faq-circle {
    width: 20%;
  }

  .link-block.animated-element {
    text-align: left;
  }

  .mobile-background {
    max-width: 100%;
    height: 100vh;
  }

  .image-cut {
    text-align: center;
    object-fit: contain;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    margin: 0;
    overflow: hidden;
  }

  .image-24 {
    object-fit: cover;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .max-width-50ch {
    padding-top: 15vh;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-image {
    height: 20rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .header {
    max-width: none;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .phase-cards {
    height: 50vh;
    padding: 2.5rem 2rem;
  }

  .team-wrapper-2 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .heading-8 {
    font-size: 2.5rem;
  }

  .max-width-75ch {
    padding-top: 13vh;
  }

  .heading-13 {
    font-size: 4rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .features-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-14 {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-2 {
    max-width: none;
  }

  .heading-15 {
    font-size: 1.5rem;
  }

  .heading-16 {
    font-size: 2.5rem;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .banner-content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .heading-17 {
    font-size: 2rem;
  }

  .heading-20 {
    font-size: 4rem;
  }

  .image-56 {
    object-fit: cover;
    height: 100%;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding: 10px 0;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    align-self: center;
    padding-left: 0;
  }

  .nav-menu {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.w--current {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.light.contact-link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link.light.contact-link:hover, .nav-link.light.contact-link:active {
    background-color: #c43d5e;
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.hero-container {
    z-index: 10;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -320px;
    padding-top: 0;
    padding-left: 11vw;
    padding-right: 11vw;
    position: absolute;
  }

  .container.home-intro-container {
    z-index: 0;
    height: auto;
    max-height: none;
    margin-top: -20vh;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .container.partner-phobos {
    height: 100%;
    padding-bottom: 1rem;
  }

  .container.our-partners {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .button.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .button._2 {
    margin-left: 4px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-section {
    max-width: 100%;
    height: auto;
    max-height: none;
    padding: 100px 11vw 25px;
  }

  .services-section.tint {
    padding-top: 20px;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .services-section.tint.overflow-none {
    padding: 20px;
  }

  .services-section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-section.overflow-none {
    padding-top: 2rem;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .services-section.contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .services-section.pricing-section {
    padding-bottom: 120px;
  }

  .services-section.contact-us-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .services-section.blue-cta-section, .services-section.white-cta-section {
    text-align: center;
  }

  .services-section.blog-page-section {
    padding: 0;
  }

  .section-tittle {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-tittle.full {
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-tittle.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-tittle.full.faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle.full.faq-wrapper.animated-element {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle.full.about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle.small-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin: 40px auto auto;
    padding-right: 0;
  }

  .partners-tittle {
    font-size: 25px;
    line-height: 26px;
  }

  .partners-tittle.large {
    line-height: 30px;
  }

  .partners-tittle.dark-tittle {
    object-fit: fill;
    font-size: 24px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.faded {
    font-size: 15px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .section-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-block.about-us {
    height: 140px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .portfolio-image-block.large {
    height: 220px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-quote {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-with-us-section.ui-section {
    background-color: #020814;
    background-image: none;
    height: auto;
    padding: 0 11vw 1rem;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    text-align: center;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 1rem;
    display: block;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    float: none;
    width: 90%;
    font-size: 14px;
  }

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .newsletter-field {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-size: 12px;
  }

  .newsletter-submit {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    font-size: 13px;
  }

  .info-block-right.app-info {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .simple-footer {
    padding-top: 0;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-top: -1px;
    margin-right: auto;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .team-image-block-overlay {
    padding: 25px;
  }

  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .team-portrait-image {
    top: 10px;
    left: 10px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

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

  .client-logo {
    height: 28px;
  }

  .image-hero.download {
    padding: 80px 20px 20px;
  }

  .large-hero-title {
    font-size: 23px;
    line-height: 26px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .contact-map {
    padding-right: 110px;
  }

  .overall-video-lightbox, .overall-video-lightbox.hero-small {
    height: 140px;
  }

  .overall-video-lightbox.in-slider {
    height: 120px;
  }

  .overall-video-lightbox.large-hero {
    height: 130px;
  }

  .overall-video-lightbox.in-page-header {
    height: 145px;
  }

  .long-feature-block {
    padding-left: 0;
    padding-right: 0;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .long-feature-title {
    margin-bottom: 20px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .info-column-right.responsive {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-tabs {
    margin-top: 0;
  }

  .tab-button-left {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
    margin-bottom: 4px;
  }

  .tab-button-right {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .process-tab-icon {
    height: 13px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .map-marker {
    top: 56px;
    left: 24px;
  }

  .map-marker._2 {
    top: 53px;
    left: 115px;
  }

  .dark-field.area {
    height: 98px;
  }

  .dark-field.sign-up {
    margin-bottom: 5px;
  }

  .portfolio-item-title {
    margin-bottom: 9px;
  }

  .hero-slider-mockup {
    width: 70%;
  }

  .hero-slider-content-block {
    margin-top: 20px;
  }

  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }

  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .large-pricing-icon {
    margin-right: 10px;
  }

  .large-pricing-title {
    font-size: 12px;
  }

  .large-pricing-title.price {
    line-height: 30px;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .pricing-list-icon {
    width: 13px;
    top: 2px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .hero-main-title {
    text-align: left;
    vertical-align: bottom;
    flex: 0 auto;
    margin-top: 70vh;
    margin-bottom: auto;
    font-size: 26px;
    line-height: 37px;
    overflow: hidden;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .home-intro-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-intro-wrapper.mid {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-intro-wrapper.right {
    width: 100%;
  }

  .intro-block-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .intro-block-text-wrapper.mid {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 1rem;
  }

  .intro-block-text-wrapper.last {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .intro-block-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: visible;
  }

  .homepage-link-block {
    margin-bottom: 20px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .iphone-hero {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .color-block {
    padding: 20px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact, .subpage-header.contact-2 {
    padding-top: 80px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .subpage-header.pricing-2 {
    padding-bottom: 30px;
  }

  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-header.about-3 {
    padding-top: 80px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 80px;
  }

  .subpage-header.blog-2 {
    padding-top: 60px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

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

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .contact-google-map {
    height: 200px;
  }

  .contact-info-list {
    margin-bottom: 0;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-feature-icon {
    top: 15px;
    left: 15px;
  }

  .pricing-content-block {
    padding: 15px;
  }

  .pricing-content-block.first {
    height: auto;
  }

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

  .team-image {
    width: 60px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .team-title.title {
    margin-bottom: 10px;
  }

  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-block-right {
    height: 140px;
  }

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

  .image-block {
    height: 140px;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small, .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 60px;
  }

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

  .stats-title {
    margin-top: 6px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }

  .element-container.navigation._3 {
    height: 70px;
  }

  .logo {
    height: 50px;
    margin-top: 0;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    width: 70px;
    height: 70px;
    margin-right: 0;
    padding-top: 0;
  }

  .home-mockup-column {
    height: 180px;
  }

  .pricing-column-right {
    padding-bottom: 15px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .license-image {
    height: 40px;
  }

  .hero-overlay-block {
    object-fit: none;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: -280px;
    padding: 0;
    overflow: hidden;
  }

  .blog-posts-list.related {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .blog-post-image-block {
    height: 210px;
    margin-bottom: 10px;
  }

  .blog-date-block {
    top: 15px;
  }

  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }

  .blog-overlay-title.large {
    font-size: 17px;
    line-height: 21px;
  }

  .blog-post-title-wrapper {
    padding-top: 35px;
  }

  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }

  .blog-author-name.archive {
    font-size: 13px;
  }

  .blog-left-image-block {
    float: left;
    height: 105px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: static;
  }

  .blog-post-title-link {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .blog-post-title-link.archive-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .blog-post-title-link.side-image {
    margin-bottom: 10px;
  }

  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }

  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .blog-post-date.archive-date {
    font-size: 13px;
  }

  .simple-blog-image-block {
    height: 140px;
  }

  .simple-blog-image-block.small {
    width: 60px;
    height: 65px;
    margin-right: 15px;
  }

  .simple-blog-post-item.archive {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0;
  }

  .post-author-line {
    margin-bottom: 20px;
  }

  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .archive-info-block {
    margin-right: 6px;
  }

  .archive-title-wrapper {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
  }

  .blog-single-post-date {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 13px;
    display: block;
  }

  .contact-form-title {
    margin-bottom: 25px;
    font-size: 31px;
  }

  .contact-form-info-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .full-sign-up-block {
    padding: 30px;
  }

  .testimonial-text-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sign-up-logos-wrapper {
    padding-bottom: 20px;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-btn {
    clear: none;
    text-align: right;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-2.hero-image-cut {
    object-fit: cover;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .hero-image-mockup, .container-3 {
    max-width: 100%;
    display: none;
  }

  .image-6, .image-7, .image-8 {
    overflow: visible;
  }

  .line {
    object-fit: fill;
  }

  .line.white-line {
    width: 100%;
    max-width: 100%;
    max-height: 2px;
    padding: .05rem 4rem;
    overflow: visible;
  }

  .image-9 {
    border-radius: var(--_typography---font-weight--200);
    max-height: none;
  }

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

  .container-4 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-5 {
    text-align: left;
    flex: 0 auto;
  }

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

  .container-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-8 {
    width: 60%;
    padding-top: 20px;
    font-size: 30%;
    position: static;
  }

  .container-9 {
    padding-top: 40px;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .phases-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-13, .image-14, .image-15 {
    max-width: 250px;
  }

  .container-11, .container-12, .container-13 {
    padding-right: 0;
  }

  .row-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-circle {
    width: 15%;
    min-width: 15%;
    height: auto;
    margin-bottom: 9px;
  }

  .paragraph-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .faq {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    padding-left: 0;
  }

  .faq-section {
    width: 100%;
    max-width: 100%;
    padding: 60px 11vw 40px;
    display: block;
  }

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

  .faq-question-wrap.animated-element {
    width: 100%;
    max-width: 100%;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content, .container-15 {
    width: 100%;
    max-width: 100%;
  }

  .image-17 {
    float: none;
    display: none;
    overflow: hidden;
  }

  .container-18 {
    flex-flow: column;
  }

  .why-phobos-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    border-top-left-radius: var(--_typography---font-weight--200);
    border-top-right-radius: var(--_typography---font-weight--200);
    border-bottom-left-radius: var(--_typography---font-weight--200);
    border-bottom-right-radius: var(--_typography---font-weight--200);
    border-radius: 15px;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 300px;
    max-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-22 {
    max-width: 100%;
    display: none;
  }

  .link-block {
    width: 20%;
    max-width: 20%;
  }

  .mobile-background {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 80vh;
    margin-top: 250px;
    display: block;
    position: relative;
  }

  .image-19 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .phobos-text-container {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .heading-3 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-3.text-weight-bold {
    font-size: 2rem;
  }

  .hero-wrapper {
    margin-top: 0;
  }

  .primary-button {
    width: 100%;
  }

  .max-width-50ch {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

  .heading-4 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .about-features-grid {
    margin-top: 2rem;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 1.6rem;
  }

  .max-width-40ch {
    max-width: 100%;
  }

  .heading-5 {
    font-size: 2.25rem;
  }

  .heading-5.text-weight-medium {
    font-size: 2rem;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 2.25rem;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .phase-cards-grid {
    grid-column-gap: 3.7rem;
    grid-row-gap: 3.7rem;
  }

  .heading-7 {
    font-size: 2.25rem;
  }

  .heading-7.text-weight-medium {
    font-size: 2rem;
  }

  .phase-cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-card {
    justify-content: flex-start;
    align-items: center;
  }

  .team-image-2 {
    border-radius: 2rem;
    height: 100vh;
    overflow: visible;
  }

  .team-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .heading-8 {
    font-size: 2.25rem;
  }

  .heading-8.text-weight-medium, .heading-8.text-weight-bold {
    font-size: 2rem;
  }

  .section {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .image-27 {
    width: 70%;
    display: block;
  }

  .heading-9, .heading-11, .heading-12 {
    font-size: 2rem;
  }

  .image-30 {
    border-radius: .6rem;
    width: auto;
    overflow: hidden;
  }

  .image-31, .image-32 {
    border-radius: .6rem;
  }

  .section-2, .section-3 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .link-block-2.linkedin-link {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .image-33 {
    width: 35px;
    max-width: 35px;
  }

  .text-block-9 {
    display: none;
  }

  .linkedin-link {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    font-size: 14px;
  }

  .text-block-10, .text-block-11 {
    display: none;
  }

  .max-width-75ch {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .secondary-button-2 {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .heading-13 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-13.text-weight-bold {
    font-size: 2rem;
  }

  .gradient-overlay.bigger {
    background-image: linear-gradient(0deg, #10101133, #10101196);
    height: 100%;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-size: 1.25rem;
  }

  .features-heading {
    width: 100%;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .features-image-wrapper {
    height: 40vh;
    min-height: auto;
    max-height: 50vh;
  }

  .padding-global-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    font-size: 1.25rem;
  }

  .heading-16 {
    font-size: 2.25rem;
  }

  .banner-wrapper {
    padding: 1.5rem 11vw;
  }

  .banner-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .max-width-38ch {
    max-width: 100%;
  }

  .heading-17 {
    font-size: 1.75rem;
  }

  .banner-overlay {
    opacity: 26;
    background-image: linear-gradient(169deg, #06081666, #060816);
  }

  .button-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .banner-background {
    height: 60vh;
  }

  .banner-button {
    width: 100%;
  }

  .section-4 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .heading-19 {
    text-align: left;
    font-size: 2rem;
  }

  .image-37 {
    height: 60vh;
  }

  .heading-20 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-20.text-weight-bold {
    font-size: 2rem;
  }

  .container-33 {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .form {
    width: 100%;
  }

  .contact-wrapper {
    height: auto;
    margin-top: 0;
  }

  .hero-component-2 {
    height: auto;
    margin-top: 5vh;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .heading-21 {
    font-size: 2rem;
  }

  .bold-text-2 {
    font-size: 1.3rem;
  }

  .contact-info {
    max-width: 100%;
    padding-left: 0;
  }

  .contact-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .phase-tittles {
    font-size: 1.6rem;
  }

  .nav-links {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-52 {
    width: 50%;
    max-width: 50%;
  }

  .image-53 {
    width: 45%;
    max-width: 45%;
  }

  .image-54 {
    width: 40%;
    max-width: 40%;
  }

  .footer-logo-cont {
    opacity: .56;
    width: 100%;
    max-width: 100%;
  }

  .footer-nav-link {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-family: Work Sans, sans-serif;
  }

  .footer-linked-in {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-family: Work Sans, sans-serif;
  }

  .footer-link-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex: 33%;
    grid-template: "Area" .25fr
    / 1fr 1fr 1fr;
    grid-auto-rows: minmax(1px, 3fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: center space-between;
    place-items: center start;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .text-block-21, .text-block-22 {
    color: #fff;
    font-weight: 600;
    display: block;
  }

  .initials-linked-in {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
  }
}

#w-node-_651dcb9e-2d48-f0ff-2bbd-246161d44538-ad3bfb0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_53774b83-8517-a106-c533-0fc4ce87dc0c-ad3bfb0e, #w-node-b11c57f9-b1ce-96db-22c0-8865d1145df9-66e6f228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b11c57f9-b1ce-96db-22c0-8865d1145e0b-66e6f228 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_651dcb9e-2d48-f0ff-2bbd-246161d44538-ad3bfb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


