:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-neutral--white: #fff;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --base-color-brand--grey: grey;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --grey: #65738a;
  --base-color-neutral--black: #000;
  --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);
  --base-color-brand--blue-main: #24e;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-brand--dark-slake-grey: #526077;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-system--success-green: #cef5ca;
  --ghost-white: #f9f9ff;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-darker: #222;
  --base-color-brand--light-grey: #f4f4f6;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darkest: #111;
  --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;
  --border-color--border-secondary: 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;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
  list-style-type: disc;
}

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

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

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

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

.utility-page_component {
  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-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #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;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

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

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

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

.z-index-1.is-absolute {
  width: 125px;
  height: 125px;
  display: flex;
  position: absolute;
}

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

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

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

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

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

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

.heading-style-h3.text-color-white {
  color: var(--base-color-neutral--white);
  font-weight: 400;
}

.heading-style-h3.text-color-white.text-size-regular {
  font-size: 1rem;
}

.heading-style-h3.text-color-white.text-size-regular.text-style-nowrap {
  font-weight: 600;
}

.heading-style-h3.text-size-medium {
  align-self: flex-start;
  line-height: 100%;
}

.heading-style-h3.text-size-medium.text-weight-semibold, .heading-style-h3.text-size-regular.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3.is-legal {
  font-size: 1rem;
  font-weight: 700;
  line-height: 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;
}

.container-small.small-type {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading-style-h1 {
  color: #1a1a1a;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.padding-global.padding-section-large {
  background-image: url('../images/Ebene_x0020_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.padding-global.padding-section-large.is-signup {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.padding-global.padding-top.padding-xhuge {
  padding-bottom: 4rem;
}

.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(--text-color--text-alternate);
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-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-size: .75rem;
}

.text-size-tiny.text-color-grey {
  color: var(--base-color-brand--grey);
}

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

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

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

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

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

.fs-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-size: 1rem;
}

.text-size-regular.text-align-center.small-type {
  color: #fff9;
}

.text-size-regular.text-align-center.small-type.is-responsive {
  display: none;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  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: 48rem;
}

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

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

.text-size-small {
  color: var(--grey);
  font-size: .875rem;
}

.text-size-small.text-style-nowrap {
  font-size: .75rem;
  line-height: 1;
}

.text-size-small.text-color-primary {
  color: var(--base-color-neutral--black);
}

.text-size-small.text-color-primary.text-align-center {
  line-height: 1;
}

.heading-style-h4 {
  font-size: 1.5rem;
  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(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 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;
  font-size: 1rem;
}

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

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

.fs-styleguide_3-col {
  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;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.text-size-large.text-align-center.text-color-white.opacity-80 {
  color: #fffc;
  font-size: 1.125rem;
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.heading-style-h2.text-align-center {
  color: var(--base-color-neutral--black);
}

.heading-style-h2.text-align-center.text-color-white {
  color: var(--base-color-neutral--white);
  font-size: 3rem;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

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

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

.container-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-brand--blue-main);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.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: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

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

.text-size-medium {
  font-size: 1.5rem;
  line-height: 100%;
}

.text-size-medium.text-color-blue {
  color: #6a81f1;
}

.text-size-medium.text-weight-bold.text-color-grey {
  color: var(--base-color-brand--dark-slake-grey);
  font-weight: 700;
  line-height: 130%;
}

.text-size-medium.gadget-category-name-f {
  width: auto;
}

.text-size-medium.is-gadget {
  padding-right: 4px;
}

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

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

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

.button-group.is-nav {
  width: 100%;
}

.button-group.is-signup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.button-group.is-signup.is-slider1 {
  grid-template-columns: 1fr;
}

.button-group.is-submit {
  width: 100%;
}

.button-group.is-submit.is-login {
  margin-top: 10px;
}

.button-group.is-singlemessage {
  border-radius: 10px;
}

.hide {
  display: none;
}

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

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

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

.fs-styleguide_spacing-all {
  display: none;
}

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

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

.spacer-medium.height-100 {
  height: 100%;
}

.fs-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-large.x-large.test {
  padding-top: 2rem;
}

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

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

.nav_component {
  z-index: 4;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

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

.link-text {
  color: #fff;
  text-transform: none;
  padding: 0;
}

.link-text.is-nav {
  color: #000;
}

.nav_button {
  padding: 1rem;
}

.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(--background-color--background-tertiary);
}

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

.section_hero {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.overflow-hidden {
  background-color: #06101c;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.hero_background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.glow-circle {
  z-index: 1;
  background-color: var(--base-color-brand--blue-main);
  opacity: 1;
  filter: blur(120px);
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  position: relative;
  inset: 0% auto auto 0%;
}

.bg {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/background.png');
  background-position: 0 0, 0 0;
  background-size: auto, 162px;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hero_wrapper, .hero_heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-1-5-rem {
  padding-top: 1.5rem;
}

.spacer-1-5-rem.is-responsive {
  display: none;
}

.submit-button {
  background-color: var(--base-color-brand--blue-main);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  font-weight: 700;
}

.submit-button.is-footer {
  background-color: var(--base-color-brand--blue-main);
}

.submit-button.is-footer:hover {
  background-color: #1c39cc;
}

.hero_logo {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_logo.small-type {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.hero_logo-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_logo-list {
  justify-content: space-between;
  align-items: center;
  width: 64rem;
  display: flex;
}

.hero_line {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: .05px;
}

.logo-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  display: flex;
  position: relative;
}

.logos-logo {
  object-fit: contain;
  height: 2rem;
  max-height: 2rem;
}

.logos-logo.none {
  display: none;
}

.hero_container {
  z-index: 3;
  position: absolute;
}

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

.nav_fixed.small-type {
  z-index: 4;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem 5rem;
  display: flex;
  position: fixed;
}

.section_feature {
  z-index: 3;
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  position: relative;
}

.body {
  background-color: var(--base-color-neutral--white);
}

.code-embed {
  display: block;
}

.scramble {
  font-size: 3.5rem;
}

.nav_menu-link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.nav_menu-link.underline-trail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: lowercase;
  cursor: pointer;
  flex-flow: column;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

.nav_menu-link.underline-trail.is-nav {
  padding-left: 0;
}

.nav_menu-link.underline-trail {
  text-transform: lowercase;
  font-weight: 500;
}

.link-text-underline {
  background-color: #fff;
  height: 1px;
}

.link-text-underline.is-nav {
  background-color: #000;
}

.link {
  flex-flow: column;
  display: flex;
}

.link.overflow-hidden {
  cursor: pointer;
}

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

.h2-heading-text-span {
  background-image: linear-gradient(110deg, var(--base-color-brand--blue-main), var(--base-color-system--success-green) 50%, #49d77d);
  color: var(--base-color-brand--blue-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature_item-label {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 75vh;
  display: flex;
}

.feature_item-label.is-2 {
  height: 75vh;
}

.feature_item-label.is-2.split-word {
  height: auto;
}

.feature_item-label.is-3 {
  height: 75vh;
}

.feature_item-label.is-3.split-word, .feature_item-label.is-1.split-word {
  height: auto;
}

.section_typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 200vh;
}

.section_typo-zoom-in.is-repsonsive {
  display: none;
}

.typo_zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo_zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo_zoom-text-wrapper.is-yes {
  width: 10vw;
  padding-bottom: 5px;
}

.typo_zoom-text-wrapper.is-yes.is-9-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9vw;
  padding-bottom: 0;
  display: flex;
}

.typo_zoom-text-wrapper.is-no.is-50 {
  width: 50vw;
}

.typo_zoom-text-wrapper.is-no.is-67 {
  width: 67vw;
}

.typo_zoom-text-wrapper.is-no.is-30 {
  width: 30vw;
}

.typo_zoom-text-wrapper.is-no.is-31 {
  width: 32vw;
}

.typo_zoom-text-wrapper.is-no.is-75 {
  width: 75vw;
}

.typo_zoom-text-wrapper.is-no.is-34 {
  width: 34vw;
}

.typo-zoom-text {
  width: 0;
  height: 0;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_effect {
  position: relative;
}

.feature_full-lottie {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.feature_full-lottie._1 {
  object-fit: cover;
}

.feature_full-lottie.is-video {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: none;
  overflow: hidden;
}

.feature_list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feature_list-wrapper.is-responsive {
  display: none;
}

.feature_content_track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 0;
}

.feature_content-wrapper {
  background-color: var(--ghost-white);
  border-radius: 1.875rem;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.feature_list-track {
  width: 50%;
  margin-right: 7rem;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.feature_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 22vh;
  padding-bottom: 22vh;
  display: flex;
}

.feature_item-content.is-3 {
  padding-bottom: 3vh;
}

.feature_link {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.feature_link:hover {
  color: #1d3d9b;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.effect_heading.text-align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.effect_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.effect_grid-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 0 2px 25px -1px #d9e5ff80;
}

.effect-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.effect_item-heading-number {
  color: var(--grey);
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.effect_image-wrapper {
  background-color: #c9f1ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
  padding: 2rem 4.5rem;
  overflow: hidden;
}

.effect_image-wrapper.is-2 {
  background-color: #f3f8fe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.effect_image-wrapper.is-2.is-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.effect_image-wrapper.is-2.is-3.is-contain {
  object-fit: contain;
  width: 100%;
}

.effect_image-wrapper.is-2.is-3.is-contain.is--c8efff, .effect_image-wrapper.is-2.is-3.is--c8efff, .effect_image-wrapper.is-2.is-c8efff {
  background-color: #c8efff;
}

.effect_image {
  width: 100%;
}

.effect_image.is-1 {
  object-fit: contain;
  height: 100%;
}

.effect_gird-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-color-grey {
  color: #425e6b;
  font-weight: 400;
}

.text-color-grey.text-size-small, .text-color-grey.text-size-regular {
  color: var(--grey);
}

.text-color-grey.text-size-regular.height-100 {
  height: 100%;
}

.section_subheading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-text-wrapper.small-type {
  padding-left: 2px;
  padding-right: 10px;
}

.section-text-wrapper.small-type.icon-rocket {
  border-style: none;
  border-radius: 0;
}

.text-color-green {
  color: #49d77d;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-span-3 {
  text-decoration: underline;
}

.code-embed-4 {
  width: 10px;
  height: 22px;
}

.code-embed-4.icon-rocket {
  width: 22px;
}

.agent_heading, .agent_heading.text-align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agent_item {
  background-color: var(--base-color-brand--pink-light);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 400px;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 15px -2px #000000a6;
}

.text-color-white {
  color: #fff;
  font-size: 1.25rem;
}

.text-color-white.is-opacity-60 {
  color: #fff9;
  font-size: 1rem;
  font-weight: 500;
}

.text-color-white.is-opacity-60.text-style-nowrap {
  align-self: center;
  height: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-white.text-size-large {
  font-size: 1.5rem;
  font-weight: 600;
}

.agent-item-heading {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.agent_prompt {
  color: #fff;
  padding: .5rem;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.agent-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -100%;
}

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

.agent_wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.background-shadow {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 15%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-shadow.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.gadget_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.gadget_item-large {
  background-color: var(--ghost-white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.gadget_item-large-content {
  align-self: flex-start;
  width: 50%;
  padding: 2rem;
}

.gadget_item-large-image-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.gadget_item-large-content-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.text-size-huge.text-weight-medium {
  line-height: 100%;
}

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

.code-embed-5 {
  align-self: flex-start;
  height: 16px;
}

.image {
  vertical-align: middle;
  width: 60%;
}

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

.gadget_grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ghost-white);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.code-embed-6 {
  width: 60%;
}

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

.cta_heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_stats {
  color: var(--base-color-neutral--white);
  text-align: center;
  flex-flow: column;
  font-size: 2.5rem;
  display: flex;
}

.text-span-6 {
  font-size: 2.5rem;
  line-height: 100%;
}

.cta_gradient-background {
  border-radius: 20px;
  padding: 2px;
  overflow: hidden;
}

.cta_content-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 2rem;
}

.compare_heading.align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.compare_grid.is-responsive {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.25fr;
  display: none;
}

.compare_item {
  color: var(--base-color-neutral--black);
  font-size: 1.25rem;
  font-weight: 400;
}

.compare_item-company {
  color: var(--base-color-neutral--black);
  font-size: 2rem;
  font-weight: 600;
}

.compare_item-mentis {
  background-color: var(--base-color-brand--blue-main);
  color: var(--ghost-white);
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.125rem;
  display: flex;
}

.compare_item-mentis.is-competition {
  background-color: var(--ghost-white);
  color: var(--base-color-neutral--black);
}

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

.neurocore_heading-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.neurocore_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.neurocore_image-wrapper {
  background-color: var(--ghost-white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.neurocore_horizontal-carousel {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.neurocore_horizontal-carousel.is-02 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.neurocore_horizontal-carousel.is-01 {
  place-items: center end;
}

.neurocore_carousel-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.neurocore_carousel-content.list_01, .neurocore_carousel-content.list_02 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: relative;
  left: -173%;
}

.neurocore_carousel-content.list-03 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.neurocore_carousel-content.list-04 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-2 {
  border-radius: 10px;
}

.agent_carousel {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.nourocore_item {
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.nourocore_item.is-featured {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ghost-white);
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  align-self: center;
}

.faq_menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.fq_group_content {
  width: 100%;
  padding-bottom: 2rem;
}

.faq_answer_p {
  color: var(--grey);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5em;
}

.faq_wrapper {
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.faq_menu {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--ghost-white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq_menu_item {
  color: #20202466;
  flex: none;
  align-items: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq_menu_item.w--current {
  background-color: var(--base-color-neutral--white);
  box-shadow: none;
  color: #3c3d49;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 5rem .5rem 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq_group-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.section_faq {
  padding: 6rem 2rem;
  position: relative;
}

.faq_arrow {
  z-index: 0;
  width: 24px;
  position: relative;
}

.faq_menu-wrapper {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 6rem;
}

.faq_question-label {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.faq_menu-item-label {
  background-color: #0000;
  max-width: 64ch;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.faq_category {
  color: var(--base-color-neutral--neutral-light);
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-weight: 700;
}

.faq_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.footer-divider-vertical {
  border-right: 1px solid #d8dbdf;
  flex: none;
  width: 1px;
  height: 24px;
}

.paragraph-small {
  color: var(--grey);
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-tertiary {
  color: var(--grey);
}

.clock-time {
  text-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.feedback_form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-checkbox {
  background-color: #fff;
  border: 2px solid #d8dbdf;
  border-radius: 100%;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: #154ee0;
  border-style: solid;
  border-color: #154ee0;
  margin-top: 0;
  margin-left: 0;
}

.notification_message {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.notification_message.column-left {
  justify-content: center;
  align-items: flex-start;
}

.footer_subheading {
  color: var(--base-color-neutral--black);
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

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

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-image {
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-cover {
  opacity: .15;
  object-fit: cover;
  width: 30px;
  height: 100%;
}

.image-cover.is-footer {
  opacity: 100;
  width: 100%;
}

.footer_head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-x-small {
  color: var(--base-color-brand--blue-main);
  font-size: 12px;
  line-height: 20px;
}

.footer_item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.footer_item.padding-section-large.none, .code-embed-8 {
  display: none;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--grey);
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.text-color-black {
  color: #1a1a1a;
  font-weight: 400;
  line-height: 20px;
}

.paragraph.text-size-regular {
  color: #c8c8ca;
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph.is-plan-form {
  font-size: 14px;
  line-height: 16px;
}

.footer-divider {
  border-top: 1px solid #edeef1;
}

.contact-image-wrapper {
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.form-field-label {
  color: #8d95a3;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.social-link {
  color: #25272c;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.legal-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.footer-brand-large {
  height: 24px;
}

.icon-regular {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular:hover {
  color: var(--base-color-brand--blue-main);
}

.icon-regular._2 {
  color: #000;
}

.clock-colon {
  color: #5f6674;
  width: 8px;
}

.footer {
  background-color: #f7f8f8;
  position: relative;
}

.footer-nwesletter-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f8f8;
  border: 1px dashed #b5bbc4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.footer_column-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.footer_column-large.column-space-between {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

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

.text-link-brand {
  color: #154ee0;
  font-weight: 500;
  text-decoration: underline;
}

.form-text-field {
  color: #25272c;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
}

.form-text-field:focus {
  color: #25272c;
  background-color: #f7f8f8;
  border-color: #3a88fe;
}

.form-text-field::placeholder {
  color: #8d95a3;
}

.form-text-field.text-area {
  min-height: 128px;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 64px;
  display: grid;
}

.footer_column-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.contact-detail-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.newsletter_card-head {
  color: #25272c;
  letter-spacing: -.08px;
  background-color: #f7f8f8;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer_link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clock {
  flex-direction: column;
  row-gap: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: inline-flex;
}

.form-card {
  background-color: #fff;
  width: 100%;
  max-width: 410px;
  overflow: hidden;
}

.text-block-2 {
  color: var(--base-color-neutral--black);
}

.heading-3 {
  color: var(--base-color-neutral--neutral-lightest);
  align-self: flex-start;
  font-size: 20rem;
  line-height: 68%;
  display: none;
}

.compare_wrapper {
  border-radius: 20px;
  padding: 2rem;
}

.contact_card_image {
  opacity: .3;
  width: 24px;
}

.image-5 {
  opacity: .31;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: none;
}

.navigation {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  min-height: 88px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
}

.logo-link {
  width: 100%;
}

.logo {
  width: 124px;
}

.navigation-container {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.code-embed-9 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.agent-item_image {
  width: 1rem;
  margin-right: .3rem;
  position: relative;
}

.agent-item_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2.39;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  position: relative;
}

.legal_wrapper {
  margin-top: 6rem;
}

.h2-richtext {
  font-size: 1.5rem;
  line-height: 2;
}

.background-video {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-9 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.list-item {
  font-weight: 700;
  line-height: 2;
}

.list-5 {
  padding-left: 2.5rem;
}

.list-item-2 {
  padding-bottom: 5px;
  list-style-type: square;
}

.list-item-3 {
  list-style-type: none;
}

.after-list-item {
  padding-left: 1.6rem;
}

.success-message {
  color: #000;
  background-color: #e0f4e8;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.form_wrapper-hero {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.form-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  box-shadow: 0 2px 22px -2px #ffffffb3;
}

.text-field {
  border: 1px #000;
  border-top-width: 0;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
}

.submit-button-2 {
  background-color: var(--base-color-brand--blue-main);
  border-radius: 10px;
  height: 50px;
  font-weight: 700;
}

.form-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 2px;
  display: flex;
  box-shadow: 0 2px 24px -2px #fffc;
}

.text-field-2 {
  border: 0 #000;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
}

.submit-button-3 {
  background-color: var(--base-color-brand--blue-main);
  border-radius: 10px;
  height: 50px;
  font-weight: 700;
}

.form-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.account-social-grid {
  grid-template-columns: 1fr;
  padding-bottom: 10px;
}

.account_wrapper {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-one-colum {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.account-seperator {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  display: flex;
}

.account-bottom_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.account-header-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.account-social-button {
  color: #1a1a1a;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.account-social-button:hover {
  border-color: #6070c8;
  box-shadow: 25px 25px 64px -14px #4d4d4d29;
}

.account-social-button:focus {
  color: #160042;
  border-color: #4255bd;
}

.account-social-button::placeholder {
  color: gray;
}

.form-block_account {
  width: 100%;
  margin-bottom: 0;
}

.form-block_account.is-login {
  margin-top: 10px;
}

.success-message-2 {
  color: #40bf6a;
  background-color: #f4fbf6;
}

.account {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 9px 34px 64px -14px #4d4d4d1f;
}

.account.is-signin {
  max-width: 660px;
  padding: 40px;
}

.form-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.account-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.section_account {
  background-image: linear-gradient(#6750a44d, #fff);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_account.is-password {
  height: 100%;
}

.account-text-field {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 44px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.account-text-field:hover {
  border-color: var(--base-color-brand--blue-main);
}

.account-text-field:focus {
  color: #160042;
  border-color: #4255bd;
}

.account-text-field::placeholder {
  color: gray;
}

.field-label {
  color: var(--base-color-brand--grey);
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.account-logo {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.account-background_image {
  display: none;
}

.account_link {
  color: var(--base-color-brand--blue-main);
  transition: color .3s;
}

.account_link:hover {
  color: #4255bd;
}

.form-input_account {
  flex-direction: column;
  align-items: flex-start;
}

.text-seperator {
  color: var(--grey);
  margin-left: 14px;
  margin-right: 14px;
}

.account-link-small {
  color: #1a1a1a;
}

.account-caption {
  color: #999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.account-caption.text-align-left {
  align-self: flex-start;
  margin-left: 0;
}

.account_background {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.slide-embed {
  display: none;
}

.checkbox-item-text {
  color: #08041f;
}

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

.checkbox_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.slider {
  z-index: 1;
  background-color: #0000;
  height: 100%;
  position: relative;
}

.steps-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.submit-form {
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: #24e;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 20px 44px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.account_form-slide-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.account_form-title_wrapper {
  width: 100%;
}

.account_form-step-wrap {
  color: #0f1529;
  flex-direction: column;
  align-items: flex-start;
  min-width: 33.3333%;
  font-size: 16px;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.acount_form-heading {
  color: #0f1529;
  letter-spacing: -.04em;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.checkbox-item-primary {
  background-color: #f6f7f9;
  border-style: solid;
  border-color: #f6f7f9;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  margin-top: 0;
  margin-left: 0;
  padding: 18px 32px;
  display: block;
}

.checkbox-item-primary.w--redirected-checked {
  color: #fff;
  background-color: #8d57ff1a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: solid;
  border-color: #8d57ff;
}

.checkbox-item-primary.is-small-checkbox {
  min-width: 150px;
}

.checkbox-item-primary.is-small-checkbox:hover {
  background-color: var(--base-color-brand--blue-main);
  color: var(--ghost-white);
}

.checkbox-item-primary.is-ecxeption {
  min-width: 220px;
}

.account_form-text-field {
  color: #0f1529;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b2ff1000;
  max-width: 85%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  transition: all .2s;
  position: relative;
}

.account_form-text-field:hover {
  box-shadow: 1px 1px 4px #02044a0a;
}

.account_form-text-field:focus {
  border-bottom-color: #b2ff10;
}

.account_form-text-field::placeholder {
  color: #0f152999;
}

.account_form-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.success-message-3 {
  letter-spacing: 1px;
  padding: 50px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.checkbox_detail {
  margin-bottom: 0;
}

.account_form-body-wrapper {
  width: 100%;
}

.account_form-field {
  border: .5px solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 62px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.account_form-field:hover, .account_form-field:focus {
  border-color: var(--base-color-brand--blue-main);
}

.checkbox_label {
  display: none;
}

.check-item {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.back-button-slide {
  color: #0f1529;
  text-align: center;
  border: 1px solid #00000038;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 20px 21px;
  font-size: 16px;
  text-decoration: none;
  overflow: clip;
}

.checkbox_terms {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #0f15293b;
  border-radius: 10px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.checkbox_terms.w--redirected-checked {
  background-color: #0f1529;
  background-size: 14px;
}

.account_form-paragraph {
  color: #0f1529cc;
  font-size: 16px;
  line-height: 28px;
}

.step-line {
  opacity: .1;
  background-color: #0f1529;
  width: 100%;
  height: 1.3px;
}

.step-line.active {
  opacity: 1;
}

.account_form-stage {
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.account_form-label {
  color: #0f152966;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.account_form-slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.account_form-icon {
  width: 20px;
  position: absolute;
  inset: auto 20px auto auto;
}

.checkbox-item {
  text-align: center;
  letter-spacing: -.03em;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-section {
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
}

.title-large {
  color: #0f1529;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.account_form-step-block {
  color: #0f1529;
  background-color: #fff;
  border: 1px solid #0f15291a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.account_form-step-block.active {
  color: #fff;
  background-color: #0f1529;
}

.next-button-slide {
  background-color: var(--base-color-brand--blue-main);
  color: var(--ghost-white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 20px 44px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-link-medium {
  color: var(--background-color--background-primary);
}

.checkbox_wrapper-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.account_caption-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.text-block-5 {
  font-size: 16px;
}

.password_heading {
  color: #0a415c;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.password_checkbox-text {
  color: #0a415c99;
  font-size: 12px;
  font-weight: 400;
}

.password-reset_form-wrapper {
  flex-direction: column;
  display: flex;
}

.checbox-icon-circle {
  background-color: #edf8fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  padding: 14px;
  display: flex;
}

.password_wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px 40px;
  position: relative;
  box-shadow: 28px 28px 60px -20px #d1edfa99;
}

.password_checkbox-content {
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.password_checkbox-title {
  color: #0a415c;
  margin-bottom: 4px;
}

.blue-link {
  color: var(--base-color-brand--blue-main);
  text-decoration: none;
}

._404_bubble_overlay {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._404_logo {
  width: 10vw;
}

._404_bubble-script {
  display: none;
}

.button_secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button_secondary:hover {
  background-color: #51515e;
}

._404_background {
  min-width: 50vw;
  position: absolute;
}

._404_heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

._404_bubble-canvas {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404_section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  padding: 150px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h4-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.dashboard-accordian {
  grid-row-gap: 4px;
  background-color: #f4f4f6;
  border-radius: 8px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.dashboard-left-arrow {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
  display: flex;
  inset: 0% auto 0% 0%;
}

.dashboard-icon-button {
  border-radius: 4px;
  padding: 8px;
  transition: background-color .3s;
}

.dashboard-icon-button:hover, .dashboard-icon-button.off-white {
  background-color: #f4f4f6;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dashboard_activity-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.dashboard_ard-grid {
  grid-template-columns: 1fr .6fr;
  height: 100%;
}

.code-embed-11 {
  display: none;
}

.h1-heading-2 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.4;
}

.h1-heading-2.is-responsive {
  display: none;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.dashboard_heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dashboard_heading.responsive {
  display: none;
}

.dashboard-divider {
  background-color: #dedfe3;
  height: 1px;
}

.dashboard_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dashboard_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dashboard-dropdown {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.dashboard-filter-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131316;
  align-items: center;
  display: flex;
}

.dashboard-unit-span {
  font-size: 26px;
}

.dashboard_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.dashboard_grid.is-messages {
  flex-flow: column;
  grid-template-columns: 1fr;
  display: flex;
}

.dashboard_grid.is-chat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-columns: 1fr;
  display: flex;
}

.dashboard-card-icon {
  background-color: #eceefe;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dashboard-card-icon.green {
  background-color: #f1f9f3;
}

.dashboard-card-icon.red {
  background-color: #feecef;
}

.dashboard_button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dashboard_category {
  grid-column-gap: 4px;
  color: #383942;
  border-radius: 8px;
  align-items: center;
  padding: 4px 8px 4px 4px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dashboard_category.blue {
  color: #5167f6;
  background-color: #eceefe;
}

.dashboard_category.is-all {
  background-color: #f4f4f6;
}

.dashboard-primary {
  grid-column-gap: 8px;
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dashboard-primary:hover {
  background-color: #3c54f0;
}

.dashboard-filter-slide {
  width: auto;
  margin-right: 4px;
}

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

.dashboard-filter-button {
  grid-column-gap: 4px;
  color: #383942;
  border-radius: 4px;
  align-items: center;
  padding: 4px 8px 4px 4px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dashboard-filter-button:hover {
  background-color: #f4f4f6;
}

.dashboard_feed {
  grid-row-gap: 16px;
  background-color: #f4f4f6;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: auto;
}

.h6-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.dashboard_section {
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-search {
  grid-column-gap: 8px;
  background-color: #f4f4f6;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.dashboard_card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 64px #8f8f8f29;
}

.dashboard_filter-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.dashboard-filter-mask {
  width: 0;
  overflow: visible;
}

.dashboard-search-button {
  color: #383942;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .3s;
  display: flex;
}

.dashboard-search-button:hover {
  color: #5167f6;
}

.dashboard_feed-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: absolute;
}

.subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.dashboard_category-row {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.toggle-circle {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px #494a7d3d;
}

.dashboard_filter-form {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.template-graphic {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.dashboard_card-header {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.chat-prompt {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  height: 32px;
  margin-bottom: 0;
  padding: 0;
}

.dashboard_activity-feed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-weight-bold {
  font-weight: 700;
}

.dashboard-logo {
  justify-content: center;
  display: flex;
}

.dashboard-category-text {
  color: #383942;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.paragraph-x-small-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-x-small-2.is-coma {
  padding-right: 4px;
}

.dashboard_sidebar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 280px;
  padding: .5rem 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 64px #8f8f8f29;
}

.filter-badge-icon {
  border-radius: 8px;
  padding: 4px;
}

.filter-badge-icon.green {
  color: #7ec897;
  background-color: #f1f9f3;
}

.filter-badge-icon.orange {
  color: #f69351;
  background-color: #fef3ec;
}

.dashboard_dropdown-icon {
  background-color: #fef3ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dashboard_dropdown-icon.off-white {
  background-color: #f4f4f6;
}

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

.dashboard_dropdown-icon.is-assistant {
  background-color: var(--base-color-neutral--white);
  width: 25px;
  height: 25px;
}

.column-x-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.dashboard-avatar {
  width: 40px;
  height: 40px;
}

.dashboard_card-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dashboard_dropwdown-assistant {
  overflow: hidden;
}

.filter-toggle {
  cursor: pointer;
  background-color: #5167f6;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.dashboard_menu-item {
  grid-column-gap: 12px;
  color: #383942;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.dashboard_menu-item:hover {
  background-color: #fff;
}

.dashboard_menu-item.is-active {
  background-color: var(--base-color-neutral--white);
}

.dashboard_menu-item.is-assistent {
  cursor: pointer;
}

.dashboard_menu-item.is-assistent:hover {
  background-color: var(--base-color-neutral--white);
  color: #383942;
}

.dashboard_menu-item.is-assistent:focus {
  background-color: var(--base-color-brand--blue-main);
}

.dashboard_menu-item.is-assistent.is-chat {
  background-color: var(--base-color-neutral--white);
  cursor: pointer;
}

.dashboard_menu-item.is-assistent.is-chat:hover {
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
}

.dashboard_menu-item.is-control-center {
  display: none;
}

.dashboard_number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.dashboard_card-outline {
  background-color: #fff;
  border: 1px solid #dedfe3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-weight-bold {
  font-weight: 700;
}

.dashboard-sidebar-footer {
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

.dashboard-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.dashboard-user-wrapper {
  background-color: #f4f4f6;
  border-radius: 8px;
  padding: 8px;
}

.dashboard-right-arrow {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dashboard-menu-button, .hide-2 {
  display: none;
}

.dashboard_badge {
  grid-column-gap: 8px;
  background-color: #f4f4f6;
  border-radius: 99px;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  display: flex;
}

.dashboard-user-row {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.dashboard-user-row.is-responsive {
  display: none;
}

.chat-base-icon {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dashboard_content {
  background-color: #f4f4f6;
  width: 100%;
  padding: 24px 1.5rem;
}

.dashboard-filter-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0000 58%, #fff 89%);
  position: absolute;
  inset: 0%;
}

.dashboard_analytics {
  border: 1px solid #dedfe3;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.dashboard_left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dashboard_menu-link {
  font-size: 14px;
  font-weight: 400;
}

.dashboard_menu-link.is-active {
  font-weight: 700;
}

.dashboard_menu-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dashboard_menu-notification {
  color: #f65071;
}

.dashboard_notification-badge {
  color: #fff;
  text-align: center;
  background-color: #eb4747;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.dashboard_notication_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dashboard_notification-arrow {
  background-color: #eb4747;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto auto -4px;
  transform: rotate(45deg);
}

.dashboard_notication-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1a1a;
  align-items: center;
  padding: 14px;
  transition: all .3s;
  display: flex;
}

.dashboard_notication-button:hover {
  color: #4255bd;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.filter-checkbox {
  cursor: pointer;
  background-color: #eceefe;
  border-style: none;
  border-radius: 8px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.filter-checkbox.w--redirected-checked {
  background-color: #5167f6;
  background-image: url('../images/check-primary.svg');
  background-size: 16px 16px;
  border-style: none;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.dashboard_dropdown-assistent-tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-left: 52px;
  display: flex;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.filter-checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.filter-checkbox-field:hover {
  color: #5167f6;
}

.dashboard_dropdown-assistant-tab-link {
  color: #383942;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
}

.dashboard_dropdown-chat {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  padding-top: .5rem;
  display: flex;
}

.dashboard_dropdown-chat-tab {
  color: #383942;
  justify-content: space-between;
  align-items: center;
  padding: 2px 2px 2px 8px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.dashboard_dropdown-chat-tab:hover {
  background-color: #2244ee1a;
  border-radius: 5px;
}

.dashboard_dropdow-menu-icon {
  height: 18px;
  position: relative;
}

.dashboard_dropdow-menu-icon:hover {
  background-color: #fff;
  border-radius: 5px;
}

.dashboard_dropdown-chat-popup {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 200px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: none;
  position: absolute;
  top: -109px;
  left: -197px;
  overflow: clip;
  box-shadow: 0 2px 15px 6px #0003, 0 2px 5px #0003;
}

.form-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.input-icon {
  color: gray;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: color .3s;
  display: flex;
  position: absolute;
  left: 12px;
}

.input-field {
  color: #000;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  width: 100%;
  height: 30px;
  margin-bottom: 0;
  padding: 4px 48px 4px 35px;
  font-size: 12px;
  line-height: 1.5;
  transition: color .3s, border-color .3s;
}

.input-field:hover, .input-field:focus {
  border-color: #000;
}

.input-button {
  color: gray;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 1px 1px 1px auto;
}

.input-button:hover {
  color: #000;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.script-embed {
  margin-bottom: 0;
  display: none;
}

.form-block-5 {
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-11 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.dashboard_dropdown-chat-popup-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #383942;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dashboard_dropdown-chat-popup-item:hover {
  background-color: #2244ee1a;
}

.dashboard_dropdown-chat-link {
  color: #383942;
  width: 100%;
  text-decoration: none;
}

.dashboard_dropdown-chat-link.text-style-nowrap {
  font-size: 12px;
  overflow: hidden;
}

.code-embed-13 {
  width: 24px;
  height: 24px;
}

.dashboard_dropdown-menu {
  position: relative;
}

.application-sidebar-circle {
  width: 8px;
  height: 8px;
  display: flex;
}

.application-sidebar-divider {
  background-color: #d5d9e2;
  height: .5px;
}

.icon-x-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.message_container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.application-sidebar-indicator {
  padding: 8px;
}

.application-sidebar-link {
  color: #65758b;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.application-sidebar-link:hover {
  color: #23272f;
  background-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.application-sidebar-link.w--current {
  background-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.application-sidebar-dropdown-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  width: 100%;
  padding-top: 12px;
  display: flex;
  overflow: hidden;
}

.message_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #394151;
  background-color: #f4f4f6;
  border-radius: 6px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.application-action-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #65758b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.application-action-button:hover {
  color: #23272f;
}

.application-link-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.message_tab-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #525f75;
  background-color: #0000;
  border: .5px solid #d5d9e2;
  border-radius: 96px;
  flex: none;
  align-items: center;
  padding: 6px 16px 6px 6px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.message_tab-link:hover {
  color: #23272f;
  border-color: #b1bbc8;
}

.message_tab-link.w--current {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.message_scripts-embed {
  display: none;
}

.message_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.application-sidebar-link-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.application-dropdown-toggle {
  color: #65758b;
  border: .5px solid #d5d9e2;
  border-radius: 100%;
  padding: 8px;
  transition: all .3s;
}

.application-dropdown-toggle:hover {
  color: #23272f;
  border-color: #b1bbc8;
}

.application-dropdown-toggle.w--open {
  color: #23272f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.message_button {
  color: #23272f;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: color .2s, background-color .3s;
  box-shadow: 0 1px 2px #23272e14;
}

.message_button:hover {
  color: #23272f;
  background-color: #06e377;
}

.message_button.is-favorite:hover {
  background-color: #06e377;
}

.message_button.is-delete {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contributor-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.subheading-large-2 {
  color: #000;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.message_author-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.application-sidebar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: sticky;
  top: 128px;
}

.application-dropdown-icon-wrapper {
  background-color: #fff;
  border-radius: 100%;
}

.message_item-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.application-sidebar-link-icon {
  text-align: center;
  width: 20px;
}

.message_item-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.paragraph-x-small-3 {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-3.text-weight-normal {
  font-weight: 400;
}

.paragraph-x-small-3.text-weight-semibold {
  font-weight: 600;
}

.paragraph-x-small-3.text-color-gray-500 {
  color: #65758b;
}

.icon-regular-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.application-item-count-icon {
  padding: 4px;
}

.message_author-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.application-sidebar-link-content-right {
  color: #8896aa;
  align-items: center;
  display: flex;
}

.application-contributor-avatar {
  background-color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 2px #23272e14;
}

.message_page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.message_banner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.message_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: .5px solid #d5d9e2;
  border-right: .5px solid #d5d9e2;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 48px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.message_content.is-singlemessage {
  width: 280px;
}

.message_badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.message_badge.green {
  color: #00381e;
  background-color: #adffd8;
}

.message_badge.yellow {
  color: #222f04;
  background-color: #ecfc9c;
}

.message_badge.no {
  opacity: 0;
}

.application-search-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.dropdown-filter-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #525f75;
  white-space: nowrap;
  overflow-wrap: normal;
  align-items: center;
  padding: 4px 16px 4px 8px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-filter-link:hover {
  color: #23272f;
}

.application-dropdown-list {
  inset: 0% 0% 0% auto;
}

.application-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 2px;
  position: absolute;
  inset: 48px 0% auto auto;
  box-shadow: 0 1px 2px #23272e14;
}

.application-sidebar-menu-section {
  flex-direction: column;
  display: flex;
}

.application-sidebar-button {
  color: #65758b;
  border: .5px solid #d5d9e2;
  border-radius: 100%;
  padding: 8px;
  transition: all .3s;
  display: none;
}

.application-sidebar-button:hover {
  color: #23272f;
  border-color: #b1bbc8;
}

.application-sidebar-button.w--open {
  color: #23272f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.application-badge-indicator {
  background-color: #23272f;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.application-link-details-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.application-dropdown-list-wrapper {
  flex-direction: column;
  display: flex;
}

.application-sidebar-pages-title {
  color: #23272f;
  border-bottom: .5px solid #d5d9e2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.message_tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.message_sidebar {
  flex-direction: column;
  width: 380px;
  padding-top: 0;
  padding-bottom: 128px;
  position: relative;
}

.divider-gray-200 {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.message_search {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  display: flex;
}

.message_action-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.message_tag-con {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.message_tag-con.is-active.is-green {
  background-color: #afffd8;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #525f75;
}

.application-sidebar-contributors-title {
  color: #23272f;
  border-bottom: .5px solid #d5d9e2;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.message_banner-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.application-banner-close {
  color: #65758b;
  border-radius: 100%;
  padding: 4px;
  transition: color .3s;
}

.application-banner-close:hover {
  color: #23272f;
}

.application-sidebar-button-close {
  color: #65758b;
  border: .5px solid #d5d9e2;
  border-radius: 100%;
  padding: 8px;
  transition: all .3s;
  display: none;
}

.application-sidebar-button-close:hover {
  color: #23272f;
  border-color: #b1bbc8;
}

.application-sidebar-button-close.w--open {
  color: #23272f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.message_item-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .5px solid #d5d9e2;
  border-radius: 8px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.application-search-input-wrapper, .application-sidebar-dropdown-wrapper {
  position: relative;
}

.application-contributor-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.application-action-button-icon {
  padding: 2px;
}

.message_author-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 2px #23272e14;
}

.application-dropdown {
  z-index: 1;
  display: none;
}

.message_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.message_action-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.application-search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.application-search-form-block {
  max-width: 400px;
  margin-bottom: 0;
  display: flex;
}

.message_divider-vertical {
  background-color: #d5d9e2;
  width: .5px;
}

.application-search-input-field {
  color: #23272f;
  background-color: #0000;
  border: .5px solid #d5d9e2;
  border-radius: 96px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 8px;
  line-height: 20px;
  transition: border-color .3s;
}

.application-search-input-field:hover {
  border-color: #b1bbc8;
}

.application-search-input-field:focus {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px #23272e14;
}

.paragraph-small-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-gray-500 {
  color: #65758b;
}

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

.icon-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.icon-5 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

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

.singlemessages_main {
  width: 100%;
}

.singlemessage_heading {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.singlemessage_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-14 {
  height: 32px;
}

.singlechatmessage_assistantinfo {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 12px;
  height: 12px;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  box-shadow: 0 2px 5px #0000000d;
}

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

.singlemessage_buttonchat {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
}

.singlemessage_icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.singlemessage_devider {
  background-color: gray;
  width: 2px;
  height: 100%;
}

.singlemessage_content {
  padding: 24px 20px;
}

.singlemessage_chatheadline {
  font-size: 1.7rem;
  font-weight: 500;
}

.singlemessage_chatinfo {
  color: var(--base-color-brand--grey);
  font-size: 1.25rem;
  font-weight: 400;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  font-size: 1.2rem;
}

.div-block-14 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  box-shadow: 0 -1px 14px #0003, 0 2px 5px #0003;
}

.singlemessage_chatinfotime {
  font-size: 3rem;
  line-height: 1;
}

.singlemessage_chatinfotime.text-align-center {
  font-weight: 600;
}

.singlemessage_chatinfoday.text-align-center {
  font-size: 1.5rem;
  line-height: 1;
}

.singlemessage_chat-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.singlemessage_chat-button.is-download {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--blue-main);
  box-shadow: 0 2px 5px 0 var(--base-color-brand--blue-main);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.singlemessage_chat-button.is-publish {
  color: #000;
  background-color: #45ffbb;
  border: 1px #000;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.singlemessage_chat-button.is-plantopublish {
  box-shadow: 0 2px 5px 0 var(--base-color-neutral--neutral-darker);
  background-color: #000;
  border-radius: 10px;
}

.singlemessage_download-text {
  line-height: 1;
}

.singlemessage_chat-button-info {
  color: #ffffff80;
  font-size: .8rem;
  line-height: 1;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.singlemessage_chat-button-icon {
  height: 25px;
}

.chat_info-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.chat_info-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chat_assistantinfo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat_assistant-image {
  width: 20px;
  height: 20px;
}

.chat_icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chat_field {
  background-image: url('../images/content.png'), linear-gradient(139deg, #6750a44d, #ddd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: 80vh;
  padding: 40px 24px 10px;
  display: flex;
  box-shadow: 0 2px 12px -3px #0003, 0 2px 3px #0003;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.chat_chatbar {
  height: 60px;
}

.chat-settings-icon {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: visible;
}

.chat_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131316;
  align-items: center;
  width: 100%;
  display: flex;
}

.chat_form {
  width: 100%;
  margin-bottom: 0;
}

.chat_wrapper {
  grid-column-gap: 8px;
  background-color: #f4f4f6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: #b1b5e2;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.icon-6 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.form-success-message {
  color: #3e376d;
  background-color: #d9d7ea;
  border-radius: 12px;
}

.filter-title {
  text-transform: uppercase;
  padding: 8px 4px;
}

.search-input {
  color: #22272f;
  background-color: #fff;
  border: 2px solid #c4cad4;
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border .3s;
}

.search-input:hover {
  border-color: var(--base-color-brand--blue-main);
}

.search-input:focus {
  border-color: #5e53a2;
}

.search-input::placeholder {
  color: #22272f;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.row-x-small-2.row-center {
  justify-content: flex-start;
  align-items: center;
}

.pagination-text {
  color: #95a1b2;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.icon-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-4 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-3 {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.sort-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #22272f;
  border: 1px solid #c4cad4;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.sorting-link {
  color: #22272f;
  border: 1px solid #0000;
  border-radius: 99px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
}

.sorting-link:hover {
  border-color: #c4cad4;
}

.section-regular-2 {
  padding-bottom: 92px;
  position: relative;
}

.integration-circle-small {
  background-color: #454f5f;
  border-radius: 99px;
  width: 24px;
  height: 24px;
}

.sort-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #c4cad4;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px 12px;
}

.sort-list.w--open {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 2px;
}

.paragraph-x-small-5 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.integration-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #c4cad4;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.integration-card:hover {
  background-color: #f3f4f6;
  border-color: #0000;
}

.integration-card.column-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.form-error-message {
  background-color: #fcefee;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.pagination {
  border-top: 1px solid #dce0e5;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 16px;
  display: flex;
}

.category-tag {
  color: #7d8ba1;
  text-transform: uppercase;
  background-color: #f3f4f6;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.category-tag:hover {
  background-color: var(--base-color-brand--blue-main);
  color: var(--base-color-neutral--white);
}

.category-tag.w--current {
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
}

.container-regular {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary-small:hover {
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
}

.sorting-icon {
  color: #454f5f;
}

.form-block-7 {
  margin-bottom: 0;
}

.integration-icon {
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.pagination-arrow {
  color: #95a1b2;
  cursor: pointer;
  background-color: #0000;
  border-radius: 99px;
  padding: 16px;
  transition: color .3s, background-color .3s;
}

.pagination-arrow:hover {
  color: #fff;
  background-color: #5e53a2;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-regular-8 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.search-button-ghost {
  background-color: #0000;
  background-image: url('../images/Search-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: background-color .3s;
}

.search-button-ghost:hover {
  background-color: #f3f4f6;
}

.sort-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 180px;
  display: none;
}

.sort-dropdown {
  width: 100%;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.divider-gray-100 {
  background-color: #c4cad4;
  width: 100%;
  height: 1px;
}

.paragraph-small-7 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.integration-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.search-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.pagination-number {
  padding: 12px 24px;
}

.integration-toggle-small {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #dce0e5;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  height: 36px;
  padding: 6px;
  display: flex;
}

.row-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-space-between.child-wrap {
  flex-flow: wrap;
}

.documentation-legal-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.documentation_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 260px) 1fr;
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.documentation-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.documentation-legal-line {
  background-color: #d4d4d4;
  width: 1px;
  height: 12px;
}

.documentation-version-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.documentation-footer-link {
  color: #737373;
  text-decoration: none;
  transition: color .3s;
}

.documentation-footer-link:hover {
  color: #2a2322;
}

.documentation_side-menu {
  flex: none;
}

.documentation-logo {
  height: 48px;
}

.settings-line-wrapper {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.documentation-menu-header {
  margin-bottom: 32px;
}

.documentation-mobile-navigation {
  display: none;
}

.documentation-line {
  background-color: #d4d4d4;
  width: 1px;
}

.documentation-search-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 12px auto 12px 12px;
}

.documentation-search-input {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 44px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.documentation-search-input:hover {
  border-color: #d4d4d4;
}

.documentation-search-input:focus {
  border-color: #c8b6c8;
}

.documentation-search-input::placeholder {
  color: #737373;
}

.form-success-message-2 {
  color: #0a0a0a;
  background-color: #d6f0e5;
  font-weight: 500;
}

.documentation_content {
  background-color: #fff;
  padding: 24px;
}

.documentation-menu-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-8.text-color-gray-500 {
  color: #737373;
}

.paragraph-regular-5 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0a0a0a;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-ghost:hover {
  background-color: #fafafa;
}

.button-ghost:active {
  color: #737373;
  background-color: #fafafa;
}

.button-ghost.icon-left {
  white-space: nowrap;
  padding-left: 12px;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.documentation-search-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.documentation-search-shortcut-embed {
  display: none;
}

.settings-menu-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #737373;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: color .3s;
  display: flex;
}

.settings-menu-toggle:hover {
  color: #2a2322;
}

.form-error-message-2 {
  background-color: #eed8d8;
  padding: 10px 20px;
  font-weight: 500;
}

.documentation-search-shortcut {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12px 16px 12px auto;
}

.notification_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.documentation-menu-dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.documentation-menu-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.documentation_section {
  background-color: #f8f6f6;
  padding: 32px 0%;
}

.documentation-menu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.documentation-information {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--base-color-neutral--black);
  background-color: #e5e7eb;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-large-3 {
  color: var(--base-color-brand--grey);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.documentation-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.documentation_page {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.documentation-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #171717;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.documentation-menu-card:hover {
  background-color: #fafafa;
  border-color: #e6e6e6;
}

.documentation-navigation-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.icon-2x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.icon-regular-9 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.documentation-menu-group {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.documentation-search-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.documentation-information-close {
  color: #734573;
  cursor: pointer;
}

.documentation-information-close:hover {
  color: #361b36;
}

.subheading-small-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.documentation-dropdown-list {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.settings-menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #525252;
  white-space: nowrap;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.settings-menu-link:hover {
  color: #171717;
  background-color: #fff;
}

.settings-menu-link.w--current {
  filter: saturate();
  color: #000;
  background-color: #fff;
}

.settings-menu-link.is-active-state {
  background-color: var(--base-color-neutral--white);
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.documentation-navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.documentation-version-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0a0a0a;
  align-items: center;
  padding: 8px 8px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s;
  display: flex;
}

.documentation-version-toggle:hover, .documentation-version-toggle.w--open {
  background-color: #f5f5f5;
}

.notifcation_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.documentation-link {
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .3s;
}

.documentation-link:hover {
  background-color: #f5f5f5;
}

.documentation-step-number {
  color: #171717;
  background-color: #f5f5f5;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.documentation-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.subheading-regular-4 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.header-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.heading-icon {
  vertical-align: middle;
  background-image: url('../images/Logo.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, contain;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -12px;
  display: inline-block;
  transform: rotate(-4deg);
  box-shadow: inset 0 -8.533px 21.333px #1a192514, inset 0 1.067px 3.2px #ffffff14, inset 0 .8px .8px #ffffff14, inset 0 .267px .267px #ffffff1f, 0 8.533px 12.8px -4.267px #1a19250f, 0 4.267px 8.533px -4.267px #1a19251f, 0 2.133px 4.267px -1.067px #1a19251f, 0 1.067px 1.6px -.533px #1a19251f;
}

.relative {
  position: relative;
}

.container-large-4 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

.text-highlight {
  color: #1a1925;
  background-color: #eeeef0;
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 500;
  display: inline-block;
}

.header-top {
  z-index: 1;
  padding-top: 20px;
  padding-right: 5%;
}

.paragraph-regular-6 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.api_page {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.notification_page {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.notifcation_heading, .notification_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.notifiaction_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-7 {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.notification_form {
  margin-top: 32px;
}

.modal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.notification_item-subheading {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.notification_content-item {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.notification_content-item.is-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  padding: 20px;
}

.noticication_form-content {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.button-primary-3 {
  background-color: var(--base-color-brand--blue-main);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 10px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #7342ff;
}

.button-primary-3:active {
  background-color: #2d0896;
}

.button-primary-3:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.success-message-6 {
  color: #006638;
  letter-spacing: .02em;
  background-color: #ebfff6;
  font-size: 12px;
  line-height: 16px;
}

.notification_devider {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.button-primary-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--base-color-neutral--black);
  letter-spacing: -.2px;
  background-color: #e5e7eb;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  color: var(--base-color-neutral--black);
  background-color: #bdbdbe;
}

.button-primary-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-4.is-delete-account {
  color: var(--base-color-neutral--white);
  background-color: #e72b3b;
  width: 100%;
}

.button-primary-4.is-delete-account:hover {
  background-color: #e72b3bcc;
}

.account_avatar-upload {
  color: #6b7280;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.account_avatar-upload:hover {
  color: #000;
  background-color: #e5e7eb;
  border-color: #d1d5db;
}

.account_content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.subheading-small-3 {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.account_link_item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.account_link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dashboard-avatar-upload-icon {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.account_link-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #030711;
  background-color: #f3f4f6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.account_link-content:hover {
  background-color: #e5e7eb;
}

.dashboard-field-label {
  color: #030711;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.form-success-message-3 {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.paragraph_small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error-message-3 {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.dashboard-text-field {
  color: #000;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.dashboard-text-field:hover, .dashboard-text-field:active {
  border-color: #d1d5db;
}

.dashboard-text-field:focus {
  border-color: #9ca3b0;
}

.subheading-regular-5 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-small-4 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.account_item {
  grid-row-gap: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 32px;
  display: flex;
}

.account_item.is-delete-account {
  grid-row-gap: 0px;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.account_link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.account_avatar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.resume-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  transition: border .3s;
  display: flex;
}

.resume-toggle:hover {
  border-color: #d1d5db;
}

.h6-heading-2 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

.account_item-column {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.process-span {
  color: #3bab4f;
}

.account_page {
  width: 100%;
}

.account_item-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading_delete-account {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close_link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: none;
}

.close_link-right:hover {
  color: #642eff;
}

.account_delete-account-content {
  color: #160042;
  align-items: center;
  display: flex;
}

.account_popup-delete-account {
  opacity: 0;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.account_delert-circle {
  color: #e72b3b;
  background-color: #f14a591a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
}

.button-secondary-2 {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary-2:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary-2:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.icon-regular-11 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.account_delete-content-right {
  justify-content: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.chat-base-order-name {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.chat-base-order-name.text-style-nowrap {
  color: #000;
}

.chat-base-order-name.text-style-nowrap.is-no-icon {
  padding-left: 30px;
}

.account_delete-account-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.account_delete-account-grid {
  grid-template-rows: auto;
}

.button-primary-5 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-5:hover {
  background-color: #7342ff;
}

.button-primary-5:active {
  background-color: #2d0896;
}

.button-primary-5:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.button-primary-5.alert {
  background-color: #e72b3b;
  border-color: #e72b3b;
  width: 40%;
  margin-top: 20px;
}

.button-primary-5.alert {
  background-color: #e72b3b;
  border-color: #e72b3b;
}

.button-primary-5.alert:hover {
  background-color: #93111c;
  border-color: #93111c;
}

.account_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

.feedback_content {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
}

.feedback_grid {
  flex-flow: column;
  display: flex;
}

.contact_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.form-detail-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px dashed #d8dbdf;
  border-bottom-style: none;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.paragraph-small-9 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.error_column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-large-4 {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.feature-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #154ee0;
  letter-spacing: -.08px;
  background-color: #f7f8f8;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.feature-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.paragraph-regular-9 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.form-detail-icon, .text-color-brand {
  color: #154ee0;
}

.icon-regular-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 520px;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #1b3ad5;
}

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

.subheading-large-5 {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-card {
  border: 1px dashed #d8dbdf;
  border-bottom-style: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.feedback_item-two {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-is-musthave {
  color: var(--base-color-brand--blue-main);
}

.feedback_form, .feedback_form-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.feedback_form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.error_musthave {
  color: var(--base-color-brand--blue-main);
}

.error_form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.error_formcard {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.errror_form-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.error_content {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
}

.error_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.error_card-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7f8f8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

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

.errfor-item-two {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.neurocore_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.alert_banner-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.alert_banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding: 12px;
  display: flex;
}

.alert_label-small {
  font-size: 14px;
  line-height: 20px;
}

.alert-close-outline {
  color: #95a0b2;
  cursor: pointer;
  transition: color .3s;
}

.alert-close-outline:hover {
  color: #000;
}

.alert_banner-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.alert_banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.alert_banner-text.success {
  color: #003317;
}

.alert_banner-text.is-error {
  color: #460c07;
}

.alert_banner-files-added {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2e3138;
  background-color: #f6f8f9;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.alert_banner-files-added.is-error {
  color: #e5301f;
  background-color: #fff1f0;
  border-color: #ffe2e0;
  margin-bottom: 3rem;
}

.alert_banner-files-added.is-succesful {
  color: #05b34a;
  background-color: #f0fff5;
}

.alert_close {
  cursor: pointer;
  transition: transform .3s;
}

.alert_close:hover {
  transform: scale(1.1);
}

.alert_banner-files {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.icon-small-5 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
}

.alert-banner-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.alert-banner-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: var(--base-color-brand--blue-main);
}

.code-embed-17 {
  color: #fff;
  height: 16px;
}

.neurocore_addfiles-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: border-color .275s;
  display: grid;
}

.neurocore_addfiles-grid-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--base-color-neutral--white);
  border: 1px solid #0000;
  border-radius: 5px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.neurocore_addfiles-grid-item:hover {
  border: 1px solid var(--base-color-brand--blue-main);
}

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

.neurocore_addfiles-grid-item-icon {
  color: #fff;
  border-radius: 5px;
  padding: 4px;
}

.neurocore_addfiles-grid-item-icon.is-newdocument {
  background-color: var(--base-color-brand--blue-main);
}

.neurocore_addfiles-grid-item-icon.is-webpage {
  border: 1px solid #e5e7eb;
}

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

.neurocore_add-item-icon {
  color: var(--base-color-brand--grey);
  height: 20px;
  display: block;
}

.code-embed-18 {
  height: 24px;
}

.div-block-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.neurocore_files-overview-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.neurocore_slider-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swiper_button-preview {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
}

.swiper_button-next {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.code-embed-19, .code-embed-20 {
  height: 24px;
}

.neurocore_files-overview-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.neurocore_files-overview-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: .5px solid #d7d4d2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  display: flex;
}

.neurocore_files-overview-icon {
  color: var(--base-color-brand--blue-main);
}

.table_file-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1.2fr 1fr;
  padding: 24px;
  transition: background-color .2s;
  position: relative;
  overflow: visible;
}

.table_file-info:hover {
  background-color: var(--base-color-brand--light-grey);
}

.table-lable-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  padding: 16px 24px;
}

.grid-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-cell.text-align-right {
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

.table-tab-link {
  color: var(--base-color-neutral--neutral-lighter);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.table-tab-link:hover {
  background-color: var(--base-color-neutral--black);
  color: #fff;
}

.table-tab-link.w--current {
  background-color: var(--base-color-neutral--black);
  color: #fff;
  font-weight: 700;
  display: flex;
}

.transaction-number {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
}

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

.form-4 {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.file_type-storage {
  color: #999;
  letter-spacing: -.02em;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.table-title {
  color: #000;
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 500;
}

.file_type-icon {
  background-color: #f4f4f6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.table-bar {
  border: 1px solid #e7eaee;
  border-radius: 12px;
  overflow: visible;
}

.header-line-break {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-content {
  padding-top: 12px;
  overflow: visible;
}

.submit-button-4 {
  background-color: var(--base-color-brand--blue-main);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.form-block-10 {
  margin-bottom: 0;
}

.date {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.text-field-5 {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.file_type-name {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

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

.table-heading {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.neurocore_table-menu {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 384px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-21 {
  color: var(--base-color-neutral--neutral-lighter);
  height: 16px;
  display: none;
}

.checkbox_no {
  margin-right: 10px;
}

.checkbox_yes {
  display: none;
}

.table_file-button-menu {
  padding: 2px;
  position: relative;
  overflow: visible;
}

.table_file-button-menu:hover {
  background-color: var(--base-color-neutral--white);
}

.table_file-popup {
  z-index: 10000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  padding: 5px;
  display: block;
  position: absolute;
  top: 14px;
  left: -121px;
  overflow: hidden;
  box-shadow: 0 2px 12px #0003, 0 2px 5px #0003;
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  display: flex;
}

.div-block-23:hover {
  color: #526077;
  background-color: #f4f4f6;
  font-weight: 600;
}

.table_file-popup-text {
  font-size: 16px;
  line-height: 1;
}

.code-embed-22 {
  height: 20px;
}

.table_file_popup-devider {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
}

.table_file-popup-menu {
  cursor: pointer;
  height: 18px;
  position: relative;
}

.code-embed-23 {
  height: 24px;
}

.neurocore_heading {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.neurocore_heading-icon {
  color: var(--base-color-neutral--neutral-light);
  padding-left: 2px;
}

.neurocore_heading-popup {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--base-color-neutral--white);
  border-radius: 5px;
  flex-flow: column;
  width: 300px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 12.1016px;
  left: 130px;
  box-shadow: 0 0 5px #0003, 0 2px 12px 11px #0000001a;
}

.neurocore_paragraph-heading-popup {
  color: var(--base-color-brand--grey);
  font-weight: 200;
}

.neurocore_heading-popup-devider {
  background-color: var(--base-color-brand--light-grey);
  width: 100%;
  height: 1px;
}

.button-grey {
  background-color: var(--base-color-brand--light-grey);
  color: var(--base-color-brand--dark-slake-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tabs {
  padding-bottom: 220px;
}

.table_file-alert {
  z-index: 200000000;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: none;
  position: absolute;
  inset: auto 5% -100% auto;
}

.table_file-alert-close {
  color: var(--base-color-brand--dark-slake-grey);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.table_file-alert-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-10 {
  color: #fff6;
  letter-spacing: -.08px;
  font-size: 12px;
  line-height: 24px;
}

.alert-close {
  cursor: pointer;
  transition: transform .3s;
  display: none;
}

.alert-close:hover {
  transform: scale(1.1);
}

.table_file-alert-image {
  width: 22px;
  height: 22px;
}

.table_file-alert-buttongroup {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.table_file-alert-button {
  color: #fff9;
  font-size: 12px;
  text-decoration: none;
}

.table_file-alert-button.is-ignore {
  font-size: 14px;
}

.table_file-alert-button.is-restore {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.div-block-24 {
  background-color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  display: block;
}

.table_file-empty {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.table_file-empty-image {
  width: 72px;
  height: 72px;
}

.plan_content {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

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

.plan_form-item {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--base-color-brand--light-grey);
  border-radius: 20px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.plan_form-item-headline {
  background-color: #fff;
  border-radius: 15px;
  padding: 24px 10px 14px;
  box-shadow: 0 2px 5px #0003;
}

.plan_form-item-headline-text {
  font-size: 1.5rem;
}

.eye_icon-open {
  color: #9fa1aa;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  display: flex;
}

.eye_icon-close {
  color: #a1a2ab;
  width: 1.2rem;
  display: none;
}

.alert-close-2 {
  cursor: pointer;
  transition: transform .3s;
  display: none;
}

.alert-close-2:hover {
  transform: scale(1.1);
}

.form-vaildation_wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
  position: absolute;
}

.form-vaildation_wrapper.is-login {
  position: static;
}

.form-success_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 1;
  color: #fff;
  background-color: #39ae46;
  border: .03125rem solid #39ae46;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .35s ease-in-out;
  display: flex;
  transform: translate(0);
}

.form-error_icon {
  color: #fff;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.form-error_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 1;
  color: #fff;
  background-color: #ce4257;
  border: .03125rem solid #ce4257;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .35s ease-in-out;
  display: flex;
  transform: translate(0);
}

.button-primary {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  cursor: pointer;
  background-color: #7a41d7;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #9c69f0;
}

.button-primary:active {
  color: #fff;
  background-color: #620fea;
}

.button-primary.width-100 {
  background-color: var(--base-color-brand--blue-main);
  border-radius: 8px;
  width: 100%;
  height: 60px;
  font-weight: 700;
}

.button-primary.width-100.is-login {
  border-radius: 44px;
}

.button-primary.width-100.is-reset-password {
  color: #0a415c;
  background-color: #daf0fb;
}

.button-primary.width-100.is-reset-password:hover {
  background-color: #c8e5f3;
}

.login_info-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 5px 30px;
  display: flex;
}

.link_password-forget {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.checkbox-label {
  font-size: 12px;
}

.checkbox-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #9fa1aa;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.skeleton-content.is-singlemessage {
  background-color: var(--base-color-brand--light-grey);
  width: 100%;
  padding-left: 1rem;
}

.skeleton-content.is-messages {
  background-color: var(--base-color-brand--light-grey);
  width: 100%;
  padding: 24px;
}

.skeleton-content.is-messages-sidebar {
  background-color: var(--base-color-brand--light-grey);
  width: 30%;
  padding-top: 24px;
  padding-left: 2rem;
}

.skeleton-content.is-singlemessage-sidebar {
  background-color: var(--base-color-brand--light-grey);
  width: 25%;
  padding-right: 1rem;
}

.skeleton-content.is-account-settings {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  padding: 24px;
}

.skeleton-content.is-chat {
  background-color: var(--base-color-brand--light-grey);
  padding: 24px;
}

.skeleton-loader {
  height: 100vh;
}

.skeleton-loader.is-singlemessage {
  display: flex;
}

.skeleton-loader.is-gadgets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.skeleton-object {
  background-color: var(--base-color-neutral--white);
  border-radius: 4px;
}

.skeleton-object.var-2 {
  width: 10rem;
  height: 1.5rem;
}

.skeleton-object.var-2.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-1 {
  width: 20rem;
  height: 1.5rem;
}

.skeleton-object.var-1.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-3 {
  width: 100%;
  height: 12rem;
}

.skeleton-object.var-3.is-40.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-4 {
  height: 8rem;
}

.skeleton-object.var-5 {
  width: 5rem;
  height: 1.5rem;
}

.skeleton-object.var-6 {
  width: 100%;
  height: 25rem;
}

.skeleton-object.var-6.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-7 {
  height: 20rem;
}

.skeleton-object.var-7.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-8 {
  height: 80rem;
}

.skeleton-object.var-8.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-9 {
  width: 30rem;
  height: 1.5rem;
}

.skeleton-object.var-9.is-account-settings, .skeleton-object.var-10.is-account-settings, .skeleton-object.var-11.is-account-settings {
  background-color: var(--base-color-brand--light-grey);
}

.skeleton-object.var-12 {
  background-color: var(--base-color-brand--light-grey);
  width: 100%;
  height: 5rem;
  padding: 8px;
}

.skeleton-object.var-13 {
  width: 100%;
  height: 100%;
}

.skeleton-object.var-14 {
  width: 100%;
  height: 2rem;
}

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

.spacing-8px {
  flex: none;
  height: .5rem;
}

.spacing-60px {
  height: 3.75rem;
}

.spacing-16px {
  height: 1rem;
}

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

.columns-three.var-1 {
  place-items: center start;
  display: flex;
}

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

.columns-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vertical-flex {
  flex-flow: column;
  display: flex;
}

.vertical-flex.padding-left.padding-small {
  overflow: hidden;
}

.vertical-flex.is-sidebar {
  background-color: var(--base-color-brand--light-grey);
  border-radius: 4px;
  padding: 8px;
}

.skeleton-border {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 24px;
}

.skeleton-border.is-neuorocore {
  background-color: var(--base-color-brand--light-grey);
  width: 100%;
}

.skeleton-sidebar {
  background-color: #fff;
  width: 100%;
  max-width: 280px;
  padding: .5rem 8px;
}

.verify-email_loader {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.vertical-flex-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-flex-2.align-center {
  align-items: center;
}

.verification-status_icon {
  width: 4rem;
  height: 4rem;
}

.heading-style-h3-2 {
  color: var(--base-color-neutral--black);
  font-size: 1.953rem;
  font-weight: 500;
}

.verification-status_paragraph {
  color: #fffc;
}

.input {
  width: 100%;
  height: 100%;
}

.chat-logo {
  width: 50px;
}

.chat-output-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  align-self: center;
}

.chat-input-text {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-input {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}

.container-large-5 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filter-grid {
  grid-column-gap: 72px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.subheading-regular-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.h4-heading-2 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.filter-form {
  color: #131316;
  flex-direction: column;
  display: flex;
}

.filter-image {
  border: 1px solid #dedfe3;
  border-radius: 24px;
  height: 280px;
  overflow: hidden;
}

.filter-button-outline {
  grid-column-gap: 6px;
  color: #131316;
  border: 1px solid #dedfe3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.filter-button-outline:hover {
  background-color: #f4f4f6;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.filter-clear-button {
  grid-column-gap: 8px;
  color: #f65172;
  background-color: #feecef;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.filter-clear-button:hover {
  background-color: #fdd8e0;
}

.card-content {
  padding: 4px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.filter-clear-button-small {
  color: #f65172;
  letter-spacing: -.03em;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  transition: background-color .3s;
  display: flex;
}

.filter-clear-button-small:hover {
  background-color: #feecef;
}

.filter-checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.filter-checkbox-wrapper:hover {
  color: #5167f6;
}

.filter-divider {
  background-color: #dedfe3;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.filter-category-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.filter-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}

.paragraph-small-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-block-11 {
  width: 100%;
  margin-bottom: 0;
}

.filter-top-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.filter-header-small {
  justify-content: space-between;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.text-primary-underline {
  color: #5167f6;
  text-decoration: underline;
}

.filter-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.filter-link {
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.filter-link:hover {
  color: #5167f6;
}

.filter-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.filter-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.load-button {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  background-color: #f4f4f6;
  border-radius: 99px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.load-button:hover {
  color: #5167f6;
  background-color: #dedfe3;
}

.icon-small-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.filter-clear-button-large {
  grid-column-gap: 8px;
  color: #f65172;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.filter-clear-button-large:hover {
  background-color: #feecef;
  border-radius: 99px;
}

.filter-checkbox-text {
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.filter-toggle-wrap {
  grid-column-gap: 16px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.filter-toggle-wrap:hover {
  color: #5167f6;
}

.dashboard-sidebar-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dashboard-sidebar-text-wrapper.is-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-25 {
  width: 135px;
  overflow: hidden;
}

.integration-popup {
  z-index: 10000000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.intergation-popup-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.integration-popup-headline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-8 {
  background-color: #f7f5ff;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  padding: 14px;
}

.text-field-6 {
  text-align: left;
  width: 100%;
  height: 200px;
}

.integration-popup-input {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-26, .div-block-27 {
  display: none;
}

.chat-modal-detail {
  color: #000;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  padding: 5px 24px;
  transition: background-color .2s;
  display: flex;
}

.chat-modal-detail:hover {
  background-color: #2244ee14;
}

.chat-modal-detail.is-choose-style {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.modal-base-popup {
  z-index: 100000000;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: block;
  position: absolute;
  left: 275px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.alert-circle {
  color: #e72b3b;
  background-color: #f14a591a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
}

.modal-wrapper-right {
  justify-content: flex-end;
  display: flex;
}

.line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.modal-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: end center;
}

.text-span-9, .neurocore-delete-file-name {
  font-weight: 400;
}

.close-link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.close-link-right:hover {
  color: #642eff;
}

.chat-base-first-popup {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: block;
  position: absolute;
  top: -142px;
  left: -10.1753px;
  box-shadow: 0 2px 5px #0003;
}

.modal-header {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-28 {
  overflow: visible;
}

.gadget_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 24px;
}

.gadget_page {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 24px;
}

.gadget_infos {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  display: flex;
}

.gadget-info_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gadget-info-grid_item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gadget-grid-item-heading {
  color: var(--base-color-brand--blue-main);
  margin-right: 4px;
}

.glossary-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: grid;
}

.glossary-letter-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.newsletter-block {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #eeeffc;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 128px;
}

.field-icon-b {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.search-icon {
  background-color: #fff;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  padding: 8px;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.icon-small-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.glossary-content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.glossary-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.glossary-search {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 486px;
  margin-bottom: 0;
  display: flex;
}

.span-primary {
  color: #6173e5;
}

.search-input-2 {
  letter-spacing: -.02em;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 8px 8px 48px;
  font-size: 18px;
  line-height: 1.4;
}

.search-input-2::placeholder {
  color: #adb5bd;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.glossary-dropdown {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.accordian-letter {
  color: #6173e5;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #eeeffc;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: flex;
}

.accordian-letter:hover {
  color: #6173e5;
  border-color: #6173e5;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.glossary-word-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.glossary-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.glossary-card {
  grid-row-gap: 16px;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 486px;
  padding: 24px;
  display: flex;
}

.section-regular-3 {
  position: relative;
}

.glossary-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.caption-bold {
  color: #353b41;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.gadget-glossary-letter-link {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: flex;
}

.gadget-glossary-letter-link:hover {
  color: #6173e5;
  border-color: #6173e5;
}

.container-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-icon {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-regular-13 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.field-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.glossary-content {
  width: 100%;
  margin-top: -6px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.glossary-word-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-primary-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--blue-main);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.form-block-13 {
  margin-bottom: 0;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.gadget-glossary-refresh {
  color: #e56161;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: flex;
}

.gadget-glossary-refresh:hover {
  border-color: #e56161;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.gagdet-content_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
  position: relative;
}

.paragraph-regular-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.search-input-wrapper {
  width: 100%;
  position: relative;
}

.glossary-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.glossary-icon-wrapper {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.field-input-b {
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-b::placeholder {
  color: #adb5bd;
}

.gadget-glossary-letter-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ecf1ff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-11 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.modal-form-block-bottom {
  margin-top: 32px;
}

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

.modal-icon-large {
  color: #642eff;
  background-color: #f7f5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
}

.modal-base-wide-newsletter {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.form-horizontal {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-field-7 {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .2s;
}

.text-field-7:hover {
  border-color: #e4e6f1;
}

.text-field-7:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-7::placeholder {
  color: #6b7094;
}

.text-field-8 {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .2s;
}

.text-field-8:hover {
  border-color: #e4e6f1;
}

.text-field-8:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-8::placeholder {
  color: #6b7094;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-32 {
  align-self: flex-start;
  width: 15px;
  height: 15px;
  position: relative;
}

.gadget-item-icon {
  display: flex;
}

.gadget-category-name {
  background-color: #ecf1ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 12px;
  display: flex;
}

.gadget-category-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gadget-divider {
  background-color: var(--base-color-neutral--black);
  width: 1px;
  height: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-35 {
  display: flex;
}

.gadget-item-popup {
  background-color: #fff;
  border-radius: 12px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.button-secondary {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.modal-button-grid-2 {
  grid-template-rows: auto;
}

.chat-base-second-popup {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  display: none;
  position: absolute;
  top: -382.979px;
  left: 169.818px;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.chat-base-order {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-24 {
  width: 20px;
  height: 20px;
}

.code-embed-25 {
  width: 24px;
  height: 24px;
}

.code-embed-26 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.chat-modal-choose-style {
  color: #000;
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 24px;
  transition: opacity .2s;
  display: flex;
}

.chat-modal-choose-style:hover {
  background-color: #2244ee14;
}

@media screen and (min-width: 1440px) {
  .padding-global.padding-section-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-group.is-singlemessage {
    width: 100%;
  }

  .spacer-large.x-large {
    padding-top: 4rem;
  }

  .hero_logo.small-type {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .scramble {
    font-size: 4rem;
  }

  .h1-heading-2 {
    font-size: 36px;
  }

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

  .chat-prompt {
    max-height: 100px;
  }

  .chat-base-icon {
    width: 32px;
    height: 32px;
  }

  .message_content.is-singlemessage {
    width: 380px;
  }

  .singlemessages_main {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    height: 100%;
  }

  .div-block-15 {
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 20px;
  }

  .singlemessage_chat-button {
    color: var(--base-color-neutral--white);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.5rem;
    display: flex;
  }

  .singlemessage_chat-button.is-download {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--base-color-brand--blue-main);
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .singlemessage_download-text {
    font-size: 14px;
  }

  .singlemessage_chat-button-info {
    font-size: 12px;
  }

  .div-block-16 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .singlemessage_chat-button-icon {
    height: 25px;
  }

  .chat_field {
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 12px -3px #0000001a, 0 2px 3px #0000001a;
  }

  .chat_chatbar {
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    display: flex;
    box-shadow: 0 0 3px #0000001a;
  }

  .chat_wrapper {
    background-color: #0000;
  }

  .div-block-18 {
    width: 500px;
    height: 30px;
  }

  .documentation_content {
    background-color: #fff;
    flex-flow: column;
    padding: 24px;
    display: flex;
  }

  .documentation_section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-icon {
    background-image: url('../images/Logo.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 79px;
  }

  .header-top {
    padding-top: 20px;
  }

  .notification_page {
    padding-bottom: 0;
  }

  .account_page {
    flex-flow: column;
    display: flex;
  }

  .skeleton-object.var-2.is-account-settings.is-3rem, .skeleton-object.var-1.is-account-settings.is-3rem {
    height: 3rem;
  }

  .skeleton-object.var-3.is-40 {
    width: 40%;
  }

  .skeleton-object.var-3.is-40.is-account-settings, .skeleton-object.var-6.is-account-settings, .skeleton-object.var-8.is-account-settings {
    background-color: var(--base-color-brand--light-grey);
  }

  .skeleton-object.var-9.is-account-settings.is-3rem {
    height: 3rem;
  }

  .skeleton-object.var-10 {
    width: 100%;
    height: 6rem;
  }

  .skeleton-object.var-10.is-account-settings {
    background-color: var(--base-color-brand--light-grey);
  }

  .skeleton-object.var-11 {
    height: 17rem;
  }

  .skeleton-object.var-11.is-account-settings {
    background-color: var(--base-color-brand--light-grey);
  }

  .skeleton-border {
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 24px;
  }

  .filter-toggle-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .sub-heading-regular-bold.margin-bottom-08 {
    width: 100%;
  }

  .glossary-card {
    grid-row-gap: 16px;
  }

  .gagdet-content_grid {
    grid-template-columns: 2fr;
  }

  .modal-wrapper-2 {
    width: 100%;
  }

  .modal-base-wide-newsletter {
    max-width: none;
    display: flex;
  }

  .div-block-30 {
    display: flex;
  }

  .div-block-31 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .typo_zoom-text-wrapper.is-yes.is-9-1 {
    align-self: center;
  }

  .feature_list-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .feature_content_track {
    width: 20rem;
  }

  .feature_content-wrapper {
    height: 20rem;
  }

  .feature_list-track {
    margin-right: 4rem;
  }

  .faq_menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fq_group_content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq_wrapper {
    flex-direction: column;
  }

  .faq_menu {
    z-index: 9999999;
    background-color: var(--ghost-white);
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq_menu_item {
    margin-top: .5rem;
  }

  .faq_menu_item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq_group-wrapper {
    width: 100%;
  }

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

  .faq_item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq_menu-wrapper {
    z-index: 9999;
    border-radius: 20px;
    width: 100%;
    top: 1rem;
  }

  .faq_category {
    align-self: center;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-nwesletter-card {
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 2fr;
  }

  .form-card {
    max-width: 520px;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .grid-one-colum {
    grid-template-columns: 1fr;
  }

  .account {
    margin-right: auto;
  }

  .account_form-slide-wrapper {
    flex-direction: column;
  }

  .account_form-slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button_secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  ._404_background {
    min-width: 100vw;
  }

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

  .h4-heading {
    font-size: 36px;
  }

  .dashboard_heading {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard_right {
    max-width: none;
  }

  .dashboard_button-wrapper {
    grid-column-gap: 12px;
    justify-content: flex-start;
  }

  .dashboard_section {
    height: auto;
  }

  .dashboard_filter-form {
    max-width: 100%;
  }

  .dashboard-logo {
    justify-content: space-between;
  }

  .dashboard_sidebar {
    z-index: 99;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
    height: 100%;
    display: none;
    position: fixed;
  }

  .dashboard_menu-wrapper {
    grid-column-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .dashboard-menu-button {
    padding: 8px;
    display: block;
  }

  .message_container {
    z-index: 4;
  }

  .message_main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .application-sidebar-menu {
    z-index: 1;
    background-color: #f6f7f9;
    border-left: .5px solid #d5d9e2;
    border-radius: 1px;
    width: 320px;
    height: 100%;
    margin-left: auto;
    padding-top: 12px;
    position: relative;
    top: 0;
  }

  .message_page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    height: auto;
    position: relative;
  }

  .message_content {
    border-left-style: none;
    border-right-style: none;
  }

  .application-sidebar-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .application-burger-lottie {
    width: 32px;
    height: 32px;
  }

  .message_sidebar {
    z-index: 1;
    background-image: linear-gradient(#0003, #0003);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 72px 0% 0%;
    overflow: hidden;
  }

  .application-sidebar-button-close {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
    box-shadow: 0 1px 2px #0003;
  }

  .application-search-input-wrapper {
    width: 100%;
    max-width: 400px;
  }

  .chat_content {
    flex-wrap: wrap;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .documentation_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .documentation_side-menu {
    border-right-style: none;
    padding: 0;
    position: relative;
  }

  .settings_menu-list {
    z-index: 999;
    background-color: #f8f6f6;
    width: 100%;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .documentation-menu-header {
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 16px;
    display: flex;
  }

  .documentation-mobile-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 16px;
    display: flex;
  }

  .documentation-search-input {
    min-width: auto;
  }

  .documentation-search-block {
    max-width: none;
  }

  .documentation-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .documentation-navigation-menu {
    display: none;
  }

  .documentation-menu-button {
    cursor: pointer;
    padding: 8px;
    display: block;
  }

  .documentation-menu-button:hover {
    background-color: #e7e0df;
  }

  .notifcation_content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .documentation-block {
    padding: 0;
  }

  .h1-heading {
    font-size: 56px;
  }

  .feedback_form-block {
    align-items: center;
  }

  .alert_banner {
    justify-content: space-between;
    align-items: flex-start;
  }

  .alert_banner-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .alert_banner-files-added {
    justify-content: space-between;
    align-items: flex-start;
  }

  .alert-banner-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .full-table-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .filter-top-row {
    margin-bottom: 32px;
  }

  .filter-header {
    margin-bottom: 16px;
  }

  .newsletter-block {
    position: static;
  }

  .button-primary-6 {
    display: flex;
  }

  .gagdet-content_grid {
    grid-template-columns: 1fr;
  }

  .glossary-list {
    width: 100%;
  }

  .gadget-glossary-letter-wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 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;
  }

  .feature_content_track {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .feature_content-wrapper {
    width: 35vh;
    height: 35vh;
  }

  .feature_list-track {
    width: auto;
    margin-right: auto;
  }

  .faq_menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq_menu_item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq_menu_item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .section_faq {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_question-label {
    font-size: 1rem;
  }

  .footer-nwesletter-card {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .footer_link-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .form-card {
    max-width: none;
  }

  .grid-one-colum {
    grid-template-columns: 1fr;
  }

  .section_account {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .previous-placeholder, .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .account_form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .account_form-slide-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .h1-heading-2 {
    font-size: 36px;
  }

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .application-search-input-wrapper {
    width: 100%;
    max-width: none;
  }

  .paragraph-x-small-5 {
    margin-right: 8px;
    display: inline;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }

  .heading-icon {
    border-radius: 12px;
    width: 48px;
    height: 48px;
  }

  .notification_content-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_link-wrapper {
    flex-flow: column;
  }

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

  .file_type-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .form-block-10 {
    width: 100%;
  }

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

  .table-heading {
    margin-bottom: 20px;
  }

  .h4-heading-2 {
    font-size: 36px;
  }

  .filter-card-grid {
    grid-template-columns: 1fr;
  }

  .glossary-search {
    max-width: none;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .modal-base-wide-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .heading-style-h3.text-color-white.text-size-regular.text-style-nowrap {
    white-space: nowrap;
    font-size: 1rem;
  }

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

  .padding-global.padding-top.padding-xhuge {
    width: 100vw;
    padding: 8rem 2rem 4rem;
  }

  .padding-global.padding-top.padding-xhuge.is-4 {
    padding-top: 2rem;
  }

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

  .text-size-regular.text-align-center.small-type {
    width: 100%;
    font-size: .75rem;
    display: none;
  }

  .text-size-regular.text-align-center.small-type.is-responsive {
    display: block;
  }

  .text-size-small.text-style-nowrap {
    text-align: center;
    font-size: .7rem;
  }

  .text-size-large.text-align-center.text-color-white.opacity-80 {
    font-size: .875rem;
  }

  .heading-style-h2.text-align-center {
    font-size: 1.5rem;
  }

  .heading-style-h2.text-align-center.text-color-white {
    font-size: 2rem;
  }

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

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

  .text-size-medium.text-weight-bold {
    padding-bottom: 5px;
  }

  .button-group {
    background-color: #0000;
    order: 1;
    display: none;
    position: relative;
  }

  .button-group.is-footer {
    display: block;
  }

  .button-group.is-signup {
    grid-template-columns: 1fr;
  }

  .button-group.is-signup.is-slider1 {
    order: 0;
  }

  .button-group.is-submit.show {
    display: block;
  }

  .button-group.is-singlemessage {
    width: 100%;
    display: block;
  }

  .container-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .nav_menu {
    z-index: 24;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000f2;
    border-radius: 20px;
    flex-flow: column;
    position: absolute;
  }

  .section_hero.overflow-hidden {
    min-height: 90svh;
  }

  .big-type {
    font-size: 1.5rem;
  }

  .hero_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_heading {
    justify-content: center;
    align-items: center;
  }

  .spacer-1-5-rem.responsive-off {
    display: none;
  }

  .hero_logo.small-type {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_logo-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .hero_line {
    display: none;
  }

  .nav_fixed.small-type {
    margin-top: 1rem;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .scramble {
    font-size: 2rem;
  }

  .nav_menu-link.underline-trail {
    justify-content: center;
    align-items: center;
  }

  .section_typo-zoom-in {
    height: 200vh;
    display: none;
  }

  .section_typo-zoom-in.is-repsonsive {
    display: block;
  }

  .typo_zoom-text-wrapper.is-yes.is-9-1 {
    justify-content: center;
    align-items: center;
    width: 10.35vw;
    display: block;
  }

  .typo_zoom-text-wrapper.is-no.is-50 {
    width: 60vw;
  }

  .typo_zoom-text-wrapper.is-no.is-67 {
    width: 77.05vw;
  }

  .typo_zoom-text-wrapper.is-no.is-30 {
    width: 34.5vw;
  }

  .typo_zoom-text-wrapper.is-no.is-31 {
    width: 36.8vw;
  }

  .typo_zoom-text-wrapper.is-no.is-75 {
    width: 86.25vw;
  }

  .typo_zoom-text-wrapper.is-no.is-34 {
    width: 39.1vw;
  }

  .div-block-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .feature_full-lottie.is-video.is-1.is-responsive {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .feature_full-lottie.is-video.is-2.is-responsive, .feature_full-lottie.is-video.is-3.is-responsive {
    padding: 0;
    display: block;
  }

  .feature_list-wrapper {
    flex-flow: column;
    display: none;
  }

  .feature_list-wrapper.is-responsive {
    display: flex;
  }

  .feature_content-wrapper {
    width: 25vh;
    height: 25vh;
  }

  .feature_list_item.is-responsive {
    flex-flow: column;
    padding-top: 2rem;
    display: flex;
  }

  .feature_list-track {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_list-track.is-responsive {
    flex-flow: column;
    display: flex;
  }

  .feature_item-content {
    height: 30vh;
  }

  .feature_item-content.is-responsive {
    flex-flow: column;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .code-embed-2 {
    width: 16px;
    height: 16px;
  }

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

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

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

  .section-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-color-green {
    font-size: 1.5rem;
  }

  .text-color-green.text-style-nowrap {
    font-size: .875rem;
  }

  .agent_item {
    width: 410px;
  }

  .text-color-white.is-opacity-60.text-style-nowrap {
    white-space: nowrap;
  }

  .text-color-white.text-size-large {
    font-size: 1rem;
  }

  .agent_prompt {
    font-size: 1.125rem;
  }

  .agent_wrapper {
    padding-left: 0;
    padding-right: .5rem;
  }

  .gadget_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .gadget_item-large {
    flex-flow: column;
  }

  .gadget_item-large-content {
    width: 100%;
  }

  .gadget_item-large-image-wrapper {
    order: -1;
    width: 100%;
  }

  .gadget_item-large-image-wrapper.is-2 {
    width: 100%;
  }

  .gadget_item-large-content-heading {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

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

  .gadget_item-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta_stats-wrapper {
    grid-template-columns: 1fr;
  }

  .text-span-6 {
    font-size: 2rem;
  }

  .compare_grid {
    grid-template-columns: 1fr .25fr 1fr 1fr;
  }

  .compare_grid.is-responsive {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .compare_grid.is-main {
    display: none;
  }

  .compare_item {
    font-size: 1rem;
  }

  .compare_item-company {
    font-size: 1.5rem;
  }

  .compare_item-mentis {
    font-size: .875rem;
  }

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

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

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

  .faq_menu_item {
    margin-top: 0;
  }

  .faq_category {
    padding-top: 0;
  }

  .image-cover.is-footer {
    width: auto;
    height: 24px;
  }

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

  .paragraph.text-color-black.responsive-off {
    display: none;
  }

  .legal-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand-large {
    height: 20px;
  }

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

  .footer_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .text-block-3 {
    font-size: 1rem;
  }

  .navigation-wrapper {
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navigation {
    z-index: 8;
    max-width: 100%;
    min-height: 100%;
    padding: .5rem 2%;
  }

  .logo {
    width: 100px;
  }

  .navigation-container {
    z-index: 8;
    flex-flow: row;
    position: relative;
  }

  .code-embed-9 {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .background-video {
    width: 280px;
    height: 280px;
  }

  .form_wrapper-hero.small-type, .form-3 {
    width: 100%;
  }

  .account-social-grid {
    padding-bottom: 10px;
  }

  .account-seperator {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .account-header-wrapper {
    margin-bottom: 0;
  }

  .account {
    padding: 32px 24px 24px;
  }

  .account.is-signin {
    width: auto;
    max-width: none;
  }

  .section_account {
    height: 100%;
  }

  .account-text-field {
    font-size: 14px;
  }

  .account-logo {
    display: none;
  }

  .grid-two-column {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .slider {
    height: 100%;
  }

  .steps-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .account_form-step-wrap {
    align-items: center;
    min-width: 100%;
    margin-bottom: 32px;
  }

  .slide {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .account_form-content {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    display: flex;
  }

  .step-line {
    display: none;
  }

  .account_form-stage {
    justify-content: center;
  }

  .account_form-slide-content {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .mask {
    width: 100vw;
  }

  .password-reset-request_form-block {
    height: auto;
  }

  .password-reset_form-wrapper {
    border-radius: 0;
    flex-direction: column;
  }

  .password_wrapper {
    padding: 40px 20px;
  }

  .dashboard-icon-button.off-white {
    display: none;
  }

  .h1-heading-2 {
    line-height: 1;
  }

  .icon-regular-2 {
    color: var(--base-color-neutral--neutral-light);
  }

  .dashboard_heading {
    display: none;
  }

  .dashboard_heading.responsive {
    flex-flow: column;
    display: flex;
  }

  .dashboard_grid.is-messages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .dashboard_grid.is-chat {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
  }

  .dashboard-primary {
    display: none;
  }

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

  .dashboard_feed {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dashboard_section {
    height: 100%;
    min-height: auto;
  }

  .dashboard-search {
    border: 1px solid var(--base-color-neutral--neutral-lighter);
  }

  .dashboard_filter-form {
    display: flex;
  }

  .dashboard_sidebar {
    width: 300px;
    display: none;
    position: absolute;
    overflow: scroll;
  }

  .dashboard_dropdown-icon.white {
    width: 24px;
    height: 24px;
  }

  .paragraph-regular-2.text-weight-bold {
    font-size: 12px;
    font-weight: 500;
  }

  .dashboard-menu-button {
    padding-left: 0;
  }

  .dashboard-user-row {
    padding: 4px 0;
  }

  .chat-base-icon {
    width: 24px;
    height: 24px;
  }

  .dashboard_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dashboard_analytics {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dashboard_notication-button {
    padding-left: 0;
    padding-right: 0;
  }

  .message_container {
    flex-flow: column;
  }

  .message_item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .message_item-button {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

  .message_content.is-singlemessage {
    width: 100%;
    padding-right: 0;
    display: none;
  }

  .application-search-form {
    width: 100%;
  }

  .message_sidebar {
    display: none;
  }

  .application-search-form-block {
    width: 100%;
    max-width: 100%;
  }

  .message_divider-vertical {
    width: 100%;
    height: .5px;
  }

  .singlemessage_page {
    border-radius: 10px;
  }

  .singlemessages_main {
    background-color: #f4f4f6;
    border-radius: 12px;
  }

  .singlemessage_buttonchat, .singlemessage_feedback.is-close, .singlemessage_feedback.is-thumbs-up {
    display: none;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    flex-flow: column;
    height: 100%;
  }

  .chat_field {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-18 {
    width: 80%;
  }

  .section-regular-2 {
    padding-top: 0;
  }

  .documentation_grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .documentation-legal-line {
    display: none;
  }

  .documentation_side-menu {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .documentation_content {
    width: 100%;
    padding: 12px;
  }

  .notification_title {
    flex-flow: wrap;
  }

  .documentation-menu-grid {
    grid-template-columns: 1fr;
  }

  .settings-menu-link {
    min-width: auto;
  }

  .notifcation_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-icon {
    background-position: 50% 25%, 50%;
  }

  .h1-heading {
    font-size: 24px;
  }

  .api_page {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .modal-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .notification_content-item.is-top {
    flex-flow: column;
  }

  .noticication_form-content {
    flex-wrap: wrap;
  }

  .button-primary-3 {
    justify-content: center;
    align-items: center;
  }

  .button-primary-4 {
    width: 60%;
  }

  .account_item {
    padding: 24px 5%;
  }

  .account_avatar-wrapper {
    flex-wrap: wrap;
  }

  .account_item-two {
    flex-flow: column;
  }

  .account_delete-account-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .account_delete-account-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback_content {
    padding: 12px;
  }

  .max-width-regular-2 {
    max-width: none;
  }

  .button-primary-large-2 {
    width: 100%;
  }

  .feedback_item-two, .errfor-item-two {
    flex-flow: column;
  }

  .neurocore_addfiles-grid {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr;
  }

  .table_file-info {
    grid-column-gap: 14px;
  }

  .table {
    padding-bottom: 20px;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
    overflow: scroll;
  }

  .file_type-storage {
    font-size: 16px;
  }

  .file_type-icon {
    margin-right: 14px;
  }

  .table-bar, .tabs-content {
    overflow: scroll;
  }

  .file_type-name {
    font-size: 16px;
  }

  .neurocore_table-menu {
    overflow: auto;
  }

  .form-success_wrapper, .form-error_wrapper {
    justify-content: flex-start;
  }

  .button-primary {
    order: 0;
    justify-content: center;
  }

  .skeleton-content.is-singlemessage-sidebar {
    padding-left: 1rem;
  }

  .skeleton-loader.is-singlemessage {
    flex-flow: row;
    overflow: hidden;
  }

  .columns-three.var-1 {
    flex-flow: column;
  }

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

  .vertical-flex-2.align-center {
    align-items: flex-start;
  }

  .filter-card-grid {
    grid-row-gap: 24px;
  }

  .filter-top-row {
    margin-bottom: 32px;
  }

  .load-button {
    width: 100%;
  }

  .chat-modal-detail {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-12 {
    margin-bottom: 0;
  }

  .div-block-29 {
    display: flex;
  }

  .gadget_grid {
    background-color: #0000;
    padding: 0;
  }

  .gadget_page {
    background-color: #fff;
    margin-top: 20px;
  }

  .gadget_infos {
    flex-flow: column;
  }

  .gadget-info_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    display: flex;
  }

  .gadget-info-grid_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .glossary-top-row {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .newsletter-block {
    padding: 24px;
  }

  .glossary-search {
    flex-direction: column;
  }

  .section-regular-3 {
    padding-top: 10px;
  }

  .glossary-input {
    width: 100%;
  }

  .caption-bold {
    display: none;
  }

  .container-regular-2 {
    max-width: none;
    padding-top: 12px;
  }

  .button-primary-6 {
    width: 100%;
  }

  .h2-heading {
    font-size: 20px;
  }

  .gadget-glossary-letter-wrap {
    display: flex;
  }

  .modal-wrapper-2 {
    text-align: center;
    flex-direction: column;
  }

  .modal-icon-large {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .form-horizontal {
    flex-wrap: wrap;
  }

  .text-field-7.padding-right-12, .text-field-8.padding-right-12 {
    margin-right: 0;
  }

  .div-block-30 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .gadget-category-name {
    width: 100%;
  }

  .gadget-divider {
    display: none;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-34 {
    width: 100%;
  }

  .modal-button-grid-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_0ac855ed-e12a-a775-b1e4-7569aacd3f17-942564d3 {
  place-self: center;
}

#w-node-_3dd19f04-493d-82af-d555-612eb8073eb5-942564d3, #w-node-_3dd19f04-493d-82af-d555-612eb8073ec8-942564d3, #w-node-_23bf1b3f-ee2d-aaad-4fc6-7a801a73bf1e-942564d3, #w-node-_23bf1b3f-ee2d-aaad-4fc6-7a801a73bf61-942564d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6382187-64d9-5fb9-0df5-c0fa58115875-942564d3, #w-node-_302b9f2c-1eb4-60ef-e7df-fb7313bd7361-942564d3, #w-node-db5f96fe-b823-cd6f-a749-7e1f1c58b578-942564d3, #w-node-f515a752-5212-d5b5-273f-4fab7371c44e-942564d3, #w-node-_7446bd23-e6cc-62c2-aa0c-907451535bde-942564d3, #w-node-_7446bd23-e6cc-62c2-aa0c-907451535bdf-942564d3, #w-node-_0560d46b-a170-e435-3d46-790ac1041778-942564d3 {
  align-self: start;
}

#w-node-_7094eb1b-e4a6-609e-eb5c-f9d391e30f95-942564d3 {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_965c2063-5808-b90f-fa08-95006b63c952-942564d3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_70c625ca-c7f2-3ac8-fb77-a660d907bb1e-942564d3 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-b8384503-4751-a7ce-5b4f-a5b8241fd3da-942564d3 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_8317ba46-deee-e130-1752-2d42363e614c-942564d3 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center start;
}

#w-node-_97460d32-045f-a92d-d968-dc22f9848155-942564d3 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center start;
}

#w-node-_160d2c89-d1b9-ce2d-bada-8e5d624c94cd-942564d3 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center start;
}

#w-node-_5841f3ab-ca44-d586-f31e-c10a3d26c97f-942564d3 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center start;
}

#w-node-fe7ba097-9936-5240-fc7f-cb2b813fd6ce-942564d3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_165c7ec8-5c69-7f68-bbc4-f8683123194d-942564d3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fe4-942564d3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fe6-942564d3 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fe8-942564d3 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fea-942564d3 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fec-942564d3 {
  grid-area: 10 / 1 / 11 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fee-942564d3 {
  grid-area: 12 / 1 / 13 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7ff0-942564d3 {
  grid-area: 14 / 1 / 15 / 2;
  place-self: center start;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7ff2-942564d3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7ff4-942564d3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7ff9-942564d3, #w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7ffc-942564d3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae7fff-942564d3 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8002-942564d3 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8005-942564d3 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8008-942564d3 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae800b-942564d3 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_33cd0c6c-e6ad-992f-1196-b2c775a3dc6e-942564d3 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_08936ed7-ed74-7c63-2d3b-3a84b235dd73-942564d3 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-e1e84186-9c3f-2800-933c-1eae010a49ee-942564d3 {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8011-942564d3 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8014-942564d3 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae8017-942564d3 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae801a-942564d3 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_9ea51482-3714-10ac-3ea1-ec2672ae801d-942564d3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-942564d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-942564d6, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-942564d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-942564d6, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-942564d6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-942564d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-942564d6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-942564d6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-942564d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-b3601129-f3ac-7a8d-bea2-0ce82f3a4793-a449d934, #w-node-b3601129-f3ac-7a8d-bea2-0ce82f3a4798-a449d934, #w-node-b654655c-796c-e41f-3b0d-4ca85a9f573f-5dc1d505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b654655c-796c-e41f-3b0d-4ca85a9f573a-5dc1d505, #w-node-b654655c-796c-e41f-3b0d-4ca85a9f5749-5dc1d505 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_281ef91a-12b2-4d2f-38f0-2f463e34234c-5dc1d505, #w-node-_281ef91a-12b2-4d2f-38f0-2f463e342351-5dc1d505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2317c7e4-0d27-5044-760f-2b758c35616a-5dc1d505 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2317c7e4-0d27-5044-760f-2b758c356160-5dc1d505, #w-node-_986713e9-9882-4702-4a5e-c6ff4cada445-5dc1d505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_162770ee-0b4a-064c-91b5-61a5b5397df9-5dc1d505 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2909840b-a974-2325-b4ec-7fd7886371f2-249b7596, #w-node-_2909840b-a974-2325-b4ec-7fd7886371f4-249b7596, #w-node-_2909840b-a974-2325-b4ec-7fd788637204-249b7596, #w-node-_2909840b-a974-2325-b4ec-7fd788637216-249b7596, #w-node-_2909840b-a974-2325-b4ec-7fd788637226-249b7596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2909840b-a974-2325-b4ec-7fd788637228-249b7596 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2909840b-a974-2325-b4ec-7fd78863722a-249b7596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d178f127-0579-0f30-c61a-e7857ed886bf-d99721d1, #w-node-_915ad0f6-c3cc-072c-5939-552e887feb7b-b8d29ea8, #w-node-_1aa0f48a-1155-b2f0-8409-30150b568519-a8ed2f8d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_37528ad3-928f-3257-24b2-0180409a6a1a-a8ed2f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f88c80b-2348-61c8-a594-f6995c9d9a98-974f7080 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8f88c80b-2348-61c8-a594-f6995c9d9aba-974f7080, #w-node-_8f88c80b-2348-61c8-a594-f6995c9d9ac0-974f7080 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f88c80b-2348-61c8-a594-f6995c9d9ac4-974f7080 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_165c5d73-cf80-d51b-74a9-418eabe53eb9-974f7080 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f4cbc8c3-dbaa-b97c-2ebd-b9840bbadb1d-a093b1f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e43cc17-3e56-4ec5-d8df-273058deec43-7b8c01f7, #w-node-accda084-093c-0a9e-8247-9f49804f8c82-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-accda084-093c-0a9e-8247-9f49804f8c8a-7b8c01f7, #w-node-accda084-093c-0a9e-8247-9f49804f8c8d-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-accda084-093c-0a9e-8247-9f49804f8c92-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-accda084-093c-0a9e-8247-9f49804f8c9f-7b8c01f7, #w-node-accda084-093c-0a9e-8247-9f49804f8ca2-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2b8-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2c0-7b8c01f7, #w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2c3-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2c9-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2d6-7b8c01f7, #w-node-ac7ec1e9-085c-e65d-4499-1219bf49d2d9-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22cf52c6-e327-10e9-bf80-e598cade7651-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22cf52c6-e327-10e9-bf80-e598cade7659-7b8c01f7, #w-node-_22cf52c6-e327-10e9-bf80-e598cade765c-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22cf52c6-e327-10e9-bf80-e598cade7662-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22cf52c6-e327-10e9-bf80-e598cade766f-7b8c01f7, #w-node-_22cf52c6-e327-10e9-bf80-e598cade7672-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1c4-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1cc-7b8c01f7, #w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1cf-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1d5-7b8c01f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1e2-7b8c01f7, #w-node-b6985bd2-b949-c54a-d9fa-5b0c8333d1e5-7b8c01f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8f88c80b-2348-61c8-a594-f6995c9d9aba-974f7080, #w-node-_8f88c80b-2348-61c8-a594-f6995c9d9ac0-974f7080 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b654655c-796c-e41f-3b0d-4ca85a9f573a-5dc1d505, #w-node-_2317c7e4-0d27-5044-760f-2b758c35616a-5dc1d505, #w-node-_162770ee-0b4a-064c-91b5-61a5b5397df9-5dc1d505 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d178f127-0579-0f30-c61a-e7857ed886bf-d99721d1, #w-node-_915ad0f6-c3cc-072c-5939-552e887feb7b-b8d29ea8, #w-node-_1aa0f48a-1155-b2f0-8409-30150b568519-a8ed2f8d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37528ad3-928f-3257-24b2-0180409a69cb-a8ed2f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f88c80b-2348-61c8-a594-f6995c9d9aba-974f7080, #w-node-_8f88c80b-2348-61c8-a594-f6995c9d9ac0-974f7080 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e43cc17-3e56-4ec5-d8df-273058deec43-7b8c01f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


