.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-checkbox-input--inputType-custom {
  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 {
  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 {
  background-color: #0c0c0c;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

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

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

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

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

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

p {
  margin-bottom: 0rem;
  color: #fff;
}

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

li {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

.form-message-success {
  padding: 1.25rem;
}

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

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

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

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

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.button-padding {
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}

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

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

.button {
  padding: 0.75rem 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;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

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

.heading-large {
  color: #f801fe;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

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

.text-size-large {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 700;
}

.icon-medium {
  height: 3rem;
}

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

.text-size-regular.text-style-muted.text-align-center_tablet {
  color: #fff;
}

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

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-align-center.text-style-muted {
  color: #fff;
  font-weight: 700;
}

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0rem;
}

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

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

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

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

.icon-large {
  height: 4rem;
}

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

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

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

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

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

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

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

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

.text-size-tiny.text-color-white {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-size-tiny.text-color-white:hover {
  opacity: 0.5;
}

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

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  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;
}

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

.container-large.flex-horizontal.flex-vertical_tablet {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f801fe;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: transparent;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.show-tablet {
  display: none;
}

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

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

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

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

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

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

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

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

.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-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

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

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

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

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

.button-secondary {
  padding: 0.75rem 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;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.button-text {
  padding: 0.75rem 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;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-top.margin-small {
  background-color: transparent;
}

.margin-top.margin-xsmall {
  display: block;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.padding-right.padding-medium.flex-vertical_tablet {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-right.padding-medium.flex-vertical_tablet {
  padding-right: 0rem;
  border-bottom: 0px solid #fff;
  text-align: center;
}

.padding-right.padding-medium.flex-vertical_tablet.line {
  border-bottom-width: 3px;
}

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

.padding-vertical.padding-custom_hero {
  padding-top: 8rem;
  padding-bottom: 11rem;
}

.padding-vertical.padding-footer {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: transparent;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

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

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.end-cta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 35rem;
  padding: 3rem 4rem 12rem;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  transition: all 700ms cubic-bezier(.165, .84, .44, 1);
}

.end-cta-item.one {
  position: relative;
  overflow: hidden;
  padding-bottom: 15.5rem;
  border-style: solid;
  border-width: 1px 2px 1px 0px;
  border-color: #f801fe;
}

.end-cta-item.one.current {
  width: 45%;
}

.end-cta-item.three {
  position: relative;
  overflow: hidden;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 100%, 0.2) #000 #000;
}

.end-cta-item.three.current {
  width: 45%;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #f801fe;
}

.end-cta-item.two {
  position: relative;
  overflow: hidden;
}

.end-cta-item.two.current {
  width: 45%;
  border-style: solid;
  border-width: 1px;
  border-color: #f801fe;
}

.end-cta_title {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.end-cta_title.one {
  color: #c300fe;
}

.end-cta_title.one.current {
  color: #fff;
  font-size: 1.4rem;
}

.end-cta_title.two {
  color: #febe09;
}

.end-cta_title.two.current {
  color: #fff;
  font-size: 1.4rem;
}

.end-cta_title.three {
  color: #025ced;
}

.end-cta_title.three.current {
  color: #fff;
  font-size: 1.4rem;
}

.button-secondary-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button-secondary-wrapper.three {
  background-color: #fff;
}

.button-secondary-wrapper.three.current {
  background-color: #000;
}

.button-secondary-wrapper.one {
  background-color: #fff;
}

.button-secondary-wrapper.one.current {
  background-color: #000;
}

.button-secondary-wrapper.two {
  background-color: #fff;
}

.button-secondary-wrapper.two.current {
  background-color: #000;
}

.end-cta_item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0%;
  background-color: #c300fe;
  -webkit-transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  transition: all 700ms cubic-bezier(.165, .84, .44, 1);
}

.end-cta_item-overlay.blue {
  background-color: #025ced;
}

.end-cta_item-overlay.yellow {
  background-color: #febe09;
}

.end-cta_item-overlay.current {
  height: 100%;
}

.section-end-cta {
  border-top: 2px solid #f801fe;
  border-bottom: 2px solid #f801fe;
  background-color: #262626;
}

.end-cta_button-secondary {
  padding: 0.85rem 1.45rem;
  -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: 0.125rem;
  border-color: #000;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.end-cta_button-secondary.one {
  border-color: #c300fe;
  background-color: #c300fe;
  font-size: 1.1rem;
}

.end-cta_button-secondary.one.current {
  border-color: #1a1a1a;
  background-color: #fff;
  font-size: 1.3rem;
}

.end-cta_button-secondary.three {
  border-color: #025ced;
  background-color: #025ced;
}

.end-cta_button-secondary.three.current {
  border-color: #000;
  background-color: #fff;
  font-size: 1.3rem;
}

.end-cta_button-secondary.two {
  border-color: #febe09;
  background-color: #febe09;
}

.end-cta_button-secondary.two.current {
  border-color: #1a1a1a;
  background-color: #fff;
  font-size: 1.3rem;
}

.end-cta-on-graphic_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: -5%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1vw;
}

.end-cta-on-graphic_wrapper.third {
  right: 3%;
}

.end-cta-on-graphic_wrapper.second {
  right: 2%;
}

.end-cta-on-graphic_wrapper.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.end-cta-off-graphic_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: -5%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1vw;
}

.end-cta-off-graphic_wrapper.second {
  right: 2%;
}

.end-cta-off-graphic_wrapper.third {
  right: 3%;
}

.end-cta-off-graphic_wrapper.current {
  opacity: 0;
}

.end-cta-item_wrapper {
  position: relative;
  z-index: 1;
  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;
}

.end-cta_heading {
  margin-top: 0.5rem;
  margin-bottom: 5rem;
  -webkit-transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 700;
}

.end-cta_heading.current {
  font-size: 3.5rem;
}

.end-cta_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 125rem;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 33.333333333333336% 33.333333333333336% 33.333333333333336%;
  grid-template-columns: 33.333333333333336% 33.333333333333336% 33.333333333333336%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px 0px;
  border-color: #f801fe;
}

.end-cta_image {
  width: 10em;
  height: 14em;
}

.end-cta_image.second {
  width: 14em;
  height: 14em;
}

.end-cta_image.seven {
  position: absolute;
  top: -6rem;
  right: -12rem;
  z-index: -1;
}

.end-cta_image.third {
  width: 13em;
  height: 11em;
}

.end-cta_image.six {
  position: absolute;
  top: -5rem;
  right: -10rem;
  z-index: -1;
}

.end-cta_image.three {
  position: absolute;
  top: -2rem;
  right: -4rem;
  z-index: -1;
}

.end-cta_image.three.third {
  border-right: 1px solid #f801fe;
}

.end-cta_image.two {
  position: absolute;
  top: -1rem;
  right: -2rem;
  z-index: -1;
}

.end-cta_image.five {
  position: absolute;
  top: -4rem;
  right: -8rem;
  z-index: -1;
}

.end-cta_image.four {
  position: absolute;
  top: -3rem;
  right: -6rem;
  z-index: -1;
}

.hero-image_5 {
  position: absolute;
  left: -27%;
  top: auto;
  right: auto;
  bottom: -8%;
  z-index: -1;
  width: 13rem;
  margin-bottom: 0.5rem;
}

.section-hero {
  background-color: #000;
  background-image: url('../images/hero-lines.svg');
  background-position: 50% 0%;
  background-size: 83rem;
  background-repeat: no-repeat;
}

.hero-image_2 {
  width: 12rem;
  margin-bottom: 0.5rem;
}

.logo-2 {
  width: 11rem;
}

.logo-2.small {
  width: 9rem;
}

.text-align-center_tablet.hero-heading {
  color: #fff;
}

.text-align-center_tablet.hero-heading {
  color: #f801fe;
}

.text-align-center_tablet.hero-heading.wgite {
  color: #fff;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(102%, 0px);
  -ms-transform: translate(102%, 0px);
  transform: translate(102%, 0px);
}

.side-menu-background {
  position: fixed;
  left: auto;
  top: -20%;
  right: 0px;
  bottom: auto;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 22rem;
  height: 130vh;
  padding-top: 0rem;
  background-color: #2c50fa;
  box-shadow: -8px 0 30px 0 rgba(0, 0, 0, 0.23);
}

.hero-image_7 {
  width: 12rem;
  margin-bottom: 0.5rem;
}

.side-menu-wrapper {
  z-index: 14;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 22rem;
  height: 100vh;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  white-space: nowrap;
}

.close-button {
  width: 2rem;
  height: 2rem;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c50fa;
  border-radius: 100vw;
  background-image: url('../images/cross-white.svg');
  background-position: 50% 50%;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  cursor: pointer;
}

.close-button:hover {
  border-color: #fff;
}

.nav_component {
  background-color: transparent;
}

.hero-image_8 {
  position: absolute;
  left: auto;
  top: -17%;
  right: -41%;
  bottom: auto;
  z-index: 0;
  width: 15.5rem;
  margin-bottom: 0.5rem;
}

.hero-image_1 {
  width: 17rem;
}

.button-2 {
  position: static;
  left: -0.5rem;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  padding: 0.85rem 1.45rem;
  -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: 0.5rem;
  background-color: #f801fe;
  -webkit-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

.button-2.small {
  font-size: 0.8rem;
}

.nav-link {
  color: #fff;
}

.side-menu-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0.125rem 0rem;
  -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;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0.5rem;
  background-color: #fff;
}

.logo {
  width: 13rem;
}

.link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.max-width-small-2 {
  width: 100%;
  max-width: 26rem;
  background-color: transparent;
}

.hero-image_wrapper-2 {
  position: absolute;
  left: -49%;
  top: 13%;
  right: auto;
  bottom: auto;
  z-index: -1;
  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-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon-2 {
  width: 2rem;
}

.side-menu_component {
  position: fixed;
  left: auto;
  top: -20rem;
  right: 0rem;
  bottom: 0rem;
  z-index: 999;
  display: none;
  overflow: visible;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: normal;
  -o-object-fit: none;
  object-fit: none;
}

.hero-image_main {
  overflow: hidden;
  height: 100%;
}

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

.hero-image-item_wrapper {
  position: relative;
  z-index: 1;
}

.hero-image_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-image_wrapper-3 {
  position: absolute;
  left: auto;
  top: 40%;
  right: -32%;
  bottom: auto;
  z-index: -1;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-button {
  display: none;
}

.hero-image_6 {
  width: 12rem;
  margin-bottom: 0.5rem;
}

.side-menu-item-wrapper.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-menu-item-wrapper.flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  -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;
}

.side-menu-item-wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-image_3 {
  width: 12rem;
  margin-bottom: 0.5rem;
}

.underline-wrapper {
  overflow: hidden;
}

.hero-image_4 {
  width: 12rem;
  margin-bottom: 0.5rem;
}

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

.section-footer {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #1a1a1a;
}

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

.footer-item.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-item.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-item.bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-3 {
  position: static;
  left: -0.5rem;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  padding: 0.85rem 1.45rem;
  -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: 0.5rem;
  background-color: #2dbfb9;
  -webkit-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.end-cta_heading-2 {
  margin-top: 0.5rem;
  margin-bottom: 5rem;
  -webkit-transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  transition: all 700ms cubic-bezier(.165, .84, .44, 1);
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}

.end-cta_heading-2.current {
  font-size: 4rem;
}

.menu-button-2 {
  display: none;
}

.menu-button-3 {
  padding: 0rem 0rem 0rem 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-icon {
  width: 2rem;
}

.side-menu-background-2 {
  position: fixed;
  left: auto;
  top: -20%;
  right: 0px;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 22rem;
  height: 130vh;
  padding-top: 0rem;
  background-color: #2c50fa;
  box-shadow: -8px 0 30px 0 rgba(0, 0, 0, 0.23);
}

.side-menu_component-2 {
  position: fixed;
  left: auto;
  top: -20rem;
  right: 0rem;
  bottom: 0rem;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: normal;
  -o-object-fit: none;
  object-fit: none;
}

.side-menu-wrapper-2 {
  z-index: 14;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 22rem;
  height: 100vh;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  white-space: nowrap;
}

.close-button-2 {
  width: 2rem;
  height: 2rem;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c50fa;
  border-radius: 100vw;
  background-image: url('../images/cross-white.svg');
  background-position: 50% 50%;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  cursor: pointer;
}

.close-button-2:hover {
  border-color: #fff;
}

.button-4 {
  position: static;
  left: -0.5rem;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  padding: 0.85rem 1.45rem;
  -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: 0.5rem;
  background-color: #febe09;
  -webkit-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.button-4.small {
  font-size: 0.8rem;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-video {
  z-index: 1;
  padding-left: 0px;
}

.text-span {
  border-style: solid;
  border-width: 0px;
  border-color: #f801fe;
  color: #f801fe;
}

.text-span-2 {
  color: #f801fe;
}

.div-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

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

.container {
  margin-top: 33px;
  margin-bottom: 33px;
}

.container-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.heading {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #f801fe;
}

.paragraph {
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #f801fe;
}

.paragraph-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-3 {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #f801fe;
}

.paragraph-3 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-4 {
  font-family: Inconsolata, monospace;
  text-align: center;
}

.div-block-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.text-span-5 {
  color: #f801fe;
}

.text-span-6 {
  color: #f801fe;
}

.text-span-7 {
  color: #f801fe;
}

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

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .container-large.flex-horizontal.flex-vertical_tablet {
    -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;
  }

  .container-large.navbar {
    width: auto;
    max-width: none;
  }

  .page-padding.navbar {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .padding-right.padding-medium.flex-vertical_tablet {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .end-cta-item.one {
    width: 100%;
  }

  .end-cta-item.one.current {
    width: 100%;
    height: 40rem;
  }

  .end-cta-item.three {
    width: 100%;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.2);
  }

  .end-cta-item.three.current {
    width: 100%;
  }

  .end-cta-item.two {
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .end-cta-item.two.current {
    width: 100%;
  }

  .end-cta-on-graphic_wrapper {
    font-size: 2.5vw;
  }

  .end-cta-off-graphic_wrapper {
    font-size: 2.5vw;
  }

  .end-cta_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-hero {
    background-size: 83rem, auto 50%;
  }

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

  .side-menu-background {
    z-index: 0;
    display: block;
    background-color: #1a1a1a;
  }

  .close-button {
    border-color: #fff;
  }

  .close-button:hover {
    border-color: #2dbfb9;
  }

  .nav-link {
    display: inline-block;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #fff;
  }

  .side-menu-text-wrap {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .menu-icon-2 {
    width: 1.6rem;
  }

  .side-menu_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-image_wrapper {
    margin-top: 12rem;
    padding-left: 1.5rem;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    font-size: 1rem;
  }

  .nav-menu {
    display: none;
    width: 101vw;
    margin-right: -2.55rem;
    margin-left: -2.55rem;
    background-color: #2dbfb9;
  }

  .menu-button {
    display: block;
    padding-right: 0px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .footer_component {
    grid-row-gap: 5.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-item.middle {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-item.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-item.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-right: 1rem;
  }

  .footer-link.extra-bottom {
    margin-bottom: 2rem;
  }

  .footer-link.bottom {
    margin-bottom: 2rem;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button-2.w--open {
    padding: 0px;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .side-menu-background-2 {
    z-index: 0;
  }

  .nav-link-2 {
    display: inline-block;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #2c50fa;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

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

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

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

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-top.margin-large {
    margin-top: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-align-center_tablet.hero-heading {
    font-size: 3.5rem;
  }

  .text-align-center_tablet.hero-heading {
    font-size: 3.5rem;
  }

  .side-menu-background {
    z-index: 6;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .side-menu-text-wrap {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .logo {
    width: 10rem;
  }

  .menu-icon-2 {
    width: 1.5rem;
  }

  .side-menu_component {
    overflow: scroll;
  }

  .hero-image_wrapper {
    margin-top: 10rem;
    padding-left: 4.5rem;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .nav-menu {
    width: 101vw;
    margin-right: -1.4rem;
    margin-left: -1.4rem;
  }

  .logo-3 {
    width: 10rem;
  }

  .side-menu-background-2 {
    z-index: 6;
  }

  .side-menu_component-2 {
    overflow: scroll;
  }

  .side-menu-wrapper-2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

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

  .page-padding.navbar {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-custom_hero {
    padding-top: 3rem;
  }

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

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

  .end-cta-item.one {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .end-cta-item.three {
    padding-right: 1.6rem;
    padding-bottom: 15.5rem;
    padding-left: 1.6rem;
  }

  .end-cta-item.two {
    padding-right: 1.6rem;
    padding-bottom: 15.5rem;
    padding-left: 1.6rem;
  }

  .end-cta-on-graphic_wrapper {
    font-size: 4vw;
  }

  .end-cta-off-graphic_wrapper {
    font-size: 4vw;
  }

  .hero-image_5 {
    left: -20%;
    bottom: -19%;
  }

  .section-hero {
    background-size: 83rem, auto 30%;
  }

  .text-align-center_tablet.hero-heading {
    font-size: 3rem;
  }

  .text-align-center_tablet.hero-heading {
    font-size: 3rem;
  }

  .side-menu-background {
    width: 100%;
  }

  .side-menu-wrapper {
    overflow: scroll;
    width: 100%;
  }

  .hero-image_8 {
    top: -24%;
    right: -27%;
  }

  .hero-image_1 {
    width: 16rem;
  }

  .nav-link {
    color: #fff;
  }

  .side-menu-text-wrap {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .hero-image_wrapper-2 {
    left: -30%;
  }

  .menu-icon-2 {
    width: 1.4rem;
  }

  .side-menu_component {
    width: 100%;
  }

  .hero-image_wrapper {
    margin-top: 8rem;
    padding-left: 4.5rem;
  }

  .nav-menu {
    background-color: #2dbfb9;
  }

  .hero-image_wrapper-3 {
    right: -26%;
  }

  .menu-button {
    padding-right: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .margin-0_mobile {
    margin: 0rem;
  }

  .footer-link.extra-bottom {
    display: block;
    margin-bottom: 2rem;
  }

  .footer-link.bottom {
    display: block;
    margin-bottom: 1rem;
  }

  .side-menu-background-2 {
    width: 100%;
  }

  .side-menu_component-2 {
    width: 100%;
  }

  .side-menu-wrapper-2 {
    width: 100%;
  }

  .nav-link-2 {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #2c50fa;
  }
}

#w-node-f7db8869-c0b9-d5d5-ef5d-6b9d170d1813-07067abf {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1eb85140-ed1e-76bd-43e1-493f14edc206-07067abf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_1eb85140-ed1e-76bd-43e1-493f14edc206-4859499f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_1eb85140-ed1e-76bd-43e1-493f14edc206-07067abf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1eb85140-ed1e-76bd-43e1-493f14edc206-4859499f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

