@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M\. ICONS REGULAR;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M\. ICONS SHARP;
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M\. ICONS OUTLINED;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M\. ICONS ROUND;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #040c18;
  --white: white;
  --cornflower-blue: #81afdd;
  --salmon: #ff8a71;
  --medium-purple: #ae67fa;
  --royal-blue: #3d6184;
  --light-salmon: #f49867;
  --midnight-blue: #052d56;
  --orange-red: #ff4820;
  --white-transparent: #fff0;
  --midnight-blue-2: #042c54;
  --turquoise: #13ded2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.875rem;
  font-weight: 800;
  line-height: 1.1;
}

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

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

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

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

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

p {
  color: var(--cornflower-blue);
  letter-spacing: -.03rem;
  margin-bottom: 0;
}

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

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: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.text-align-center {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

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

.text-size-medium {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

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

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

.text-style-link {
  transition: color .2s;
}

.text-style-link:hover {
  color: var(--salmon);
}

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

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

.text-size-small {
  font-size: 1.2rem;
  line-height: 1.6;
}

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

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

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

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

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

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

.icon-large {
  height: 4rem;
}

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

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

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

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

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.page-wrapper {
  overflow: hidden;
}

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

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

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

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

.container-large.height {
  height: 43.4375rem;
}

.container-large.height.background-color-royal-midnight-blue.shade-no {
  background-color: #042c54b3;
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  width: 75rem;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

.page-padding {
  padding-left: 3%;
  padding-right: 3%;
}

.page-padding.transform {
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

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

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

.show-tablet {
  display: none;
}

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

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

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

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

.main-wrapper {
  padding-top: 8rem;
}

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

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

.button-secondary {
  border: .01rem solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

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

.margin-xsmall {
  margin: .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-custom1 {
  margin-top: auto;
  margin-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: .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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xsmall.relative {
  position: relative;
  left: -58px;
}

.margin-bottom.margin-medium.min-height {
  min-height: 5.625rem;
}

.margin-bottom.max-width-xlarge {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-large {
  padding-bottom: 0;
}

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

.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.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs5_toggle-wrapper {
  margin-bottom: 20px;
}

.fs-cc-prefs5_form-wrapper {
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fs-cc-manager5_component {
  z-index: 999;
  display: flex;
  position: absolute;
  inset: 30px auto auto 0%;
}

.fs-cc-prefs5_overlay {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager5_icon {
  width: 32px;
}

.fs-cc-prefs5_component {
  z-index: 998;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner5_link {
  color: #138085;
  border-bottom: 3px solid #138085;
  margin-top: 48px;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner5_link.fs-cc-link-alt {
  color: #ce7672;
  border-bottom-color: #ce7672;
}

.fs-cc-banner5_text {
  color: #544667;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.3;
}

.fs-cc-banner5_buttons-wrapper {
  justify-content: flex-start;
  margin-top: 32px;
}

.fs-cc-prefs5_checkbox-label {
  display: none;
}

.fs-cc-prefs5_title {
  color: #544667;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  line-height: 1.2;
}

.fs-cc-banner5_icon {
  width: 80px;
  margin-bottom: 32px;
}

.fs-cc-prefs5_submit {
  background-color: #138085;
  width: 100%;
  margin-top: auto;
  padding: 24px;
  font-size: 22px;
  position: static;
}

.fs-cc-prefs5_checkbox {
  cursor: pointer;
  border-width: 4px;
  border-color: #298a99;
  border-radius: 0;
  width: 32px;
  height: 32px;
}

.fs-cc-prefs5_checkbox.w--redirected-checked {
  background-color: #eeb462;
  border-color: #eeb462;
}

.fs-cc-prefs5_form {
  height: 100%;
  position: relative;
}

.fs-cc-banner5_text-link {
  color: #544667;
  border-bottom: 2px solid #544667;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-preferences5_close-icon {
  color: #fff;
  width: 32px;
  height: 32px;
  position: relative;
}

.fs-cc-prefs5_label {
  color: #544667;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.3;
  display: block;
}

.fs-cc-prefs5_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs5_close {
  cursor: pointer;
  background-color: #d77672;
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-cc-prefs5_content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 120px 60px 60px;
  display: flex;
}

.fs-cc-manager5_link {
  background-color: #fff;
  padding: 6px;
}

.fs-cc-banner5_component {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  padding: 50px 60px 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fs-cc-banner4_block {
  text-align: center;
  background-color: #fff;
  padding: 30px;
}

.fs-cc-prefs4_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner4_component {
  z-index: 997;
  background-color: #53caf5e6;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs4_overlay {
  z-index: -1;
  background-color: #64cff6e6;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs4_title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.fs-cc-prefs4_close {
  cursor: pointer;
  background-color: #8042fc;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: -48px 0% auto auto;
}

.fs-cc-manager4_button {
  color: #8042fc;
  background-color: #fff;
  border-radius: 500px;
  width: 48px;
  height: 48px;
  padding: 8px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner4_text-link {
  color: #333;
  border-bottom: 2px solid #333;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-preferences4_close-icon {
  color: #fff;
  width: 32px;
  height: 32px;
}

.fs-cc-banner4_button {
  text-align: center;
  background-color: #8042fc;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.fs-cc-banner4_button.fs-cc-button-alt {
  background-color: #e6476c;
}

.fs-cc-prefs4_component {
  z-index: 998;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs4_header {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding: 40px;
}

.fs-cc-prefs4_button-wrapper {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.fs-cc-prefs4_checkbox {
  cursor: pointer;
  border-width: 2px;
  border-color: #8042fc;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs4_checkbox.w--redirected-checked {
  background-color: #9d6ff9;
  background-size: 10px;
  border-color: #7c40f5;
}

.fs-cc-prefs4_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #8042fc;
}

.fs-cc-prefs4_form-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs4_text {
  color: gray;
  font-size: 12px;
  line-height: 1.4;
}

.fs-cc-prefs4_button {
  color: #3b3b3b;
  margin-right: 10px;
  padding: 15px;
}

.fs-cc-prefs4_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fs-cc-prefs4_checkbox-label {
  display: none;
}

.fs-cc-prefs4_submit {
  color: #fff;
  background-color: #8042fc;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs4_label {
  color: #8042fc;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner4_container {
  max-width: 340px;
}

.fs-cc-prefs4_option {
  width: 50%;
  padding: 12px 20px;
}

.fs-cc-manager4_component {
  z-index: 999;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fs-cc-banner4_buttons-wrapper {
  align-items: stretch;
  display: flex;
}

.fs-cc-banner4_text {
  font-size: 18px;
  line-height: 1.4;
}

.fs-cc-prefs4_form {
  height: 100%;
  display: block;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #0540f2;
  width: 450px;
  padding: 30px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #02087366;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: 14px 26px;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: 12px;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  max-width: 720px;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.fs-cc-prefs3_checkbox {
  border-radius: 500px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 500px;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto auto 30px 30px;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 24px;
  height: 24px;
}

.fs-cc-banner3_button-icon {
  width: 18px;
  margin-right: 10px;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: 12px;
  margin-bottom: 0;
}

.fs-cc-banner3_text {
  color: #4b53eb;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-manager3_icon {
  color: #4b53eb;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_header {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.fs-cc-banner3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 500px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: 12px;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 500px;
  padding: 12px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.fs-cc-banner3_block {
  margin-right: 30px;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 12px;
  margin: 30px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_content {
  padding: 30px;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: 10px;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_submit {
  text-align: center;
  background-color: #4b53eb;
  border-radius: 500px;
  margin-left: 12px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_option {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_checkbox-label, .cookies-components-style-2, .cookies-components-style-3, .cookies-components-style-4, .cookies-components-style-5 {
  display: none;
}

.nav_logo {
  height: 2rem;
}

.nav_logo-link {
  margin-right: 2rem;
  line-height: 0;
}

.nav_component {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  position: absolute;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav_button {
  color: #0d1317;
  background-color: #0000;
  border: .125rem solid #9499dd;
  border-radius: .4rem;
  flex: none;
  padding: .875rem 1.5rem;
  transition: border-color .25s;
}

.nav_button:hover {
  border-color: #232ed1;
}

.nav-link {
  padding: 1rem;
  transition: color .25s;
}

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

.nav_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_link-wrapper {
  align-items: center;
  display: flex;
}

.nav_menu-button {
  background-color: #0000;
}

.social-media_link {
  color: var(--royal-blue);
  background-color: #81afdd26;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.social-media_link:hover {
  background-image: linear-gradient(25deg, var(--light-salmon), var(--medium-purple));
  filter: brightness(120%);
  color: var(--midnight-blue);
}

.footer_brand-wrapper {
  max-width: 20rem;
  margin-right: auto;
}

.footer-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_columns-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.7;
}

.footer-link {
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--salmon);
  text-decoration: none;
}

.footer_component {
  align-items: flex-start;
  font-size: 1rem;
}

.footer_component.z-3.background-color-royal-midnight-blue {
  padding-bottom: 40px;
}

.footer_copyright-wrapper {
  text-align: center;
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}

.footer-coloumn-title {
  color: var(--cornflower-blue);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer_brand-logo {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 800;
}

.social-media_icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-style-link-2 {
  font-weight: 600;
  transition: color .2s;
}

.text-style-link-2:hover {
  color: var(--orange-red);
}

.social-media_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-main_container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.main-nav_button-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-main_component {
  z-index: 10;
  background-color: var(--white-transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
}

.nav-main_logo {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 100%;
  max-height: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.nav-main_menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex: 1;
  align-items: center;
  height: 100%;
  margin-left: 4.25rem;
  display: flex;
}

.nav-main_logo-link {
  background-image: url('../images/dragon-front2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.nav-main_link {
  align-items: center;
  height: 100%;
  padding: 1.25rem;
  font-weight: 600;
  transition: background-color .1s;
  display: flex;
}

.particles-js-canvas-el {
  z-index: 0;
  width: 100vw;
  height: 100vw;
  transition: background-color .6s;
  position: fixed;
  inset: 0%;
}

.signup-form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header-left_content {
  max-width: 40rem;
}

.header_form-input {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--royal-blue);
  border-radius: .3125rem 0 0 .3125rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.header_form-input:focus {
  border: 1px solid var(--royal-blue);
}

.header_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.header_image {
  z-index: -1;
  object-fit: scale-down;
  width: 41.6875rem;
  height: 43.75rem;
  max-height: 60rem;
  position: relative;
}

.header-right_image-wrapper {
  color: var(--white);
  mix-blend-mode: difference;
  border-radius: 0;
  margin-bottom: 40px;
}

.header-grid_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header-form_button {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0 .3125rem .3125rem 0;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 3.625rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 5s;
  display: flex;
}

.header-form_button:hover {
  background-image: linear-gradient(43deg, var(--medium-purple), var(--cornflower-blue));
}

.header-form_button:active {
  background-color: #002d9c;
}

.body {
  border: 1px solid var(--midnight-blue);
}

.logo-list {
  grid-column-gap: 2.875rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 41.875rem;
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo {
  max-height: 1.5rem;
}

.gradient-right {
  opacity: .7;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-color-royal-midnight-blue {
  background-color: var(--midnight-blue-2);
}

.gradient-left {
  z-index: -1;
  opacity: .7;
  position: absolute;
  inset: 0% auto auto 0%;
}

.what-is-grid_features {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.a-lot-happen-left_content {
  flex-direction: column;
  align-items: stretch;
}

.what-is-description_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
}

.cta-left_content {
  flex: 1;
}

.what-is-cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
}

.button-wrapper {
  margin-top: 4rem;
}

.the-future-features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.grid-feature_item {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lthe-future-features_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 36.875rem;
}

.the-future-features_content {
  flex-direction: column;
  align-items: center;
}

.over-line {
  width: 3rem;
  height: .1875rem;
  margin-bottom: .25rem;
}

.background-color-gradient {
  background-image: linear-gradient(to right, var(--medium-purple), var(--orange-red));
}

.the-posibilites-grid_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.the-possibilites-right_content {
  max-width: 32.1875rem;
  margin-bottom: 2rem;
}

.image {
  height: 34.375rem;
}

.cta_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3.75rem 2.5rem;
  display: grid;
}

.cta_content.background-color-gradient {
  background-image: linear-gradient(to right, var(--medium-purple), var(--orange-red));
  grid-template-columns: 2fr 1fr;
}

.main-cta_buttom {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 3.75rem;
  margin-left: 1.25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: font-size .2s;
  display: flex;
}

.main-cta_buttom:hover {
  font-size: 1.5rem;
}

.main-cta_buttom:active {
  background-color: #002d9c;
}

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

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

.a-lot-happen-grid_component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

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

.a-lot-happen-right_conten {
  flex-direction: column;
  align-items: center;
}

.grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.grid-card_bottom {
  background-color: var(--midnight-blue);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.grid-card_bottom.padding-custom1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.article-link {
  transition: color .2s;
}

.article-link:hover {
  color: var(--salmon);
}

.a-lot-hppen-grid_item {
  flex-direction: column;
  width: 28rem;
  height: 43.6rem;
  display: flex;
  position: relative;
}

.a-lot-hppen-grid_item.small {
  width: 100%;
  height: 20.1875rem;
}

.footer-top_content {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.particles-js-canvas-el-points {
  z-index: 1;
  background-color: var(--white-transparent);
  border: 7px solid #000;
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.clip-text {
  background-image: linear-gradient(25deg, var(--light-salmon), var(--medium-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.clip-text.heading-xlarge {
  text-align: center;
  margin-bottom: 4rem;
}

.clip-text.heading-xlarge.text-align-center {
  margin-bottom: 1rem;
}

.clip-color-animation {
  display: none;
}

.animated-mouse-light {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cornflower-blue), var(--midnight-blue));
  filter: blur(8rem);
  border-radius: 100%;
  width: 30rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.box-shadow-mouse-over {
  display: none;
}

.max-width-medium-ch {
  max-width: 19ch;
}

.ring-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -50% 0% 0% -19%;
}

.ring {
  border: .2rem solid var(--orange-red);
  border-radius: 100%;
  width: 20.3719rem;
  height: 20.3719rem;
  position: absolute;
}

.ring.two {
  width: 15.8219rem;
  height: 15.8219rem;
}

.ring.three {
  width: 10.2375rem;
  height: 10.2375rem;
}

.ring.four {
  width: 6.72188rem;
  height: 6.72188rem;
}

.imgage-wrapper {
  position: relative;
}

.image-background {
  border-top-right-radius: 50%;
  width: 22.9375rem;
  height: 25.125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.my-app-btn {
  border-radius: 1rem;
  justify-content: center;
  width: 10rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 16% 12% auto auto;
}

.background-color-salmon {
  background-color: var(--light-salmon);
}

.my-app_icon-wrapper, .my-app_text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.my-app_text {
  white-space: nowrap;
  font-size: 1.25rem;
}

.btn_content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.my-app-chat {
  border-radius: 1rem;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -4% auto auto -2%;
}

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

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

.span-text {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.whipe-card {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link_text {
  white-space: nowrap;
  font-weight: 500;
}

.tittle-wrapper {
  position: relative;
}

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

.main-nav_button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 3.625rem;
  padding: .1875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-nav_button:active {
  background-color: #002d9c;
}

.sign-up-btn-css {
  display: none;
  position: absolute;
}

._3d-card-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.animated-backligh {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cornflower-blue), var(--midnight-blue));
  filter: blur(8rem);
  border-radius: 100%;
  width: 30rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.animated-backligh.z-minus-3 {
  width: 90rem;
  height: 50rem;
  position: absolute;
}

.animated-backligh.z-minus-3.square {
  filter: blur(1.4rem);
  border-radius: 0%;
  width: 80rem;
  height: 105%;
  inset: -2% 0% 0%;
}

.user-row-_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
  position: relative;
}

.user-avatar {
  border: .125rem solid var(--white);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.user-avatar.z-1 {
  left: -1.25rem;
}

.user-avatar.z-2 {
  left: -2.5rem;
}

.user-avatar.z-3 {
  left: -3.75rem;
}

.user-avatar.z-4 {
  left: -5rem;
}

.user-total {
  border: .125rem solid var(--white);
  background-color: var(--turquoise);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.user-total.z-5 {
  left: -6.25rem;
}

.text-block {
  color: var(--black);
  font-size: .5rem;
}

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

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

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

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

.user-row_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.user-row_text {
  white-space: nowrap;
  position: absolute;
  left: -4.4375rem;
}

.heading-large {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.1;
}

.container {
  text-align: right;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.link {
  background-image: url('../images/my-app-icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
  border-radius: 17px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 2rem;
  display: block;
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.book-columns {
  border-radius: 0;
  margin-bottom: 100px;
  margin-right: -16px;
}

.book-column-text-left {
  padding-left: 40px;
  padding-right: 0;
}

.image-2 {
  text-align: left;
  mix-blend-mode: exclusion;
}

.image-3 {
  mix-blend-mode: lighten;
  border-radius: 5px;
}

.image-4 {
  mix-blend-mode: screen;
  border-radius: 9px;
}

.image-5 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 6px;
}

.image-6 {
  mix-blend-mode: normal;
}

.image-7 {
  opacity: 1;
  border-radius: 6px;
  margin-top: 100px;
}

.image-8 {
  mix-blend-mode: screen;
  border-radius: 10px;
}

.image-9 {
  border-radius: 16px;
}

.image-10 {
  mix-blend-mode: lighten;
  border-radius: 9px;
}

.image-11 {
  mix-blend-mode: exclusion;
}

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

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

  .container-large.height {
    height: auto;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    padding-top: 4rem;
  }

  .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-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav_menu-wrapper {
    background-color: #fff;
    background-image: linear-gradient(#9499dd1a, #e7e8ff);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
    display: flex;
  }

  .nav_menu-button-icon {
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    display: flex;
  }

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

  .nav_menu-button {
    color: #000;
    border-radius: .5rem;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    color: #0d1317;
    background-color: #e7e8ff;
  }

  .footer_brand-wrapper {
    margin-right: 0;
  }

  .footer_columns-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: start;
  }

  .footer_copyright-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-main_menu-mobile-icon {
    height: 1rem;
  }

  .nav-main_menu-mobile-button {
    justify-content: center;
    align-items: center;
    padding: .75rem 0 .75rem 1.25rem;
    display: flex;
  }

  .nav-main_menu-mobile-button.w--open {
    background-color: #0000;
  }

  .main-nav_button-wrapper {
    display: none;
  }

  .nav-main_menu {
    background-color: var(--white-transparent);
    height: auto;
    margin-left: -10%;
    margin-right: -10%;
  }

  .nav-main_link {
    background-color: var(--white-transparent);
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .header_image {
    height: auto;
    max-height: none;
  }

  .header-grid_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    min-height: auto;
    padding-top: 6rem;
  }

  .header-form_button {
    margin-left: 2.5rem;
  }

  .logo-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .what-is-grid_features {
    grid-column-gap: 2rem;
  }

  .what-is-description_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-bottom: 4rem;
  }

  .cta-left_content {
    margin-right: 0;
  }

  .what-is-cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .the-future-features_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lthe-future-features_grid {
    grid-column-gap: 2rem;
    width: 100%;
  }

  .the-posibilites-grid_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .the-possibilites-right_content {
    max-width: none;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-cta_buttom {
    margin-left: 2.5rem;
  }

  .a-lot-happen-grid_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .a-lot-hppen-grid_item {
    width: 100%;
  }

  .nav-link_text {
    background-image: linear-gradient(25deg, var(--light-salmon), var(--medium-purple));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .main-nav_button {
    margin-left: 2.5rem;
  }
}

@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 {
    grid-template-rows: auto auto;
  }

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

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

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

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

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

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

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

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

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

  .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-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner5_text-link, .fs-cc-banner4_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 12px;
  }

  .fs-cc-banner3_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_component {
    height: 5rem;
  }

  .nav_menu-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .nav_container {
    height: 5rem;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
  }

  .nav_menu-button-icon {
    height: 1rem;
  }

  .social-media_link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer_columns-grid {
    grid-row-gap: 2.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .footer_copyright-wrapper {
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
  }

  .footer-coloumn-title {
    margin-bottom: 1rem;
  }

  .footer_brand-logo {
    object-fit: contain;
  }

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

  .nav-main_logo-link {
    padding-left: 40px;
  }

  .nav-main_link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-grid_component {
    padding-top: 4rem;
  }

  .header-form_button {
    margin-left: 2rem;
  }

  .logo-list {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    max-height: 3rem;
  }

  .what-is-grid_features {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .what-is-description_content {
    grid-template-columns: 1fr;
  }

  .cta-left_content {
    margin-right: 0;
  }

  .what-is-cta_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .the-future-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-feature_item {
    flex-direction: column;
  }

  .lthe-future-features_grid {
    grid-row-gap: 3rem;
  }

  .the-posibilites-grid_component {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .cta_content {
    grid-template-columns: 1fr;
  }

  .cta_content.background-color-gradient {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .main-cta_buttom {
    margin-left: auto;
    margin-right: auto;
  }

  .a-lot-happen-grid_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .main-nav_button {
    margin-left: 2rem;
  }

  .user-row_text {
    white-space: normal;
    width: 16.875rem;
  }

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

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs5_form-wrapper {
    width: 100%;
  }

  .fs-cc-banner5_link, .fs-cc-banner5_text {
    font-size: 20px;
  }

  .fs-cc-banner5_icon {
    width: 48px;
  }

  .fs-cc-prefs5_content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner5_component {
    max-width: 280px;
    padding: 30px;
  }

  .fs-cc-prefs4_title {
    font-size: 18px;
  }

  .fs-cc-prefs4_checkbox-field {
    margin-left: 5px;
  }

  .fs-cc-prefs4_header {
    padding: 20px;
  }

  .fs-cc-prefs4_button-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs4_content, .fs-cc-prefs4_option {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_title {
    font-size: 18px;
  }

  .fs-cc-prefs3_line {
    min-width: 12px;
    margin-left: 12px;
    margin-right: 12px;
    display: none;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_option {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fs-cc-prefs3_icon {
    width: 24px;
    height: 24px;
  }

  .fs-cc-prefs3_label {
    font-size: 12px;
  }

  .footer_columns-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_component {
    text-align: left;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header-grid_component {
    grid-template-columns: 1fr;
  }

  .header-form_button {
    width: auto;
    margin-left: 0;
  }

  .logo-list {
    justify-content: center;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .what-is-grid_features, .what-is-description_content, .the-future-features_component, .lthe-future-features_grid, .the-posibilites-grid_component {
    grid-template-columns: 1fr;
  }

  .image {
    object-fit: contain;
  }

  .image.z-3 {
    height: auto;
  }

  .cta_content, .a-lot-happen-grid_component {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .imgage-wrapper {
    display: flex;
  }

  .user-avatar.z-1 {
    left: -3vw;
  }

  .user-avatar.z-2 {
    left: -2rem;
  }

  .user-avatar.z-3 {
    left: -3rem;
  }

  .user-avatar.z-4 {
    left: -4rem;
  }

  .user-total.z-5 {
    left: -5rem;
  }

  .user-row_text-wrapper {
    position: static;
  }

  .user-row_text {
    width: auto;
    inset: 141% auto -146% 0%;
  }
}

#w-node-f2e5e322-63a3-e86c-61fb-3de3e339ad4d-c60f5bb0 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-f2e5e322-63a3-e86c-61fb-3de3e339ad4d-c60f5bb0 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M. ICONS REGULAR';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M. ICONS SHARP';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M. ICONS OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M. ICONS ROUND';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}