:root {
  --light-grey: #c7ced6;
  --slate-grey: #5a697c;
  --black: #202328;
  --silver: #b5bec9;
  --orange-red: #ff3d00;
  --light-slate-grey: #929fb0;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: #000;
  background-color: #090a0b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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-medium._2 {
  grid-column-gap: 6.5rem;
  justify-content: space-between;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.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 {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.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-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.text-color-grey {
  color: gray;
}

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

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

.form_message-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 {
  color: var(--light-grey);
}

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

.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 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.padding-section-small.padding-left-right {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

.text-weight-medium.color-gray {
  color: #718298;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  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;
  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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

.heading-features {
  color: #c7ced6;
  font-size: 1.125rem;
}

.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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.fs-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  color: var(--light-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  position: relative;
}

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

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

.container-large.left-auto {
  max-width: 89.8rem;
  margin-right: 0;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-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: 5rem;
  padding-bottom: 5rem;
}

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.nav_topbar {
  height: 2.5rem;
  background-color: #17191c;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.nav_container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_topbar-address-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.nav_topbar-address {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: stretch;
  display: flex;
}

.link {
  color: var(--slate-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.link-2, .link-3 {
  color: var(--slate-grey);
  text-decoration: none;
}

.social_wrapper {
  grid-column-gap: 8px;
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.social_wrapper.footer {
  flex-direction: row;
  justify-content: flex-start;
}

.text-block {
  display: flex;
}

.nav_component {
  background-color: var(--black);
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  font-family: Libre Franklin, sans-serif;
}

.nav-link {
  color: var(--silver);
  text-transform: capitalize;
  padding-top: 16px;
  padding-bottom: 8px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nav-link:hover, .nav-link.w--current {
  color: #ff6433;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider_horizontal {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle at 50% 0, rgba(241, 231, 231, .91), #787878 0%, rgba(255, 255, 255, 0));
  margin-top: 1rem;
}

.divider_horizontal1 {
  width: 100%;
  height: 1px;
  background-color: #deebff;
  background-image: radial-gradient(circle at 50% 0, #deebff, #deebff 2%, #deebff 32%, #212121 95%);
}

.div-block-3 {
  width: 100%;
  height: 1px;
  background-color: #ff3d00;
  background-image: radial-gradient(circle at 50% 0, rgba(43, 43, 43, .75), rgba(255, 61, 0, .75) 0%, rgba(255, 61, 0, .52) 23%, rgba(193, 46, 0, .6) 51%, rgba(27, 9, 3, .46) 81%, rgba(0, 0, 0, .81));
}

.hero_section {
  background-color: #101213;
  border-bottom: 4px solid #202328;
  position: static;
  overflow: hidden;
}

.header_wrapper {
  grid-column-gap: 132px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.header_text {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 1.5rem;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.heading {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}

.image_wrapper {
  position: relative;
}

.paragraph {
  color: #929fb0;
  font-weight: 500;
}

.image-2 {
  width: 100%;
}

.link-block {
  border-left: 3px solid var(--orange-red);
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

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

.button_bg {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #202328;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: .75rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button_text {
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.button_text.product {
  color: #ff6a3b;
}

.section_features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.colorful-circle-wrapper {
  width: 16.25rem;
  height: 6.25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-grad {
  z-index: 1;
  width: auto;
  object-fit: fill;
}

.shadow-circle {
  width: 11rem;
  height: 11rem;
  opacity: .9;
  filter: blur(170px);
  background-color: rgba(255, 61, 0, .6);
  border-radius: 100%;
  position: absolute;
  top: 65%;
  bottom: auto;
  left: 84%;
  right: auto;
}

.shadow-circle._2 {
  opacity: .66;
  background-color: #ff3d00;
  top: auto;
  bottom: 47%;
  left: -4%;
  right: 0;
}

.shadow-circle._3 {
  width: 11rem;
  height: 11rem;
  opacity: .75;
  filter: blur(107px);
  background-color: rgba(255, 61, 0, .52);
  top: auto;
  bottom: 6%;
  left: auto;
  right: 6%;
}

.image-4 {
  max-width: none;
}

.section_features-header {
  overflow: hidden;
}

.heading-2 {
  color: #deebff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
}

.section_features-item {
  grid-column-gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-item {
  max-width: 20rem;
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.item-image-wrapper {
  align-items: flex-start;
  display: flex;
}

.item-info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #c7ced6;
  text-transform: none;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
  font-weight: 900;
}

.item-detail {
  color: #929fb0;
  letter-spacing: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
  color: var(--light-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
  font-weight: 900;
}

.section_products {
  height: 140vw;
}

.product_wrapper {
  width: 95vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-item-wrapper {
  height: 100%;
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.product_header-wrapper {
  width: 15rem;
  height: 50vw;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-5 {
  flex: none;
  display: block;
}

.text-block-4 {
  color: var(--light-slate-grey);
  font-family: Libre Franklin, sans-serif;
}

.heading-9 {
  color: #deebff;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}

.text-block-5 {
  color: var(--light-slate-grey);
  flex: none;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6 {
  color: #d9dde3;
}

.link-block-2 {
  border-left: 3px solid var(--orange-red);
  text-decoration: none;
  display: flex;
}

.product_item {
  width: 18rem;
  grid-row-gap: 2.75rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.product_item._3, .product_item._4 {
  display: none;
}

.heading-10 {
  color: #c7ced6;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.product_info-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-block-7 {
  color: #929fb0;
  font-size: .875rem;
}

.text-block-8 {
  color: #b5bec9;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.product-feature-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.feature-check-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.feature-check-wrapper._1 {
  grid-column-gap: 32px;
}

.feature-check {
  grid-column-gap: 6px;
  font-weight: 500;
  display: flex;
}

.text-block-9, .text-block-10, .text-block-11 {
  color: var(--light-grey);
}

.link-block-3 {
  width: 200px;
  border-left: 3px solid var(--orange-red);
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: #d9dde3;
  font-weight: 500;
}

.sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-wrapper {
  width: 350px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wrapper._1 {
  justify-content: center;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.image-6 {
  display: block;
}

.section_process {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  position: relative;
}

.process-info-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-11 {
  color: #deebff;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-block-13 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-14 {
  color: #d9dde3;
  font-weight: 500;
}

.link-block-4 {
  border-left: 3px solid var(--orange-red);
  margin-top: 1rem;
  text-decoration: none;
  display: flex;
}

.process-card-weapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.card-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.card-wrapper._2 {
  margin-top: 3rem;
}

.card {
  width: 16.875rem;
  background-color: #17191c;
  background-image: radial-gradient(circle at 100% 0, rgba(255, 61, 0, .06), #17191c 100%, #fff);
  border: 3px solid #202328;
  border-radius: 4px;
  position: relative;
}

.padding-regular {
  padding: 1.5rem;
  position: static;
}

.card-image-wrapper {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.card-info {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.heading-12 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.text-block-15 {
  max-width: 100%;
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.card-shadow {
  opacity: .36;
  background-image: radial-gradient(circle at 100% 0, rgba(255, 61, 0, .21), #17191c 100%, #fffdfc);
}

.section_video {
  grid-column-gap: 23rem;
  flex-direction: row;
  justify-content: space-around;
  display: none;
}

.video-info-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.heading-13 {
  color: #fff;
}

.text-span {
  color: #718298;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-span-2 {
  color: #deebff;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-block-16, .text-block-17 {
  color: #929fb0;
}

.link-block-5 {
  width: 13rem;
  border-left: 3px solid var(--orange-red);
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  font-weight: 500;
}

.section_contact-us {
  grid-column-gap: 4rem;
  background-color: #101213;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  padding: 3rem 1.5rem;
  display: flex;
}

.contact-us-wrapper {
  width: 100%;
  max-width: 28rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-14 {
  color: #deebff;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-block-19 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link-block-6 {
  border-left: 3px solid var(--orange-red);
  text-decoration: none;
  display: flex;
}

.text-block-20 {
  color: #d9dde3;
  text-transform: capitalize;
}

.contactus-info {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.heading-15 {
  color: #5a697c;
  font-family: Libre Franklin, sans-serif;
  font-size: .75rem;
  font-weight: 900;
}

.contact-info {
  text-decoration: none;
}

.text-block-21 {
  width: 25.625rem;
  color: #deebff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-7 {
  max-width: none;
}

.section_faq {
  grid-column-gap: 6rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.faq-questions-wrapper {
  flex-direction: column;
  display: flex;
}

.select-field {
  width: 35.25rem;
  color: #b5bec9;
  background-color: #17191c;
  border: 2px solid #202328;
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.success-message, .error-message {
  overflow: hidden;
}

.faq-info {
  max-width: 32rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-span-3 {
  color: #718298;
}

.text-span-4 {
  color: #deebff;
}

.text-block-22 {
  color: #929fb0;
  margin-bottom: .8rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link-block-7 {
  border-left: 3px solid var(--orange-red);
  text-decoration: none;
  display: flex;
}

.text-block-23 {
  color: #d9dde3;
  font-family: Libre Franklin, sans-serif;
}

.section_client {
  flex-direction: column;
  align-items: center;
  display: none;
}

.client-heading {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: #deebff;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.padding-section-regular {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.client-card-wrapper {
  width: 964.844px;
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.client-card {
  width: 22.8rem;
  background-color: #17191c;
  border: 2px solid #202328;
  border-radius: 6px;
}

.client-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.heading-18 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.text-block-24 {
  color: #929fb0;
  font-size: 12px;
  font-weight: 500;
}

.client-info {
  grid-column-gap: 12px;
  display: flex;
}

.client-image-wrapper {
  width: 50px;
  height: 50px;
  background-image: url('../images/handsome-young-man-pink-shirt-isolated-blue-wall-laughing_1368-55070-1.png');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 100%;
}

.heading-19 {
  color: #b5bec9;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
}

.text-block-25 {
  color: #718298;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.footer {
  background-color: #202328;
  flex-direction: column;
  display: flex;
}

.text-block-26 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-5 {
  max-width: 28.25rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.footer-info-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-info {
  width: 8rem;
  padding-top: 1rem;
}

.heading-20 {
  color: #c7ced6;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-links {
  padding-top: .5rem;
}

.text-block-27 {
  color: #929fb0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

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

.div-block-6 {
  border-top: 1px solid #2f353d;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.text-block-28 {
  color: #929fb0;
  font-size: 14px;
  font-weight: 500;
}

.footer_section {
  background-color: #202328;
}

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

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.footer-content-wrapper {
  max-width: 28rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
}

.social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.footer-menu-wrapper {
  max-width: 32rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.footer-menu {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
}

.heading-21 {
  color: #c7ced6;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-link {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  text-decoration: none;
}

.text-block-30 {
  color: #929fb0;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.copy-right-wrapper {
  text-align: center;
  border-top: 2px solid #2f353d;
}

.text-block-31 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.footer_section-2 {
  background-color: #202328;
  position: relative;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.social_wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #c7ced6;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.footer_link {
  color: #929fb0;
  text-transform: capitalize;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_link-wrapper {
  flex-direction: column;
  display: flex;
}

.footer_menu-wrapper {
  max-width: 32rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

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

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

.divider_section-footer {
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle at 50% 0, #ff3d00, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social_icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.footer_menu {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
}

.footer_content-wrapper {
  max-width: 28rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

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

.heading-22, .heading-23, .heading-24 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: .875rem;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  text-transform: capitalize;
}

.paragraph-3 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.faq-question {
  width: 35.25rem;
  height: 3rem;
  background-color: #17191c;
  border: 1px solid #202328;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.text-block-38 {
  color: #b5bec9;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.fs_accordion-1_message {
  color: #9b9b9b;
}

.fs_accordion-1_paragraph {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.fs_accordion-1_body {
  background-color: #17191c;
  border: 1px solid #202328;
  border-radius: 4px;
  margin-top: .5rem;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_icon {
  color: #5a697c;
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label {
  color: #b5bec9;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #17191c;
  border: 1px solid #202328;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

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

.fs_accordion-2_message {
  color: #9b9b9b;
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

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

.divider_short-red {
  width: 4rem;
  height: 4px;
  background-color: #ff3d00;
}

.home_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features_item-content {
  grid-row-gap: .5rem;
  color: #929fb0;
  flex-direction: column;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.tex-weight-black {
  color: #deebff;
  font-size: 1.5rem;
  font-weight: 900;
}

.features_item {
  max-width: 24rem;
  grid-column-gap: .75rem;
  align-items: flex-start;
  display: flex;
}

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

.home_process-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home_process-item {
  max-width: 20rem;
  grid-row-gap: .5rem;
  background-color: rgba(23, 25, 28, .93);
  background-image: radial-gradient(circle at 100% 0, rgba(255, 61, 0, .21), #17191c 35%);
  border: 2px solid #202328;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_step-number {
  color: #515f70;
  font-size: 2rem;
  font-weight: 900;
}

.heading-style-h6-2 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.home_process-image {
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
}

.paragraph-4 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
}

.paragraph-5 {
  color: #929fb0;
  font-size: 1rem;
}

.heading-style-h6-3 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-6 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
}

.paragraph-7 {
  color: #929fb0;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
}

.home_process-section {
  position: relative;
}

.text-block-39 {
  color: #d9dde3;
}

.home_process-wrapper {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home_process-title {
  grid-row-gap: 1rem;
  color: #929fb0;
  flex-direction: column;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.button_primary {
  max-height: 3rem;
  letter-spacing: 1px;
  background-color: #202328;
  border-left: 4px solid #ff3d00;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home_process-steps {
  grid-column-gap: 1.5rem;
  display: flex;
}

.heading-style-h6-4 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.home_process-content {
  max-width: 28rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home_process-right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  color: #929fb0;
  font-size: .8rem;
}

.text-block-40 {
  font-family: Libre Franklin, sans-serif;
}

.products_wrapper {
  justify-content: space-between;
  margin-bottom: 8rem;
  display: flex;
}

.products_info-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.heading-25 {
  color: #deebff;
  text-align: center;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 2rem;
}

.product_item-wrapper {
  max-width: 32rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.products_image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about_info-wrapper {
  flex-direction: column;
  display: flex;
}

.heading-26 {
  color: #deebff;
  text-transform: capitalize;
  margin-top: .5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-12 {
  max-width: 60rem;
  color: var(--light-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.about_heading {
  color: #deebff;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
}

.text-block-41 {
  color: var(--light-grey);
}

.list-item {
  color: var(--light-grey);
  text-transform: capitalize;
}

.list-item-2 {
  font-family: Libre Franklin, sans-serif;
}

.table_section {
  display: none;
}

.list-item-3 {
  color: var(--silver);
}

.contact_info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  display: flex;
}

.heading-27 {
  color: #deebff;
  text-transform: capitalize;
  margin-top: .5rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 2rem;
}

.form_wrapper {
  background-color: #101213;
  border-radius: 4px;
}

.field-label {
  color: #deebff;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.text-field {
  background-color: rgba(23, 25, 28, .6);
  border: 1px solid #202328;
  border-radius: 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: .8rem;
}

.form-block {
  width: 600px;
}

.submit-button {
  width: 200px;
  color: var(--black);
  background-color: #ff4b12;
  border-radius: 4px;
  font-weight: 600;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.status {
  width: 80px;
  height: 25px;
  background-color: #a6a4a4;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.status._1 {
  background-color: #ff3e01;
}

.status.bg-color {
  border: 1px solid var(--orange-red);
  opacity: .9;
  background-color: rgba(0, 0, 0, 0);
}

.status-text {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-family: Libre Franklin, sans-serif;
  font-size: .9rem;
}

.status-text._1 {
  color: #fff;
}

.product_component-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product_detail-wrapper {
  width: 800px;
}

.heading-28 {
  color: #c7ced6;
  font-family: Libre Franklin, sans-serif;
  font-size: 2rem;
}

.paragraph-13 {
  color: var(--silver);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.product_heading {
  color: var(--light-grey);
  text-transform: none;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.product_text {
  width: auto;
  color: var(--silver);
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.product_text.combo {
  width: auto;
}

.bold-text, .bold-text-2 {
  text-transform: none;
}

.list-item-4 {
  color: var(--light-grey);
}

.image-wrapper-copy {
  width: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_text-product {
  color: #dcdbda;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

.product_image {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.product_link {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.product_link:hover {
  opacity: .8;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

.textarea {
  background-color: rgba(23, 25, 28, .6);
  border: 1px solid #202328;
  border-radius: 4px;
}

.rich-text-block {
  color: var(--light-grey);
}

.about_explanation {
  display: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
  border-radius: 4px;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-slider {
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.table-wrapper {
  width: 50%;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  width: 100%;
  max-height: none;
  perspective-origin: 50%;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table {
  height: auto;
  max-height: none;
  height: auto;
  max-height: none;
  background-color: #101213;
  border-color: #202328;
  border-radius: 4px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.table-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #101213;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-col.header.left-col {
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #101213;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.q-toggle {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: block;
}

.link-4 {
  color: rgba(61, 24, 226, .8);
  margin-left: auto;
  font-size: 12px;
}

.link-4:hover {
  color: #3d18e2;
}

.table {
  height: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  height: auto;
  max-height: 360px;
  height: auto;
  max-height: 360px;
  height: auto;
  max-height: 360px;
  background-color: #101213;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex: none;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.q-list {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.table-row-5-col {
  z-index: 100;
  width: 140vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.table-row-5-col.header {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-row-5-col.data-row {
  width: 100%;
  height: 2.2rem;
  border-top-color: #202328;
  border-bottom-color: #202328;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.table-row-5-col.data-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-row-5-col.header {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  z-index: 999;
  height: auto;
  min-height: 40px;
  grid-column-gap: 0px;
  color: #deebff;
  background-color: #101213;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: #202328;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-row-5-col.data-row {
  width: 100%;
  height: 30px;
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.table-row-5-col.data-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-row-5-col.header {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  background-color: #101213;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-row-5-col.data-row {
  width: 100%;
  height: 35px;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  align-items: center;
}

.table-row-5-col.data-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-row-5-col.header {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  background-color: #101213;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.source-dropdown-link {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  list-style-type: decimal;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.question {
  width: 100%;
}

.arrow-3 {
  color: #000;
}

.arrow-3.sources {
  color: #555;
  margin-right: 340px;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}

.textblock {
  color: #555;
}

.q-inside {
  height: auto;
  color: #252525;
  padding: 5px 35px 5px 60px;
}

.table-icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

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

.sources-accordian {
  width: 450px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-width: 1px 2px;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  margin: 10px auto 40px 0;
  display: flex;
  overflow: hidden;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.table-1---header---text-2 {
  color: #deebff;
  text-align: center;
  border: 1px #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-2.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text-2.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.table-1---header---text-3 {
  color: #deebff;
  text-align: center;
  border: 1px #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-3.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text-3.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.div-block-8, .line-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-col-2.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-2.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #101213;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-col-2.header.left-col {
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #101213;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-1---header---text-4 {
  color: #deebff;
  text-align: center;
  border: 1px #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-4.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text-4.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.text-span-cite-2 {
  font-weight: 400;
}

.chart-wrap {
  width: 92%;
  border: 1px solid #202328;
  border-radius: 0;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.placeholder-spacer {
  width: 100%;
  height: 65px;
  color: var(--black);
  background-color: #101213;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  display: flex;
}

.icon-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sticky-grid-pricing {
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 2px solid #202328;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 5px;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.price-category-wrap {
  width: 100%;
  max-width: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -5px;
  display: flex;
}

.table-cell-title {
  width: 100%;
  height: auto;
  min-height: 18px;
  color: var(--light-grey);
  text-align: left;
  background-color: #101213;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .5rem 20px;
  display: flex;
}

.blurb-txt {
  color: var(--light-grey);
}

.blurb-txt.text-color {
  color: var(--light-grey);
  font-weight: 700;
}

.pricing-title-wrap-sticky {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #101213;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.middle {
  background-color: #101213;
  font-weight: 700;
}

.pricing-title-wrap-sticky.end {
  color: #000;
  background-color: #101213;
  border-radius: 0;
  font-weight: 600;
}

.table-cell {
  width: 100%;
  color: #b7bbd1;
  text-align: center;
  background-color: #101213;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: #434de7;
  background-color: #101213;
}

.pricing-chart-grid {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  background-color: #101213;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.outer-chart-grid {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-block-42 {
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table-1---header---text-5 {
  color: #deebff;
  text-align: center;
  border: 1px #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-5.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text-5.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.per-ton {
  opacity: .5;
  font-size: .75rem;
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.wg-button-2-text-lang1 {
  height: 2rem;
  align-items: center;
  display: flex;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw14 {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.wg-element-wrapper.sw8 {
  z-index: 999;
  background-color: #d8dfe8;
  border-radius: 2px;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.wg-button-2-lang-wrapper {
  justify-content: center;
  display: flex;
}

.wg-flag {
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.wg-button-2 {
  height: 34px;
  min-width: 100px;
  color: #000;
  letter-spacing: .1em;
  background-color: #e6e9ed;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .1s, background-color .1s, color .1s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
  overflow: hidden;
}

.wg-button-2:hover {
  color: var(--black);
  box-shadow: 0 5px 13px -4px rgba(128, 26, 0, .32);
}

.wg-button-2-text-lang2 {
  height: 34px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2rem;
}

.wg-button-2-text-lang2.back-link {
  color: #000;
}

.text-block-43 {
  color: #a68585;
}

.wg-selector-text-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  top: -.5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px rgba(64, 73, 255, .11);
}

.wg-dd-2-list.wg-dropdown-link-flag.w--open {
  background-color: var(--silver);
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
  bottom: 2.1rem;
}

.wg-dropdown-2 {
  width: auto;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-dropdown-2-link {
  height: 2rem;
  color: #000;
  background-color: #d8dfe8;
  justify-content: flex-start;
  align-items: center;
  padding: 0 .8rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle {
  z-index: 1;
  width: 100%;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  transition: color .2s;
  display: flex;
}

.footer-copy-right-wrapper {
  opacity: .51;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-44 {
  color: #deebff;
  font-weight: 300;
}

.footer_made-link {
  grid-column-gap: 9px;
  display: flex;
}

.text-block-45 {
  color: var(--silver);
}

.link-5 {
  color: var(--orange-red);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .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;
  }

  .padding-medium._2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 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;
  }

  .heading-features {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    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: 4rem;
  }

  .nav_topbar {
    justify-content: space-between;
    display: none;
  }

  .link, .link-2, .link-3 {
    font-size: 10px;
  }

  .social_wrapper {
    font-size: 9px;
  }

  .text-block {
    font-size: 10px;
  }

  .nav_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    opacity: 1;
    background-color: #2f3640;
    border-radius: 4px;
  }

  .header_wrapper {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .header_text {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading {
    font-size: 2rem;
  }

  .image_wrapper {
    display: none;
    overflow: hidden;
  }

  .paragraph {
    font-size: .9rem;
  }

  .paragragh-wrapper {
    max-width: 100%;
  }

  .button_text {
    flex-direction: row;
    display: flex;
  }

  .heading-2 {
    font-size: 1.2rem;
  }

  .section_features-item {
    grid-column-gap: 3rem;
  }

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

  .item-detail {
    font-size: .6rem;
  }

  .heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: .7rem;
  }

  .section_products {
    height: 250vw;
  }

  .product_wrapper {
    width: 89vw;
  }

  .heading-9 {
    font-size: 1.2rem;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .text-block-9, .text-block-11 {
    font-size: 11px;
  }

  .section_process {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
  }

  .heading-11 {
    font-size: 1.2rem;
  }

  .text-block-13 {
    display: none;
  }

  .card {
    width: 11rem;
  }

  .heading-12 {
    font-size: .9rem;
  }

  .text-block-15 {
    font-size: 11px;
  }

  .section_video {
    display: none;
  }

  .text-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contactus-info {
    overflow: hidden;
  }

  .section_faq, .section_client {
    display: none;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .div-block-5 {
    max-width: 50%;
    justify-content: space-between;
  }

  .footer-info {
    width: 5rem;
  }

  .heading-20 {
    font-size: 13px;
  }

  .text-block-27, .text-block-28 {
    font-size: 12px;
  }

  .menu-button {
    color: #929fb0;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .footer-wrapper {
    flex-direction: row;
  }

  .footer-content-wrapper {
    max-width: 24rem;
  }

  .footer-menu-wrapper {
    justify-items: stretch;
  }

  .footer-menu {
    max-width: 32rem;
  }

  .text-block-31 {
    font-size: .7rem;
  }

  .footer_wrapper {
    flex-direction: row;
  }

  .footer_menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_content-wrapper {
    max-width: 24rem;
  }

  .paragraph-3 {
    font-size: .8rem;
  }

  .features_item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_process-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .home_process-steps {
    width: 100%;
    grid-column-gap: 1rem;
    justify-content: space-around;
  }

  .home_process-content {
    max-width: none;
  }

  .home_process-right {
    grid-row-gap: 1rem;
    padding-top: 2rem;
  }

  .table_wrapper {
    display: none;
  }

  .button_text-product {
    flex-direction: row;
    font-size: .75rem;
    display: flex;
  }

  .product_image {
    width: 80%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    max-height: 400px;
    cursor: auto;
    max-height: 400px;
    max-height: 400px;
    flex: none;
  }

  .table-row-5-col.header {
    width: 100%;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .table-row-5-col.data-row {
    width: 100%;
  }

  .table-row-5-col.header {
    width: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    left: 0;
  }

  .table-row-5-col.data-row, .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header {
    width: 100%;
  }

  .table-1---header---text {
    font-size: 14px;
    line-height: 14px;
  }

  .table-icon {
    height: 16px;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .table-1---header---text-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .table-1---header---text-3.data.center {
    font-size: 12px;
  }

  .table-1---header---text-4 {
    font-size: 10px;
    line-height: 14px;
  }

  .sticky-grid-pricing, .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-1---header---text-5 {
    font-size: 10px;
    line-height: 14px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .paragragh-wrapper {
    max-width: 100%;
  }

  .product-item-wrapper {
    flex-direction: column;
  }

  .product_item {
    grid-row-gap: 1.75rem;
  }

  .section_process {
    grid-column-gap: 2.5rem;
  }

  .card {
    width: 11rem;
  }

  .section_contact-us {
    width: 30rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .text-block-19 {
    width: auto;
  }

  .brand-2 {
    padding-left: 0;
  }

  .footer_wrapper {
    flex-direction: column;
  }

  .footer_link-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .footer_menu-wrapper {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer_menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer_content-wrapper {
    max-width: none;
  }

  .features_item-content {
    font-size: .75rem;
  }

  .features_item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h6-2, .heading-style-h6-3, .heading-style-h6-4 {
    font-size: 1rem;
  }

  .text-field, .button-wrapper {
    width: 30rem;
  }

  .button_text-product {
    font-size: .7rem;
  }

  .textarea {
    width: 30rem;
  }

  .gallery-scroll, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .table-wrapper {
    width: 100%;
    border-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .link-4 {
    font-size: 10px;
    line-height: 18px;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    width: 100%;
    max-height: 240px;
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header, .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header {
    width: 120%;
  }

  .container-3 {
    padding-top: 0;
  }

  .arrow-3.sources {
    margin-right: 260px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .textblock, .text-span-cite {
    font-size: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .table-1---header---text-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-9 {
    width: 30rem;
  }

  .table-1---header---text-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .placeholder-spacer {
    display: none;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell {
    width: 33.2%;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .table-1---header---text-5 {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 479px) {
  .padding-medium._2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 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;
  }

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

  .padding-section-small.padding-left-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .social_wrapper.footer {
    grid-column-gap: 8px;
  }

  .nav_component {
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .div-block-2 {
    flex-direction: row;
  }

  .divider_horizontal {
    display: none;
  }

  .header_wrapper {
    flex-direction: column-reverse;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .header_text {
    justify-content: center;
  }

  .heading {
    font-size: 2rem;
  }

  .image_wrapper {
    display: block;
  }

  .paragraph {
    text-align: center;
    font-size: 1rem;
  }

  .paragragh-wrapper {
    max-width: 100%;
  }

  .shadow-circle {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 51%;
  }

  .image-4 {
    width: 100%;
  }

  .section_features-item {
    grid-column-gap: .25rem;
  }

  .features-item {
    grid-column-gap: 10px;
  }

  .heading-3 {
    font-size: .6rem;
    font-weight: 700;
  }

  .item-detail {
    display: none;
  }

  .heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: .6rem;
    font-weight: 700;
  }

  .section_products {
    height: 400vw;
  }

  .product_wrapper {
    width: 91vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
  }

  .product-item-wrapper {
    grid-column-gap: 2.75rem;
    flex-direction: column;
  }

  .heading-9 {
    font-size: 1rem;
  }

  .text-block-5 {
    display: none;
  }

  .product_item {
    grid-row-gap: 1.75rem;
  }

  .product_item._3, .product_item._4, .product_item._5, .product_item._1, .product_item._2 {
    display: none;
  }

  .section_process {
    grid-row-gap: 2.75rem;
    flex-direction: column;
  }

  .text-block-13 {
    display: block;
  }

  .process-card-weapper {
    grid-column-gap: 1rem;
    justify-content: space-between;
  }

  .card-wrapper {
    grid-row-gap: 16px;
  }

  .card {
    width: auto;
  }

  .padding-regular {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-12 {
    font-size: .8rem;
  }

  .text-block-15 {
    font-size: 10px;
  }

  .section_video {
    display: none;
  }

  .section_contact-us {
    width: 20rem;
    grid-column-gap: 0rem;
    flex-direction: column;
  }

  .info {
    width: 15.3rem;
  }

  .contact-info, .text-block-21 {
    display: inline;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .text-block-26 {
    width: 17.8rem;
    font-size: 12px;
  }

  .div-block-5, .footer-info-wrapper {
    flex-direction: column;
  }

  .footer-info {
    width: 4rem;
    grid-column-gap: 16px;
    display: flex;
  }

  .footer-info._3 {
    display: none;
  }

  .text-block-27 {
    font-family: Libre Franklin, sans-serif;
    font-size: 12px;
  }

  .menu-button {
    color: #929fb0;
  }

  .text-block-29 {
    align-items: center;
  }

  .padding-section-xsmall {
    width: 20rem;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-menu-wrapper {
    justify-items: stretch;
  }

  .footer_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer_menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-3 {
    font-size: .8rem;
  }

  .features_item-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_process-left {
    grid-row-gap: 1rem;
  }

  .home_process-item {
    max-width: none;
  }

  .home_process-steps {
    flex-direction: column;
  }

  .home_process-right {
    padding-top: 1rem;
  }

  .table_wrapper {
    display: none;
  }

  .text-field {
    width: 18rem;
  }

  .form-block {
    width: 20rem;
  }

  .button-wrapper {
    width: 18rem;
  }

  .button_text-product {
    font-size: 1rem;
  }

  .textarea {
    width: 18rem;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 90%;
    height: 400px;
    width: 100%;
    height: 204px;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    max-height: 600px;
    max-height: 600px;
    max-height: 600px;
    flex: none;
  }

  .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header, .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header, .table-row-5-col.data-row, .table-row-5-col.header {
    width: 220vw;
  }

  .container-3 {
    padding-top: 0;
  }

  .sources-accordian {
    margin-top: 0;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .empty-state {
    display: none;
  }

  .pricing-sticky-bg-wrap {
    width: 100%;
    height: 100%;
    flex: 0 auto;
    align-self: stretch;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    text-align: center;
    background-color: #101213;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.middle, .pricing-title-wrap-sticky.end {
    padding-right: 15px;
  }

  .table-cell {
    width: 33.1%;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .table-1---header---text-5 {
    font-size: 14px;
  }

  .text-block-44, .text-block-45, .link-5 {
    font-size: .8rem;
  }
}

#w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b3297-6c77964f, #w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b329e-6c77964f, #w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b32a5-6c77964f, #w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b32ac-6c77964f, #w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b32b3-6c77964f, #w-node-_9f103a3e-ef19-d27e-ad65-35f2f51b32ba-6c77964f, #w-node-b0e96554-4b94-b563-2902-8198ac517e33-ac517e20, #w-node-b0e96554-4b94-b563-2902-8198ac517e43-ac517e20, #w-node-b0e96554-4b94-b563-2902-8198ac517e53-ac517e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b4779656, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b4779656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b4779656 {
  justify-self: start;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b4779656, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b4779656, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b4779656, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b4779656 {
  justify-self: start;
}

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

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

#w-node-_0262a5b1-a90c-9028-e508-860968771592-a6d48789 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0262a5b1-a90c-9028-e508-860968771596-a6d48789, #w-node-_0262a5b1-a90c-9028-e508-8609687715a0-a6d48789, #w-node-_0262a5b1-a90c-9028-e508-8609687715a5-a6d48789, #w-node-_55140c8b-6a26-bcd4-e1c3-3627a097b17c-a6d48789, #w-node-_55140c8b-6a26-bcd4-e1c3-3627a097b183-a6d48789, #w-node-_55140c8b-6a26-bcd4-e1c3-3627a097b186-a6d48789, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4954-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4955-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4959-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c495d-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4964-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4967-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4969-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c496a-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c496d-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4970-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4972-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4973-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4976-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4979-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c497b-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c497d-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4980-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4983-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4984-105e6865, #w-node-_797e9cbb-3991-7b4c-eb92-a79bb34c4985-105e6865 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0262a5b1-a90c-9028-e508-860968771592-a6d48789 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


