:root {
  --base-color-brand--whitesmoke: whitesmoke;
  --link-color--link-primary: var(--base-color-brand--primary-color);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--custom-1: #5b5b5b;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --_size---padding-globle: 1.5rem;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--primary-color);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-brand--000000cc);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--primary-color: #1a2740;
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: #000;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--secondary-color: #bc9247;
  --base-color-brand--custom-3: #dbdbdb;
  --base-color-brand--custom-2: #a0a0a0;
  --border-color--border-secondary: var(--base-color-brand--primary-color);
  --base-color-brand--000000cc: #000c;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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(--base-color-brand--whitesmoke);
  color: #000;
  font-family: Cairo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 52px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

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

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

.text-weight-semibold.is-44px {
  font-size: 44px;
  line-height: 54px;
}

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

.text-color-secondary {
  color: var(--base-color-brand--custom-1);
}

.text-color-secondary.is-24 {
  font-size: 24px;
  line-height: 40px;
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-right: var(--_size---padding-globle);
  padding-left: var(--_size---padding-globle);
}

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

.padding-section-small {
  padding-top: 5rem;
  padding-bottom: 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

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

.pointer-events-none {
  pointer-events: none;
}

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

.text-weight-medium.is-24px {
  font-size: 24px;
  line-height: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.overflow-visible {
  overflow: visible;
}

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

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

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.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-size-regular {
  font-size: 20px;
}

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

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

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

.padding-section-large.pb-10rem {
  padding-bottom: 10rem;
}

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

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  overflow: hidden;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

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

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

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

.button {
  border: 2px solid var(--base-color-brand--primary-color);
  background-color: var(--base-color-brand--primary-color);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 2px;
  padding: 25px 40px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.button:hover {
  color: var(--base-color-brand--primary-color);
  background-color: #0000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: 12px 40px;
  font-size: 24px;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--base-color-brand--primary-color);
  color: var(--base-color-brand--primary-color);
  background-color: #0000;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
}

.button.is-secondary:hover {
  background-color: var(--base-color-brand--primary-color);
  color: var(--base-color-neutral--white);
}

.button.is-secondary.is-black {
  border-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  font-size: 24px;
  font-weight: 600;
}

.button.is-secondary.is-black:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.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-size-medium {
  font-size: 22px;
}

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

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 7.5rem;
  padding-bottom: 0;
}

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 137px;
  display: flex;
  position: relative;
}

.section_hero.is-v2 {
  min-height: auto;
  padding-top: 317px;
  padding-bottom: 80px;
}

.section_hero.is-prodcut {
  padding-top: 171px;
}

.nav_fixed {
  z-index: 999;
  position: fixed;
  inset: 52px 0% auto;
}

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

.navbar2_component {
  width: 100%;
  padding: 0px var(--_size---padding-globle);
  background-color: #0000;
  align-items: center;
  display: flex;
}

.navbar2_menu {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
}

.button-2 {
  color: #0b0b0b;
  text-align: center;
  background-color: #05f900;
  border-radius: 0;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 600;
  transition: all .3s;
}

.button-2:hover {
  color: #0b0b0b;
  background-color: #ececec;
}

.button-2.is-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ececec;
  background-color: #0000;
  border: 1px solid #d1d1db;
  justify-content: center;
  align-items: center;
  padding: .5rem 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-2.is-small:hover {
  color: #0b0b0b;
  background-color: #05f900;
  border-color: #05f900;
}

.button-2.is-small.is-bg {
  color: #0b0b0b;
  background-color: #ececec;
  border-style: none;
}

.button-2.is-small.is-bg:hover {
  color: #0b0b0b;
  background-color: #05f900;
}

.button-2.is-lung {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ececec;
  background-color: #0000;
  border: 1px #d1d1db;
  justify-content: center;
  align-items: center;
  padding: .5rem 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-2.is-lung:hover {
  opacity: .5;
  border-color: #05f900;
}

.navbar2_left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar2_logo-link {
  width: 100%;
  max-width: 250px;
  padding-left: 0;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #dbdbdb99;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1448px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar2_logo {
  width: 100%;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.5rem;
  display: flex;
}

.navbar2_link {
  color: #05f900;
  padding: .5rem 1rem;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.navbar2_link:hover {
  color: #0b0b0b;
  background-color: #05f900;
}

.navbar2_link.w--current {
  color: #000;
  background-color: #05f900;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--base-color-brand--custom-1);
  border-bottom: 2px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  border-bottom-color: var(--base-color-brand--primary-color);
  color: var(--base-color-brand--primary-color);
  font-weight: 600;
}

.icon-embed-24px, .icon-embed-xsmall-2, .icon-embed-xsmall-3, .icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.mar-t-24 {
  margin-top: 1.5em;
  display: none;
}

.slider-component {
  height: 100svh;
}

.slider-component.is-hero {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.card-content {
  margin-left: 14px;
  padding-right: 30px;
}

.slider-main_button-wrapper {
  grid-column-gap: 10px;
  margin-bottom: 1.5em;
  display: flex;
}

.p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.swiper {
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.swiper.is-hero {
  padding-bottom: 100px;
}

.active-card-label {
  color: #fa7f03;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1;
}

.card-number {
  color: #fff;
  font-size: 240px;
  line-height: 1;
}

.swiper-slide {
  width: 100%;
  height: 100svh;
}

.swiper-slide.is-hero {
  align-items: center;
  min-width: 100vw;
  display: flex;
  position: relative;
}

.card-label {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.slider-main_button {
  color: #c8dd5e;
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.25em;
  height: 3.25em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  transform: scale(1.1);
}

.swiper-content {
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 40em;
  height: 550px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-content._2 {
  background-color: #006aff;
}

.swiper-content._4 {
  background-color: #00c49a;
}

.swiper-content._1 {
  background-color: #fa7f03;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper-content._3 {
  background-color: #af56f3;
}

.swiperslidebg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiperslidebg-wrapper {
  width: 100%;
  min-width: 100vw;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.swiper-slide-content {
  z-index: 2;
  width: 100%;
  position: relative;
}

.swiperslidebg-wrapper-overlay {
  background-image: linear-gradient(0deg, #dbdbdb4d, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-slide-text {
  z-index: 2;
  position: relative;
}

.section_hero-content-top {
  justify-content: space-between;
  display: flex;
}

.section_hero-content-col-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 648px;
  display: flex;
}

.section_hero-content {
  z-index: 3;
  position: relative;
}

.section_hero-content-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80px;
  display: grid;
}

.icon-embed-32px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_hero-content-links {
  width: 100%;
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.section_hero-content-links:hover {
  color: var(--base-color-brand--secondary-color);
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-color-blue {
  color: var(--base-color-brand--primary-color);
}

.text-color-blue.text-size-medium.text-weight-medium.is-link {
  text-decoration: none;
}

.text-color-blue-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #fbb73d, #976c20);
  -webkit-background-clip: text;
  background-clip: text;
}

.section_hero-content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 87px;
  display: flex;
}

.section_hero-sliders-btn {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_hero-sliders-btn-arrow {
  background-color: var(--base-color-brand--primary-color);
  color: var(--base-color-neutral--white);
  padding: 20px;
  transition: all .3s;
}

.section_hero-sliders-btn-arrow:hover {
  opacity: .8;
}

.section_hero-sliders-btn-arrow.is-reverse {
  background-color: var(--base-color-brand--custom-3);
  color: var(--base-color-brand--primary-color);
  transform: rotate(180deg);
}

.dots-wrapper {
  z-index: 4;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.dot-wrap {
  background-color: var(--base-color-brand--custom-3);
  cursor: pointer;
  flex: none;
  width: 20px;
  height: 20px;
  transition: all .2s;
}

.dot-wrap:hover {
  background-color: #1a2740cc;
}

.dot-wrap.is-active {
  background-color: var(--base-color-brand--primary-color);
}

.hide-desktop {
  display: none;
}

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

.section_why-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
}

.section_why-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--base-color-brand--secondary-color);
  background-image: url('../images/Frame-8-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  max-width: 332px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 12px #00000014;
}

.section_why-card-title {
  font-size: 30px;
  line-height: 40px;
}

.text-color-gold {
  color: var(--base-color-brand--secondary-color);
}

.section_choose-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_choose-content-col-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.section_choose-content-col-card-image-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.section_choose-content-bottom-wrapper {
  color: #000c;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_choose-content-col-card-image-link {
  display: block;
  line-height: 0;
  color: inherit;
  text-decoration: none;
}
.section_choose-content-col-card-image-link img { width: 100%; }

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section_choose-icons-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--base-color-brand--custom-1);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_choose-content-cta {
  text-align: center;
  background-image: url('../images/Rectangle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  padding: 60px 32px 40px;
  display: flex;
}

.space {
  padding-top: 20px;
}

.space._24 {
  padding-top: 24px;
}

.space._44 {
  padding-top: 44px;
}

.section_choose-text-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 78px;
  display: flex;
}

.section_prodcuts-content-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_prodcuts-cards-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.section_prodcuts-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.section_prodcuts-card:hover {
  opacity: .8;
}

.section_prodcuts-card-image {
  object-fit: cover;
  width: 100%;
  max-width: 317px;
  height: 400px;
}

.centerd-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_features {
  background-color: var(--base-color-neutral--black);
  margin-top: 160px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_features-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_features-content-col {
  padding-right: var(--_size---padding-globle);
  position: relative;
}

.section_features-content-col.is-text {
  color: var(--base-color-brand--custom-3);
  padding-top: 80px;
  padding-bottom: 60px;
}

.section_features-images {
  width: 100%;
  max-width: 864px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_features-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_features-image.is-1 {
  z-index: 2;
  position: relative;
}

.section_features-image._2 {
  inset: 0%;
}

.tabs-menu {
  border-bottom: 1px solid var(--base-color-brand--custom-2);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab {
  width: 100%;
  max-width: 240px;
  color: var(--base-color-brand--custom-2);
  text-align: right;
  background-color: #0000;
  border: 3px #fff;
  border-bottom: 3px solid #0000;
  padding: 0 16px 16px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.tab.w--current {
  border-bottom-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tab.is-v2 {
  color: var(--base-color-brand--primary-color);
}

.tab.is-v2.w--current {
  border-bottom-color: var(--base-color-brand--primary-color);
}

.mt-40px {
  margin-top: 40px;
}

.tab-pane-content {
  padding-top: 25px;
}

.tabs {
  color: var(--base-color-brand--whitesmoke);
}

.tabs.is-w100 {
  width: 100%;
}

.tab-pane-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.tab-pane-cards-image {
  width: 100%;
}

.tab-pane-content-bottom-checks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 60px;
  display: grid;
}

.tab-pane-content-bottom-check {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.icon-embed-xsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-28 {
  width: 28px;
  height: 28px;
}

.text-color-custome3 {
  color: var(--base-color-brand--custom-3);
}

.footer {
  background-image: url('../images/Footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67px;
}

.footer-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.footer-content-col-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.footer-logo-wrapper, .footer-logo {
  width: 100%;
}

.footer-content-col-right-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  line-height: 32px;
  display: flex;
}

.footer-content-col-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 828px;
  display: grid;
}

.footer-content-col-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-content-col-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-content-col-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base-color-neutral--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-content-col-link:hover {
  opacity: .75;
  transform: translate(-10px);
}

.footer-content-col-link.text-color-secondary {
  color: var(--base-color-brand--custom-1);
}

.icon-embed-xsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.code-embed {
  width: 1.4rem;
  height: 2rem;
}

.icon-embed-xsmall-8, .icon-embed-xsmall-9, .icon-embed-xsmall-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-bottom {
  padding: 20px var(--_size---padding-globle) 16px;
  border-top: 1px solid #a0a0a0;
}

.footer-bottom-content-wrapper {
  color: var(--base-color-brand--custom-1);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.footer-bottom-link {
  color: var(--base-color-brand--custom-1);
  text-decoration: none;
  transition: opacity .3s;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom-content-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-content-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

.section_hero-cols {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.section_hero-col {
  width: 100%;
  max-width: 750px;
}

.section_hero-col.is-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gab-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section_hero-col-image-wrapper {
  width: 100%;
  max-width: 600px;
}

.section_hero-col-image {
  width: 100%;
}

.section_hero-col-image.is-2 {
  height: auto;
  position: absolute;
}

.section_hero-cols-spacer {
  margin-top: 27px;
}

.section_tabs {
  padding-bottom: 200px;
}

.mt-55 {
  margin-top: 55px;
}

.tab-link {
  border: 1px solid var(--base-color-brand--primary-color);
  background-color: #0000;
  padding: 15px 45px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.tab-link.w--current {
  background-color: var(--base-color-brand--primary-color);
  color: var(--base-color-neutral--white);
}

.tabs-menu-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_prodcuts-cards {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
}

.section_herocontactus {
  background-image: linear-gradient(-90deg, #1a2740e6, #fff0), url('../images/Frame-1171275838.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 177px;
  padding-top: 95px;
  padding-bottom: 95px;
}

.section_herocontactus-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  display: flex;
}

.section_herocontactus-logo-wrapper {
  width: 100%;
  max-width: 400px;
}

.section_herocontactus-logo {
  width: 100%;
}

.section_contactus-wrapper {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  display: flex;
}

.section_contactus-form-wrapper {
  width: 100%;
  max-width: 600px;
}

.form-block {
  background-color: #1a27401a;
  border-radius: 8px;
  padding: 40px;
}

.text-field {
  border: 1px solid var(--base-color-brand--custom-2);
  height: 60px;
  color: var(--base-color-brand--primary-color);
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 0;
  padding-right: 50px;
  font-weight: 500;
}

.text-field::placeholder {
  line-height: 22px;
}

.text-field.is-name {
  background-image: url('../images/Group-8.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.is-hotel {
  background-image: url('../images/Vector.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.is-email {
  text-align: right;
  background-image: url('../images/Group.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.is-phone {
  text-align: right;
  background-image: url('../images/noun_Phone_3612570-1.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.is-message {
  background-image: url('../images/Vector-6.png');
  background-position: 97% 9%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 140px;
}

.text-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.success-message {
  background-color: var(--base-color-brand--primary-color);
  color: var(--base-color-neutral--white);
}

.section_contactus-wrappersection_contactus-wrappersection_contactus-col {
  width: 100%;
  max-width: 750px;
}

.section_contactus-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 26px;
  display: flex;
}

.section_contactus-image {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section_contactus-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.section_contactus-card-icon-wrapper {
  background-color: #1a27401a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 7px;
  display: flex;
}

.section_contactus-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.icon-embed-medium-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.nav-overlay {
  display: none;
}

.empty-state {
  background-color: #f5f5f5;
  margin-top: 3rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav-pordcut {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prodcuts-details {
  color: var(--base-color-brand--primary-color);
}

.rev-wrapper-cards {
  width: 100%;
}

.rev-wrapper-card {
  color: var(--base-color-brand--primary-color);
  background-color: #e5e5e5;
  border-radius: 8px;
  padding: 24px;
}

.rev-wrapper-card-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
}

.waringing-box {
  width: 100%;
  color: var(--base-color-brand--whitesmoke);
  background-color: #1a2740cf;
  border-radius: 8px;
  padding: 24px;
}

.empty-state-2 {
  background-color: #0000;
  margin-top: 32px;
}

.prodcuts_item-wrapper {
  width: 100%;
}

.prodcuts_item-button {
  border: 2px solid var(--base-color-brand--primary-color);
  background-color: var(--base-color-brand--whitesmoke);
  color: var(--border-color--border-secondary);
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.prodcuts_item-button:hover {
  color: var(--base-color-brand--primary-color);
  background-color: #0000;
}

.prodcuts_item-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.prodcuts_item-button.is-small {
  padding: 12px 40px;
  font-size: 24px;
}

.prodcuts_item-button.is-large {
  padding: 1rem 2rem;
}

.prodcuts_item-button.is-secondary {
  border: 1px solid var(--base-color-brand--primary-color);
  color: var(--base-color-brand--primary-color);
  background-color: #0000;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
}

.prodcuts_item-button.is-secondary:hover {
  background-color: var(--base-color-brand--primary-color);
  color: var(--base-color-neutral--white);
}

.prodcuts_item-button.is-secondary.is-black {
  border-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  font-size: 24px;
  font-weight: 600;
}

.prodcuts_item-button.is-secondary.is-black:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.prodcuts_item-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.prodcuts_item-button.active {
  background-color: var(--base-color-brand--primary-color);
}

.prodcuts_item-wrapper-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.product-hero-image-main-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.product-hero-small-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100px;
  display: flex;
}

.product-hero-small-image-div {
  cursor: pointer;
  width: 100px;
  transition: opacity .3s;
}

.product-hero-small-image-div:hover {
  opacity: .7;
}

.product-hero-small-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.product-hero-image-wrapper {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container-large.is-feature {
    max-width: 1920px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_size---padding-globle: 1.25rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .section_hero.is-v2 {
    padding-top: 175px;
  }

  .nav_fixed {
    top: 32px;
  }

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

  .navbar2_menu {
    width: 100%;
    padding: 2rem var(--_size---padding-globle);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -webkit-text-fill-color: inherit;
    background-color: #dfdfdf;
    background-clip: border-box;
    border-bottom: 1px #000;
    justify-content: center;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #0b0a0a;
    border-bottom-style: none;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_menu.hide-tablet {
    flex-flow: column;
  }

  .button-2.is-lung {
    padding-right: 0;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-button {
    padding: .5rem 0;
  }

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

  .menu-icon2_line-top {
    background-color: var(--base-color-brand--primary-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-bottom {
    background-color: var(--base-color-brand--primary-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_buttons-wrapper {
    display: none;
  }

  .menu-icon2_line-middle {
    background-color: var(--base-color-brand--primary-color);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-link {
    margin-top: 18px;
  }

  .active-card-label {
    margin-bottom: 0;
    font-size: 48px;
  }

  .slider-main_button:hover {
    transform: none;
  }

  .hide-desktop {
    display: block;
  }

  .section_why-cards-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_choose-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .section_choose-content-col-card {
    margin-bottom: 32px;
  }

  .space._44 {
    padding-top: 32px;
  }

  .section_prodcuts-cards-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_prodcuts-card-image {
    height: 300px;
  }

  .section_features-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .section_features-content-col {
    padding-right: 0;
  }

  .section_features-content-col.is-text {
    padding: 6rem var(--_size---padding-globle) 0px;
  }

  .footer-content-wrapper {
    flex-flow: column;
  }

  .section_hero-cols {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section_hero-cols.is-prodcut {
    flex-flow: wrap-reverse;
  }

  .section_hero-col-image.is-2 {
    height: 450px;
  }

  .section_tabs {
    padding-bottom: 4rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .section_prodcuts-cards {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }

  .section_contactus-wrapper {
    flex-flow: wrap-reverse;
  }

  .nav-overlay {
    z-index: 99;
    background-color: #dfdfdf;
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-weight-semibold.is-44px {
    font-size: 32px;
    line-height: 42px;
  }

  .text-color-secondary.is-24 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-weight-medium.is-24px {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.is-secondary, .button.is-secondary.is-black {
    padding-left: 48px;
    padding-right: 48px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_hero {
    padding-top: 100px;
  }

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

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_logo-link {
    max-width: 200px;
  }

  .navbar2_container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .swiper-content {
    width: 340px;
    height: 480px;
  }

  .section_hero-content-col-text {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .section_hero-content-links-wrapper {
    max-width: 40px;
  }

  .section_hero-content-links {
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .section_why-cards-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .section_prodcuts-cards-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section_features-content-col.is-text {
    padding-top: 4rem;
  }

  .tab {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .tab-pane-cards, .tab-pane-content-bottom-checks {
    margin-bottom: 32px;
  }

  .footer-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 40px;
  }

  .footer-content-col-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer-bottom-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section_hero-col-image.is-2 {
    object-fit: cover;
    height: 450px;
  }

  .section_tabs {
    padding-bottom: 3rem;
  }

  .mt-55 {
    margin-top: 32px;
  }

  .tab-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 22px;
  }

  .section_prodcuts-cards {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .section_contactus-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .prodcuts_item-button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prodcuts_item-button.is-secondary, .prodcuts_item-button.is-secondary.is-black {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 120%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-weight-semibold.is-44px {
    font-size: 22px;
    line-height: 32px;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-right: var(--_size---padding-globle);
    padding-left: var(--_size---padding-globle);
  }

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

  .button {
    width: 100%;
  }

  .button.is-secondary {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .padding-section-medium {
    padding-top: 4rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .section_hero.is-vero {
    padding-top: 98px;
  }

  .navbar2_component {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar2_logo-link {
    max-width: 110px;
  }

  .menu-icon2 {
    width: 30px;
  }

  .navbar2_button-wrapper {
    grid-column-gap: .5rem;
  }

  .swiper.is-hero {
    padding-bottom: 4rem;
  }

  .active-card-label {
    font-size: 38px;
  }

  .card-number {
    font-size: 180px;
  }

  .swiperslidebg {
    object-position: 0% 100%;
  }

  .section_hero-content-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    margin-top: 48px;
  }

  .section_hero-sliders-btn {
    flex-flow: row-reverse;
  }

  .section_hero-sliders-btn-arrow {
    padding: 10px;
  }

  .dots-wrapper {
    display: flex;
    inset: auto 0% 3%;
  }

  .section_why-cards-wrapper {
    flex-flow: column;
    display: flex;
  }

  .section_choose-content-col-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

  .section_choose-content-cta {
    background-position: 50%;
    padding-top: 40px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .section_choose-text-cta {
    margin-bottom: 48px;
  }

  .section_prodcuts-cards-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .tab-pane-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-pane-content-bottom-checks {
    flex-flow: column;
    display: flex;
  }

  .tab-pane-content-bottom-check {
    font-size: 18px;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer-logo-wrapper.w--current {
    max-width: 300px;
  }

  .gab-20px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section_hero-col-image.is-2 {
    height: 400px;
  }

  .tab-link {
    font-size: 16px;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section_prodcuts-cards {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .prodcuts_item-button {
    width: 100%;
  }

  .prodcuts_item-button.is-secondary {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-hero-image-main-div {
    flex-flow: column;
  }

  .product-hero-small-image-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .product-hero-image-wrapper {
    height: 400px;
  }
}

#w-node-a8c70983-6f88-5aa5-05fb-3cde150f678c-150f6783, #w-node-a8c70983-6f88-5aa5-05fb-3cde150f6791-150f6783 {
  justify-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-baf69c5a {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-baf69c5a, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-baf69c5a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-baf69c5a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-baf69c5a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-baf69c5a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-baf69c5a, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-baf69c5a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-baf69c5a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-baf69c5a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-baf69c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-baf69c5a {
  justify-self: start;
}


