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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

body {
  font-family: Generalsans, sans-serif;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 500;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.1;
  font-weight: 500;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 500;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
}

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

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

p {
  margin-bottom: 0rem;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0px;
  margin-bottom: 0.625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
}

em {
  font-style: italic;
}

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

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  text-align: center;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.button {
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0043fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  opacity: 0.7;
}

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

.button.is-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 11rem;
  min-height: 11rem;
  padding: 0rem;
  border-radius: 50rem;
}

.button.is-light {
  background-color: #fff;
  color: #000;
}

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

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

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

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

.hide {
  display: none;
}

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

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

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

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

.rich-text h5 {
  margin-bottom: 0.5rem;
}

.rich-text h6 {
  margin-bottom: 0.5rem;
}

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

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

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

.rich-text ol {
  list-style-type: decimal;
}

.page-wrapper {
  position: relative;
  background-color: #fff;
}

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

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

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

.show-tablet {
  display: none;
}

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

.utility-page_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.ss_utility_class {
  padding: 0.5rem 0.625rem;
  border-radius: 4px;
  background-color: #1e7bfa;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0px 0px;
}

.text-size-large {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 600;
}

.ss_utility_spacing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1rem;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
}

.ss_text_item-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(51, 51, 51, 0.65);
  font-size: 1rem;
}

.ss_utility_spacing-items {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 15px;
  line-height: 150%;
}

.ss_content_item-label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  min-width: 12rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-row-gap: 0.75rem;
}

.text-size-tiny {
  font-size: 0.75rem;
  line-height: 1.5;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: 1.0625rem;
  line-height: 1.5;
}

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ss_utility_headings-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-style-h1 {
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 500;
}

.heading-style-h2 {
  font-family: Generalsans, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.1;
  font-weight: 500;
}

.heading-style-h3 {
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 500;
}

.heading-style-h4 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
}

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

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

.ss_utility_class-wrap {
  position: absolute;
  left: -1px;
  top: -2.1rem;
  right: auto;
  bottom: auto;
}

.ss_utility_color-items {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ss_utility_color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2rem;
}

.background-color-dark {
  background-color: #0b0b0c;
}

.background-color-dark.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.ss_utility_color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1rem;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: 0.75rem;
}

.ss_utility_color-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.text-color-dark {
  color: #0b0b0c;
}

.background-blue {
  background-color: #0043fc;
}

.background-blue.zy-stylesystem-color {
  min-height: 1px;
}

.background-pink {
  background-color: #fc0097;
}

.background-pink.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue {
  color: #0043fc;
}

.text-color-pink {
  color: #fc0097;
}

.background-gray {
  background-color: #f3f3f3;
}

.background-gray.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-gray {
  color: #f3f3f3;
}

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

.background-white.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-beige {
  background-color: #d8b5a0;
}

.background-beige.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-beige {
  color: #d8b5a0;
}

.background-green {
  background-color: #cedb8d;
}

.background-green.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green {
  color: #cedb8d;
}

.background-light-pink {
  background-color: #f0adcb;
}

.background-light-pink.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-light-pink {
  color: #f0adcb;
}

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

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

.max-width-small.ss_sidebar_sticky {
  top: 10rem;
}

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

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

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

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

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

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

.ss_utility_max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  border: 1px solid #1e7bfa;
}

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

.ss_utility_spacing-box {
  position: relative;
  width: 100%;
  border: 1px solid #1e7bfa;
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0px 0px;
  background-size: 122px;
}

.ss_utility_structure-wrap {
  position: relative;
  margin-top: 2rem;
  border: 1px solid #1e7bfa;
}

.ss_utility_structure-box {
  position: relative;
  z-index: -1;
  height: 3rem;
  border-style: none dashed;
  border-width: 1px;
  border-color: #acacac;
}

.display-block {
  display: block;
}

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

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: 0.125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: 0.25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: 0.5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: 0.625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  padding-bottom: 5rem;
}

.ss_nav_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
}

.ss_footer_item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
}

.ss_text_heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 8em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.ss_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  max-width: 100rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}

.ss_content_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
}

.ss_content_item.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ss_text_label {
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.ss_sidebar {
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.05), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.ss_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  color: #acacac;
}

.ss_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.ss_nav_link {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.5;
  -webkit-transition: background-color 250ms ease, opacity 250ms ease;
  transition: background-color 250ms ease, opacity 250ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f5f5f7;
  font-size: 14px;
  line-height: 20px;
}

.ss_nav_link:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: #fff;
}

.ss_nav_link.w--current {
  box-shadow: inset 0 -2px 0 0 #121619;
  opacity: 1;
  color: #fff;
}

.ss_nav_link.is--docs {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50% 50%;
  background-size: 40px;
  opacity: 0.7;
}

.ss_utility_visibility-wrap {
  position: relative;
  padding: 1.5rem 2rem;
}

.ss_utility_visibility-text {
  position: relative;
  z-index: 4;
}

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

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
  border-style: solid;
  border-width: 2px;
  border-color: #0b0b0c;
  border-radius: 50rem;
}

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

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

.form_component {
  margin-bottom: 0rem;
}

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-width: 2px;
  border-color: #0b0b0c;
  border-radius: 0.125rem;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #0b0b0c;
  background-color: #0b0b0c;
  background-size: 90%;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.form_input {
  min-height: 3rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background-color: #f3f3f3;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.form_input:hover {
  border: 1px solid #000;
}

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

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.form_message-success {
  padding: 1.25rem;
}

.form_field-wrapper.is-term {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss_utility_combo-classes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 0.5rem;
}

.ss_utility_button-wrap {
  padding: 1.5rem 2rem;
  border-radius: 0.25rem;
  background-color: #000;
}

.ss_text_heading-description {
  margin-top: 2rem;
  color: #727272;
  text-align: center;
}

.background-red {
  background-color: #fe2904;
}

.background-red.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-red-copy {
  color: #fe2904;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 104;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 97.7%, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_brand-wrap.w--current {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.navbar_brand-wrap.w--current:hover {
  opacity: 0.5;
}

.navbar-brand {
  width: 100%;
  max-width: 11.5625rem;
}

.navbar_hamburger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.625rem;
  height: 1.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.navbar_hamburger:hover {
  opacity: 0.5;
}

.navbar_hamburger-line-1 {
  width: 1.625rem;
  height: 2px;
  background-color: #0b0b0c;
}

.navbar_hamburger-line-2 {
  width: 1.625rem;
  height: 2px;
  background-color: #0b0b0c;
}

.section_home-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 50rem;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 3rem;
  background-color: #fff;
}

.home-header_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #0b0b0c;
  color: #f3f3f3;
}

.arrow-mini {
  position: absolute;
  left: auto;
  top: -50%;
  right: 35%;
  bottom: auto;
}

.button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.header-pic-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 36rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 1rem;
}

.header-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.section_home-stars {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.home-stars_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stars-wrap {
  max-width: 6.5625rem;
}

.stars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.relative {
  position: relative;
}

.section_home-portfolio {
  position: relative;
  z-index: 2;
  background-color: #0b0b0c;
}

.port-pic {
  width: 100%;
}

.cliptext {
  position: relative;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10001;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.section_home-graphic {
  position: relative;
  z-index: 2;
  display: none;
  background-color: #0b0b0c;
}

.graphic-content {
  width: 100%;
  max-width: 51.375rem;
}

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

.home-graphic-basic {
  z-index: 1;
}

.home-graphic-elipse {
  position: absolute;
  left: 0%;
  top: 24%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 7rem;
}

.home-graphic-x {
  position: absolute;
  left: 634px;
  top: 102px;
  width: 100%;
  max-width: 12rem;
}

.home-graphic-web {
  position: absolute;
  left: 43%;
  top: 24%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 5rem;
}

.home-graphic-trace {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 13%;
  width: 100%;
  max-width: 20rem;
}

.trace {
  width: 100%;
  height: 5px;
  background-color: #0043fc;
}

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

.home-feature_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-features_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-features_tabs {
  width: 100%;
}

.home-features_tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.home-features_tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.875rem;
  grid-row-gap: 0.875rem;
  border-radius: 0.875rem;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-features_tabs-link:hover {
  opacity: 1;
}

.home-features_tabs-link.w--current {
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}

.home-features_tabs-link-icon {
  width: 100%;
  max-width: 1.375rem;
}

.home-features_tabs-content-wrapper {
  width: 100%;
}

.home-features_tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
}

.home-features_tabs-img {
  width: 45%;
  max-width: 35rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-features_tabs-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  max-width: 6709.37516rem;
  padding: 9.375rem 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-features_tabs-content-in {
  max-width: 21.87rem;
}

.navbar-links {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 103;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 63rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4.3125rem;
  grid-row-gap: 4.3125rem;
}

.text-block {
  font-size: 5.0625rem;
  font-weight: 500;
}

.text-block-2 {
  font-size: 1.875rem;
}

.section_home-cases {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section_home-cases.background-color-gray {
  background-color: #f3f3f3;
}

.cases-home_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.case-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.bg-portfolio {
  width: 100%;
}

.cases-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-mask-img {
  width: 100%;
  border-radius: 10px;
  background-color: #0b0b0c;
}

.case-mask-img.overflow-hidden {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.case-description {
  width: 100%;
  max-width: 30rem;
  margin-left: 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 500;
}

.image {
  position: absolute;
  left: auto;
  top: -20%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  position: absolute;
  left: auto;
  top: -20%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  position: absolute;
  left: auto;
  top: -20%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  position: absolute;
  left: auto;
  top: -20%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.cases-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.section_home-feedbacks.background-color-gray {
  background-color: #f3f3f3;
}

.feedbacks-home_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.feedbacks-img-geral {
  width: 100%;
  max-width: 9.625rem;
}

.img-people-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.star-five {
  width: 100%;
  max-width: 9rem;
}

.feedbakcs-home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.feedbacks-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 3px solid #0043fc;
  border-right: 3px solid #0043fc;
  border-radius: 10px;
  background-color: #0b0b0c;
  color: #f3f3f3;
}

.feedbacks-wrap.ss_sidebar_sticky {
  top: 10rem;
  padding-bottom: 0rem;
}

.feedbacks-wrap.ss_sidebar_sticky.z-index-1.up-12 {
  top: 12rem;
}

.feedbacks-wrap.ss_sidebar_sticky.z-index-1.up-14 {
  top: 14rem;
}

.feedbacks-img {
  width: 100%;
  max-width: 2.5rem;
}

.section_home-bio {
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #0043fc;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #0b0b0c;
}

.bio-home_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f3f3f3;
}

.bio-home_component.text-size-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.bio-aliign-one {
  width: 100%;
  max-width: 6.25rem;
}

.bio-aliign-two {
  width: 100%;
  max-width: 24.0625rem;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.footer-component {
  position: relative;
}

.footer-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 21.0625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer-img {
  width: 100%;
  max-width: 8.4375rem;
  border-radius: 100%;
}

.button-style-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 10.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.button-style-new.z-index-1 {
  margin-right: 5rem;
}

.button-style-new-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4.6875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.trace-footer-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 37%;
  width: 100%;
  height: 3px;
  background-color: #0b0b0c;
  opacity: 0.8;
}

.copyright-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 10rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.social-icon {
  width: 100%;
  max-width: 10rem;
}

.social-icon-wrap {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon-wrap:hover {
  opacity: 0.5;
}

.trace-footer {
  min-height: 0.625rem;
  background-color: #0043fc;
}

.button-style-new-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icon-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 10rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.links-block-navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-return {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.button-return:hover {
  opacity: 0.7;
}

.return-icon {
  width: 100%;
}

.button-hover-02 {
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #0043fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.button-hover-02:hover {
  background-color: #0b0b0c;
  color: #f3f3f3;
}

.button-hover-02.is-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 11rem;
  min-height: 11rem;
  padding: 0rem;
  border-radius: 50rem;
}

.arrow-button {
  width: 100%;
  max-width: 2rem;
}

.button-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.button-secondary:hover {
  opacity: 0.5;
}

.button-secondary.max-w-16-rem {
  width: 100%;
  max-width: 16rem;
}

.button-secondary-line {
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background-color: #d4d4d4;
}

.button-secondary-line-in {
  width: 0%;
  height: 1px;
  background-color: #333;
}

.case-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56.25rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-names {
  position: relative;
  width: 100%;
}

.content-names.is-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_cta-home {
  position: relative;
  z-index: 2;
  background-color: #0b0b0c;
}

.cta-home_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #0043fc;
  border-left: 3px solid #0043fc;
  color: #f3f3f3;
}

.cta-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
}

.port-pic-content {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.home-portfolio_component {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port-row-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -21.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.port-row-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -21.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mousetrack-link {
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.mousetrack-link-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  height: 6vw;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
}

.button-cta {
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #0043fc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.button-cta:hover {
  background-color: #fc0097;
}

.navigator {
  width: 100%;
}

.header-text {
  width: 100%;
  max-width: 23rem;
  margin-top: 12rem;
  margin-left: 12rem;
}

.container-large-copy {
  width: 100%;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.about_header-component {
  position: relative;
  z-index: 5;
}

.button-2 {
  padding: 1.75rem 3.1875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50rem;
  background-color: #252525;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: rgba(37, 37, 37, 0.65);
}

.form_checkbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_input-2 {
  min-height: 3.125rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form_input-2:hover {
  border-style: solid;
  border-color: #252525;
}

.form_input-2::-webkit-input-placeholder {
  color: rgba(37, 37, 37, 0.4);
  line-height: 1.1;
  font-weight: 500;
}

.form_input-2:-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.4);
  line-height: 1.1;
  font-weight: 500;
}

.form_input-2::-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.4);
  line-height: 1.1;
  font-weight: 500;
}

.form_input-2::placeholder {
  color: rgba(37, 37, 37, 0.4);
  line-height: 1.1;
  font-weight: 500;
}

.form_input-2.is-text-area {
  min-height: 7.5rem;
  padding-top: 0.75rem;
}

.about-video_lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-video_lightbox-wrap {
  width: 100%;
}

.opacity-60 {
  opacity: 0.6;
}

.about_header-description {
  color: rgba(37, 37, 37, 0.65);
  font-size: 1.25rem;
  line-height: 1.3;
}

.about_header-graphic {
  position: absolute;
  left: 68%;
  top: 13%;
  right: auto;
  bottom: auto;
  width: 21%;
  max-width: 15.875rem;
}

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

.form_success-thank-you-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 0.5rem;
  text-align: left;
}

.about_header-content {
  width: 59%;
  max-width: 44.0625rem;
}

.about_contact-max-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_message-success-2 {
  padding: 0rem;
  background-color: transparent;
}

.text-color-dark-65 {
  color: rgba(37, 37, 37, 0.65);
}

.about-video_lightbox-icon-play {
  position: absolute;
  width: 7.75rem;
  max-width: 100%;
}

.form_success-thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.125rem;
}

.about-video_lightbox-thumbanail {
  width: 100%;
  border-radius: 3.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.form_component-2 {
  width: 100%;
  margin-bottom: 0rem;
}

.form_success-thank-you-icon {
  width: 5.25rem;
}

.spacing-block-large-2 {
  width: 100%;
  height: 3rem;
}

.heading-style-h5-2 {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 500;
}

.section_about-contact {
  margin-bottom: 12.5rem;
}

.form_checkbox-label-2 {
  color: #252525;
  font-size: 1rem;
  line-height: 1.5;
}

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

.form_checkbox-icon-2 {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-width: 2px;
  border-color: #252525;
  border-radius: 0.125rem;
}

.form_checkbox-icon-2.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-width: 2px;
  border-color: #252525;
  border-radius: 0.125rem;
  background-color: #252525;
  background-size: 90%;
}

.form_checkbox-icon-2.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.heading-style-h4-2 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
}

.form_spacing {
  height: 1.75rem;
}

.form_label-2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 0.9375rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .button {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .show-tablet {
    display: block;
  }

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

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

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

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

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

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large {
    height: 7.5rem;
  }

  .spacing-section-xlarge {
    height: 7.5rem;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ss_footer {
    padding-top: 4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 1rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .home-header_component {
    margin-top: 4.0625rem;
  }

  .header-pic-wrapper {
    display: none;
  }

  .stars-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-features_tabs-content-text {
    padding: 5rem 3rem;
  }

  .f2wf-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-description {
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feedbacks-wrap.ss_sidebar_sticky.z-index-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .case-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about_header-content {
    width: 63%;
  }

  .about-video_lightbox-icon-play {
    width: 4.5rem;
  }

  .about-video_lightbox-thumbanail {
    border-radius: 2.5rem;
  }

  .spacing-block-large-2 {
    height: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.is-large {
    max-width: 7.5rem;
    min-height: 7.5rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

  .hide-mobile {
    display: none;
  }

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

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

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

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

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

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

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

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

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

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

  .ss_utility_color-items {
    width: 100%;
  }

  .max-width-small.ss_sidebar_sticky {
    position: static;
  }

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

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    position: relative;
    top: 0rem;
    padding-bottom: 0rem;
  }

  .ss_nav_content {
    overflow: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    display: none;
    margin-bottom: 4rem;
  }

  .ss_sidebar {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 4rem 2em;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
  }

  .ss_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .section_home-header {
    height: auto;
  }

  .home-header_component {
    margin-top: 20rem;
  }

  .home-graphic-elipse {
    max-width: 5rem;
  }

  .home-graphic-x {
    left: 335px;
    max-width: 7rem;
  }

  .home-graphic-web {
    max-width: 3rem;
  }

  .home-graphic-trace {
    max-width: 15rem;
  }

  .home-features_tabs-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-features_tabs-link.w--current {
    padding: 1rem 1.5rem;
  }

  .home-features_tabs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
  }

  .home-features_tabs-img {
    width: 100%;
  }

  .home-features_tabs-content-text {
    width: 100%;
    padding: 2rem 1rem;
  }

  .navbar-links-content {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block {
    font-size: 2rem;
  }

  .text-block.z-index-2 {
    line-height: 1.2;
  }

  .text-block-2.z-index-2 {
    font-size: 1rem;
  }

  .case-mask-img.overflow-hidden {
    border-radius: 1rem;
  }

  .feedbacks-home_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedbakcs-home-wrapper {
    max-width: 100%;
  }

  .feedbacks-wrap.ss_sidebar_sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .bio-home_component.text-size-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bio-aliign-two {
    max-width: 100%;
  }

  .footer {
    border-radius: 1px;
  }

  .copyright-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-icon-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .social-icon {
    max-width: 3rem;
  }

  .button-style-new-navbar {
    margin-top: -2.5rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .social-icon-navbar {
    position: relative;
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .links-block-navbar-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-return {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .button-return.w--current {
    bottom: -5%;
  }

  .button-hover-02 {
    font-size: 1rem;
  }

  .button-hover-02.is-large {
    max-width: 7.5rem;
    min-height: 7.5rem;
  }

  .arrow-button {
    margin-left: 6.875rem;
  }

  .port-row-02 {
    margin-right: -15rem;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .port-row-01 {
    margin-left: -15rem;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-cta {
    font-size: 1rem;
  }

  .button-2 {
    padding: 1.25rem 2.5rem;
    font-size: 1rem;
  }

  .form_checkbox-2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .about_header-description {
    font-size: 1.125rem;
  }

  .about_header-graphic {
    max-width: 8.25rem;
  }

  .form_block {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-video_lightbox-icon-play {
    width: 3.875rem;
  }

  .about-video_lightbox-thumbanail {
    border-radius: 1.375rem;
  }

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

  .text-size-large-2 {
    font-size: 1.063rem;
  }

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

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .ss_utility_spacing-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ss_utility_color-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .section_home-portfolio.overflow-hidden {
    z-index: 101;
  }

  .button-style-new.z-index-1 {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .about_header-component {
    z-index: auto;
  }

  .about_header-description {
    max-width: 8.625rem;
  }

  .about_header-graphic {
    top: 48%;
    width: 8.25rem;
  }

  .about_header-content {
    width: 100%;
  }

  .about-video_lightbox-thumbanail {
    height: 10rem;
  }
}

#w-node-cf483e75-cbde-b614-5f1f-fcdb394b524e-d70292a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}