:root {
  --main-orange: #ff9f00;
  --white: #fdfdff;
  --dark-orange: #d6731c;
  --dim-grey: #575757;
  --black: #313131;
  --midnight-blue: #000f37;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  background-color: var(--main-orange);
  color: #313131;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5.3rem;
  font-weight: 800;
  line-height: 5.3rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.87rem;
  font-weight: 600;
  line-height: 2.87rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.37rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

p {
  margin-bottom: 0;
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.37rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-weight-xbold {
  font-weight: 800;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.page-wrapper {
  background-color: var(--white);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.text-color-light {
  color: #f5f2ff;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-grey {
  background-color: #e7ebee;
}

.margin-xhuge {
  margin: 8rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.margin-xxhuge {
  margin: 12rem;
}

.padding-xsmall {
  padding: .5rem;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.87rem;
  font-weight: 600;
  line-height: 2.87rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.8rem;
}

.text-size-small.text-color-dark, .text-size-small.text-color-dark-copy {
  padding-top: 1.8rem;
}

.form_component {
  margin-bottom: 0;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-grey {
  color: var(--dim-grey);
}

.padding-small {
  padding: 1rem;
}

.form_message-success {
  color: #1d2130;
  background-color: #bef3c0;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3rem;
  font-weight: 800;
  line-height: 5.3rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-small {
  margin: 1rem;
}

.fs-styleguide_header {
  background-color: #ebf0f9;
}

.text-color-black {
  color: var(--black);
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.padding-custom2 {
  padding: 2.5rem;
}

.hide {
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-huge {
  padding: 6rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.18rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

.padding-large {
  padding: 3rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-0 {
  padding: 0;
}

.margin-custom1 {
  margin: 1.5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #70c1741a;
  border: 1px dashed #70c174;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-regular {
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.text-size-regular.text-color-grey {
  color: var(--dim-grey);
}

.text-size-regular.text-color-light.line-height-32 {
  line-height: 2rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-tiny {
  padding: .125rem;
}

.margin-tiny {
  margin: .125rem;
}

.text-weight-bold {
  font-weight: 700;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 2rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: .25rem 0;
  font-size: 1rem;
  font-weight: 400;
}

.form_input::placeholder {
  color: #1d21304d;
}

.form_input.is-text-area {
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: .25rem;
  min-height: 8rem;
  padding: 1.25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-medium {
  padding: 2rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-huge {
  margin: 6rem;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.md-block {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-large {
  margin: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-xhuge {
  padding: 8rem;
}

.button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
  transform: translate(0, -.25rem);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.5rem;
}

.button.is-large {
  padding: 1.5rem 4.4rem;
}

.button.is-secondary {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  background-color: #fff;
}

.button.is-secondary:hover {
  background-color: var(--dark-orange);
  color: #fff;
  border-color: #0000;
}

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

.button.is-primery:hover {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.is-primery.is-large {
  border-color: var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
}

.button.is-primery.is-large:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.form_message-error {
  color: #1d2130;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #1d2130;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-color-white {
  color: #fafafa;
}

.background-color-blue {
  background-color: #1e5afa;
}

.sec_header {
  background-color: var(--main-orange);
  background-image: url('../images/Hero-Vector.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.navbar {
  background-color: #0000;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-app_logo {
  width: 100%;
  max-width: 185px;
}

.logon-link {
  color: #fafafa;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  text-decoration: none;
  transition: all .3s;
}

.logon-link:hover {
  color: var(--midnight-blue);
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-link {
  color: #fafafa;
  padding: 0 1.12rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.hero {
  z-index: 2;
  padding-top: 2rem;
  position: relative;
}

.hero-heading {
  text-align: center;
  width: 100%;
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.8rem;
}

.hero-text {
  text-align: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-wrap {
  text-align: center;
  height: 36vw;
  max-height: 420px;
}

.hero-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sec_about {
  margin-top: 35vw;
  padding-top: 9rem;
  position: relative;
}

.brand-logo {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: center;
  display: flex;
}

.app-store, .google-play {
  z-index: 1;
  position: relative;
}

.about-heading {
  z-index: 2;
  text-align: center;
  padding-bottom: 6rem;
  position: relative;
}

.smart-service_grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  position: relative;
}

.smart-service_image-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.smart-service {
  z-index: 2;
  box-shadow: none;
  max-width: 300px;
  position: relative;
}

.service-box {
  z-index: 1;
  background-color: var(--main-orange);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 352px;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.smart-service_heading {
  max-width: 471px;
  padding-bottom: 2.1rem;
}

.smart-service_text {
  max-width: 446px;
  padding-bottom: 2.1rem;
}

.sec_client {
  padding-top: 8rem;
  position: relative;
}

.client-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.client-text {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.client-logo-grid {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5rem;
}

.client-logo-wrap {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 108px;
  display: flex;
}

.sec_testimonials {
  padding-top: 8.75rem;
}

.testimonials-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.testimonials-text {
  text-align: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.testimonials-collection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-item {
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3.4rem 3.1rem 3.1rem;
  transition: all .3s;
}

.testimonials-item:hover {
  background-color: #fff;
}

.testimonials-item.sm-hide {
  transition-property: background-color;
}

.testimonials-review {
  padding-bottom: 0;
}

.text-color-dark {
  color: #5f7285;
}

.testimonials-content {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  display: flex;
}

.testimonials-image-wrap {
  width: 48px;
  height: 48px;
}

.degisnation {
  font-size: .875rem;
  line-height: .8rem;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 75px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  align-items: center;
  width: 54px;
  height: 18px;
  margin-bottom: 0;
  display: flex;
  left: 47.5%;
  transform: translate(-50%);
}

.right-arrow {
  width: 54px;
  margin-bottom: 0;
  margin-left: 0;
  top: auto;
  left: 53.5%;
  transform: translate(-50%);
}

.sec_faqs {
  padding-top: 8.75rem;
  padding-bottom: 3.1rem;
  position: relative;
}

.faq-heading {
  text-align: center;
  padding-bottom: 5rem;
}

.faq-bot {
  background-color: #0000;
  padding-left: 6.93rem;
  display: block;
  position: static;
}

.faq-title {
  color: #313131;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 22px;
}

.faq-drop {
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  transition: box-shadow .2s;
  display: block;
  overflow: hidden;
}

.faq-drop:hover {
  box-shadow: 0 5px 10px #0003;
}

.faq-top {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 3.1rem;
  display: flex;
}

.faq-plus {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 48px;
  display: flex;
}

.faq-line-1 {
  background-color: #1b1139;
  border-radius: 20px;
  width: 30px;
  height: 3px;
  position: absolute;
}

.faq-line-2 {
  background-color: #1b1139;
  border-radius: 20px;
  width: 3px;
  height: 30px;
  position: absolute;
}

.faq-wrap {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-direction: column;
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text {
  max-width: 390px;
  padding-bottom: 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.sec_download-app {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}

.download-app-logo {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: flex-start;
  padding-top: 3.75rem;
  display: flex;
}

.download-app_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.download-app_heading {
  max-width: 471px;
  padding-bottom: 2.1rem;
}

.download-app_image-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.download-app-image {
  z-index: 2;
  box-shadow: none;
  max-width: 300px;
  position: relative;
}

.cta {
  background-color: var(--main-orange);
  background-image: url('../images/CTA-Vector.svg');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.cta-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.cta-content {
  max-width: 590px;
}

.cta-heading {
  padding-bottom: 1.5rem;
}

.cta-button {
  padding-top: 1rem;
}

.sec_footer {
  padding-top: 8.75rem;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 3fr;
  padding-bottom: 1.8rem;
}

.footer-smart-logo {
  color: #313131;
  padding-bottom: 1.3rem;
  text-decoration: none;
}

.input-field {
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  border-radius: 5px;
  height: 46px;
  margin-bottom: 0;
  font-size: 1rem;
}

.input-field::placeholder {
  color: #575757;
  font-size: .87rem;
}

.form-block {
  max-width: 299px;
  padding-top: 2rem;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.submit-button {
  color: #011037;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1d2130;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: .87rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.submit-button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  border: 1px solid #0000;
}

.footer-link-heading {
  padding-bottom: 2.8rem;
}

.footer-link {
  color: #575757;
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--main-orange);
}

.copyright-wrap {
  text-align: center;
  background-color: #f59f00;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.footer-links-wrap {
  justify-content: space-between;
  display: flex;
}

.scroll-down-arrow {
  z-index: 10;
  position: fixed;
  bottom: 30px;
  right: 0;
}

.down-arrow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: absolute;
  top: 40%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.decorator {
  position: absolute;
  top: -60px;
  left: 0;
}

.decorator-1 {
  position: absolute;
  top: -60px;
  right: 0;
}

.decorator-3 {
  max-width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-vector {
  width: 560px;
  position: absolute;
  top: -280px;
  right: 0;
}

.line-vector-2 {
  width: 560px;
  position: absolute;
  top: -100px;
  right: 0;
}

.social-media {
  z-index: 10;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.header-vector {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-line {
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.vector-circle {
  background-color: var(--main-orange);
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 450px;
}

.vector-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 1055px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.vector-circle-blue {
  border: 3px solid var(--midnight-blue);
  background-color: var(--main-orange);
  border-radius: 100%;
  flex: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 150px;
}

.vector-circle-green {
  background-color: #1683a6;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 419px;
}

.vector-circle-small {
  background-color: var(--main-orange);
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
}

.vector-circle-green-small {
  background-color: #1683a6;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 17px;
  height: 17px;
}

.vector-circle-white {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 110px;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-2 {
  width: 22px;
}

.button-copy.is-secondary {
  color: #1d2130;
  background-color: #fff;
  border: 1px solid #1d2130;
}

.body {
  background-color: var(--main-orange);
}

.mask {
  max-width: 100%;
}

.link-block {
  color: var(--dark-orange);
  text-decoration: none;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  padding-bottom: 75px;
}

.testimonials-review-2 {
  padding-bottom: 1.8rem;
}

.testimonials-text-2 {
  text-align: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.text-size-small-copy.text-color-dark, .text-size-small-copy.text-color-dark-copy {
  padding-top: 1.8rem;
}

.text-size-small-copy {
  font-size: .875rem;
  line-height: 1.8rem;
}

.text-size-small-copy.text-color-dark, .text-size-small-copy.text-color-dark-copy {
  padding-top: 1.8rem;
}

.container-copy {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.heading-h3-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.87rem;
  font-weight: 600;
  line-height: 2.87rem;
}

.sec_testimonials-copy {
  padding-top: 8.75rem;
}

.client-logo-grid-2 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5rem;
}

.text-size-regular-copy {
  font-size: 1.12rem;
  line-height: 1.3rem;
}

.text-size-regular-copy.text-color-grey {
  color: var(--dim-grey);
}

.text-size-regular-copy.text-color-light.line-height-32 {
  line-height: 2rem;
}

.text-size-regular-copy.text-color-grey-copy {
  background-color: var(--main-orange);
  color: var(--white);
  border-radius: 8px;
  padding: 1rem;
}

.hero-without-image {
  background-color: var(--main-orange);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.testimonials-text-2-copy {
  text-align: center;
  text-align: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.testimonials-text-2-copy-copy {
  text-align: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.button-copy {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.12rem 2.6rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button-copy:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
  transform: translate(0, -.25rem);
}

.button-copy.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-copy.is-small {
  padding: .5rem 1.5rem;
}

.button-copy.is-large {
  padding: 1.5rem 4.4rem;
}

.button-copy.is-secondary {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  background-color: #fff;
}

.button-copy.is-secondary:hover {
  background-color: var(--dark-orange);
  color: #fff;
  border-color: #0000;
}

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

.button-copy.is-primery:hover {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.button-copy.is-primery.is-large {
  border-color: var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
}

.button-copy.is-primery.is-large:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.button-copy.is-secondary-copy {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  background-color: #fff;
}

.button-copy.is-secondary-copy:hover {
  background-color: var(--dark-orange);
  color: #fff;
  border-color: #0000;
}

.section {
  margin-top: 40px;
}

.navbar-copy {
  background-color: var(--main-orange);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.body-2 {
  background-color: var(--white);
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-h1.text-color-white {
    min-width: 1000px;
  }

  .text-size-medium.text-color-grey {
    text-align: right;
  }

  .sec_header {
    position: relative;
  }

  .container.h-100 {
    height: 100%;
  }

  .hero-heading {
    max-width: 80%;
  }

  .sec_about {
    margin-top: 420px;
  }

  .testimonials-collection {
    margin-top: 3.75rem;
  }

  .testimonials-image-wrap {
    width: 64px;
    height: 64px;
  }

  .faq-drop {
    background-color: #f1f3f5;
  }

  .sec_download-app {
    padding-top: 8.75rem;
  }

  .sec_cta {
    margin-top: 8.75em;
  }

  .sec_footer {
    padding-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.25fr 3fr;
  }

  .footer-links {
    text-align: right;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .footer-link-heading {
    padding-bottom: 1rem;
  }

  .copyright-wrap {
    background-color: var(--main-orange);
  }

  .scroll-down-arrow {
    z-index: 50;
  }

  .line-vector {
    width: auto;
    top: -281px;
  }

  .line-vector-2 {
    width: 600px;
  }

  .vector-line {
    justify-content: center;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .vector-circle {
    border: 4px solid var(--white);
    background-color: var(--main-orange);
    border-radius: 100%;
    flex: none;
    width: 29px;
    height: 29px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vector-wrap {
    height: 100%;
  }

  .vector-circle-blue, .vector-circle-green, .vector-circle-small, .vector-circle-green-small, .vector-circle-white {
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .testimonials-text-2 {
    background-color: var(--main-orange);
  }

  .container-copy.h-100 {
    height: 100%;
  }

  .bold-text {
    color: var(--white);
  }

  .testimonials-text-2-copy {
    background-color: var(--main-orange);
    background-color: var(--main-orange);
    border-radius: 8px;
    padding: 1rem;
  }

  .testimonials-text-2-copy-copy {
    background-color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-image: none;
    background-position: 0 0;
  }

  .text-size-small.text-weight-bold {
    text-decoration: none;
  }

  .text-size-small.text-color-dark {
    padding-top: 0;
  }

  .text-size-small.text-color-dark-copy {
    padding-top: 1.8rem;
  }

  .button.is-secondary {
    background-color: var(--white);
    color: #ec9f00;
    border-color: #f7a919;
  }

  .button.is-secondary:hover {
    background-color: var(--dark-orange);
  }

  .button.is-primery.is-large {
    color: var(--dark-orange);
    background-color: #f7f7f7;
  }

  .button.is-primery.is-large:hover {
    border-color: var(--main-orange);
    background-color: var(--dark-orange);
    color: var(--white);
  }

  .sec_header {
    background-color: var(--main-orange);
    background-image: url('../images/Hero-Vector.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .hero-heading {
    max-width: 100%;
  }

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

  .sec_about {
    margin-top: 420px;
  }

  .app-store, .google-play {
    z-index: 1;
    position: relative;
  }

  .service-box {
    background-color: var(--main-orange);
  }

  .testimonials-review {
    padding-bottom: 0;
  }

  .slider {
    height: 20%;
  }

  .cta {
    background-color: var(--main-orange);
  }

  .footer-link-heading {
    padding-bottom: 1rem;
  }

  .scroll-down-arrow-image {
    opacity: 0;
  }

  .line-vector {
    z-index: 0;
  }

  .line-vector-2 {
    z-index: 0;
    width: 640px;
  }

  .button-copy {
    background-color: var(--main-orange);
  }

  .button-copy:hover {
    border-color: var(--dark-orange);
    color: var(--dark-orange);
  }

  .text-span {
    color: var(--dark-orange);
    text-decoration: none;
  }

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

  .text-size-small-copy.text-color-dark {
    padding-top: 1.8rem;
  }

  .text-size-small-copy.text-color-dark-copy, .text-size-small-copy.text-color-dark {
    padding-top: 1.8rem;
  }

  .text-size-small-copy.text-weight-bold {
    text-decoration: none;
  }

  .text-size-small-copy.text-color-dark-copy {
    padding-top: 1.8rem;
  }

  .heading-h3-copy {
    color: var(--white);
    min-width: 200%;
    max-width: 100%;
    font-size: 2.27rem;
  }

  .sec_testimonials-copy {
    background-image: linear-gradient(to bottom, var(--main-orange), var(--main-orange));
    justify-content: center;
    align-items: center;
    margin-top: 420px;
    padding-top: 4.25rem;
    padding-bottom: 3.75rem;
    display: flex;
  }

  .client-logo-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-copy.is-secondary {
    background-color: var(--white);
    color: #ec9f00;
    border-color: #f7a919;
  }

  .button-copy.is-secondary:hover {
    background-color: var(--dark-orange);
  }

  .button-copy.is-primery.is-large {
    color: var(--dark-orange);
    background-color: #f7f7f7;
  }

  .button-copy.is-primery.is-large:hover {
    border-color: var(--main-orange);
    background-color: var(--dark-orange);
    color: var(--white);
  }

  .button-copy.is-secondary-copy {
    background-color: var(--white);
    color: #ec9f00;
    border-color: #f7a919;
  }

  .button-copy.is-secondary-copy:hover {
    background-color: var(--dark-orange);
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .heading-h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.12rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2rem;
  }

  .button-group.md-none {
    display: none;
  }

  .button-group.md-block {
    display: flex;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .button.is-primery.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logon-link {
    text-align: left;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .logon-link:hover {
    color: var(--main-orange);
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
  }

  .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }

  .nav-link:hover {
    color: var(--main-orange);
  }

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

  .sec_about {
    padding-top: 4rem;
  }

  .app-store, .google-play {
    max-width: 120px;
  }

  .about-heading {
    padding-bottom: 3rem;
  }

  .smart-service_grid {
    padding-bottom: 2rem;
  }

  .smart-service_image-wrap {
    align-items: center;
  }

  .smart-service {
    flex: none;
    max-width: 200px;
  }

  .service-box {
    height: 220px;
  }

  .smart-service_heading, .smart-service_text {
    padding-bottom: 1rem;
  }

  .client-heading {
    padding-bottom: 1.5rem;
  }

  .client-logo-grid {
    padding-top: 3rem;
  }

  .testimonials-text {
    padding-bottom: 3rem;
  }

  .left-arrow {
    left: 46%;
  }

  .right-arrow {
    left: 56%;
  }

  .sec_faqs {
    padding-top: 7rem;
  }

  .faq-heading {
    padding-bottom: 3rem;
  }

  .faq-top {
    white-space: pre-wrap;
  }

  .faq-text {
    max-width: 390px;
  }

  .sec_download-app {
    padding-top: 6rem;
  }

  .download-app-image {
    max-width: 200px;
  }

  .cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-button {
    flex: none;
  }

  .sec_footer {
    padding-top: 6rem;
  }

  .footer-grid {
    padding-bottom: 5rem;
  }

  .copyright-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .scroll-down-arrow-image {
    max-width: 120px;
  }

  .down-arrow {
    width: 35px;
    height: 35px;
  }

  .decorator, .decorator-1 {
    max-width: 120px;
  }

  .decorator-3 {
    max-width: 120px;
    bottom: -120px;
  }

  .line-vector, .line-vector-2 {
    display: none;
  }

  .menu-button {
    color: var(--white);
    background-color: #0000;
    padding: 0;
    font-size: 45px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image {
    max-width: 16px;
  }

  .testimonials-text-2 {
    padding-bottom: 3rem;
  }

  .heading-h3-copy {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .client-logo-grid-2 {
    padding-top: 3rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonials-text-2-copy, .testimonials-text-2-copy-copy {
    padding-bottom: 3rem;
  }

  .button-copy.is-secondary:hover {
    border-color: #fff;
  }

  .button-copy.is-primery.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-copy.is-secondary-copy:hover {
    border-color: #fff;
  }

  .navbar-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.12rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .button.is-primery.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-heading {
    padding-bottom: 2rem;
  }

  .hero-text {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .smart-service_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
    display: flex;
  }

  .smart-service_grid.reversee {
    flex-direction: column;
    align-items: center;
  }

  .smart-service_image-wrap {
    width: 100%;
    max-width: 420px;
  }

  .service-box {
    height: 240px;
    bottom: 40px;
  }

  .sec_client {
    padding-top: 4rem;
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sec_testimonials {
    padding-top: 6rem;
  }

  .testimonials-collection {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonials-item {
    padding: 1.6rem;
  }

  .testimonials-item.sm-hide {
    display: none;
  }

  .testimonials-review {
    padding-bottom: 1rem;
  }

  .slider {
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 45%;
  }

  .right-arrow {
    left: 57%;
  }

  .sec_faqs {
    padding-top: 5rem;
  }

  .faq-bot {
    padding-bottom: 10px;
    padding-left: 4.2rem;
    padding-right: 1.5rem;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: pre-wrap;
    padding: 1rem 1.5rem 10px;
  }

  .faq-line-1 {
    width: 20px;
    height: 2px;
  }

  .faq-line-2 {
    width: 2px;
    height: 20px;
  }

  .faq-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-text {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .sec_download-app {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .download-app_grid {
    grid-template-columns: 1.3fr;
  }

  .download-app_heading, .cta-heading {
    padding-bottom: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1.25fr;
    padding-bottom: 4rem;
  }

  .footer-link-heading {
    padding-bottom: 1.5rem;
  }

  .footer-links-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .decorator {
    max-width: 100px;
  }

  .decorator-1 {
    max-width: 100px;
    top: -100px;
  }

  .decorator-3 {
    max-width: 100px;
  }

  .social-media {
    left: 10px;
  }

  .vector-line {
    background-color: #ffffff1a;
  }

  .vector-circle {
    top: 372px;
  }

  .vector-wrap {
    padding-left: 4rem;
  }

  .vector-circle-blue {
    top: 181px;
  }

  .vector-circle-green {
    top: 255px;
  }

  .vector-circle-small {
    top: 40px;
  }

  .vector-circle-green-small {
    position: absolute;
    top: 356px;
  }

  .vector-circle-white {
    top: 130px;
  }

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

  .icon-modal {
    top: 20px;
  }

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

  .link-block {
    color: var(--dark-orange);
    text-decoration: none;
  }

  .slider-2 {
    padding-bottom: 60px;
  }

  .testimonials-review-2 {
    padding-bottom: 1rem;
  }

  .sec_testimonials-copy {
    padding-top: 6rem;
  }

  .client-logo-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-regular-copy {
    font-size: 1rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .button-copy.is-primery.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-small.text-weight-bold {
    color: var(--dark-orange);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-primery.is-large {
    background-color: var(--white);
    color: var(--dark-orange);
    border-color: #cc7315;
  }

  .button.is-primery.is-large:active {
    border-color: var(--white);
    background-color: var(--dark-orange);
    color: var(--white);
  }

  .sec_header {
    background-image: url('../images/Hero-Vector.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .sec_about {
    padding-top: 3rem;
  }

  .brand-logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-heading, .client-heading {
    padding-bottom: 1.5rem;
  }

  .client-logo-grid {
    padding-top: 2rem;
  }

  .testimonials-heading, .testimonials-text {
    padding-bottom: 2rem;
  }

  .testimonials-item {
    margin-bottom: 15px;
  }

  .testimonial-name {
    text-decoration: none;
  }

  .left-arrow {
    left: 42%;
  }

  .right-arrow {
    left: 61%;
  }

  .faq-heading {
    padding-bottom: 2rem;
  }

  .download-app-logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .cta {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .copyright-wrap {
    background-color: #f59f00;
  }

  .social-media {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    bottom: 30px;
  }

  .vector-line {
    background-color: #ffffff1a;
  }

  .vector-circle {
    width: 20px;
    height: 20px;
    top: 372px;
  }

  .vector-circle-blue {
    width: 16px;
    height: 16px;
    top: 189px;
  }

  .vector-circle-green {
    width: 18px;
    height: 18px;
    top: 255px;
  }

  .vector-circle-small {
    top: 50px;
  }

  .vector-circle-green-small {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 356px;
  }

  .vector-circle-white {
    width: 18px;
    height: 18px;
    top: 130px;
  }

  .modal-link {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .button-copy:active {
    border-color: var(--dark-orange);
    color: var(--dark-orange);
  }

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

  .testimonials-text-2 {
    padding-bottom: 2rem;
  }

  .text-size-small-copy.text-weight-bold {
    color: var(--dark-orange);
  }

  .client-logo-grid-2 {
    padding-top: 2rem;
  }

  .container-2 {
    max-width: none;
  }

  .bold-text {
    color: var(--white);
    font-size: .75rem;
  }

  .testimonials-text-2-copy {
    background-color: var(--main-orange);
    border-radius: 8px;
    padding-top: 1em;
    padding-bottom: 2rem;
  }

  .testimonials-text-2-copy-copy {
    padding-bottom: 2rem;
  }

  .button-copy.is-primery.is-large {
    background-color: var(--white);
    color: var(--dark-orange);
    border-color: #cc7315;
  }

  .button-copy.is-primery.is-large:active {
    border-color: var(--white);
    background-color: var(--dark-orange);
    color: var(--white);
  }

  .button-copy.is-secondary-copy {
    border-color: var(--main-orange);
    padding: 1rem;
  }
}

#w-node-a8d321db-6c4c-4820-08d4-4740f8fd4172-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecb1447d-5376-8f1b-e693-6150eeebf86f-48beb0f3, #w-node-a6001304-8f7b-f7ad-285e-a22d82aa1f94-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4cdb1498-5531-a20e-9fc2-e65d6141d0dd-48beb0f3, #w-node-ddb3b4f4-25be-5ec6-5a91-b662c34bfb05-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddb3b4f4-25be-5ec6-5a91-b662c34bfb08-48beb0f3, #w-node-fbfb844d-a92f-f97a-88c2-28758a78194c-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbfb844d-a92f-f97a-88c2-28758a781956-48beb0f3, #w-node-_9549c949-d812-088c-b763-8171d3d5636f-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76bf658f-80b4-1568-d709-fda78109ae82-48beb0f3, #w-node-_654ca0f4-7bb8-97a4-0dbf-45a168a92490-48beb0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b73d-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b742-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b747-48beb0f5 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b854-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b86d-48beb0f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b870-48beb0f5 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b872-48beb0f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b875-48beb0f5 {
  justify-self: start;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8ea-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8f4-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8f5-48beb0f5, #w-node-_535664e1-4bc3-7c01-1c30-67a62315adce-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b8fa-48beb0f5, #w-node-d39c93ce-115e-740e-9b56-925866c496d5-48beb0f5, #w-node-d39c93ce-115e-740e-9b56-925866c496d6-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b951-48beb0f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76337720-b0f9-4922-1ef1-a528f5f3b9ad-48beb0f5, #w-node-_76337720-b0f9-4922-1ef1-a528f5f3b9ce-48beb0f5 {
  justify-self: start;
}

#w-node-_24027463-1dc8-ede0-ff61-87e85fc7a156-3886282d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24027463-1dc8-ede0-ff61-87e85fc7a15c-3886282d, #w-node-_24027463-1dc8-ede0-ff61-87e85fc7a15d-3886282d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_76bf658f-80b4-1568-d709-fda78109ae82-48beb0f3, #w-node-_24027463-1dc8-ede0-ff61-87e85fc7a15c-3886282d {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a8d321db-6c4c-4820-08d4-4740f8fd4172-48beb0f3 {
    align-self: center;
  }
}


