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

body {
  color: #000;
  letter-spacing: 1px;
  font-family: Visby cf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

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

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

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

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;
  font-family: Visby cf, sans-serif;
}

a {
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_component {
  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-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-vertical.padding-huge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.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-family: Visby cf, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.text-color-white.is--nav.is-desk {
  display: block;
}

.heading-style-h3.text-color-white.is--nav.is-non-desk {
  display: none;
}

.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-weight: 400;
  line-height: .9;
  display: block;
}

.heading-style-h1.text-weight-bold.non-desk {
  display: none;
}

.heading-style-h1.text-weight-bold.desk {
  display: block;
}

.heading-style-h1.text-weight-bold.maximum-11ch {
  max-width: 11ch;
}

.heading-style-h1.text-weight-bold.slide-heading {
  margin-bottom: 2rem;
}

.heading-style-h1.text-weight-bold.slider-heading {
  margin-bottom: 4rem;
}

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

.padding-global.is--full {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.text-style-italic.text-size-tiny.is-custom {
  width: 90%;
  max-width: 24rem;
  line-height: 1.1;
}

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

.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-family: Visby cf, sans-serif;
  font-weight: 400;
}

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

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

.heading-style-h4 {
  font-family: Visby cf, sans-serif;
  font-size: 2rem;
  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 {
  font-family: Visby cf, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h2.text-weight-bold {
  font-weight: 700;
  line-height: .9;
}

.heading-style-h2.is-slider {
  text-align: left;
  font-weight: 700;
  line-height: .835;
}

.heading-style-h2.is-slider-2 {
  font-weight: 700;
}

.heading-style-h2.line-height.desk {
  display: block;
}

.heading-style-h2.line-height.non-desk {
  display: none;
}

.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.is-full {
  height: 100%;
  text-align: left;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.main-wrapper {
  overflow: hidden;
}

.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: #004adb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #004adb;
  border-radius: .25rem;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
}

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

.button.is-footer {
  color: #004adb;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #004adb;
  border-radius: .25rem;
  margin-left: auto;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
}

.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_container {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#fff 65%, rgba(255, 255, 255, .74) 79%, rgba(255, 255, 255, .4) 91%, rgba(255, 255, 255, 0));
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav_btn {
  width: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_btn.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav_line {
  width: 2rem;
  height: .2rem;
  background-color: #000;
}

.nav_btn-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-xmedium.max-width-xmedium {
  max-width: 25rem;
  line-height: 1;
}

.home_hero-heading-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hero_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.nav_logo {
  z-index: 100;
}

.nav_logo-img {
  max-width: 8rem;
}

.nav_menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_wrapper.is-pad {
  margin-bottom: 6rem;
}

.section_wrapper.cases {
  grid-column-gap: 7.5rem;
  grid-template-columns: .8fr 1fr;
}

.section_title-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.wheel_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.wheel_slider-wrapper {
  height: 100%;
  min-height: 28rem;
  grid-column-gap: 7.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
  position: relative;
}

.wheel_slider-wrapper.is-grid {
  grid-row-gap: 1rem;
  grid-template-rows: 2rem 10rem auto 5rem;
  grid-template-columns: 1fr 1fr;
}

.wheel_slider-wrapper.hide-tablet {
  grid-template-columns: .8fr 1fr;
}

.wheel_slider-wrapper.non-desk {
  display: none;
}

.wheel_slider-content {
  z-index: 100;
  min-height: 28rem;
  grid-column-gap: 1px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wheel_slider-media {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wheel_slider-media.is-new {
  min-height: 460px;
}

.wheel_slider-graph-circle {
  z-index: 0;
  width: 26%;
  position: absolute;
  top: auto;
  bottom: 54%;
  left: auto;
  right: -6.5%;
}

.wheel_slider-mask, .wheel_section {
  overflow: visible;
}

.wheel_slider-img-container {
  height: 100%;
  max-height: 24rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wheel_slider-img-container.is-non-wheel {
  z-index: 2;
  width: 60%;
  max-height: 25rem;
  margin-bottom: -1rem;
  margin-left: -40px;
  bottom: 2%;
}

.wheel_slider-img-container.is-wheel {
  z-index: 2;
  width: 40%;
  height: auto;
  max-height: 20rem;
  flex: none;
}

.wheel_slider-img-container.is-phone {
  z-index: 2;
  width: 50%;
  height: auto;
}

.wheel_slider-img-container.is-burger {
  z-index: 2;
  width: 60%;
  max-height: 25rem;
  margin-bottom: -1rem;
  bottom: 2%;
}

.wheel_slider-wheel-shadow {
  position: absolute;
  top: auto;
  bottom: -11%;
  left: 0%;
  right: 0%;
}

.wheel_slider-graph {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-position: 100% 0%;
  position: relative;
}

.wheel_slider-graph-img {
  z-index: 0;
  width: 102.6%;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: 0;
  right: -2.6%;
}

.paragraph {
  font-size: 1.875rem;
}

.paragraph-2 {
  max-width: 530px;
  font-size: 2.5rem;
}

.wheel_slider-title {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: .5rem;
  left: 17rem;
  right: auto;
  transform: translate(-50%);
}

.paragraph-3 {
  font-size: 1.9375rem;
  font-weight: 700;
}

.wheel_slider-arrow-left {
  width: 3rem;
  height: 4rem;
  padding: 0;
  display: none;
  top: auto;
  bottom: 0%;
  left: 41.5%;
  right: auto;
}

.wheel_slider-arrow-right {
  width: 3rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-5 {
  max-height: 100%;
  display: block;
}

.home_service-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.home_service-slide-wrapper {
  height: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_service-slide-wrapper.non-desk {
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  display: none;
}

.home_service-slide-wrapper.is-desk {
  grid-template-columns: 1fr 1fr;
}

.slide {
  height: 100%;
}

.home_service-slider-mask {
  height: 100%;
  overflow: visible;
}

.home_service-slide-wrap-right {
  height: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home_service-bottom-wrap-left {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_service-slide-right-arrrow {
  width: 3rem;
  cursor: pointer;
  display: none;
  top: auto;
  bottom: -5rem;
  left: auto;
}

.home_service-slide-left-arrrow {
  width: 3rem;
  cursor: pointer;
  top: auto;
  bottom: -5rem;
  left: auto;
  right: 45.5%;
}

.slide-2 {
  height: 409px;
}

.home_grid-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.home_grid-layout-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.switch_table-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_iner-grid-box-left {
  width: 230px;
}

.switch_table-raw {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.switch_table-raw.top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: start;
  margin-top: 2rem;
}

.switch_table-raw.is-last {
  border-bottom-style: none;
}

.switch_table-raw.is-first {
  border-bottom-style: none;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.home_method-grid {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_method-grid-right {
  justify-content: flex-end;
  padding-right: 5rem;
  display: flex;
}

.home_method-grid-image-wrap-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.home_method-grid-image2-right {
  max-width: .8rem;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: block;
  transform: rotate(0);
}

.home_method-flex-right {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_method-inner-flex-right {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home_method-circle-right {
  width: 2rem;
  height: 2rem;
  border: 3px solid #004adb;
  border-radius: 100%;
  flex: none;
}

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

.footer_grid-wrapper-left {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer_inner-grid-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  display: flex;
}

.div-block-25 {
  max-width: 280px;
}

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

.footer_bottom-form-wrapper-right {
  z-index: 1;
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
}

.form_text-area {
  min-height: 8rem;
  border: 2px solid #004adb;
  border-radius: .25rem;
  margin-bottom: 0;
  font-family: Visby cf, sans-serif;
}

.form_text-area::-ms-input-placeholder {
  color: #c4c4c4;
}

.form_text-area::placeholder {
  color: #c4c4c4;
}

.footer_bottom-form-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-27 {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  min-height: 3rem;
  border: 2px solid #004adb;
  border-radius: .25rem;
  margin-bottom: 0;
  font-family: Visby cf, sans-serif;
}

.text-field::-ms-input-placeholder {
  color: #949494;
}

.text-field::placeholder {
  color: #949494;
}

.wheel_slider-slide {
  height: 100%;
}

.home_service-slide-wrap-left {
  min-height: 26rem;
}

.toggle-button-m {
  width: 6.25rem;
  height: 3rem;
  background-color: #9d9d9d;
  border-radius: 12rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.toggle-button-fill-m {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 12px;
  position: absolute;
}

.button-toggle-m {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.off {
  width: 2.6rem;
  margin-right: 9px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.on {
  width: 2rem;
  margin-left: 9px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.on.opacity {
  opacity: 0;
}

.wheel_slider-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nav_links-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
}

.nav_link-wrapper {
  width: 100%;
  grid-column-gap: 8.75rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
}

.nav_link-contact {
  width: 100%;
  height: 100%;
  max-width: 271px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
  display: flex;
}

.nav_link-social {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.nav_link-address {
  text-align: left;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.nav_links {
  opacity: .7;
  color: #fff;
  font-size: 1.25rem;
}

.nav_links.change {
  margin-top: 2rem;
}

.nav_link-wrap {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.link-block {
  display: block;
}

.nav_link {
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .21);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  transition: all .4s cubic-bezier(.632, .171, 0, .831);
  box-shadow: inset 0 0 rgba(255, 255, 255, .07);
}

.nav_link:hover {
  padding-left: 1.5rem;
  box-shadow: inset 0 -110px 5px rgba(255, 255, 255, .07);
}

.footer_bottom-grid-image-left {
  width: 100%;
  margin-top: -5.9rem;
  margin-left: -3.9rem;
  position: relative;
}

.switch_table {
  line-height: 1;
}

.hero_logo-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero_logo-dash {
  width: 2rem;
  height: 2px;
  background-color: #000;
}

.hero_logo-title {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #004adb;
  font-size: 13px;
}

.hero_logo-track {
  max-width: 66.25rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.hero_logo-slide {
  grid-column-gap: 4rem;
  flex: none;
  align-items: center;
  display: flex;
}

.hero_logo-img {
  max-height: 3rem;
  filter: grayscale();
  mix-blend-mode: luminosity;
}

.div-block-36 {
  transform: rotate(24deg);
}

.wheel_slider-eyeliner {
  letter-spacing: 5px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

.wheel_slider-eyeliner.is-new {
  margin-bottom: 0;
}

.home_method-arrow {
  max-width: 1.2rem;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: absolute;
  transform: rotate(-50deg);
}

.hero_lottie {
  width: 100%;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.blank {
  width: 0;
  height: 0;
}

.spacer-large {
  height: 20rem;
}

.spacer-medium {
  height: 10rem;
}

.spacer-small {
  height: 4rem;
}

.spacer-small.non-desk {
  display: none;
}

.spacer-small.is-hero {
  height: 5rem;
}

.arrow-img {
  width: 2rem;
}

.home_service-slide-left-arrrow-2 {
  width: 3rem;
  cursor: pointer;
  display: none;
  top: auto;
  bottom: -5rem;
  left: auto;
  right: 45%;
}

.heading-style-h2-2 {
  font-family: Visby cf, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

.spacer-xsmall {
  height: 3rem;
}

.home_service-slide-form-wrap {
  height: 100%;
  min-height: 26rem;
  background-image: linear-gradient(to right, #0042cf, #065ef9);
  justify-content: space-around;
  align-items: center;
  padding: 3.8rem 2.3rem;
  display: flex;
}

.text-block {
  color: #3391d1;
  font-size: 2.7rem;
  font-weight: 700;
}

.div-block-38 {
  width: 100%;
  height: 2.1875rem;
  border: 1px solid #fff;
  border-radius: .85rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .4rem .8rem;
  display: flex;
}

.div-block-39 {
  width: 12rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

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

.div-block-38-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #3391d1;
  border: 1px solid #fff;
  border-radius: .85rem;
  align-items: center;
  padding: .4rem 1.9rem;
  font-weight: 700;
  display: flex;
}

.next, .back {
  flex: none;
}

.wheel_slider-nav {
  width: 100%;
  min-height: 3rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  line-height: 1;
  display: flex;
}

.wheel_slider-nav.is-new {
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.image-8 {
  min-height: 26rem;
  object-fit: contain;
}

.div-block-41 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.back2, .next2 {
  flex: none;
}

.bold-text {
  display: inline-block;
}

.line {
  width: 0%;
  height: 1px;
  background-color: #dfdfdf;
}

.loader {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wheel_slider-heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.wheel_slider-img {
  width: 100%;
}

.load {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.load-contain {
  align-items: center;
  padding-left: 2.2%;
  display: flex;
  position: absolute;
}

.of-hide {
  position: relative;
  overflow: hidden;
}

.of-hide.pad-right {
  padding-right: 16px;
}

.of-hide.pad-left {
  padding-left: 16px;
}

.intro-logo {
  width: 14em;
  max-height: 3rem;
}

.intro-logo.right {
  width: 16em;
  max-height: 1.4rem;
  object-position: 0% 50%;
}

.border-line-h {
  width: 1px;
  height: 2em;
  background-color: rgba(0, 74, 219, 0);
  background-image: none;
}

.panel {
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.div-block-43 {
  z-index: 3;
  color: #fff;
  display: none;
  position: relative;
}

.social-icon {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-large_half {
  height: 12rem;
}

.span {
  display: inline;
}

.slider-description {
  font-size: 1.5rem;
}

.bullets {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav_social-link {
  width: 1.5rem;
}

.footer_social {
  width: 1.5rem;
  display: block;
}

.footer_social.is-email {
  width: 1.6rem;
}

.spacer-xxsmall {
  height: 1.5rem;
}

.form_sucess {
  background-color: #fff;
  border: 2px solid #004adb;
  border-radius: .25rem;
  margin-bottom: 0;
  font-family: Visby cf, sans-serif;
}

.form_sucess::-ms-input-placeholder {
  color: #c4c4c4;
}

.form_sucess::placeholder {
  color: #c4c4c4;
}

.error-message {
  border-radius: .25rem;
}

.nav_badge {
  width: 100%;
  max-width: 7.5rem;
}

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

  .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-vertical.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .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-top.margin-large {
    margin-top: 2rem;
  }

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

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

  .heading-style-h3.text-color-white.is--nav {
    font-size: 2rem;
  }

  .heading-style-h3.text-color-white.is--nav.is-desk {
    display: none;
  }

  .heading-style-h3.text-color-white.is--nav.is-non-desk, .heading-style-h1.text-weight-bold.non-desk {
    display: block;
  }

  .heading-style-h1.text-weight-bold.desk {
    display: none;
  }

  .heading-style-h1.text-weight-bold.slider-heading {
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

  .heading-style-h2.is-slider-2 {
    min-height: auto;
  }

  .heading-style-h2.line-height.desk {
    display: none;
  }

  .heading-style-h2.line-height.non-desk {
    display: block;
  }

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

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

  .nav_container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .hero_right {
    padding-bottom: 3rem;
  }

  .section_wrapper {
    flex-direction: column;
    display: flex;
  }

  .section_title-left {
    grid-row-gap: 0rem;
  }

  .wheel_slider-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .wheel_slider-wrapper.is-grid {
    min-height: 40rem;
  }

  .wheel_slider-wrapper.non-desk {
    grid-column-gap: 7.5rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .wheel_slider-content {
    max-width: 100%;
    min-height: 21.1rem;
    position: static;
  }

  .wheel_slider-media {
    flex: none;
  }

  .wheel_slider-graph-circle {
    width: 25%;
    bottom: 61%;
    right: -6%;
  }

  .wheel_slider-mask {
    overflow: visible;
  }

  .wheel_section {
    overflow: hidden;
  }

  .wheel_slider-img-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wheel_slider-img-container.is-non-wheel {
    margin-bottom: -2.4rem;
  }

  .wheel_slider-img-container.is-wheel {
    max-width: 35%;
  }

  .wheel_slider-img-container.is-burger {
    margin-bottom: -2.4rem;
  }

  .wheel_slider-wheel-shadow {
    bottom: -1.9rem;
  }

  .wheel_slider-graph-img {
    height: 51%;
    bottom: 34%;
  }

  .wheel_slider-title {
    top: auto;
    bottom: -1.9rem;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .wheel_slider-arrow-left, .wheel_slider-arrow-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .home_service-slide-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_service-slide-wrapper.non-desk {
    align-items: flex-start;
    display: flex;
  }

  .home_service-slide-wrapper.is-desk {
    display: none;
  }

  .home_service-slide-wrap-right {
    width: 100%;
    min-height: 16rem;
    justify-content: flex-start;
  }

  .home_service-bottom-wrap-left {
    margin-top: 2rem;
    position: static;
  }

  .home_service-slide-right-arrrow {
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 0%;
  }

  .home_service-slide-left-arrrow {
    top: auto;
    bottom: 1rem;
    left: 0%;
    right: auto;
  }

  .home_service-slide {
    min-height: 40rem;
  }

  .home_grid-layout {
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .home_grid-layout-left {
    grid-row-gap: 2rem;
  }

  .home_method-grid {
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .home_method-inner-flex-right {
    width: 100%;
  }

  .footer_top {
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer_grid-wrapper-left {
    flex-direction: column;
  }

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

  .home_service-slide-wrap-left {
    height: 26rem;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .nav_link-contact {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .nav_link-address {
    margin-top: 0;
  }

  .nav_links.change {
    margin-top: 1rem;
  }

  .footer_bottom-grid-image-left {
    margin-top: -3rem;
    margin-left: -4.4rem;
  }

  .hero_logo-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_logo-track {
    max-width: 100%;
  }

  .hero_logo-slide {
    grid-column-gap: 3rem;
  }

  .hero_logo-img {
    width: 7rem;
    height: 3rem;
    max-width: 100%;
    object-fit: contain;
  }

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

  .hero_lottie {
    width: 100%;
    max-width: 28rem;
  }

  .blank {
    display: none;
  }

  .spacer-large {
    height: 14rem;
  }

  .spacer-medium {
    height: 8rem;
  }

  .spacer-small {
    height: 3rem;
  }

  .spacer-small.non-desk {
    display: block;
  }

  .arrow-img {
    width: 1.75rem;
  }

  .home_service-slide-left-arrrow-2 {
    top: auto;
    bottom: 1rem;
    left: 0%;
    right: auto;
  }

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

  .home_service-slide-form-wrap {
    min-width: 37.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel_slider-nav {
    margin-top: 1rem;
  }

  .wheel_slider-nav.is-new {
    height: 4rem;
    align-items: center;
    margin-bottom: 1rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-41 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wheel_slider-heading {
    min-height: 5rem;
  }

  .wheel_slider-heading.is-new {
    grid-row-gap: 1rem;
  }

  .intro-logo {
    width: 12em;
  }

  .spacer-large_half {
    height: 12rem;
  }

  .nav_badge {
    max-width: 6rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-huge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .heading-style-h1.text-weight-bold.desk {
    display: block;
  }

  .heading-style-h1.text-weight-bold.slide-heading {
    margin-bottom: 1rem;
  }

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

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

  .container-large.is-full {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium.text-weight-bold.is-title {
    font-size: 1rem;
  }

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

  .home-message_component {
    padding: 0;
  }

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

  .hero_right {
    padding-bottom: 1rem;
  }

  .wheel_slider-wrapper {
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .wheel_slider-wrapper.non-desk {
    grid-row-gap: 1rem;
  }

  .wheel_slider-content {
    min-height: 18rem;
    position: static;
  }

  .wheel_slider-graph-circle {
    width: 21%;
    right: -4%;
  }

  .wheel_slider-mask {
    overflow: visible;
  }

  .wheel_section {
    overflow: hidden;
  }

  .wheel_slider-img-container {
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel_slider-img-container.is-non-wheel {
    margin-left: 0;
  }

  .wheel_slider-img-container.is-wheel {
    max-width: 40%;
    flex-direction: column;
  }

  .wheel_slider-img-container.is-phone, .wheel_slider-img-container.is-burger {
    margin-left: 0;
  }

  .wheel_slider-wheel-shadow {
    max-width: 120%;
    bottom: -13%;
    left: -10%;
  }

  .wheel_slider-graph {
    max-height: none;
    margin-right: 0;
  }

  .wheel_slider-graph-img {
    height: auto;
    bottom: 27%;
  }

  .wheel_slider-arrow-right {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-5 {
    max-height: 18rem;
  }

  .wheel_slider-description {
    min-height: 3rem;
  }

  .home_service-slide-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .home_service-slide-wrap-right {
    min-height: 13.3rem;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .home_service-slide-right-arrrow {
    width: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -1rem;
  }

  .home_service-slide-left-arrrow {
    width: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: -1rem;
  }

  .home_service-slide {
    min-height: 32rem;
  }

  .switch_table-raw {
    grid-column-gap: 2rem;
  }

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

  .home_method-flex-right {
    grid-row-gap: 1.5rem;
  }

  .home_method-inner-flex-right {
    grid-column-gap: 1rem;
  }

  .home_method-circle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .footer_middle {
    margin-top: 1rem;
  }

  .home_service-slide-wrap-left {
    height: 18rem;
    min-height: auto;
    object-position: 0% 100%;
  }

  .toggle-button-m {
    width: 5.7rem;
    height: 2.75rem;
  }

  .off, .on {
    width: 2rem;
  }

  .wheel_slider-image {
    max-height: 16rem;
  }

  .footer_bottom-grid-image-left {
    margin-left: -3.6rem;
  }

  .wheel_slider-eyeliner {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .hero_lottie {
    max-width: 18rem;
  }

  .blank {
    display: block;
  }

  .spacer-large {
    height: 12rem;
  }

  .spacer-medium {
    height: 6rem;
  }

  .spacer-small {
    height: 2rem;
  }

  .home_service-slide-left-arrrow-2 {
    width: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -1rem;
  }

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

  .home_service-slide-form-wrap {
    height: 18rem;
    min-height: auto;
    min-width: 26.4rem;
  }

  .wheel_slider-nav, .wheel_slider-nav.text-weight-bold {
    margin-top: 0;
  }

  .div-block-41 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wheel_slider-heading {
    min-height: 7rem;
  }

  .wheel_slider-img {
    max-height: 17rem;
  }

  .load-contain {
    margin-bottom: 100px;
  }

  .intro-logo {
    width: 11em;
  }

  .slider-description {
    font-size: 1rem;
  }

  .bullets {
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .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-top.margin-large {
    margin-top: 1.5rem;
  }

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

  .heading-style-h3.text-color-white.is--nav {
    font-size: 1.75rem;
  }

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

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

  .heading-style-h1.text-weight-bold.non-desk {
    padding-bottom: 0;
  }

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

  .text-size-large {
    line-height: 1;
  }

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

  .heading-style-h2.is-slider {
    text-align: left;
    font-size: 1.74rem;
    font-weight: 700;
    line-height: 1;
  }

  .heading-style-h2.is-slider.is-cpc {
    max-width: 10ch;
  }

  .heading-style-h2.is-slider.is-android {
    max-width: 9ch;
  }

  .heading-style-h2.is-slider.is-view {
    max-width: 11ch;
    line-height: .9;
  }

  .heading-style-h2.is-slider.is-cmp {
    max-width: 12ch;
  }

  .heading-style-h2.is-slider-2 {
    min-height: 4.5rem;
    font-weight: 700;
  }

  .heading-style-h2.line-height {
    margin-bottom: 4rem;
    font-size: 13vw;
  }

  .heading-style-h2.line-height.non-desk {
    margin-bottom: 0;
  }

  .text-size-medium.text-weight-bold.is-title {
    font-size: .7rem;
  }

  .text-size-medium.is-table {
    font-size: .9rem;
  }

  .nav_logo {
    width: 10rem;
    padding-left: 0;
  }

  .section_wrapper {
    grid-row-gap: 0px;
  }

  .wheel_slider {
    position: relative;
  }

  .wheel_slider-wrapper.non-desk {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 2rem;
    position: relative;
  }

  .wheel_slider-content {
    min-height: auto;
    flex: 1;
  }

  .wheel_slider-graph-circle {
    width: 20%;
    top: 2%;
    bottom: auto;
    right: -2%;
  }

  .wheel_slider-img-container {
    justify-content: flex-start;
  }

  .wheel_slider-img-container.is-non-wheel, .wheel_slider-img-container.is-phone, .wheel_slider-img-container.is-burger {
    width: 60%;
    max-height: none;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -3%;
    top: 3%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .wheel_slider-graph-img {
    top: -5%;
    bottom: auto;
  }

  .wheel_slider-arrow-left {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -2.5rem;
  }

  .wheel_slider-arrow-right {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -2.3rem;
  }

  .image-5 {
    max-height: 13rem;
  }

  .wheel_slider-description {
    min-height: 3.8rem;
  }

  .home_service-slide-wrapper.non-desk {
    min-height: 520px;
  }

  .home_service-slide-wrap-right {
    min-height: 15rem;
    grid-row-gap: 1rem;
    flex: 1;
  }

  .home_service-slide-right-arrrow {
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .home_service-slide-left-arrrow {
    width: 2rem;
    bottom: 0;
  }

  .home_service-slide {
    min-height: 32rem;
  }

  .switch_table-raw {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .switch_table-raw.top {
    grid-template-columns: 1fr;
  }

  .home_method-grid {
    grid-row-gap: 0rem;
  }

  .home_method-circle-right {
    flex: none;
  }

  .footer_middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

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

  .div-block-27 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home_service-slide-wrap-left {
    height: 16rem;
    max-height: 16rem;
    min-height: 16rem;
  }

  .toggle-button-m {
    width: 4.4rem;
    height: 2.2rem;
  }

  .button-toggle-m {
    width: 1.5rem;
    height: 1.5rem;
  }

  .off {
    width: 1.7rem;
  }

  .on {
    width: 1.4rem;
  }

  .nav_link-contact {
    grid-row-gap: 2rem;
    display: flex;
  }

  .nav_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .wheel_slider-arrow {
    height: 100%;
  }

  .footer_bottom-grid-image-left {
    width: 100%;
    min-height: 9rem;
    margin-top: 4rem;
    margin-left: -1.3rem;
  }

  .switch_table {
    max-width: 94vw;
    flex-direction: column;
    font-size: .8rem;
    display: flex;
    overflow: auto;
  }

  .wheel_slider-eyeliner {
    min-height: 1.8rem;
  }

  .hero_lottie {
    max-width: 18rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .spacer-large {
    height: 9rem;
  }

  .arrow-img {
    width: 100%;
    height: 100%;
  }

  .home_service-slide-left-arrrow-2 {
    width: 2rem;
    bottom: 0;
  }

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

  .spacer-xsmall.is-small {
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .home_service-slide-form-wrap {
    width: 86vw;
    height: 16rem;
    max-height: 16rem;
    min-height: 16rem;
    min-width: auto;
    grid-column-gap: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-39 {
    grid-row-gap: 0rem;
  }

  .next {
    width: 1.75rem;
    flex: none;
  }

  .back {
    width: 1.75rem;
  }

  .wheel_slider-nav.is-new {
    height: 2.6rem;
    min-height: 2.6rem;
    grid-column-gap: 2.5rem;
    flex: none;
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .div-block-41 {
    flex: 1;
    justify-content: space-between;
  }

  .back2, .next2 {
    width: 1.75rem;
    flex: none;
  }

  .wheel_slider-heading {
    min-height: 6rem;
    flex: 1;
  }

  .wheel_slider-heading.is-new {
    grid-row-gap: 1rem;
  }

  .wheel_slider-img {
    max-height: none;
    object-fit: contain;
    margin-bottom: -13%;
    margin-left: 0;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .load-contain {
    padding-left: 4%;
  }

  .of-hide.pad-right {
    padding-right: .5rem;
  }

  .of-hide.pad-left {
    padding-left: .5rem;
  }

  .intro-logo {
    width: auto;
    max-width: 8rem;
  }

  .intro-logo.right {
    width: auto;
    max-width: 9rem;
  }

  .div-block-42 {
    min-width: 4rem;
  }

  .spacer-large_half {
    height: 7rem;
  }

  .text-span {
    letter-spacing: 5px;
    margin-right: -5px;
  }

  .text-span-copy {
    letter-spacing: 4px;
    margin-right: -4px;
  }

  .slider-description {
    font-size: 1rem;
  }

  .bullets {
    margin-top: 4rem;
  }

  .nav_social-link {
    width: 1.5rem;
  }

  .spacer-xxsmall.is-small {
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .nav_badge {
    max-width: 7.5rem;
  }
}

#w-node-_53e5a2a5-150c-0d83-7e9b-2888072d28e3-7327addc, #w-node-c92eba53-7932-81ed-db20-713cfb7fda77-7327addc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e991fde9-4386-aace-fab5-103e972e39df-7327addc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb928a-7327addc {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb9283-7327addc {
  align-self: end;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb92a8-7327addc {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb92a1-7327addc {
  align-self: end;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb92c5-7327addc {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_193db451-d37f-fa05-ff92-a5a32efb92bd-7327addc {
  align-self: end;
}

#w-node-_49363289-67be-90e7-b719-6e0bdb4b6eed-7327addc, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f1-7327addc, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f4-7327addc, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f7-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6ef5-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6efb-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f01-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f08-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f0b-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f0e-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f12-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f15-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f18-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f1c-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f1f-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f22-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f26-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f29-7327addc, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f2c-7327addc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec616aa3-9e67-1477-f74c-782b49d36fc8-7327addc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_83c83a81-e078-953f-5dd9-a377c35503a1-7327addc, #w-node-_70202b8f-e001-56fe-743f-f8e1f9a83e23-7327addc, #w-node-_56c4130f-3582-5f13-ccc0-48be7e55e507-7327addc, #w-node-_425e25e7-2408-2e35-d109-fa835c3c4c12-7327addc, #w-node-_02a7ae24-519a-f14e-150c-d6f5d507612c-7327addc, #w-node-a4f2f55e-f878-b1c6-4f6b-8eac49d511b5-7327addc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Escreva-aqui-3.w-node-cf28cfcb-1dfe-f7c9-0827-a72441ee1566-7327addc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6716162b-d8fe-c63d-bd46-19458ea1d339-7327addc, #w-node-c6b3d634-7a17-2cb7-c568-dfe3500792bc-ac27ade5, #w-node-_4eb29215-422c-1519-6272-0dca83211936-ac27ade5, #w-node-_53e5a2a5-150c-0d83-7e9b-2888072d28e3-7a27ade6, #w-node-c92eba53-7932-81ed-db20-713cfb7fda77-7a27ade6, #w-node-_76dc8ba3-ec88-4733-0b7a-f00f3563563d-7a27ade6, #w-node-_4eb29215-422c-1519-6272-0dca83211909-7a27ade6, #w-node-_4eb29215-422c-1519-6272-0dca83211926-7a27ade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c73321ef-28e8-48c7-9710-461d94ef7818-7a27ade6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4eb29215-422c-1519-6272-0dca83211917-7a27ade6, #w-node-_4eb29215-422c-1519-6272-0dca83211918-7a27ade6, #w-node-c6b3d634-7a17-2cb7-c568-dfe3500792bc-7a27ade6, #w-node-_4eb29215-422c-1519-6272-0dca83211936-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6ed5-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6eed-7a27ade6, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f1-7a27ade6, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f4-7a27ade6, #w-node-f7572879-ca72-b55e-40c1-5a7a085ff8f7-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6ef5-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6efb-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f01-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f08-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f0b-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f0e-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f12-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f15-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f18-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f1c-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f1f-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f22-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f26-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f29-7a27ade6, #w-node-_49363289-67be-90e7-b719-6e0bdb4b6f2c-7a27ade6, #w-node-ec616aa3-9e67-1477-f74c-782b49d36fc8-7a27ade6, #w-node-_83c83a81-e078-953f-5dd9-a377c35503a1-7a27ade6, #w-node-_8c9993b8-8ce0-74ba-1ef7-0efba0ec61a5-7a27ade6, #w-node-_70202b8f-e001-56fe-743f-f8e1f9a83e23-7a27ade6, #w-node-_56c4130f-3582-5f13-ccc0-48be7e55e507-7a27ade6, #w-node-_425e25e7-2408-2e35-d109-fa835c3c4c12-7a27ade6, #w-node-_02a7ae24-519a-f14e-150c-d6f5d507612c-7a27ade6, #w-node-a4f2f55e-f878-b1c6-4f6b-8eac49d511b5-7a27ade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Escreva-aqui.w-node-cf28cfcb-1dfe-f7c9-0827-a72441ee1566-7a27ade6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6716162b-d8fe-c63d-bd46-19458ea1d339-7a27ade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_56e43c76-1a0e-9538-dd50-7342e5978fd7-7327addc {
    justify-self: end;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb9273-7327addc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb928a-7327addc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb9272-7327addc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb927a-7327addc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb9283-7327addc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb9296-7327addc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92a8-7327addc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb9295-7327addc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb929b-7327addc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92a1-7327addc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92b2-7327addc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92c5-7327addc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92b1-7327addc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69a3d5de-d173-eb20-1dbb-ca630001ea7e-7327addc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_193db451-d37f-fa05-ff92-a5a32efb92bd-7327addc {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6dc6436-989c-bd7b-e777-efcf826ab0be-7327addc, #w-node-e6dc6436-989c-bd7b-e777-efcf826ab0be-7a27ade6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #Nome.w-node-ff87101c-f076-0e27-e84b-802018f30d4f-7327addc, #Sobrenome.w-node-_5b4b1d88-99e1-9bf8-8c8f-2595cb8b7f35-7327addc, #Empresa.w-node-_20a801ca-d5fb-d6a7-378d-ca9be4c46fcd-7327addc, #Email.w-node-_20a801ca-d5fb-d6a7-378d-ca9be4c46fce-7327addc, #Nome.w-node-ff87101c-f076-0e27-e84b-802018f30d4f-7a27ade6, #Sobrenome.w-node-_5b4b1d88-99e1-9bf8-8c8f-2595cb8b7f35-7a27ade6, #Empresa.w-node-_20a801ca-d5fb-d6a7-378d-ca9be4c46fcd-7a27ade6, #Email.w-node-_20a801ca-d5fb-d6a7-378d-ca9be4c46fce-7a27ade6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Medium-Oblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Visby cf';
  src: url('../fonts/Visby-CF-Regular-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}