:root {
  --white: #fdfdff;
  --dim-grey: #575757;
  --black: #313131;
  --royal-blue: black;
  --midnight-blue: #81d8d0;
}

.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 {
  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 {
  color: #000;
  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;
}

.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 {
  color: #000;
  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;
}

.text-size-medium.text-color-grey.small {
  color: #000;
  margin-left: 20px;
  font-size: .7rem;
}

.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: #000;
}

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

.text-size-large.text-color-grey {
  color: #000;
  font-size: 1rem;
}

.text-size-large.text-color-white {
  font-size: .7rem;
}

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

.button-group.center {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.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(--royal-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(--royal-blue);
  background-color: #81d8d0;
  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 {
  color: #fff;
  background-color: #000;
  border: 1px solid #1d2130;
}

.button.is-secondary:hover {
  background-color: var(--royal-blue);
  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 {
  background-color: #000;
}

.button.is-primery.is-large:hover {
  background-color: var(--midnight-blue);
  color: var(--royal-blue);
}

.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: #81d8d0;
  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);
}

.nav-menu {
  margin-left: auto;
}

.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: #000;
  padding: 0 1.12rem;
  font-size: 1.12rem;
  line-height: 1.3rem;
  transition: color .3s;
}

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

.nav-link.w--current {
  color: #000;
}

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

.hero-heading {
  text-align: center;
  width: 100%;
  max-width: 700px;
  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;
  margin-bottom: 60px;
  position: relative;
}

.smart-service_grid.top {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

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

.smart-service_content.top {
  text-align: center;
}

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

.smart-service.desktop {
  vertical-align: baseline;
  object-fit: scale-down;
  flex: 0 auto;
  max-width: 100%;
  overflow: clip;
}

.service-box {
  z-index: 1;
  background-color: #81d8d0;
  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_heading.top {
  max-width: none;
}

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

.smart-service_text.top {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.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: 5rem;
}

.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: 1.8rem;
}

.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: #000;
  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: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text {
  max-width: none;
  padding-bottom: 2.6rem;
  padding-right: 60px;
  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(--royal-blue);
  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 {
  margin-top: auto;
  margin-bottom: auto;
}

.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: 6.6rem;
}

.footer-info {
  font-weight: 700;
}

.footer-smart-logo {
  color: #313131;
  padding-bottom: 0;
  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-links {
  margin-left: auto;
}

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

.footer-link {
  color: #000;
  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(--midnight-blue);
}

.copyright-wrap {
  text-align: center;
  background-color: #000;
  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 {
  filter: brightness(200%);
  position: absolute;
  top: -60px;
  left: 0;
}

.decorator-1 {
  filter: brightness(200%);
  position: absolute;
  top: -60px;
  right: 0;
}

.decorator-3 {
  filter: grayscale();
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.line-vector-2 {
  filter: grayscale();
  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;
}

.social-image {
  filter: invert();
}

.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(--royal-blue);
  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(--royal-blue);
  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(--royal-blue);
  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;
  display: block;
  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: 99999;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: block;
  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;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover, .language-link.w--current:hover {
  color: #81d8d0;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-toggle {
  color: #20355a;
  border: 1px solid #9b9eb838;
  border-radius: 4px;
  padding-right: 45px;
  transition: all .2s;
}

.langauge-line-break {
  background-color: #81d8d0;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-dropdown {
  margin-right: 0;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1 {
  background-image: url('../images/en_US_1en_US.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
  right: 0;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.text-block, .icon {
  color: #000;
}

.flag-6 {
  background-image: url('../images/lv_1lv.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-7 {
  background-image: url('../images/ru_RU_1ru_RU.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-8 {
  background-image: url('../images/flag-for-lithuania-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-9 {
  background-image: url('../images/flag-for-estonia-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.text-span {
  font-size: 1rem;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.feature-info {
  margin-top: 0;
  font-weight: 500;
}

.plan-name {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.plan-info-wrapper {
  border: 1px solid #0003;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.feature-desc {
  color: #666;
  margin-bottom: 0;
  padding-right: 30%;
}

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

.plan-desc {
  color: #000;
  margin-bottom: 30px;
}

.heading {
  color: #000;
  margin-bottom: 20px;
}

.pricing-page-desc {
  color: #000;
  margin-bottom: 40px;
}

.pricing-grid-row {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000001a;
  grid-template: "feature plan-1 plan-2 plan-3"
                 "feature . . ."
                 / 1.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.pricing-grid-row.cc-plans {
  background-color: #fff;
  border-top-style: none;
  border-bottom: 1px solid #0000001a;
  grid-template-areas: "feature plan-1 plan-2 plan-3";
  padding-bottom: 40px;
  position: sticky;
  top: 0;
}

.pricing-grid-row.top {
  border-top-style: none;
}

.plan-price {
  color: #000;
  background-color: #eee;
  padding: 10px;
  font-size: 24px;
  font-weight: 300;
}

.feature-name {
  color: #000;
  margin-top: 0;
}

.pricing-grid-container {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #000;
}

.flag-10 {
  background-image: url('../images/germany-flag-circular-17755.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-11 {
  background-image: url('../images/spain-flag-circular-17884.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.bold-text {
  color: #000;
}

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

  .sec_header {
    position: relative;
  }

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

  .sec_about {
    margin-top: 420px;
  }

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

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

  .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(--royal-blue);
    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;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-large.text-color-white {
    font-size: .7rem;
  }

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

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

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

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

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .heading-h3 {
    text-align: left;
    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;
  }

  .text-size-regular.text-color-light.line-height-32 {
    text-align: center;
  }

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

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

  .text-size-large.text-color-grey {
    text-align: left;
  }

  .text-size-large.text-color-white {
    font-size: .7rem;
  }

  .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 {
    margin-top: 20px;
    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(--royal-blue);
  }

  .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(--royal-blue);
  }

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

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

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

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

  .cta-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .language-list {
    right: 0;
  }

  .image-3 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .feature-name-wrap {
    border-bottom: 1px solid #0000001a;
  }

  .feature-desc {
    margin-bottom: 10px;
  }

  .pricing-grid-row {
    grid-row-gap: 17px;
    border-top-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
    padding-bottom: 20px;
  }
}

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .text-size-regular.text-color-light.line-height-32 {
    text-align: center;
  }

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

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

  .text-size-large.text-color-grey {
    text-align: left;
  }

  .text-size-large.text-color-white {
    font-size: .7rem;
  }

  .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 {
    margin-top: 20px;
    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 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .smart-service_button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .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-logo {
    justify-content: center;
    align-items: center;
  }

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

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

  .cta-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-heading {
    text-align: center;
    padding-bottom: 1rem;
  }

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

  .footer-links {
    margin-left: 0;
  }

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

  .language-list {
    right: 0;
  }

  .image-3 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section {
    padding-top: 20px;
  }

  .feature-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .heading-h3 {
    text-align: left;
  }

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

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

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

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

  .text-size-large.text-color-grey {
    text-align: left;
  }

  .text-size-large.text-color-white {
    font-size: .7rem;
  }

  .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-secondary {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
  }

  .button.is-primery.is-large {
    margin-top: 20px;
  }

  .sec_about {
    padding-top: 3rem;
  }

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

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

  .service-box {
    bottom: -47px;
  }

  .smart-service_button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

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

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

  .left-arrow {
    left: 42%;
  }

  .right-arrow {
    left: 61%;
  }

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

  .faq-bot {
    padding-left: 1rem;
  }

  .faq-text {
    padding-right: 0;
  }

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

  .cta-button {
    margin-top: auto;
  }

  .footer-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    margin-left: 0;
    margin-right: auto;
  }

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

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    display: none;
  }

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

  .icon-modal {
    right: 20px;
  }

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

  .modal {
    z-index: 99999;
    width: auto;
    display: block;
    left: 10px;
    right: 10px;
  }

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

  .language-list {
    right: 0;
  }

  .image-3 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .plan-name {
    font-size: 18px;
  }

  .feature-desc {
    padding-right: 10%;
  }

  .section {
    padding-top: 20px;
  }

  .plan-desc {
    display: none;
  }

  .heading {
    padding-left: 7px;
  }

  .heading.top {
    padding-left: 0;
  }

  .pricing-grid-row {
    grid-column-gap: 0px;
  }

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .plan-price {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .feature-name {
    font-size: 1.6rem;
  }
}

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

#w-node-a6001304-8f7b-f7ad-285e-a22d82aa1f94-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

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

#w-node-ddb3b4f4-25be-5ec6-5a91-b662c34bfb08-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b001-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b008-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b00f-cafd23cb, #w-node-_45e0b854-55b8-4cf7-53af-46387594b017-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b019-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b01b-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b01d-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b023-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b025-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b027-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b029-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b02f-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b031-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b033-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b035-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b03b-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b03d-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b03f-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b041-cafd23cb {
  grid-area: feature;
}

#w-node-b6981f76-6959-39ff-c5c2-c2c16b8749fc-cafd23cb {
  grid-area: plan-3;
}

#w-node-b6981f76-6959-39ff-c5c2-c2c16b8749fe-cafd23cb {
  grid-area: plan-2;
}

#w-node-b6981f76-6959-39ff-c5c2-c2c16b874a00-cafd23cb {
  grid-area: plan-1;
}

#w-node-b6981f76-6959-39ff-c5c2-c2c16b874a02-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b047-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b049-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b04b-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b04d-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b053-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b055-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b057-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b059-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b05f-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b061-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b063-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b065-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b06b-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b06d-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b06f-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b071-cafd23cb {
  grid-area: feature;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b077-cafd23cb {
  grid-area: plan-3;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b079-cafd23cb {
  grid-area: plan-2;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b07b-cafd23cb {
  grid-area: plan-1;
}

#w-node-_45e0b854-55b8-4cf7-53af-46387594b07d-cafd23cb {
  grid-area: feature;
}

#w-node-_54d00454-8534-c079-4b01-8bb441ae4e9a-cafd23cb {
  grid-area: plan-3;
}

#w-node-_54d00454-8534-c079-4b01-8bb441ae4e9c-cafd23cb {
  grid-area: plan-2;
}

#w-node-_54d00454-8534-c079-4b01-8bb441ae4e9e-cafd23cb {
  grid-area: plan-1;
}

#w-node-_54d00454-8534-c079-4b01-8bb441ae4ea0-cafd23cb {
  grid-area: feature;
}

#w-node-_4413854e-d52d-335f-0746-781f56838e36-cafd23cb {
  grid-area: plan-3;
}

#w-node-_4413854e-d52d-335f-0746-781f56838e38-cafd23cb {
  grid-area: plan-2;
}

#w-node-_4413854e-d52d-335f-0746-781f56838e3a-cafd23cb {
  grid-area: plan-1;
}

#w-node-_4413854e-d52d-335f-0746-781f56838e3c-cafd23cb {
  grid-area: feature;
}

#w-node-_84515849-7248-0aa8-0230-be374b75985f-cafd23cb, #w-node-_3dcb5be1-a7c6-205a-c5b5-df6fdc5847eb-cafd23cb, #w-node-_6e0e9b3f-a331-cf60-3d00-816d97123e7c-cafd23cb, #w-node-_75973f75-963e-834a-d74e-7e39c9cd666e-cafd23cb, #w-node-_967a89c7-8370-f2e0-647f-49ecd4db8aa2-cafd23cb, #w-node-_17c567a8-257b-b5f7-9836-3609a9b9feb2-cafd23cb, #w-node-d00033e5-349c-3b46-5046-26f254126c42-cafd23cb, #w-node-cf070548-1755-6320-25c3-d2366aa02768-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb844d-a92f-f97a-88c2-28758a78194c-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbfb844d-a92f-f97a-88c2-28758a781956-cafd23cb, #w-node-_9549c949-d812-088c-b763-8171d3d5636f-cafd23cb, #w-node-_76bf658f-80b4-1568-d709-fda78109ae82-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbbc2871-ae26-5462-33ba-60ffe13cfe21-cafd23cb, #w-node-_654ca0f4-7bb8-97a4-0dbf-45a168a92490-cafd23cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

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

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

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

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

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

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

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

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

  #w-node-_45e0b854-55b8-4cf7-53af-46387594b001-cafd23cb {
    grid-area: plan-1;
  }

  #w-node-_45e0b854-55b8-4cf7-53af-46387594b008-cafd23cb {
    grid-area: plan-2;
  }

  #w-node-_45e0b854-55b8-4cf7-53af-46387594b00f-cafd23cb {
    grid-area: plan-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9549c949-d812-088c-b763-8171d3d5636f-cafd23cb {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9549c949-d812-088c-b763-8171d3d5636f-cafd23cb {
    justify-self: center;
  }
}


