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

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black-bg: #171919;
  --white-90: #ffffffe6;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --neon: #9c9c9c;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --bg-black-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: #000;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-primary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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-bg);
  color: var(--white-90);
  font-family: Firasans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 7.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white-90);
  font-family: Firasans, sans-serif;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
  font-family: Firasans, sans-serif;
}

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

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

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

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

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

.utility-page-component {
  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-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom-huge {
  margin: 1.5rem;
}

.padding-reset {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom-big {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom {
  padding: 2.5rem;
}

.margin-custom-small {
  margin: 3.5rem;
}

.padding-custom-huge {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-reset {
  margin: 0;
}

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

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

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.form-checkbox-icon {
  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;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-strech {
  justify-items: stretch;
}

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

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--black-bg);
  color: var(--text-color--text-alternate);
}

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

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

.text-color-secondary {
  color: var(--neon);
}

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

.styleguide-2-col.is-align-start {
  align-items: start;
}

.form-message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-size: 7.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.text-color-alternate {
  color: var(--white-90);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Firasans, sans-serif;
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.styleguide-heading-medium {
  font-size: 4rem;
}

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

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

.text-size-regular {
  font-family: Firasans, sans-serif;
  font-size: 1rem;
}

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

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

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

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

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-size-small {
  font-family: Firasans, sans-serif;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

.background-color-secondary {
  background-color: var(--neon);
}

.form-input {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--white-90);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input::placeholder, .form-input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--white-90);
  text-decoration: underline;
}

.text-size-large {
  font-family: Firasans, sans-serif;
  font-size: 1.5rem;
}

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

.styleguide-header {
  background-color: var(--black-bg);
  color: var(--text-color--text-alternate);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.styleguide-label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form-message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

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

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

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

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

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

.button {
  background-color: var(--neon);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 1.25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 2px solid var(--neon);
  color: var(--neon);
  background-color: #0000;
}

.button.is-secondary.is-navbar {
  color: var(--white-90);
}

.button.is-secondary.is-tablet {
  display: none;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Firasans, sans-serif;
  font-size: 1.25rem;
}

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

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

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

.styleguide-spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.styleguide-message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--white-90);
}

.styleguide-hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.styleguide-heading-header {
  font-size: 6rem;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #17191900;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 12px;
  position: fixed;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-link {
  color: var(--white-90);
  padding: .5rem 1rem;
}

.navbar-link.w--current {
  color: var(--white-90);
  font-weight: 800;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0006;
  background-image: linear-gradient(0deg, var(--black-bg), #fff0);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.is-cta {
  background-image: linear-gradient(180deg, var(--black-bg), #fff0 42%), linear-gradient(0deg, var(--black-bg), #fff0);
}

.section-home-hero-header {
  position: relative;
}

.home-hero-header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home-hero-header-content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home-hero-header-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-features-list-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-features-list-item {
  width: 100%;
  display: flex;
}

.home-features-listing {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.home-team-list {
  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 center;
  display: grid;
}

.home-team-social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.home-team-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.home-team-item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home-team-image-wrapper {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.cta-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section-cta {
  position: relative;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  border: 1px solid var(--white-90);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

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

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

.footer-legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-logo-link {
  float: none;
  padding-left: 0;
}

.subscribe-features-list-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-features-list-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscribe-features-list-image {
  aspect-ratio: 16 / 9;
  filter: grayscale();
  object-fit: cover;
}

.subscribe-features-list {
  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 center;
  display: grid;
}

.subscribe-features-list-image-wrapper {
  width: 100%;
  position: relative;
}

.section-subscribe-features-list, .section-team-features-list {
  padding-top: 7.5rem;
}

.team_features-list_card-image {
  filter: brightness(80%) grayscale();
  vertical-align: text-top;
  object-fit: cover;
  height: 54%;
}

.team-features-list-card-image-wrapper {
  z-index: -100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.team-features-list-card {
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 30rem;
  position: relative;
}

.team-features-list-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  padding: 1.5rem;
  display: flex;
}

.gallery-lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery-image-wrapper {
  width: 100%;
}

.gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-images {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-gallery {
  padding-top: 7.5rem;
}

.gallery-image-fifth, .gallery-image-seventh, .gallery-image-first, .gallery-image-sixth {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image-fourth {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-component {
  column-count: 3;
  column-gap: 2rem;
}

.contact-logo-list {
  grid-column-gap: 2rem;
  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;
  display: grid;
}

.contact-logo-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-logo-list-content-left {
  max-width: 20rem;
}

.contact-logo-list-item {
  max-height: 3.5rem;
}

.contact-logo-list-component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.contact-form-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-label-text {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-text {
  color: #e23939;
}

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

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

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.success-message {
  background-color: var(--neon);
  color: var(--black-bg);
  padding: 1.5rem;
}

.section-contact {
  padding-top: 7.5rem;
}

.paragraph {
  font-family: Firasans, sans-serif;
}

.h1-fat {
  font-size: 10rem;
}

.h1-homepage {
  color: var(--white-90);
  font-size: 6.7rem;
  line-height: .9;
}

.opacity-45 {
  opacity: .45;
}

.section-title-tagline {
  z-index: -100;
  opacity: .36;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: 0% auto auto 5%;
}

.image-container {
  z-index: -100;
  position: absolute;
  inset: auto 0%;
}

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

.team-features-list-card-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-team-member-hero-header {
  position: relative;
}

.team-member-hero-header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.team-member-hero-header-content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.team-member-hero-header-background-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-team-member-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-team-member-content-facts-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-team-member-content-facts-grid {
  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 center;
  display: grid;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: none;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.privacy-policy-legal-page-body-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licence-item-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.circle-button {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 40px;
  display: flex;
  position: absolute;
}

.circle-button.hidden {
  background-color: var(--black-bg);
  width: 100px;
  height: 100px;
}

.inner-circle-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cover-image {
  z-index: 50;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.cover-image.small {
  width: 100%;
  height: 100%;
}

.grid {
  grid-template-rows: 500px;
  max-width: 100%;
}

.ambassadors {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: relative;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-transform: none;
}

.paragraph-5 {
  font-size: 1.25rem;
}

.section_signup {
  color: #fff;
  background-color: #0b0b0b;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.signup_yellow-mobile {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.signup_right-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

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

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

.signup_left-mobile {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 213px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.signup_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.signin_button-background {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: .75rem;
  position: absolute;
  inset: 100% 0% 0%;
}

.signin_button-background.is-google {
  background-color: #fff;
}

.signup_yellow-div {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_blur-mobile {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_option-border {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
}

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

.signup_plus-image {
  opacity: .2;
  width: 160px;
}

.signup_purple-mobile {
  z-index: 2;
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_purple-mobile.is-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.signup_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 765px;
}

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

.signup_right-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

.signup_details-wrap {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.signup_blur-div {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_plus-mobile {
  opacity: .2;
  width: 160px;
}

.signup_option-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.signup_button-google {
  color: #fff;
  text-align: center;
  background-color: #1b1d1f;
  border-radius: 100px;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .75rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.signup_text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff26;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.signup_text-field::placeholder {
  color: #ffffff73;
}

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

.signup_left-wrap {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.signup_form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
}

.signup_purple-div {
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
}

.signup_purple-div.is-center {
  justify-content: center;
  align-items: center;
}

.signup_submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .75rem;
  font-weight: 700;
  transition: all .4s;
}

.signup_submit-button:hover {
  box-shadow: 0 0 15px #fff;
}

.signup_singleplus-image {
  width: 25px;
}

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

.text-size-small-2.text-color-lightgray {
  color: #d0d4d2;
}

.grey {
  color: #757170;
}

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

.bot-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linear-img {
  width: 100%;
  max-width: none;
}

.card-mid {
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.scroll-spacer {
  width: 100%;
  height: 1px;
}

.join-circles_wrap {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.card-label {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-bot {
  color: #242529;
  align-items: center;
  width: 100%;
}

.bell-link {
  border: 1px solid #e3dfdb1a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
}

.bell-link:hover {
  transform: translate(-2px, -3px);
  box-shadow: 2px 2px #757170;
}

.top-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.p-14 {
  color: #757170;
  font-size: 14px;
}

.legend-num {
  min-width: 21px;
  font-size: 12px;
}

.profile-avatar-img {
  border-radius: 50%;
  min-width: 4.8rem;
  max-width: 4.8rem;
  min-height: 4.8px;
  max-height: 4.8rem;
  margin-bottom: 0;
}

.embed-icon {
  margin-bottom: -2px;
}

.small-line {
  background-color: #4e4f55;
  border-radius: 10px;
  width: 30px;
  height: 70px;
}

.small-line.mid {
  height: 100px;
}

.statistic {
  z-index: 10;
  border-bottom: 1px solid #0003;
  border-left: 1px solid #0003;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 30px;
  display: flex;
}

.line-up {
  background-color: #2425291a;
  align-self: stretch;
  width: 1px;
}

.join-img {
  border-radius: 50%;
}

.join-img.rm {
  border: 1px solid #242529;
  margin-right: -6px;
}

.bot-label {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

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

.join-link {
  color: #242529;
  background-color: #fff37a;
  border: 1px solid #fff37a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
}

.text-field {
  color: #757170;
  background-color: #0000;
  background-image: url('../images/search-2.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 28px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 30px 10px 55px;
  transition: border .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #757170;
}

.card-top_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 230px;
  margin-bottom: 0;
}

.card-icon {
  background-color: #424448;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.card-flex.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.icon-link {
  color: #e3dfdb;
  border: 1px solid #e3dfdb33;
  border-radius: 15px;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  transition: border .2s, background-color .2s;
}

.icon-link:hover {
  color: #242529;
  background-color: #fff37a;
  border-color: #fff37a;
}

.mobile-nav {
  display: none;
}

.download-img {
  max-width: none;
}

.white {
  color: #e3dfdb;
}

.white.capitalize {
  text-transform: uppercase;
}

.white.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.section {
  display: flex;
}

.link {
  color: #757170;
  border: 1px solid #75717000;
  font-size: 14px;
  text-decoration: none;
  transition: border .2s;
}

.link:hover {
  border-bottom: 1px solid #757170;
}

.link-circle {
  background-color: #242529;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.line-upper {
  border-left: 1px solid #e3dfdb;
  padding: 20px;
}

.content {
  flex: 1;
  width: 100%;
  padding: 40px 50px;
}

.statistic-lines_flex {
  flex-direction: column;
  align-items: center;
  width: 60px;
  display: flex;
}

.legend-line {
  background-color: #75717033;
  flex: 1;
  height: 1px;
}

.nav-link {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #757170;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #e3dfdb;
  background-color: #e3dfdb1a;
}

.day {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #2425291a;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: border .2s, background-color .2s;
  display: flex;
}

.day:hover {
  background-color: #fff37a;
  border: 1px solid #fff37a;
}

.day.w--current {
  background-color: #fff37a;
  border-style: none;
}

.heading-2 {
  font-size: 40px;
}

.form-2 {
  max-width: 50%;
}

.download {
  color: #e3dfdb;
  background-color: #35363d;
  border: 1px solid #e3dfdb;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.download:hover {
  background-color: #4f4c4b;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  height: 55px;
  margin-bottom: 55px;
  display: flex;
}

.icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.card-check {
  background-color: #242529;
  border-radius: 5px;
  width: 18px;
  height: 18px;
}

.card-check.grey {
  background-color: #757170;
}

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

.line {
  background-color: #2425291a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-2 {
  color: #242529;
  text-align: center;
  background-color: #fff37a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 20px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  color: #fff37a;
  background-color: #757170;
}

.button-2.outline {
  color: #e3dfdb;
  background-color: #35363d;
  border: 1px solid #e3dfdb;
  border-radius: 27px;
}

.button-2.outline:hover {
  color: #242529;
  background-color: #e3dfdb;
  border-style: solid;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.statistic-lines_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.stat-line {
  background-color: #4e4f55;
  border-radius: 10px;
  width: 40px;
  height: 150px;
}

.stat-line.highest {
  background-color: #fff37a;
  border-radius: 10px;
  height: 180px;
}

.stat-line.small {
  height: 120px;
}

.stat-line.mid {
  height: 80px;
}

.stat-line.high {
  background-color: #4e4f55;
  border-radius: 10px;
  height: 140px;
}

.days-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.nav {
  border-right: 1px solid #e3dfdb33;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  height: 100vh;
  padding: 40px 20px 40px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.custom-css {
  display: none;
}

.p-12 {
  font-size: 12px;
}

.content-mid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: #fff37a;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 350px;
  padding: 25px 30px 30px;
  display: flex;
}

.card.white {
  background-color: #e3dfdb;
}

.card.dark {
  background-color: #36383e;
}

.card.statistic {
  background-color: #36383e;
  margin-left: 0;
}

.card.background {
  background-color: #35363d;
}

.card.image {
  background-color: #aba4a4;
  background-image: url('../images/image-21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
}

.legend {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.statistic-lines {
  grid-column-gap: 15px;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.logo-link {
  margin-bottom: 60px;
}

.scroll {
  flex: 1;
  width: 21vw;
  margin-bottom: -43px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.shadow {
  display: none;
}

.statistic-wrap {
  grid-column-gap: 5px;
  min-height: 240px;
  display: flex;
  position: relative;
}

.disclaimer-section {
  z-index: 999;
  background-color: #242529;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 40px 165px 40px 40px;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 0 20px #0000001a;
}

.disclaimer-h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
}

._2-button-wrap {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.upload-button {
  color: #242529;
  background-color: #fff37a;
  border: 1px solid #fff37a;
  border-radius: 20px;
  padding: 15px 60px;
  font-size: 17px;
  transition: all .2s;
}

.upload-button:hover {
  opacity: .8;
  background-color: #fff37a;
}

.close-icon {
  color: #fff37a;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.container {
  padding-bottom: 40px;
}

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

.content-top-mobile {
  justify-content: space-between;
  align-items: center;
  height: 55px;
  margin-bottom: 55px;
  display: flex;
}

.heading-4 {
  font-size: 1.6rem;
}

.membername {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.login_right-linkbox {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  display: flex;
}

.login_right-linkbox:hover {
  background-image: linear-gradient(90deg, #302b2b 67%, #0000);
}

.login_form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login_bottom-link {
  color: var(--neon);
  font-weight: 600;
  transition: all .3s;
}

.login_bottom-link:hover {
  color: #00000096;
}

.login_gradient {
  filter: blur(100px);
  background-image: radial-gradient(circle, #0000 70%, #55747e 83%), radial-gradient(circle, #8f6072 14%, #728c8d 82%, #384c59 88%);
  width: 80%;
  height: 50%;
  position: absolute;
  inset: -20% auto auto -15%;
}

.login_left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login_right {
  background-color: #161a14;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login_submit-button {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
  transition: all .3s;
}

.login_submit-button:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 600;
}

.login_box {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.text-size-regular-2.text-align-center.is-mobile {
  color: var(--base-color-brand--blue-light);
}

.text-size-regular-2.text-weight-normal {
  margin-bottom: 0;
}

.login_logo {
  padding-bottom: 10px;
}

.login_right-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.login_right-textbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.login_text-field {
  color: #000;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 0;
}

.login_text-field:focus-visible, .login_text-field[data-wf-focus-visible] {
  border-color: #000;
}

.login-line {
  background-color: #2a3233;
  width: 97%;
  height: 1px;
  display: flex;
}

.login_link {
  color: #747474;
  font-weight: 600;
  transition: all .3s;
}

.login_link:hover {
  color: #000;
  transform: scale(1.025);
}

.login_left {
  width: 50%;
}

.login_left.background-color-alternate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neon);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.login_checkbox-feld {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.login_icon-box {
  background-color: #3e4138;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.login_bottom-text {
  color: #626262;
  margin-top: 20px;
}

.text-size-xlarg {
  font-size: 1.875rem;
}

.text-size-xlarg.text-align-center.is-mobile {
  color: var(--white-90);
}

.login_wrap {
  border-radius: 10px;
  min-height: 85vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 80px #0003;
}

.section_login {
  background-color: var(--black-bg);
  color: var(--black-bg);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.checkbox {
  margin-top: 0;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
}

.button-3:disabled {
  opacity: .3;
}

.form-field {
  margin-bottom: 20px;
}

.google-icon {
  width: 20px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.progress-bar-inner {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.mb-20 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 500;
}

.p-light {
  color: #fffc;
  margin-bottom: 35px;
  font-weight: 300;
}

.spacer-40 {
  width: 40px;
}

.field {
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 3px #0000001a;
}

.field:focus-visible, .field[data-wf-focus-visible] {
  color: #fff;
}

.form-block-2 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.label {
  margin-bottom: 10px;
  font-weight: 400;
}

.progress-bar {
  align-items: center;
  height: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button_google {
  color: #fff;
  background-color: #4280ef;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 3px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.progress {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 400;
}

.google-icon-wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}

.progress-bar-step {
  width: 33.33%;
  height: 100%;
}

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

.profile-avatar-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: 100px;
  display: flex;
  position: relative;
  top: 10px;
  bottom: 10px;
}

.ms-avatar-initial {
  background-color: var(--base-color-neutral--neutral);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 4.8rem;
  max-width: 4.8rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.lumamobile {
  display: none;
}

.text-loading {
  opacity: .1;
  color: #fff;
  background-color: #fff;
  font-size: .5rem;
  display: inline;
}

.sizer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

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

.yt__info {
  opacity: 1;
  color: #fff;
  padding: 1rem;
}

.yt__video {
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  text-decoration: none;
  overflow: hidden;
}

.play-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.yt__date {
  background-color: #fff3;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.play-icon__svg {
  color: #222;
  width: 82px;
  line-height: 0;
}

.sizer__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-6 {
  font-size: .5rem;
}

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

.paragraph-7 {
  font-size: .5rem;
}

.heading-6 {
  color: #d30000;
}

.profile_div {
  color: var(--white-90);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 101%;
  padding: 10px 20px;
  display: flex;
}

.display_horizontal {
  display: flex;
}

.display_horizontal.gap_1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
}

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

.save_button {
  color: #f0f0f0;
  background-color: #15161adb;
  border: 1px solid #15161a05;
  border-radius: 12px;
  padding-left: 2.83rem;
  padding-right: 2.8rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
}

.save_button:hover {
  color: #15161a;
  background-color: #0000;
  border-color: #15161adb;
}

.profile_main-div {
  background-color: #2e2e2e;
  border-radius: 28px;
  flex-flow: column;
  padding: 5rem;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.edit_icon {
  width: 25px;
  height: 25px;
}

.profile_img-box {
  border-radius: 20px;
  width: 175px;
  height: 175px;
  position: relative;
}

.profile_img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

.profile_img-div {
  margin-top: 10px;
}

.text_field {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  min-width: 240px;
  font-weight: 700;
}

.text_field:focus {
  border-color: #15161adb;
}

.text_field::placeholder {
  font-weight: 500;
}

.text_field.input {
  height: 110px;
}

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

.width_50 {
  width: 50%;
}

.edit_icon-link {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 100px;
  padding: 8px;
  position: absolute;
  inset: auto -6% -6% auto;
  box-shadow: 0 2px 5px #0003;
}

.cancel_button {
  color: #15161a;
  background-color: #9b9b9c73;
  border: 1px solid #9b9b9c14;
  border-radius: 12px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
}

.cancel_button:hover {
  background-color: #0000;
  border-color: #9b9b9c73;
}

.div-block {
  margin-top: 60px;
  position: relative;
  top: auto;
}

.heading-3-copy {
  font-size: 2.5rem;
}

.text-loading-2 {
  opacity: .1;
  background-color: #fff;
  border: 1px #000;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: inline;
}

.yt__date-2 {
  background-color: #fff3;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.play-icon__svg-2 {
  color: #222;
  width: 82px;
  line-height: 0;
}

.yt-playlist-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  color: #fff;
}

.collection-list-wrapper {
  padding-top: 20px;
}

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

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 14rem;
  overflow: clip;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

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

.body-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.content-top-copy {
  justify-content: space-between;
  align-items: center;
  height: 55px;
  margin-bottom: 55px;
  display: flex;
}

.button-4 {
  color: var(--bg-black-primary);
  background-color: #fff;
  border-radius: 8px;
}

.btninfor {
  color: var(--base-color-neutral--black);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 7.5em;
  min-height: 100%;
  padding-top: 0;
  font-size: 1.2rem;
  display: flex;
}

.rich-text-block {
  padding-top: 20px;
}

.text-block-2, .text-block-3, .text-block-4 {
  padding-top: 10px;
}

.collection-list-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-4 {
  max-width: 71%;
}

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

.heading-9 {
  text-align: center;
  font-size: 3rem;
}

.grid-3 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
}

@media screen and (min-width: 1440px) {
  .links-wrap {
    text-align: left;
  }

  .small-line {
    background-color: #4e4f55;
    border-radius: 10px;
    width: 40px;
  }

  .small-line.mid {
    height: 100px;
  }

  .form-block {
    max-width: 350px;
  }

  .statistic-lines_flex {
    flex-direction: column;
    align-items: center;
    width: 60px;
    display: flex;
  }

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

  .statistic-lines_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .stat-line.highest {
    background-color: #fff37a;
    border-radius: 10px;
    width: 40px;
    height: 180px;
  }

  .stat-line.high {
    background-color: #4e4f55;
    border-radius: 10px;
    height: 140px;
  }

  .content-mid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .card {
    max-width: none;
  }

  .card.statistic {
    margin-left: 0;
  }

  .statistic-lines {
    justify-content: center;
  }

  .scroll {
    width: 15vw;
  }

  .image-2 {
    min-width: 50px;
    max-width: 50px;
    max-height: 50px;
  }

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

  .heading-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.3rem;
  }

  .membername {
    float: left;
    text-align: center;
    margin-top: -39px;
    position: static;
    top: auto;
  }

  .ms-avatar-initial {
    background-color: var(--base-color-neutral--neutral-dark);
    font-weight: 700;
  }

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

  .heading-6 {
    color: #fff;
    font-size: 1.5rem;
  }

  .heading-3-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .button {
    border-radius: 1.25rem;
  }

  .button.is-secondary.is-navbar {
    display: none;
  }

  .button.is-secondary.is-tablet {
    max-width: 10rem;
    display: block;
  }

  .button.is-secondary.is-tablet.align-center {
    margin-top: .625rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .styleguide-heading-header {
    font-size: 4rem;
  }

  .navbar-logo-link.w--current {
    z-index: 930;
  }

  .navbar {
    background-color: #36898900;
    position: fixed;
    top: 0;
  }

  .navbar-container {
    z-index: 950;
    grid-template-columns: .25fr 1fr;
    display: flex;
    position: relative;
  }

  .navbar-link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-button-wrapper {
    z-index: 930;
    align-items: center;
    position: relative;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    z-index: 910;
    background-color: var(--black-bg);
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
    position: fixed;
    inset: 0% 0% auto;
  }

  .home-features-listing {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .subscribe-features-list {
    grid-column-gap: 2rem;
  }

  .team_features-list_card-image, .team-features-list-card-image-wrapper {
    width: 100%;
  }

  .gallery-images, .gallery-image-fourth {
    aspect-ratio: 1;
  }

  .gallery-component {
    column-count: 2;
  }

  .contact-logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-logo-list-content-left {
    max-width: 16rem;
  }

  .contact-logo-list-component {
    grid-column-gap: 3rem;
  }

  .contact-image-wrapper {
    display: none;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .h1-fat {
    font-size: 7.8rem;
  }

  .section-title-tagline {
    font-size: 5rem;
  }

  .collection-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section-team-member-content-facts-grid {
    grid-column-gap: 2rem;
  }

  .menu-parent {
    padding-left: 16px;
    padding-right: 0;
    display: flex;
  }

  .menu-parent.w--open {
    background-color: #fff0;
  }

  .menu-bar {
    background-color: var(--white-90);
  }

  .privacy-policy-legal-page-body-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .circle-button.hidden {
    display: none;
  }

  .section_signup {
    padding-top: 3rem;
  }

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

  .signup_details {
    width: 50%;
    min-width: 378px;
  }

  .hamburger-line {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.bot, .hamburger-line.top {
    background-color: #fff37a;
  }

  .hamburger-line.mid {
    background-color: #fff37a;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bell-link {
    width: 45px;
    height: 45px;
  }

  .top-wrap {
    display: none;
  }

  .top-wrap.mobile {
    display: flex;
  }

  .nav-top {
    justify-content: space-between;
  }

  .text-field {
    height: 40px;
  }

  .form-block {
    z-index: 998;
    background-color: #242529;
    border-bottom: 1px solid #75717033;
    max-width: none;
    padding: 10px 40px;
    position: fixed;
    inset: 70px 0% auto;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #242529;
    border: 1px solid #75717033;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 10px 40px;
    display: flex;
    position: sticky;
    inset: 0%;
  }

  .section {
    flex-direction: column;
  }

  .content {
    padding-top: 80px;
  }

  .content-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #242529;
    margin-bottom: 0;
    padding: 35px 0;
  }

  .button-2 {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    z-index: 9999;
    background-color: #242529;
    border-left: 1px solid #75717033;
    height: auto;
    display: none;
    position: fixed;
    inset: 60px 0% 0% auto;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .card {
    max-width: none;
  }

  .shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0003;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .content-top-mobile {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #242529;
    margin-bottom: 0;
    padding: 35px 0;
  }

  .login_right-linkbox {
    z-index: 1;
  }

  .login_gradient {
    top: -45%;
    left: -33%;
  }

  .login_right {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .login_left.background-color-alternate {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .login_wrap {
    flex-flow: column;
  }

  .section_login {
    padding-top: 3rem;
  }

  .mb-20 {
    font-size: 2.4rem;
  }

  .yt-playlist {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .profile_main-div {
    padding: 4.5rem;
  }

  .profile_img-box {
    width: 150px;
    height: 150px;
  }

  .text_field {
    min-width: 120px;
  }

  .div-block {
    margin-top: 40px;
  }

  .yt-playlist-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .content-top-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #242529;
    margin-bottom: 0;
    padding: 35px 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navbar {
    min-height: 4rem;
    padding-bottom: 12px;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .home-features-listing, .home-team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-team-image-wrapper {
    height: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .subscribe-features-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-link {
    margin-bottom: 1.5rem;
  }

  .gallery-component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .contact-logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .contact-logo-list-wrapper {
    padding: .75rem 1rem;
  }

  .contact-logo-list-content-left {
    max-width: none;
  }

  .contact-logo-list-item {
    max-height: 3rem;
  }

  .contact-logo-list-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h1-fat, .h1-homepage {
    font-size: 6rem;
  }

  .opacity-45 {
    font-size: 4.1rem;
  }

  .section-title-tagline {
    font-size: 4rem;
  }

  .section-team-member-content-facts-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .menu-parent.w--open {
    background-color: #fff0;
  }

  .menu-bar {
    background-color: var(--white-90);
  }

  .privacy-policy-legal-page-body-component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .privacy-policy-legal-page-body-component.is-licence {
    margin-top: 2.5rem;
  }

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

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

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

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

  .text-field {
    padding-left: 45px;
  }

  .mobile-nav, .content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .form-2 {
    max-width: 92%;
  }

  .content-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-mid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

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

  .scroll {
    width: 60vw;
    margin-bottom: -40px;
  }

  .content-top-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .display_horizontal.gap_1rem {
    justify-content: center;
  }

  .display_horizontal.gap.margin-top.margin-small {
    flex-flow: column;
  }

  .profile_main-div {
    flex-flow: column;
    align-items: center;
    padding: 4rem;
  }

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

  .profile_img-div {
    justify-content: center;
    display: flex;
  }

  .yt-playlist-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .content-top-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .styleguide-row {
    flex-wrap: wrap;
  }

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

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

  .max-width-large {
    padding-top: 20px;
  }

  .padding-section-large {
    max-width: 100%;
  }

  .text-style-link {
    font-size: .8rem;
  }

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

  .home-features-list-component {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .home-features-listing, .home-team-list {
    grid-template-columns: 1fr;
  }

  .footer-menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .subscribe-features-list {
    grid-template-columns: 1fr;
  }

  .contact-logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-logo-list-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-component {
    grid-template-columns: 1fr;
  }

  .h1-fat {
    font-size: 3.4rem;
  }

  .h1-homepage {
    font-size: 3rem;
  }

  .opacity-45 {
    font-size: 2.7rem;
  }

  .section-title-tagline {
    font-size: 2.4rem;
    position: static;
  }

  .section-team-member-content-facts-grid {
    grid-template-columns: 1fr;
  }

  .privacy-policy-legal-page-body-component.is-licence {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    display: flex;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .signup_yellow-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_right-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .signup_left-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 65%;
    display: none;
  }

  .signup_yellow-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_blur-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .text-size-medium-2.text-color-black, .text-size-medium-2.text-color-black.is-mobile {
    font-size: .8rem;
  }

  .signup_plus-image {
    width: 100px;
  }

  .signup_purple-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_grid {
    place-items: center;
  }

  .signup_right-grid {
    justify-content: center;
  }

  .signup_details-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_blur-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .signup_plus-mobile {
    width: 100px;
  }

  .signup_details {
    width: auto;
    min-width: 69%;
  }

  .signup_purple-div {
    background-color: #aa7df7;
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamburger-line.bot, .hamburger-line.top, .hamburger-line.mid {
    background-color: #fff;
  }

  .bell-link {
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-field {
    height: 40px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form-2 {
    max-width: 99%;
  }

  .content-top {
    display: none;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    display: none;
  }

  .scroll {
    margin-bottom: -44px;
  }

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

  .content-top-mobile {
    justify-content: space-around;
    align-items: center;
  }

  .membername {
    top: -18px;
  }

  .login_left-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .login_form-block {
    margin-bottom: 0;
  }

  .login_right {
    padding: 20px;
  }

  .login_submit-button {
    margin-top: 0;
  }

  .login_box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .text-size-regular-2.text-align-center.is-mobile {
    font-size: .875rem;
  }

  .login_right-content {
    width: 100%;
  }

  .login_right-textbox {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .login_link {
    font-size: .875rem;
  }

  .login_left.background-color-alternate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .login_bottom-text {
    margin-top: 10px;
    font-size: .875rem;
  }

  .text-size-xlarg.text-align-center.is-mobile {
    font-size: 1.5rem;
  }

  .login_wrap {
    min-height: auto;
  }

  .mb-20 {
    font-size: 2.1rem;
  }

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

  .lumamobile {
    display: block;
    overflow: hidden;
  }

  .lumadesktop {
    display: none;
  }

  .text-loading {
    color: #fff;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }

  .yt__date {
    color: #fff;
  }

  .play-icon__svg {
    opacity: .57;
  }

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

  .heading-6 {
    color: #fff;
  }

  .display_horizontal {
    margin-top: 10px;
  }

  .display_horizontal.gap_1rem.margin-top.margin-medium {
    align-items: stretch;
    margin-top: 1.25px;
  }

  .display_horizontal.gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .save_button {
    width: 50%;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .profile_main-div {
    padding: 1.8rem 1.5rem;
  }

  .edit_icon {
    width: 22px;
    height: 22px;
  }

  .edit_icon-link {
    padding-top: 5px;
  }

  .cancel_button {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-3-copy {
    font-size: 3.5rem;
  }

  .yt-playlist-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }

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

  .content-top-copy {
    display: flex;
  }

  .collection-item {
    padding-top: 10px;
  }
}

#w-node-f31404cd-c1c9-e043-31bb-01c8f36adf7d-167c4e00 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f31404cd-c1c9-e043-31bb-01c8f36adf86-167c4e00 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-f31404cd-c1c9-e043-31bb-01c8f36adf8f-167c4e00 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_49c11232-10df-8b7d-197c-c13dc7833984-c783397f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4084f338-fb68-b845-aa4d-bc744f56905c-4f569058 {
  justify-self: center;
}

#w-node-_4084f338-fb68-b845-aa4d-bc744f569063-4f569058 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-167c4e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-167c4e03, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-167c4e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-167c4e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-167c4e03 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-167c4e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-167c4e03 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-167c4e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-167c4e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-167c4e03, #w-node-a7f40e7b-448c-ccc8-0f46-1c0285a23141-167c4e07 {
  justify-self: start;
}

#w-node-_128ccd8a-34a3-23ec-b967-389a462cc4d4-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc4dd-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc507-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc50a-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc510-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc513-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc51c-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc51e-167c4e0a, #w-node-c21cb05b-eca9-58c9-504f-17618296d666-167c4e0a, #w-node-_246a7e1a-23ed-a0b5-4740-3a0509bb62a9-167c4e0a, #w-node-_9c19c20e-44e8-7aa8-d695-c8d19992946c-167c4e0a, #w-node-f35a3422-1fed-dd40-88b2-4484e4fe2925-167c4e0a, #w-node-_134fcc85-5e4d-46c8-e498-8efc8d158534-167c4e0a, #w-node-_6f371011-6664-8b49-2903-e309c22c10cd-167c4e0a, #w-node-_129f9f2a-4ca0-ebf8-7ba5-93b024c89098-167c4e0a, #w-node-c4e6c0fa-a971-0958-e72e-467ffe232730-167c4e0a, #w-node-d9ba61f9-505e-5f18-15cb-e195a6625a9c-167c4e0a, #w-node-f2bf500f-3cd2-ea97-f100-cd9fbb368dc3-167c4e0a, #w-node-_602d0277-0443-a4c2-b387-b6036e0ef635-167c4e0a, #w-node-_8aa57454-a329-f109-07f0-c49e2899aefe-167c4e0a, #w-node-_41a178f8-7dd0-f6f8-2140-af5dafbd2b46-167c4e0a, #w-node-d21b3783-f58e-965a-9a86-87d5020d41f5-167c4e0a, #w-node-a94400e4-c7ee-0db4-0fee-b36a21d918a8-167c4e0a, #w-node-c2c6689c-8495-52e3-2e79-ff98f349d1b0-167c4e0a, #w-node-_195026c6-b157-aca6-113f-8772549790c1-167c4e0a, #w-node-_99d77723-faba-72a0-be2f-da8b39dfc547-167c4e0a, #w-node-_0feef7f5-95f1-eaf6-826c-812328f4ed14-167c4e0a, #w-node-d4073c4a-c587-b1f6-f89a-941a3b029f96-167c4e0a, #w-node-_66be7e6f-b576-9ce2-57bb-f97eb173ac71-167c4e0a, #w-node-ed47ab4a-989d-b644-11bb-2e714c295167-167c4e0a, #w-node-_7d1759d1-2e51-9db0-5dce-3a5daeb31d0f-167c4e0a, #w-node-c1abc3b6-4a6a-c4f6-9d5e-8b12e70a9a8b-167c4e0a, #w-node-_8bc8aaa9-c33e-5579-69d7-fd4d26718b2b-167c4e0a, #w-node-_4fe03925-97b1-240d-c513-94a770aa485b-167c4e0a, #w-node-c0d777c6-6f84-e688-fb7f-594863e99685-167c4e0a, #w-node-_809de27f-58c9-19a6-059d-4f374a76c1ee-167c4e0a, #w-node-_91fa13d4-b6d2-8b48-d778-21119e34d068-167c4e0a, #w-node-_0cbbbe50-a6b8-973d-5320-e8c13f12b330-167c4e0a, #w-node-c685405e-b4be-3648-9b4f-1e3b3e804c9f-167c4e0a, #w-node-_56149012-72ca-4f62-07e1-1e77f34b4843-167c4e0a, #w-node-e9c1686e-9b25-8369-c13a-f2f4ff37ec0c-167c4e0a, #w-node-ab8288ab-131a-70df-0614-dc7a08e0857d-167c4e0a, #w-node-_708f97ae-a81e-f66f-7635-059311a7969c-167c4e0a, #w-node-a55fe860-8630-1e29-8ed0-e5b4c0cc9cfb-167c4e0a, #w-node-_8b14eaa2-fcb6-5372-a663-1e4e626f1b42-167c4e0a, #w-node-_0e2ef5f7-4b19-f560-a8a5-24952420ccaf-167c4e0a, #w-node-_9e4477ff-07ee-027f-0b41-23e4c77e08f3-167c4e0a, #w-node-_8be30e1a-e7f8-76cb-f3c0-335a88cb4e8c-167c4e0a, #w-node-_2d119d67-2cda-19e0-e775-9bb59506cea8-97160dcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01f9ffe0-5f81-f670-934c-85826f33ec4c-c78f460f, #w-node-_96b8b633-4db8-cfeb-50d5-86a2c7231302-c78f460f, #w-node-_41c11014-4f6f-48c0-8555-1ed998343292-c78f460f, #w-node-_08844080-dad8-73ad-23d4-c1cff6be1553-c78f460f {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f31404cd-c1c9-e043-31bb-01c8f36adf7d-167c4e00, #w-node-f31404cd-c1c9-e043-31bb-01c8f36adf86-167c4e00, #w-node-f31404cd-c1c9-e043-31bb-01c8f36adf8f-167c4e00, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc4d4-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc4d6-167c4e0a, #w-node-_128ccd8a-34a3-23ec-b967-389a462cc507-167c4e0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}