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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #131313;
  font-size: 50px;
  line-height: 36px;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  font-family: Lato, sans-serif;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.h4 {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.secondary-button-text {
  margin-right: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.styles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262a41;
}

.styles-section.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.bracket-left {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.bracket-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d3838;
  text-decoration: none;
  cursor: pointer;
}

.secondary-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0px 55px 0px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3d3838;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3d3838;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.secondary-button:hover {
  border-color: #ef9f21;
  color: #ef9f21;
}

.secondary-button.red {
  border-color: #f3272f;
  color: #f3272f;
}

.secondary-button.red:hover {
  border-color: #ef9f21;
  color: #ef9f21;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.paragraph.large {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3272f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-button:hover {
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #ef9f21;
  background-color: transparent;
  color: #ef9f21;
}

.h3 {
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.h3.orange {
  color: #ef9f21;
}

.h3.orange.light {
  font-weight: 300;
}

.cta-arrow {
  position: absolute;
  right: 25px;
  z-index: 10;
  width: 30px;
}

.cta-arrow.orange {
  z-index: 0;
}

.h1 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #231d4f;
  font-size: 80px;
  line-height: 92px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.h1.black-text {
  color: #000;
}

.h1.white {
  margin-bottom: 20px;
  color: #fff;
  font-size: 110px;
  line-height: 120px;
  text-align: left;
}

.h6 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.h6.orange {
  color: #ef9f21;
}

.h6.orange.underlined {
  padding-bottom: 15px;
  border-bottom: 2px solid #ef9f21;
}

.h6.white {
  color: #fff;
}

.h2 {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.h2.orange {
  color: #ef9f21;
}

.bracket-right {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.h5 {
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
}

.section.white-background {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
}

.section.green-background {
  background-color: #34c674;
}

.section.white {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #f5f5f5;
}

.section.white.swift-bg {
  background-color: #fff;
  background-image: url('../images/native-app-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.black {
  position: static;
  padding-top: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5fa;
}

.section.black.vertical {
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5fa;
}

.section.black.hero-breaker {
  height: 240px;
}

.text-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-container.sub {
  width: 70%;
}

.highlight {
  position: absolute;
  top: 165px;
  right: 0px;
  z-index: 1;
  width: 0%;
  height: 33.333%;
  background-color: #292929;
}

.highlight._2 {
  top: 0%;
  background-color: #292929;
}

.highlight._3 {
  top: 19.66666%;
  background-color: #292929;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.click {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 0px;
}

.content.align {
  width: 530px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subhead-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhead {
  font-family: Lato, sans-serif;
  color: #04a4ff;
  text-transform: none;
}

.subhead.white {
  color: #fff;
}

.lil-rule {
  width: 100px;
  height: 6px;
  margin-top: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #231d50;
}

.lil-rule.white {
  background-color: #fff;
}

.highlight-small {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.subhead-highlight {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.highlight-black {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.highlight-white {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.white {
  color: #fff;
}

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

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 60px 8px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0.39);
}

.div-block-154 {
  display: block;
}

.button-nav-outline {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  max-width: 250px;
  padding: 12px 25px;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 2px;
  background-color: #fcd950;
  box-shadow: 0 20px 20px -19px rgba(0, 3, 3, 0.14);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-nav-outline:hover {
  background-color: #32343a;
  color: #fff;
}

.button-nav-outline:active {
  background-color: #43464d;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading {
  font-family: Poppins, sans-serif;
  color: #231d4f;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.image-68 {
  max-width: 19%;
  margin-right: 140px;
}

.div-block-159 {
  width: 50%;
  height: auto;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/ezgif.com-optimize.gif');
  background-position: 50% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.image-69 {
  width: 30%;
}

.line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dark {
  color: #000a15;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.line {
  width: 100%;
  height: 1px;
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: #d1cdcd;
}

.content-section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

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

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.works-grid {
  margin-top: 20px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-image {
  margin-bottom: 40px;
}

.grid-8 {
  max-width: 90px;
  min-width: 100%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  grid-column-gap: 118px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-grid {
  margin-top: 55px;
  margin-bottom: 75px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-2 {
  color: #fff;
}

.case-study-breaker-blue {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-right: 0px;
  padding-bottom: 140px;
  background-color: transparent;
}

.braker-line-left {
  width: 100%;
  height: 3px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  float: left;
  background-color: hsla(0, 0%, 94%, 0.1);
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic.dark {
  color: rgba(0, 0, 0, 0.61);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 140px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.service-section {
  padding: 60px 3%;
  border-bottom-color: #e2e4e8;
  background-color: #bad6c8;
}

.nav-item-text2 {
  display: block;
  margin-bottom: -64px;
  margin-left: -33px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
}

.h2-2 {
  margin-bottom: 14px;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.bold {
  position: relative;
  display: block;
  font-family: Poppins, sans-serif;
  color: #231d4e;
  font-weight: 700;
}

.bold.white {
  color: #fff;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1.4px solid transparent;
  border-radius: 10px;
  background-color: #0d0e0f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.grid-block:hover {
  border-width: 1.8px;
  border-color: #27b0f5;
}

.image-70 {
  margin-top: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-6 {
  margin-top: 40px;
}

.grey {
  color: rgba(255, 255, 255, 0.5);
}

.grey.light {
  font-weight: 400;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.link-2 {
  color: #0b0737;
  text-decoration: none;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-nav {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 250px;
  padding: 12px 25px;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 2px;
  background-color: #231d50;
  box-shadow: 0 20px 20px -19px #180083;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-nav:hover {
  background-color: #878aff;
  color: #fff;
}

.button-nav:active {
  background-color: #43464d;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #231d50;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: #29a7f9;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 220px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  margin-top: 100px;
}

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

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: #191b22;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.section-3 {
  height: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url('../images/bg-pattern.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.black {
  color: #000;
}

.section-4 {
  background-color: #000;
}

.heading-3 {
  font-weight: 400;
  text-align: center;
}

.image-71 {
  position: relative;
  bottom: 0px;
  height: 330px;
}

.image-71._2 {
  margin-left: -231px;
}

.slide.js-slide {
  width: 100%;
  height: 100%;
  min-height: 600px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.headline {
  color: #000;
  font-size: 11vw;
  line-height: 11vw;
}

.btn-2-w {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.horizont-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transform: scale3d(0.15, 1, 1);
  transform: scale3d(0.15, 1, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.bott-r {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.vert-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background-color: #000;
  -webkit-transform: scale3d(1, 0.35, 1);
  transform: scale3d(1, 0.35, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.bott-r {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.text-block-2 {
  position: relative;
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.image-72 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: -292px;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 196px 3% 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5fa;
}

.flowbase-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(155, 158, 184, 0.22);
}

.check {
  width: 24px;
  margin-right: 16px;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 10px;
  background-color: #ececec;
}

.pricing-features {
  margin-top: 22px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.flowbase-logo {
  width: 55px;
}

.price-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 440px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #c3c5f8;
}

.price-base.base-pink {
  background-color: #bad6c8;
}

.price-base.base-dark {
  background-color: #0a0535;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.container-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-type {
  margin-top: 0px;
  color: #231d4f;
}

.price-button {
  position: absolute;
  margin-left: 25px;
  color: #fff;
  text-decoration: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  font-family: Lato, sans-serif;
  color: #848199;
  font-size: 15px;
}

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

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

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.price-grid {
  width: 100%;
  margin-top: 60px;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-block {
  position: relative;
  left: -30px;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  padding: 28px 28px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.price-block.shadow-dark {
  box-shadow: 25px 25px 24px 0 rgba(23, 18, 63, 0.4);
}

.price-block.shadow-pink {
  box-shadow: 25px 25px 24px 0 #bad6c8;
}

.price-block.shadow-blue {
  box-shadow: 25px 25px 24px 0 rgba(71, 56, 180, 0.45);
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #7b88a8;
  text-align: left;
}

.content-h1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #231d4f;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

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

.heading-5 {
  font-family: Poppins, sans-serif;
}

.heading-6 {
  font-family: Poppins, sans-serif;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-161 {
  width: 40%;
  margin-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-73 {
  margin-top: 129px;
  margin-bottom: -56px;
}

.image-74 {
  margin-top: auto;
  margin-left: 40px;
}

.heading-7 {
  font-family: Poppins, sans-serif;
  color: #231d4f;
  line-height: 60px;
  font-weight: 700;
}

.image-75 {
  position: absolute;
}

.div-block-162 {
  position: relative;
}

.image-76 {
  margin-bottom: -1105px;
}

.image-77 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  margin-top: -301px;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-base {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #231d50;
}

.image {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
}

.button-t {
  position: absolute;
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 100px;
  background-color: #f5f5fa;
  background-image: url('../images/Path-Copy.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-78 {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 256px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span {
  color: #b9b7c6;
  font-size: 13px;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(119, 53, 246, 0.08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.navigation {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.brand {
  margin-right: 44px;
}

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.navigation-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block:hover {
  background-color: rgba(119, 53, 246, 0.05);
  color: #7735f6;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: auto;
  padding-top: 25px;
  background-color: transparent;
  box-shadow: 2px 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.large-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  color: #6127da;
  text-decoration: none;
}

.navigation-full {
  position: static;
  z-index: 99;
  display: none;
  width: 100%;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(61, 66, 75, 0.07);
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.87);
  font-size: 14px;
}

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

.dropdown-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #7735f6;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.navigation-column {
  width: 25%;
  padding: 10px 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  min-width: 55px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #7735f6;
}

.navigation-link.w--current {
  color: #99d715;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.heading-8 {
  font-family: Poppins, sans-serif;
}

.main {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #c3c5f8;
}

.global-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger.w--open {
  background-color: transparent;
}

.hamburger.js-hover {
  position: fixed;
  top: 20px;
  right: 45px;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #231d50;
  cursor: pointer;
}

.hamburger.js-hover.w--open {
  padding: 0px;
}

.line-bottom {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #f4cfe0;
}

.btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.line-top {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #f8f6ce;
}

.content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  background-color: transparent;
}

.line-mid {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #bad6c8;
}

.global-menu__item {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  -webkit-transition: all 80ms ease-in;
  transition: all 80ms ease-in;
  color: #000;
  text-decoration: none;
}

.global-menu__item:hover {
  color: #fff;
}

.pulsing-wrap {
  width: 64px;
  height: 64px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(0, 0%, 40%, 0.17);
  border-radius: 100%;
}

.global-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
}

.demo-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 120px;
  padding-left: 2.25em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.demo-nav__link {
  margin-right: 34px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.demo-nav__link.w--current {
  border-bottom: 1px solid #000;
}

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

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

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

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  height: 50px;
  max-width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-nav-outline-2 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  max-width: 250px;
  padding: 12px 25px;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #c3c4f8;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 20px 20px -19px rgba(0, 3, 3, 0.14);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #121d28;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-nav-outline-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-nav-outline-2:active {
  background-color: #43464d;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-section {
  position: relative;
  min-height: 600px;
  padding: 140px 5% 120px;
  background-color: #f5f5fa;
}

.silent-link {
  color: #637178;
  text-decoration: none;
}

.paragraph-2 {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  color: #445567;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

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

.link-3 {
  color: #784fe0;
  text-decoration: none;
}

.faq-question-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 7px 7px 60px 0 #f2f3f6;
  text-decoration: none;
}

.highlight-2 {
  color: #02aafc;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-text-details {
  margin-top: 15px;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.27px;
}

.question-icon {
  margin-bottom: 35px;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0b1033;
  font-size: 44px;
  text-align: center;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-top {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.27px;
}

.question-title-2 {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.div-block-163 {
  max-width: 50%;
}

.form-block-2 {
  width: 100%;
  margin-top: 20px;
}

.contact-form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-areas: ". ." "Area-2 Area-2" "Area-3 Area";
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.text-field-underline {
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 21px 20px 21px 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #ddd;
  font-size: 17px;
  line-height: 26px;
}

.text-field-underline:hover {
  border-color: #e3e6eb;
}

.text-field-underline:active {
  border-color: #43464d;
  font-size: 20px;
}

.text-field-underline:focus {
  border-color: #43464d #43464d #6300ff #26b3f3;
  font-size: 23px;
  font-weight: 700;
}

.text-field-underline::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-underline:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-underline::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-underline::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.hero-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-flex-contact2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-164 {
  width: 50%;
  height: 100vh;
  padding-left: 140px;
}

.button-nav-2 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 250px;
  padding: 12px 25px;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 2px;
  background-color: #ff8946;
  background-image: linear-gradient(225deg, #14ffc6, #2ba2fd);
  box-shadow: 0 20px 20px -19px #35b8be;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #121d28;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-nav-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-nav-2:active {
  background-color: #43464d;
}

.white-3 {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.radio-button-label {
  margin-bottom: 25px;
  color: #7e828f;
  font-size: 13px;
}

.hero-paragraph {
  margin-bottom: 0px;
  color: #546285;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
}

.div-block-160-2 {
  width: 50%;
  height: 100%;
  padding-left: 140px;
  background-image: url('../images/roberto-cortese-ejhjSZKTeeg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
}

.div-block-165 {
  position: absolute;
  width: 100%;
}

.link-4 {
  color: #231d50;
}

.div-block-166 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 14px 22px;
  background-color: #80e8b4;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section.black {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.black.vertical {
    height: 1420px;
  }
  .button-nav-outline {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-159 {
    border-radius: 0px;
  }
  .line-column {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line {
    width: 1px;
    height: 100%;
    min-height: 100px;
    border-style: none dashed none none;
  }
  .content-section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .works-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-8 {
    display: block;
    margin-bottom: auto;
  }
  .service-grid {
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h2-2 {
    font-size: 42px;
  }
  .h2-2.h2-centre {
    text-align: center;
  }
  .bold {
    display: inline-block;
    margin-top: 0px;
  }
  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-158 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-nav {
    margin-right: auto;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-content {
    width: 100%;
    max-width: 730px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-3 {
    background-image: none;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .price-base.base-pink {
    min-height: auto;
  }
  .price-grid {
    max-width: 680px;
    grid-column-gap: 0px;
    grid-row-gap: 68px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .price-block {
    left: 0px;
    top: -20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-160 {
    max-width: 1890px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-161 {
    width: 50%;
    margin-bottom: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-73 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-162 {
    margin-bottom: 99px;
  }
  .image-77 {
    display: none;
  }
  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation {
    display: none;
  }
  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-content-wrap {
    padding-left: 10px;
  }
  .navigation-full {
    background-color: #fff;
  }
  .navigation-left {
    display: none;
  }
  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .global-menu__item {
    font-size: 42px;
    line-height: 42px;
  }
  .demo-nav__link {
    font-size: 15px;
  }
  .button-nav-outline-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-top {
    max-width: 550px;
    text-align: center;
  }
  .div-block-163 {
    max-width: 90%;
  }
  .hero-content-2 {
    width: 100%;
    max-width: 510px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container-flex-contact2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-164 {
    width: 100%;
    padding-left: 0px;
  }
  .button-nav-2 {
    margin-right: auto;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .radio-button-label {
    text-align: left;
  }
  .div-block-160-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }
  .h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .h1 {
    font-size: 75px;
    line-height: 75px;
  }
  .h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .spacer-60 {
    height: 40px;
  }
  .h5 {
    font-size: 22px;
    line-height: 22px;
  }
  .navbar-2 {
    margin-top: 30px;
  }
  .button-nav-outline {
    display: none;
  }
  .nav-item-text2 {
    font-size: 140px;
    line-height: 90px;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-nav {
    display: block;
  }
  .hero-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-h1 {
    font-size: 55px;
  }
  .hamburger.js-hover {
    top: 22px;
    right: 35px;
  }
  .global-menu__item {
    font-size: 36px;
    line-height: 36px;
  }
  .demo-nav__link {
    font-size: 12px;
  }
  .navbar-3 {
    margin-top: 30px;
  }
  .button-nav-outline-2 {
    display: none;
  }
  .contact-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-grid-2 {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hero-content-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-nav-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .h1.white {
    font-size: 50px;
    line-height: 70px;
    text-align: center;
  }
  .section {
    height: 80%;
    padding-top: 192px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.black {
    height: 700px;
    padding-top: 20px;
  }
  .section.black.vertical {
    height: 900px;
  }
  .section.black.hero-breaker {
    height: 120px;
  }
  .content {
    width: 90%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-nav-outline {
    position: relative;
    display: none;
  }
  .heading {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }
  .div-block-159 {
    height: 500px;
    min-width: 100%;
    border-radius: 0px;
  }
  .container {
    max-width: 100%;
    margin-top: 140px;
  }
  .content-section-copy {
    height: 1790px;
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-8 {
    max-width: 100px;
    min-width: 100%;
  }
  .service-grid {
    width: 90%;
    margin-bottom: 0px;
  }
  .case-study-breaker-blue {
    padding-top: 140px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .braker-line-left {
    margin-top: 40px;
  }
  .grid-icon {
    margin-bottom: 15px;
  }
  .service-section {
    padding: 0px 0%;
  }
  .bold {
    margin-top: auto;
  }
  .grid-block {
    padding-top: 25px;
    padding-bottom: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-block:hover {
    border-width: 3px;
  }
  .div-block-158 {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-nav {
    position: relative;
    display: block;
    width: 90%;
    max-width: 450px;
    margin-top: 40px;
    margin-left: auto;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .hero-content {
    margin-right: auto;
  }
  .div-block-5 {
    margin-top: 60px;
  }
  .hero-h1 {
    font-size: 50px;
  }
  .section-3 {
    padding: 60px 20px 0px;
    background-image: none;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .text-block-2 {
    font-family: Poppins, sans-serif;
    font-weight: 800;
  }
  .image-72 {
    width: 130%;
    margin-bottom: -61px;
  }
  .pricing-section {
    padding-top: 140px;
  }
  .price-block {
    padding-right: 22px;
    padding-left: 22px;
  }
  .title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-h1 {
    font-size: 42px;
    text-align: center;
  }
  .div-block-160 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-161 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-73 {
    display: block;
    max-width: 90%;
    margin: auto auto 40px;
  }
  .image-74 {
    max-width: 90%;
    margin-top: 60px;
    margin-left: 0px;
  }
  .image-76 {
    margin-bottom: -426px;
  }
  .image-77 {
    display: none;
    max-width: 100%;
    margin-top: 178px;
  }
  .section-5 {
    padding-bottom: 0px;
  }
  .navigation {
    display: block;
  }
  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navigation-full {
    display: none;
  }
  .heading-8 {
    line-height: 50px;
  }
  .global-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger.js-hover {
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  .btn {
    width: 50px;
    height: 50px;
  }
  .global-menu__item {
    margin-bottom: 0.45em;
    font-family: Poppins, sans-serif;
    color: #2e2a53;
    font-size: 50px;
    line-height: 32px;
  }
  .pulsing-wrap {
    width: 50px;
    height: 50px;
  }
  .demo-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-3 {
    width: 60%;
    margin-right: 0px;
    margin-left: 10%;
  }
  .button-nav-outline-2 {
    position: relative;
    display: none;
  }
  .question-title-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-163 {
    max-width: 140%;
  }
  .contact-form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block-2 {
    width: 100%;
  }
  .contact-form-grid-2 {
    grid-column-gap: 30px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .hero-content-2 {
    margin-right: auto;
  }
  .container-flex-contact2 {
    max-width: 90%;
    margin-top: 140px;
  }
  .button-nav-2 {
    position: relative;
    display: block;
    width: 90%;
    max-width: 450px;
    margin-top: 40px;
    margin-left: auto;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
}

#w-node-316d5b8e23ae-21925fc5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-316d5b8e23b4-21925fc5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-316d5b8e23ae-21925fc5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-316d5b8e23b4-21925fc5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-316d5b8e23b8-21925fc5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helvetica-now-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helvetica-now-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helvetica-now-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}