@font-face {
  font-family: Strawford webfont;
  src: url('../fonts/strawford-regularitalic-webfont.eot') format("embedded-opentype"), url('../fonts/strawford-regularitalic-webfont.woff') format("woff"), url('../fonts/strawford-regularitalic-webfont.ttf') format("truetype"), url('../fonts/strawford-regularitalic-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford webfont;
  src: url('../fonts/strawford-regular-webfont.eot') format("embedded-opentype"), url('../fonts/strawford-regular-webfont.woff') format("woff"), url('../fonts/strawford-regular-webfont.ttf') format("truetype"), url('../fonts/strawford-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_bold_italic_pro.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_bold_pro.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_regular_italic_pro.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_medium_pro.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Strawford;
  src: url('../fonts/Strawford-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rouna;
  src: url('../fonts/Rouna-Bold.otf') format("opentype"), url('../fonts/Rouna-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --blue-violet: #573dff;
  --000732: #000732;
  --gainsboro: #d9dbe1;
  --dark-slate-blue: #383c54;
  --white: white;
  --131744: var(--dark-slate-blue);
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #333;
  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 {
  color: #482cfa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}

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

h3 {
  color: #ededf4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

h4 {
  color: #4e2bff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2.6;
}

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

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

p {
  color: #646464;
  margin-bottom: 0;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.65rem;
}

li {
  margin-bottom: .25rem;
  font-weight: 400;
}

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

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

strong {
  text-align: left;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.heading-medium {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.7rem;
  padding-right: 4.7rem;
}

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

.icon-small {
  height: 2rem;
}

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

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

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

.hide {
  display: none;
}

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

.text-size-medium {
  color: #fff;
  max-width: 37ch;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-medium.figma {
  white-space: normal;
  max-width: 42ch;
  padding-top: 10px;
  font-family: Rouna, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.text-size-medium.figma.beta-download {
  color: var(--blue-violet);
  text-align: center;
  max-width: 38ch;
  margin-bottom: 4.2rem;
}

.text-size-medium.figma.beta-download.padding {
  margin-bottom: 1.5rem;
}

.text-size-medium.figma.beta-download.beta-ch {
  max-width: 25ch;
}

.text-size-medium.figma.padding-paragraph {
  padding-bottom: 1.5rem;
  font-family: Rouna, sans-serif;
  line-height: 2.4rem;
}

.text-size-medium.figma.supported {
  color: #193e72;
  max-width: 391px;
  font-size: .8rem;
  line-height: 1.3rem;
}

.text-size-medium.figma.text-color-blue {
  z-index: 5;
  color: var(--blue-violet);
  position: relative;
}

.text-size-medium.figma.text-color-blue.weight-bold {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Strawford, sans-serif;
  font-weight: 700;
  position: relative;
}

.text-size-medium.figma.text-color-blue.left-align {
  line-height: 2.4rem;
}

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

.form {
  display: none;
  overflow: visible;
}

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

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

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

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

.text-size-small {
  color: #d9dbe1;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
}

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

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

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

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

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

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

.icon-large {
  height: 4rem;
}

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

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

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

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

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

.container-large.embeded {
  display: none;
}

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

.page-padding {
  text-align: left;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  overflow: visible;
}

.page-padding.padding-xhuge.padding-without-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.padding-xhuge.padding-without-bottom.feedback {
  background-color: #000732;
}

.page-padding.bottom-padding {
  padding-bottom: 6rem;
}

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

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  background-color: #e2e7f4;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-medium {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  flex-flow: row-reverse;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.container-medium.padding-large {
  padding-bottom: 8rem;
}

.container-medium.doctors {
  flex-direction: row;
}

.container-medium.doctors.figma {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 100%;
  max-width: 70rem;
}

.container-medium.superpower {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.container-medium.superpower.figma {
  max-width: 70rem;
}

.container-medium.beautiful {
  flex-direction: row;
}

.container-medium.beautiful.figma {
  justify-content: center;
  max-width: 70rem;
}

.container-medium.first.figma {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 100%;
  max-width: 70rem;
}

.container-medium.left {
  justify-content: flex-end;
}

.container-medium.id {
  margin-top: 0;
}

.container-medium.feedback {
  max-width: 70rem;
  max-height: 800rem;
  padding-top: 0;
  padding-bottom: 0;
}

.container-medium.get-beta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.container-medium.supported {
  background-color: #000732;
  padding-top: 0;
}

.container-small {
  align-items: center;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.figma {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-top.margin-medium {
  justify-content: center;
  display: flex;
}

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

.margin-bottom.margin-large.download {
  display: none;
}

.margin-bottom.margin-medium {
  text-align: left;
  margin-bottom: 0;
}

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

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

.margin-vertical {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

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

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

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

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

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

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

.padding-vertical.padding-medium.beta {
  padding-top: 6rem;
}

.padding-vertical.padding-xxhuge.form {
  display: block;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.nav_menu-icon {
  width: 4%;
}

.nav_menu-wrapper {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  padding-left: 7.6rem;
  padding-right: 7.6rem;
  display: flex;
}

.nav_links-list {
  align-content: space-between;
  display: flex;
}

.nav_container {
  grid-column-gap: 270px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_link {
  color: #c2c1de;
  padding: .35rem 1.45rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.nav_link.w--current {
  color: #573dff;
  padding: .35rem 1.45rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  padding: 1.8rem 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_label {
  white-space: nowrap;
  mix-blend-mode: multiply;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.185rem;
}

.nav_label:hover {
  color: #573dff;
}

.nav_menu {
  align-items: center;
  display: flex;
}

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

.home-header_component.vertical {
  display: flex;
}

.home-header_content-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header-text {
  color: var(--blue-violet);
  text-align: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  display: flex;
  transform: translate(43px);
}

.home-header-text.big {
  font-size: 2rem;
  transform: none;
}

.home-header-text.big.move {
  font-size: 2.1rem;
  transform: translate(29px);
}

.home-header-text.figma {
  max-width: 30ch;
  margin-bottom: 3rem;
  padding-bottom: 0;
  font-family: Rouna, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  transform: none;
}

.home-header-text.figma.spaces {
  display: block;
}

.section-home-video {
  background-color: var(--blue-violet);
}

.video_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.layout_content {
  text-align: left;
  max-width: 37.5rem;
}

.features_component {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.footer {
  background-color: var(--blue-violet);
  display: block;
}

.footer_content-left {
  grid-column-gap: 0px;
  grid-row-gap: 23px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

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

.footer_logo-link {
  flex: none;
}

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

.footer_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.text-size-smal {
  color: var(--gainsboro);
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-smal.phone {
  display: none;
}

.footer-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.footer-navigation.padding-bottom.padding-small {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  justify-content: space-around;
  display: block;
}

.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  display: grid;
}

.footer-left-top {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text-develop {
  color: #d9dbe1;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.825;
}

.footer-pia-logo {
  align-self: center;
}

.menu-open {
  display: none;
}

.logoblock {
  color: #fff;
}

.navba {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #e2e7f4;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: space-around;
  padding: 1rem 2.5rem 0;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link.w--current {
  color: #fff;
}

.link.not-show {
  display: none;
}

.tabs.new1 {
  justify-content: center;
  align-items: center;
}

.div-hide {
  display: none;
}

.heading-hero {
  color: #573dff;
  text-align: center;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.heading-hero.small {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-hero.figma {
  max-width: 22ch;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  font-family: Strawford, sans-serif;
  font-size: 3.8rem;
  line-height: 4.5rem;
}

.heading-hero.figma.beta {
  font-family: Montserrat Alternates, sans-serif;
}

.image {
  width: 100%;
  display: inline-block;
}

.video-lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.read-more {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
}

.text-medium-footer {
  color: #fff;
  font-family: Apercu pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.nav_links-lis {
  display: flex;
}

.nav_link-2 {
  padding: .25rem 1.25rem;
  overflow: hidden;
}

.section-sience-hero {
  background-color: #fbf5f2;
  display: none;
}

.hero-content-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.plants-image {
  display: block;
}

.image-conteiner {
  flex-direction: column;
}

.about-paragraph-text {
  color: var(--blue-violet);
  font-family: Montserrat Alternates, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5.4rem;
}

.section-about-paragraph {
  background-color: #e2e7f4;
}

.section-about-paragraph.deleete {
  display: none;
}

.paragraph-content-wrapper {
  grid-template-rows: .25fr 1fr .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.science-text-main {
  color: var(--blue-violet);
  text-align: left;
  object-position: 50% 50%;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 145%;
  position: static;
  left: auto;
}

.sience_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: -2rem;
  display: flex;
}

.section-sience-herro {
  background-color: #e2e7f4;
  padding-top: 0;
  padding-bottom: 0;
}

.science-main-image {
  flex: 0 auto;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}

.faq_image-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.faq-main-image {
  flex: 0 auto;
  max-width: 400px;
  overflow: hidden;
}

.faq-paragraph-text {
  color: var(--blue-violet);
  font-family: Strawford, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.4rem;
}

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

.faq_question {
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.faq-qw {
  color: #482cfa;
  text-align: left;
  max-width: 44ch;
  font-family: Strawford, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.faq-answer {
  color: #482cfa;
  text-align: left;
  padding-right: 8rem;
  font-family: Apercu pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
  overflow: visible;
}

.faq2_item {
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq2_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq2_answer-wrapper {
  padding: 1rem 1rem 1rem 6rem;
}

.faq2_answer {
  overflow: hidden;
}

.faq2_component {
  flex-direction: column;
}

.contact-text-main {
  color: var(--blue-violet);
  text-align: left;
  font-family: Apercu pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.contact-text-main.contact {
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.contact-text-main.contact.right {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.1rem;
}

.section-sience-hero-main {
  background-color: #e2e7f4;
  padding-top: 5.1rem;
  padding-bottom: 0;
}

.container-custom-contact {
  justify-content: center;
  align-items: center;
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq2_item-top {
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq2_question-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq2_answer-top {
  height: auto;
}

.feedback-heading {
  color: var(--blue-violet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Strawford, sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 4.6rem;
}

.feedback-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.home-feedback-text {
  color: var(--blue-violet);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.home-feedback-text.text-style-italic {
  max-width: 58ch;
  font-weight: 300;
}

.home-feedback-text.text-style-italic.figma {
  max-width: 50ch;
  font-size: 1.8rem;
}

.home-feedback-text.feedback-style-bold {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.home-feedback-text.font {
  text-align: left;
  max-width: 46ch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.3rem;
}

.home-feedback-text.font.small-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-style: normal;
  transform: translate(-19px);
}

.home-feedback-text.font.small-padding.move {
  transform: translate(162px);
}

.home-feedback-text.illu-font {
  text-align: left;
  max-width: 46ch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.3rem;
}

.html-embed {
  width: 100vh;
  height: 100vh;
}

.section-home-screen-videos {
  background-color: #031037;
}

.embed-middle {
  height: 600px;
}

.section-home-side-phone-video {
  background-color: #031037;
}

.bottom-video-wrapper {
  width: 500px;
  height: 600px;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-bottom {
  height: 102%;
  transform: translate(0);
}

.unique-experience-net {
  grid-column-gap: 79px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: grid;
}

.terms-and-conditions {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.container-2 {
  padding-top: 77px;
  padding-bottom: 77px;
  display: block;
}

.body {
  background-color: var(--white);
  padding-top: 0;
}

.heading-h2 {
  color: #646464;
  margin-bottom: 2.9rem;
}

.rich-text-wrapper {
  padding-left: 26px;
  padding-right: 26px;
}

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

.video-2 {
  border-radius: 0;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-image {
  object-fit: contain;
  border-radius: 20px;
  max-width: 94%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrapper-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: none;
}

.lottie {
  max-width: 400px;
  min-height: 100%;
}

.lottie-container {
  min-height: 450px;
}

.lottie-container.doctors {
  justify-content: center;
  min-height: 450px;
  display: flex;
}

.lottie-container.doctors.center {
  transform: translate(-95px);
}

.lottie-container.center {
  transform: translate(-62px);
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.heading---section {
  max-width: 16ch;
}

.heading---section.figma2 {
  max-width: 17ch;
  margin-bottom: 2rem;
  font-family: Strawford, sans-serif;
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 4rem;
}

.lottie-doctors, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
  min-width: 450px;
  min-height: 450px;
}

.heading-7.figma {
  font-family: Strawford, sans-serif;
  font-size: 3.9rem;
  line-height: 4.6rem;
}

.container-3 {
  text-align: center;
  margin-top: 40px;
}

.text-block {
  color: #f5f3ec;
  text-align: left;
  margin-bottom: 100px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
}

.body-2 {
  background-color: var(--blue-violet);
}

.image-5 {
  max-width: 400px;
}

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

.rich-text-block-2 {
  color: var(--gainsboro);
}

.section-flex-need {
  background-color: #e2e7f4;
}

.content-text {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.illustration-grid-png {
  max-height: 300px;
}

.illustration-grid-png.main {
  object-fit: contain;
  max-width: 610px;
  min-height: 300px;
}

.illustration-grid-png.small {
  max-height: 150px;
}

.illustration-div.proba {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.illustration-div.flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.section-steps, .section-heading {
  background-color: #e2e7f4;
}

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

.illu-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 4fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbering {
  color: var(--blue-violet);
  font-family: Strawford webfont, sans-serif;
  font-size: 3rem;
}

.illu {
  object-fit: contain;
  max-height: 250px;
  margin-top: 2rem;
}

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

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.down_arrow {
  object-fit: contain;
  width: 35px;
}

.section-flex-developed-by-doctors-copy {
  background-color: var(--blue-violet);
  margin-top: 0;
  display: block;
}

.section-flex-home-superpower_copy, .section-flex-home-beautiful {
  background-color: var(--blue-violet);
  display: block;
}

.lottie-faq {
  object-fit: contain;
  height: 450px;
}

.mask-2 {
  background-color: #0000;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transform: translate(0, 14px);
}

.slider-2 {
  color: var(--blue-violet);
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-arrow {
  object-fit: contain;
  height: 35px;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-home-testimonials-slides {
  background-color: #000732;
  display: none;
}

.div-block-15 {
  background-color: #000732;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 0;
}

.content {
  flex-flow: column-reverse wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  width: 600px;
  max-width: 600px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  padding-top: 0;
  display: flex;
}

.text-field {
  border: 1px none var(--blue-violet);
  color: var(--blue-violet);
  background-color: #d2d2d2;
  border-radius: 20px;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.2rem;
}

.text-field:hover, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--blue-violet);
}

.contact-form {
  color: var(--blue-violet);
  text-transform: none;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.contact-form.succes {
  padding-top: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

.radio-button-field {
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  padding-left: 35px;
  display: flex;
}

.textarea {
  color: var(--blue-violet);
  background-color: #d2d2d2;
  border-radius: 20px;
  min-height: 250px;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.4rem;
}

.textarea:hover, .textarea:active, .textarea:focus {
  color: var(--blue-violet);
}

.radio-button-label {
  color: var(--blue-violet);
  margin-left: 0;
  padding-left: .8rem;
  font-family: Strawford webfont, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.radio-button {
  margin-top: 0;
  padding-bottom: 0;
}

.submit-button {
  background-color: var(--blue-violet);
  color: #f6f3ee;
  border-radius: 20px;
  width: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}

.success-message {
  background-color: var(--white);
  border-radius: 20px;
  transform: translate(95px);
}

.error-message {
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-block-3 {
  color: red;
  padding-left: 20px;
  padding-right: 20px;
}

.body-5, .body-6 {
  background-color: #e2e7f4;
}

.text-field-2 {
  color: var(--blue-violet);
  background-color: #d2d2d2;
  border-radius: 15px;
  width: 600px;
  height: 60px;
  font-family: Strawford, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  transform: translate(110px);
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: var(--blue-violet);
}

.form-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
  transform: translate(38px);
}

.form-block-2 {
  flex-wrap: nowrap;
  align-content: center;
  display: flex;
  overflow: hidden;
}

.submit-button-2 {
  background-color: var(--blue-violet);
  text-align: center;
  border-radius: 15px;
  width: 250px;
  height: 60px;
  padding-top: 7px;
  font-family: Strawford, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  transform: translate(-33px, -5px);
}

.submit-button-2.hide {
  z-index: 3;
  opacity: 0;
  width: 175px;
  display: block;
  position: relative;
  transform: translate(76px, -5px);
}

.html-embed-2 {
  z-index: 1;
  background-color: #e2e7f4;
  position: relative;
  transform: translate(0, -90px);
}

.div-block-20 {
  display: none;
}

.image-6 {
  object-fit: contain;
  width: 295px;
}

.beta-button {
  background-color: var(--blue-violet);
  color: var(--gainsboro);
  text-align: center;
  border-radius: 15px;
  width: 320px;
  height: 60px;
  margin-bottom: 4.5rem;
  padding-top: 7px;
  font-family: Strawford, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.image-8 {
  object-fit: contain;
  width: 200px;
  margin-bottom: 2rem;
}

.social-div {
  margin-top: 65px;
}

.social-image {
  height: 25px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-9 {
  height: 95px;
}

.link-2, .link-4, .link-5 {
  text-decoration: underline;
}

.link-6 {
  color: var(--white);
}

.padding-vertical-delete {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.section-touch-breath--reactive {
  background-color: #031037;
  display: block;
}

.lottie-scroll-div {
  object-fit: fill;
  max-width: 280px;
  min-height: 100%;
  overflow: visible;
}

.lottie-scroll {
  object-fit: contain;
}

.div-block-22 {
  max-width: 170px;
}

.div-block-23 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-7, .link-8, .link-9 {
  text-decoration: underline;
}

.lottie-scroll-mobile {
  display: none;
}

.section-get-beta {
  background-color: #e2e7f4;
  padding-top: 0;
  padding-bottom: 0;
}

.link-10, .link-11, .link-12 {
  text-decoration: underline;
}

.mockup_image {
  max-width: 110%;
}

.mockup_image.second {
  max-width: 130%;
}

.mockup_image.third {
  max-width: 150%;
}

.section-breathing {
  background-color: var(--blue-violet);
  display: none;
}

.home-mockup {
  max-width: 650px;
  position: relative;
  top: 0;
  left: -50px;
  right: 0;
}

.home-mockup.second {
  left: -172px;
}

.home-mockup.third {
  left: -135px;
}

.section-flex-home-it-s_smart-copy-cop {
  background-color: var(--blue-violet);
  display: block;
}

.section-relax-with-nature {
  background-color: var(--blue-violet);
  margin-top: 0;
}

.section-relax-with-nature.mockup-move {
  margin-top: -200px;
  display: none;
}

.section-breathing-beautiful {
  background-color: var(--blue-violet);
}

.section-breathing-beautiful.mockup-move2 {
  margin-top: -266px;
  display: none;
}

.section-supercharge {
  background-color: var(--blue-violet);
  display: block;
}

.section-supercharge.mockup-move-3 {
  margin-top: -200px;
  display: none;
}

.ikona3 {
  max-width: 400px;
  max-height: 68px;
}

.ikona1 {
  mix-blend-mode: screen;
  max-height: 121px;
}

.section-supported-by {
  background-color: #e2e7f4;
  display: block;
}

.ikona2 {
  mix-blend-mode: screen;
  max-height: 167px;
}

.heading-supported {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.supported-by-heading {
  text-align: center;
  color: #e2e7f4;
  background-color: #000732;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 20px;
  font-family: Strawford, sans-serif;
  font-size: 2.9rem;
  font-style: italic;
  font-weight: 500;
  line-height: 4.6rem;
}

.content-supported {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-25 {
  z-index: 2;
  clear: none;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: translate(-171px, -4px);
}

.image-15 {
  z-index: 1;
  width: 250px;
  height: 62px;
  display: block;
  position: relative;
  transform: translate(38px);
}

.background-video {
  object-fit: fill;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

.video-background-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header-background-video {
  background-color: #e2e7f4;
  padding-top: 6.2rem;
  display: block;
}

.button-3 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #e2e7f4;
  background-image: url('../images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 15px;
  width: 300px;
  min-width: 250px;
  height: 86px;
  margin: 1rem auto 3rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.video-mobile-background-embed {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.html-embed-4 {
  background-color: var(--blue-violet);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.recaptcha {
  margin-top: 10px;
}

.link-13, .link-14 {
  text-decoration: underline;
}

.form_android {
  display: block;
}

.form-block-4 {
  flex-flow: column;
  place-content: center;
  display: flex;
}

.form-5 {
  flex-flow: column;
  align-items: center;
  display: flex;
  transform: translate(38px);
}

.text-field-5 {
  color: #573dff;
  background-color: #d2d2d2;
  border-radius: 15px;
  width: 600px;
  height: 60px;
  font-family: Strawford, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}

.text-field-5:focus-visible, .text-field-5[data-wf-focus-visible] {
  color: #573dff;
}

.submit-button-5 {
  text-align: center;
  background-color: #573dff;
  border-radius: 15px;
  width: 250px;
  height: 60px;
  padding-top: 7px;
  font-family: Strawford, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  transform: translate(-33px, -5px);
}

.email-input-button {
  align-items: center;
  display: flex;
}

.success-message-3 {
  background-color: #0000;
}

.section-home-testimonials {
  background-color: #e2e7f4;
  display: block;
}

.slider-3 {
  background-color: #0000;
  width: 800px;
  height: 800px;
  margin-bottom: 30px;
}

.div-block-26 {
  justify-content: center;
  width: 400px;
  display: flex;
}

.wrapper_testimonal {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-27 {
  z-index: 3;
  background-color: #fff;
  border-radius: 35px;
  width: 500px;
  height: 600px;
  margin-top: 40px;
  padding: 30px;
  position: relative;
}

.image-16 {
  width: 156px;
  position: absolute;
  inset: 500px auto 0% 0%;
}

.wrapper_stars {
  width: 500px;
  margin-top: 57px;
}

.image-17 {
  height: 45px;
}

.wrapper_username {
  width: 500px;
}

.section-supported-by-copy {
  background-color: #e2e7f4;
  display: block;
}

.html-embed-5 {
  text-align: center;
  object-fit: fill;
}

.div-block-28 {
  width: 100vw;
  height: 100vh;
}

.blog-background-hero-image {
  object-fit: fill;
  width: 100%;
  height: 0;
  padding-top: 0%;
  display: block;
  position: static;
}

.blog-hero-section {
  background-color: #e2e7f4;
  flex-direction: column;
  padding-top: 6.2rem;
  display: flex;
}

.blog_hero {
  background-color: #131744;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-18 {
  width: 600px;
  max-width: 600px;
}

.div-block-29, .section, .div-block-30 {
  background-color: #000732;
}

.image-19, .image-20 {
  max-width: 400px;
}

.image-21 {
  max-width: 303px;
}

.slide-nav-3 {
  position: relative;
}

.blog-header {
  color: var(--blue-violet);
  font-family: Strawford, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.4rem;
}

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

.blog_theme {
  font-family: Strawford, sans-serif;
}

.blog-content {
  margin-top: 0;
  display: block;
}

.container-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  place-content: stretch center;
  align-items: flex-start;
  width: 100%;
  max-width: 52.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-blog.padding-large {
  padding-bottom: 8rem;
}

.container-blog.doctors {
  flex-direction: row;
}

.container-blog.doctors.figma {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 100%;
  max-width: 70rem;
}

.container-blog.superpower {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.container-blog.superpower.figma {
  max-width: 70rem;
}

.container-blog.beautiful {
  flex-direction: row;
}

.container-blog.beautiful.figma {
  justify-content: center;
  max-width: 70rem;
}

.container-blog.first.figma {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 100%;
  max-width: 70rem;
}

.container-blog.left {
  justify-content: flex-end;
}

.container-blog.id {
  margin-top: 0;
}

.container-blog.feedback {
  max-width: 70rem;
  max-height: 800rem;
  padding-top: 0;
  padding-bottom: 0;
}

.container-blog.get-beta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.container-blog.supported {
  padding-top: 0;
}

.blog-heading-info-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-heading {
  color: #573dff;
  text-align: center;
  max-width: 25ch;
  font-family: Strawford, sans-serif;
  font-size: 4.25rem;
  line-height: 5rem;
}

.blog_margin.small {
  height: 23px;
}

.blog_margin.medium {
  height: 24px;
}

.blog_margin.large {
  height: 72px;
}

.blog_info_text {
  border: 2px solid var(--blue-violet);
  color: #573dff;
  border-radius: 100px;
  padding: 4px 12px;
  font-family: Rouna, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

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

.blog_info_text.no-border {
  border-style: none;
  border-radius: 0;
}

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

.heading_info_combo-flex.card {
  position: absolute;
  inset: auto 0% 7% 7%;
}

.image-22 {
  width: 28px;
  height: 28px;
}

.blog_read_icon {
  width: 24px;
  height: 24px;
}

.blog_paragraph-info-min {
  color: #573dff;
  font-family: Rouna, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.blog_paragraph-info-min.white {
  color: #e2e7f4;
}

.blog_paragraph-info-min.white.short {
  max-width: 30ch;
}

.blog_paragraph-info-min p, .blog_paragraph-info-min.dark {
  color: #573dff;
}

.blog_paragraph-info-min.link {
  text-decoration: underline;
}

.blog-article {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog_info_paragraph {
  color: #573dff;
  font-family: Rouna, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39.2px;
}

.blog_heading_h2 {
  color: var(--blue-violet);
  margin-top: 72px;
  margin-bottom: 24px;
  font-family: Strawford, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.blog_image {
  width: 100%;
  margin-top: 24px;
}

.free-trial-wrapper {
  width: 100%;
}

.free_trial_content_flex {
  background-color: #573dff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.free_trial_left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.free_trial_right {
  width: 47%;
}

.image-25 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
}

.free-trial-header {
  color: #e2e7f4;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.free-trial-subhead {
  color: #e2e7f4;
  font-family: Rouna, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.image-26 {
  height: 57px;
}

.blog-hero {
  margin-top: 100px;
  display: block;
}

.blog-collection-flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-collection-hero-heading {
  font-family: Strawford, sans-serif;
  font-size: 68px;
  line-height: 81.6px;
}

.blog-collection-hero-subheading {
  color: #573dff;
  max-width: 50ch;
  font-family: Strawford, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
}

.blog-collection-headings-flex-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-heading {
  color: #573dff;
  font-family: Strawford, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.collection-card-wrapper {
  background-color: #f7f4ff;
  border-radius: 20px;
  max-width: 350px;
}

.image-27 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.collection-card-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  min-height: 250px;
  padding: 20px;
  display: flex;
  position: relative;
}

.blog-tile-heading {
  color: #573dff;
  font-family: Strawford, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
}

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

.collection-list-wrapper {
  width: 100%;
}

.mins {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.image-copy {
  display: inline-block;
}

.image-28 {
  width: 100%;
}

.spaces_paragraph {
  justify-content: center;
  display: block;
}

.link-15 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .div-block-15 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    background-color: var(--000732);
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.2rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .page-padding.padding-xhuge.padding-without-bottom.feedback {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .show-tablet {
    display: block;
  }

  .container-medium.feedback {
    max-width: 40rem;
  }

  .container-small {
    justify-content: center;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-xxhuge.form {
    padding-top: 6rem;
    padding-bottom: 0;
  }

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

  .nav_menu-icon {
    width: 2rem;
    height: 2rem;
  }

  .nav_menu-wrapper {
    background-color: #fbf5f2;
    max-height: 100vh;
    overflow: auto;
  }

  .nav_links-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_container {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    justify-content: space-between;
  }

  .nav_link {
    padding: .95rem 1.15rem;
    font-size: 1rem;
  }

  .nav_link.w--current {
    font-size: 1rem;
  }

  .nav_label {
    font-size: .9rem;
  }

  .nav_menu {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav_menu-button {
    z-index: 2;
    padding: .5rem;
    position: relative;
  }

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

  .logo-p {
    mix-blend-mode: multiply;
  }

  .home-header_component {
    grid-column-gap: 3rem;
  }

  .home-header_content-wrapper {
    text-align: center;
  }

  .home-header-text {
    font-size: 1.4rem;
  }

  .home-header-text.big.move {
    font-size: 1.9rem;
  }

  .home-header-text.figma {
    transform: none;
  }

  .layout_content {
    width: 100%;
    padding-right: 0;
  }

  .features_component {
    align-items: center;
  }

  .footer_top {
    grid-column-gap: 0rem;
    grid-template-columns: 1.25fr 1fr;
  }

  .footer_content-right {
    grid-column-gap: 0rem;
    grid-template-columns: .75fr 1fr;
  }

  .heading-hero {
    mix-blend-mode: multiply;
    font-size: 2.5rem;
  }

  .image {
    max-width: 80%;
  }

  .video-lightbox {
    height: 45vh;
  }

  .nav_links-lis {
    mix-blend-mode: multiply;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

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

  .about-paragraph-text {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .paragraph-content-wrapper {
    grid-template-rows: auto 1fr auto;
  }

  .faq-main-image {
    max-width: 44%;
  }

  .faq-paragraph-text {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .faq-qw {
    text-align: left;
    font-size: 1.6rem;
  }

  .faq-answer {
    padding-right: 0;
    font-size: 1.5rem;
  }

  .faq2_question {
    align-items: flex-start;
  }

  .faq2_answer-wrapper {
    padding-left: 1rem;
  }

  .container-custom-contact {
    padding-top: 0;
    padding-bottom: 4.1rem;
  }

  .faq2_answer-top {
    height: auto;
  }

  .home-feedback-text {
    font-size: 1.4rem;
  }

  .home-feedback-text.text-style-italic {
    max-width: 40ch;
  }

  .home-feedback-text.font {
    max-width: 46ch;
  }

  .home-feedback-text.font.small-padding {
    transform: translate(29px);
  }

  .home-feedback-text.font.small-padding.move {
    transform: translate(124px);
  }

  .home-feedback-text.illu-font {
    max-width: 46ch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-2 {
    max-width: 100%;
  }

  .bottom-video-wrapper {
    width: 400px;
    height: 535px;
    transform: translate(0, -24px);
  }

  .unique-experience-net {
    align-items: center;
  }

  .lottie-container, .lottie-container.doctors {
    min-height: 300px;
  }

  .lottie-container.doctors.center {
    transform: translate(-33px);
  }

  .lottie-container.center {
    transform: translate(-29px);
  }

  .lottie-doctors, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
    min-width: 300px;
    min-height: 300px;
  }

  .heading-7 {
    margin-bottom: .8rem;
  }

  .illustration-grid-png {
    min-height: 200px;
    max-height: 250px;
  }

  .illustration-grid-png.main {
    min-height: 200px;
  }

  .illustration-grid-png.small {
    min-height: 100px;
  }

  .down_arrow {
    width: 24px;
    margin-top: 9px;
  }

  .lottie-faq {
    min-width: 300px;
    min-height: 300px;
  }

  .slider-2 {
    min-height: 400px;
  }

  .form-3 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

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

  .lottie-scroll-div {
    align-items: center;
    max-width: 250px;
    min-height: 100%;
    display: flex;
  }

  .mockup_image {
    max-width: 100%;
  }

  .mockup_image.second, .mockup_image.third {
    max-width: 110%;
  }

  .home-mockup, .home-mockup.second {
    left: 0;
  }

  .section-relax-with-nature.mockup-move {
    margin-top: -105px;
  }

  .section-breathing-beautiful.mockup-move2 {
    margin-top: -125px;
  }

  .section-supercharge.mockup-move-3 {
    margin-top: -105px;
  }

  .video-background-embed {
    overflow: hidden;
  }

  .home-header-background-video {
    padding-top: 4.7rem;
  }

  .video-mobile-background-embed {
    display: none;
    overflow: hidden;
  }

  .blog-hero-section {
    padding-top: 4.7rem;
  }

  .image-18 {
    width: 100%;
    max-width: none;
  }

  .blog-header {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .container-blog.feedback {
    max-width: 40rem;
  }

  .blog_paragraph-info-min.white.short {
    font-size: 18px;
  }

  .image-25 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .free-trial-header {
    font-size: 26px;
  }

  .collection-card-info-wrapper {
    min-height: 322px;
  }

  .image-copy {
    max-width: 80%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

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

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

  .text-align-center {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

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

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

  .text-size-medium.figma {
    max-width: 37ch;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .text-size-medium.figma.beta-download {
    margin-bottom: 2rem;
  }

  .text-size-medium.figma.supported {
    text-align: justify;
  }

  .text-size-medium.figma.text-color-blue, .text-size-medium.figma.text-color-blue.left-align {
    text-align: left;
  }

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

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

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

  .page-padding.bottom-padding {
    padding-bottom: 3rem;
  }

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

  .container-medium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .container-medium.doctors {
    flex-direction: column-reverse;
  }

  .container-medium.superpower {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .container-medium.beautiful {
    flex-direction: column;
  }

  .container-medium.first {
    flex-direction: column-reverse;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-top.margin-medium.margin-mobile {
    margin-top: 3.85rem;
  }

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

  .margin-bottom.margin-medium.flex {
    justify-content: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-medium.beta, .padding-vertical.padding-xxhuge.form {
    padding-top: 0;
  }

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

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

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

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

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

  .navbar {
    padding: .5rem 1.5rem;
  }

  .home-header_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-header_component.vertical {
    flex-direction: column;
  }

  .home-header_content-wrapper {
    margin-top: 2rem;
  }

  .home-header-text {
    font-size: 1.625rem;
  }

  .home-header-text.big.move {
    font-size: 1.5rem;
    transform: translate(0);
  }

  .home-header-text.figma {
    font-size: 1.625rem;
  }

  .layout_content {
    max-width: none;
  }

  .features_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer_content-left {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .footer_content-right {
    grid-template-columns: 1fr;
  }

  .text-size-smal.phone {
    display: block;
  }

  .text-size-smal.web {
    display: none;
  }

  .menu-open {
    cursor: pointer;
    flex-direction: column;
    padding: 14px;
    display: flex;
  }

  .line {
    background-color: var(--blue-violet);
    border-radius: 20px;
    width: 22px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .menu {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 40px;
    margin-right: 10px;
    display: flex;
    position: relative;
  }

  .link {
    background-color: #0000;
  }

  .link.not-show {
    display: none;
  }

  .link.new {
    color: #c2c1de;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .link.new.w--current {
    color: #472aed;
  }

  .tabs {
    background-color: #0000;
    margin-top: 83px;
  }

  .tabs.new1 {
    display: none;
  }

  .div-hide {
    z-index: 100;
    background-color: #f2f4fb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 190px;
    margin-right: -190px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 140px;
    margin-left: 20px;
    display: flex;
  }

  .heading-hero {
    font-family: Montserrat, sans-serif;
  }

  .heading-hero.small {
    font-size: 2.2rem;
  }

  .heading-hero.figma {
    margin-top: 1rem;
    font-size: 2.5rem;
    line-height: 3.1rem;
  }

  .heading-hero.figma.beta {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .video-lightbox {
    height: 33vh;
  }

  .text-medium-footer {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-paragraph-text {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .paragraph-content-wrapper {
    grid-template-rows: .25fr 1fr .25fr;
  }

  .science-text-main {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }

  .sience_image-wrapper {
    justify-content: center;
  }

  .section-sience-herro {
    padding-top: 8.9rem;
    padding-bottom: 3.2rem;
  }

  .science-main-image {
    margin-top: 3rem;
    display: block;
    position: static;
  }

  .faq_image-wrapper {
    justify-content: center;
  }

  .faq-main-image {
    margin-top: 3rem;
    display: block;
    position: static;
  }

  .faq-paragraph-text {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .faq_question {
    padding-left: 0;
  }

  .faq-qw {
    max-width: 30ch;
    font-size: 1.3rem;
  }

  .faq-answer {
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .contact-text-main {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .contact-text-main.contact {
    max-width: 400px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .section-sience-hero-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-custom-contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feedback-heading {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .home-feedback-text {
    font-size: 1.625rem;
  }

  .home-feedback-text.text-style-italic {
    max-width: 33ch;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }

  .home-feedback-text.text-style-italic.figma {
    max-width: 32ch;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .home-feedback-text.feedback-style-bold {
    font-size: 1.125rem;
  }

  .home-feedback-text.font {
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .home-feedback-text.font.small-padding {
    font-size: 1rem;
    transform: translate(14px);
  }

  .home-feedback-text.font.small-padding.move {
    transform: translate(76px);
  }

  .home-feedback-text.illu-font {
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .embed-middle {
    height: 400px;
  }

  .unique-experience-net {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .image-wrapper {
    display: none;
  }

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

  .lottie-container, .lottie-container.doctors {
    min-height: 150px;
  }

  .lottie-container.doctors.center, .lottie-container.center {
    transform: translate(0);
  }

  .content-wrapper {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .heading---section.figma2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .lottie-doctors, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
    min-width: 150px;
    min-height: 150px;
  }

  .heading-7 {
    margin-bottom: 1.7rem;
  }

  .heading-7.figma {
    font-size: 2rem;
    line-height: 3rem;
  }

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

  .illustration-grid-png {
    min-height: 150px;
  }

  .illustration-grid-png.main {
    min-height: 150px;
    max-height: 200px;
  }

  .illu-div.small-grid-ratio {
    grid-template-rows: 1fr .25fr;
  }

  .numbering {
    font-size: 1.9rem;
  }

  .down_arrow {
    width: 20px;
    margin-top: 13px;
  }

  .section-flex-developed-by-doctors-copy, .section-flex-home-superpower_copy, .section-flex-home-beautiful {
    display: block;
  }

  .lottie-faq {
    min-width: 150px;
    height: 250px;
    min-height: 150px;
  }

  .slider-2 {
    min-height: 380px;
  }

  .faq-arrow {
    height: 23px;
  }

  .section-home-testimonials-slides {
    background-color: #f2f4fb;
  }

  .div-block-15 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content {
    flex-direction: column-reverse;
  }

  .form-2, .form-block {
    width: 400px;
  }

  .text-field-2 {
    width: 300px;
    font-size: 1.625rem;
  }

  .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
    color: var(--blue-violet);
  }

  .submit-button-2 {
    width: 140px;
    font-size: 1.625rem;
  }

  .padding-vertical-delete {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .section-touch-breath--reactive {
    display: block;
  }

  .lottie-scroll-div {
    min-width: 150px;
    min-height: 150px;
  }

  .lottie-scroll {
    display: none;
  }

  .div-block-24 {
    flex-direction: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .lottie-scroll-mobile {
    display: block;
  }

  .section-get-beta {
    padding-top: 8.9rem;
    padding-bottom: 3.2rem;
  }

  .section-get-beta.beta {
    padding-top: 4.8rem;
  }

  .home-mockup.second {
    left: -45px;
  }

  .home-mockup.third {
    left: -18px;
  }

  .section-flex-home-it-s_smart-copy-cop, .section-relax-with-nature, .section-breathing-beautiful {
    display: block;
  }

  .section-breathing-beautiful.mockup-move2 {
    margin-top: 0;
  }

  .section-supercharge {
    display: block;
  }

  .section-supported-by {
    background-color: #f2f4fb;
  }

  .heading-supported {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .supported-by-heading {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .image-15 {
    height: 53px;
  }

  .home-header-background-video {
    background-color: #e2e7f4;
    padding-top: 0;
  }

  .button-3 {
    object-fit: scale-down;
    background-color: #0000;
    border-radius: 0;
    width: 216px;
    height: 72px;
  }

  .video-mobile-background-embed {
    display: none;
  }

  .form-5 {
    align-items: center;
    transform: none;
  }

  .text-field-5 {
    width: 300px;
    font-size: 1.625rem;
  }

  .text-field-5:focus-visible, .text-field-5[data-wf-focus-visible] {
    color: #573dff;
  }

  .submit-button-5 {
    width: 140px;
    font-size: 1.625rem;
  }

  .email-input-button {
    justify-content: center;
  }

  .section-home-testimonials {
    background-color: #f2f4fb;
  }

  .slider-3 {
    width: 100%;
    height: 620px;
  }

  .div-block-27 {
    width: 320px;
    height: 420px;
    padding: 20px;
  }

  .image-16 {
    width: 99px;
    top: 363px;
  }

  .wrapper_stars {
    flex-direction: row;
    justify-content: flex-start;
    width: 320px;
    margin-top: 44px;
    display: flex;
  }

  .image-17 {
    height: 30px;
  }

  .wrapper_username {
    justify-content: flex-start;
    width: 320px;
    display: flex;
  }

  .icon, .icon-2 {
    display: none;
  }

  .section-supported-by-copy {
    background-color: #f2f4fb;
  }

  .blog-hero-section {
    background-color: #e2e7f4;
    padding-top: 0;
  }

  .image-18 {
    max-width: 100%;
  }

  .blog-header {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .blog-content {
    display: block;
  }

  .container-blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .container-blog.doctors {
    flex-direction: column-reverse;
  }

  .container-blog.superpower {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .container-blog.beautiful {
    flex-direction: column;
  }

  .container-blog.first {
    flex-direction: column-reverse;
  }

  .blog-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .blog_margin.large {
    height: 50px;
  }

  .blog_margin.large.learning {
    height: 30px;
  }

  .blog_info_text.bold {
    font-size: 16px;
  }

  .heading_info_combo-flex.card {
    position: static;
  }

  .blog_paragraph-info-min {
    font-size: 16px;
    line-height: 24px;
  }

  .blog_paragraph-info-min.white {
    font-size: 16px;
  }

  .blog_info_paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .blog_heading_h2 {
    text-align: left;
    margin-top: 50px;
    font-size: 28px;
    line-height: 33.6px;
  }

  .free_trial_content_flex {
    flex-direction: column;
  }

  .free_trial_left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .free_trial_right {
    width: 100%;
  }

  .image-25 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .free-trial-header {
    font-size: 24px;
  }

  .blog-hero {
    display: block;
  }

  .blog-collection-hero-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .blog-collection-hero-subheading {
    font-size: 18px;
    line-height: 28px;
  }

  .collection-heading {
    font-size: 28px;
  }

  .collection-card-wrapper {
    margin-bottom: 20px;
  }

  .collection-card-info-wrapper {
    min-height: auto;
    padding: 20px;
  }

  .blog-tile-heading {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .text-align-center {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .text-size-medium.figma, .text-size-medium.figma.padding-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }

  .text-size-medium.figma.text-color-blue, .text-size-medium.figma.text-color-blue.left-align {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .container-large.embeded {
    display: none;
  }

  .page-padding {
    margin-top: 0;
    padding-top: 1.25px;
    padding-left: 2.45rem;
    padding-right: 2.45rem;
  }

  .page-padding.padding-minimum {
    padding-top: 0;
    padding-left: .35rem;
    padding-right: .35rem;
  }

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

  .container-medium {
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-medium.doctors {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-medium.doctors.figma.mockup {
    padding-bottom: 0;
  }

  .container-medium.left {
    align-items: flex-start;
  }

  .padding-medium.figma {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_menu-wrapper {
    width: 100%;
  }

  .nav_container {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  .nav_menu {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo-p {
    max-width: 100%;
  }

  .home-header_content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-header-text {
    mix-blend-mode: normal;
    font-size: 1rem;
  }

  .home-header-text.big.move {
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }

  .home-header-text.figma {
    text-align: center;
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .features_component {
    flex-direction: column;
    align-items: center;
  }

  .footer_content-left {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    justify-items: start;
    max-width: 280px;
  }

  .footer_content-right {
    grid-template-columns: 1fr;
  }

  .footer-navigation.padding-bottom.padding-small {
    flex-direction: column;
    display: flex;
  }

  .links {
    grid-column-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: .8fr 1fr;
  }

  .footer-left-top {
    grid-template-columns: .75fr 1fr;
  }

  .logoblock {
    padding-left: 0;
  }

  .link.not-show {
    display: none;
  }

  .tabs {
    background-color: #ddd9d940;
  }

  .tabs.new1 {
    display: none;
  }

  .div-hide {
    z-index: 200;
    background-color: #fbf5f2;
    margin-right: -190px;
    display: block;
  }

  .heading-hero {
    z-index: 7;
    text-align: center;
    mix-blend-mode: normal;
    background-color: #f6f3ee;
    margin-top: -4.7rem;
    line-height: 3.5rem;
    position: relative;
  }

  .heading-hero.small {
    background-color: #e2e7f4;
    margin-top: 0;
    font-size: 1.5rem;
  }

  .heading-hero.small.margin {
    margin-top: -3.8rem;
  }

  .heading-hero.figma {
    background-color: #0000;
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .image {
    max-width: 80%;
  }

  .link-block {
    justify-content: center;
    display: flex;
  }

  .video-lightbox {
    height: 22vh;
  }

  .text-medium-footer {
    text-align: left;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-paragraph-text {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .section-about-paragraph {
    display: block;
  }

  .section-about-paragraph.deleete {
    display: none;
  }

  .paragraph-content-wrapper {
    grid-template-rows: .25fr 1fr .25fr;
    width: 100%;
  }

  .science-text-main {
    font-size: 1.125rem;
  }

  .section-sience-herro {
    padding-top: 5.1rem;
    padding-bottom: 0;
  }

  .faq-main-image {
    max-width: 60%;
  }

  .faq-paragraph-text {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .faq-qw {
    text-align: left;
    max-width: 18ch;
    font-size: 1.125rem;
  }

  .faq2_answer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-text-main {
    font-size: 1.2rem;
  }

  .contact-text-main.contact {
    width: 300px;
    max-width: 400px;
    font-size: 1.2rem;
  }

  .section-sience-hero-main {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .container-custom-contact {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .feedback-heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .home-feedback-text {
    font-size: 1rem;
  }

  .home-feedback-text.text-style-italic {
    max-width: 18ch;
  }

  .home-feedback-text.text-style-italic.figma {
    max-width: 19ch;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .home-feedback-text.font {
    text-align: left;
  }

  .home-feedback-text.font.small-padding {
    max-width: 47ch;
    font-size: 1.125rem;
    transform: translate(-33px);
  }

  .home-feedback-text.font.small-padding.move {
    text-align: center;
    max-width: 11ch;
    font-size: 1.125rem;
    line-height: 1.4rem;
    transform: translate(90px);
  }

  .home-feedback-text.illu-font {
    text-align: left;
  }

  .embed-middle {
    object-fit: cover;
    width: 100%;
    height: 180px;
  }

  .video-wrapper {
    color: #031037;
    width: 100%;
  }

  .section-home-side-phone-video {
    background-color: #031037;
  }

  .bottom-video-wrapper {
    outline-offset: -3px;
    outline: 5px #f6f3ee;
    flex-direction: column;
    align-items: center;
    width: 317px;
    height: 575px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translate(-19px);
  }

  .embed-bottom {
    width: 358px;
    height: 105%;
    margin-left: 0;
  }

  .unique-experience-net {
    flex-direction: column-reverse;
  }

  .lottie {
    max-width: 250px;
    transform: translate(0);
  }

  .lottie-container.doctors {
    transform: translate(0, 38px);
  }

  .content-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .content-wrapper.touch-breath-reverse {
    flex-direction: column-reverse;
  }

  .heading---section.figma2 {
    max-width: 16ch;
    line-height: 2.5rem;
  }

  .container-3 {
    margin-top: 10px;
  }

  .text-block {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Strawford webfont, sans-serif;
    font-size: .8em;
  }

  .heading-8 {
    text-align: center;
    margin-left: 10px;
    font-weight: 700;
  }

  .image-5 {
    max-width: 250px;
    margin: 0 10px 10px;
  }

  .content-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    width: 320px;
  }

  .illustration-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .illustration-grid-png {
    max-height: 200px;
  }

  .illustration-grid-png.main {
    object-fit: contain;
    max-width: 280px;
    min-height: 80px;
    max-height: 150px;
  }

  .illustration-grid-png.small {
    min-height: 50px;
    max-height: 80px;
  }

  .illustration-div.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .div-block-14 {
    justify-content: flex-start;
    display: flex;
  }

  .illu-div {
    grid-template-columns: 1fr 4fr .25fr;
  }

  .illu-div.small-grid-ratio {
    grid-template-rows: .75fr .25fr;
  }

  .illu {
    padding-right: 1rem;
  }

  .empty-div {
    display: none;
  }

  .down_arrow {
    margin-top: 13px;
  }

  .section-flex-developed-by-doctors-copy, .section-flex-home-beautiful {
    display: block;
  }

  .slider-2 {
    min-height: 450px;
  }

  .div-block-15 {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .form-2, .form-block {
    width: 300px;
    max-width: 400px;
  }

  .contact-form, .textarea, .radio-button-label {
    font-size: 1.2rem;
  }

  .submit-button {
    font-size: 1rem;
  }

  .text-field-2 {
    width: 270px;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    transform: translate(33px);
  }

  .form-3 {
    transform: none;
  }

  .submit-button-2 {
    width: 120px;
    height: 40px;
    font-size: 1.1rem;
    transform: translate(-71px, -5px);
  }

  .social-div {
    margin-bottom: 22px;
    padding-bottom: 0;
  }

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

  .lottie-scroll {
    display: none;
    transform: translate(0, -110px);
  }

  .lottie-scroll-mobile {
    transform: translate(0, -71px);
  }

  .section-get-beta {
    padding-top: 5.1rem;
    padding-bottom: 0;
  }

  .mockup_image.second {
    max-width: 115%;
  }

  .home-mockup.second {
    left: -35px;
  }

  .section-relax-with-nature {
    display: block;
  }

  .section-relax-with-nature.mockup-move, .section-supercharge.mockup-move-3 {
    margin-top: 0;
  }

  .ikona3 {
    max-width: 250px;
  }

  .supported-by-heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .image-15 {
    height: 41px;
    transform: translate(67px, -1px);
  }

  .background-video {
    margin-bottom: -44%;
    padding-top: 119.25%;
    padding-bottom: 0%;
  }

  .video-background-embed {
    display: none;
  }

  .home-header-background-video {
    background-color: #e2e7f4;
    padding-top: 5.3rem;
  }

  .button-3 {
    margin-bottom: 2rem;
  }

  .video-mobile-background-embed {
    height: 68%;
    padding-top: 0;
    display: block;
  }

  .form_android {
    align-self: center;
  }

  .form-block-4 {
    justify-content: center;
  }

  .form-5 {
    justify-content: center;
    align-items: center;
  }

  .text-field-5 {
    width: 270px;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
  }

  .submit-button-5 {
    width: 120px;
    height: 40px;
    font-size: 1.1rem;
    transform: translate(-71px, -5px);
  }

  .email-input-button {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    margin-left: 71px;
  }

  .slider-3 {
    width: 400px;
    height: 580px;
    margin-bottom: 20px;
  }

  .wrapper_testimonal {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-27 {
    width: 290px;
    height: 410px;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-16 {
    width: 90px;
    top: 357px;
  }

  .wrapper_stars {
    width: 290px;
    margin-top: 37px;
  }

  .wrapper_username {
    align-self: auto;
    width: 290px;
    display: flex;
  }

  .blog-background-hero-image {
    margin-bottom: -44%;
    padding-top: 119.25%;
    padding-bottom: 0%;
  }

  .blog-hero-section {
    background-color: #e2e7f4;
    padding-top: 5.3rem;
  }

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

  .image-19, .image-20, .image-21 {
    max-width: 250px;
  }

  .blog-header {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .blog-content {
    display: block;
  }

  .container-blog {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .container-blog.doctors {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-blog.doctors.figma.mockup {
    padding-bottom: 0;
  }

  .container-blog.left {
    align-items: flex-start;
  }

  .blog_margin.small {
    height: 20px;
  }

  .blog_margin.medium {
    height: 30px;
  }

  .blog_margin.large {
    height: 50px;
  }

  .blog_heading_h2 {
    margin-bottom: 30px;
  }

  .blog_image {
    margin-top: 30px;
  }

  .free_trial_left {
    text-align: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-hero {
    display: block;
  }

  .image-copy {
    max-width: 80%;
  }
}

#w-node-_455a35ce-ad02-154b-21f5-4ecf55efd04a-4995e787 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_455a35ce-ad02-154b-21f5-4ecf55efd043-4995e787 {
  justify-self: end;
}

#w-node-_64563990-b123-7b38-023d-715c7e2200c0-4995e787 {
  place-self: center;
}

#w-node-_1aa74f88-9942-9a8e-c36c-4d8efdf97134-4995e787 {
  place-self: center end;
}

#w-node-_3776478c-c4a7-63bc-c54c-a07144d5afa4-4995e787 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3776478c-c4a7-63bc-c54c-a07144d5afa6-4995e787 {
  justify-self: end;
}

#w-node-_45c0bc9e-c695-3a29-f4e4-eb9ef41a6539-4995e787 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_45c0bc9e-c695-3a29-f4e4-eb9ef41a6531-4995e787 {
  justify-self: end;
}

#w-node-f36867ff-00b0-d0c7-f7da-b268c0e509d1-c0e509ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f36867ff-00b0-d0c7-f7da-b268c0e509da-c0e509ca {
  grid-area: 2 / 1 / 3 / 5;
  justify-self: start;
}

#w-node-f36867ff-00b0-d0c7-f7da-b268c0e509db-c0e509ca {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f36867ff-00b0-d0c7-f7da-b268c0e509e5-c0e509ca, #w-node-_77812e95-9ad8-d727-89a0-8f766c1edfb8-c0e509ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ee09ed8-19e9-9ea6-55e5-4fcea2e8c942-c0e509ca {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-f36867ff-00b0-d0c7-f7da-b268c0e509ec-c0e509ca {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_7cc9f04a-2689-8cae-6249-33f9c18a22f2-c18a22ef {
  align-self: center;
}

#w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-1395e78f, #w-node-f4dd79ba-90b5-f2c8-2b27-a72ac3ccdef6-1395e78f {
  grid-area: 2 / 3 / 3 / 5;
  justify-self: center;
}

#w-node-_1fa94b55-0b48-5de1-5094-106078e343be-7295e794 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_929dbdd7-1e3b-b621-d532-d7bb0929b0db-7295e794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa94b55-0b48-5de1-5094-106078e343c0-7295e794 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab51515-7295e794 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab51516-7295e794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab5151b-7295e794 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b28-7295e794 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b29-7295e794, #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2d-7295e794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2e-7295e794 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c48-7295e794 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c49-7295e794, #w-node-_7b23110f-a753-049d-4bee-0d02fa199c4d-7295e794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c4e-7295e794 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a0-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a1-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a2-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a4-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a5-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a6-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a8-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a9-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61aa-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ac-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ad-7295e794, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ae-7295e794, #w-node-e1ea740a-ee1d-cbce-a547-147580601b02-7295e794, #w-node-e1ea740a-ee1d-cbce-a547-147580601b03-7295e794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-c595e797 {
  grid-area: 2 / 3 / 3 / 5;
  justify-self: center;
}

#w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c8-c595e797 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1fa94b55-0b48-5de1-5094-106078e343be-de95e79b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_929dbdd7-1e3b-b621-d532-d7bb0929b0db-de95e79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa94b55-0b48-5de1-5094-106078e343c0-de95e79b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab51515-de95e79b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab51516-de95e79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af9c5f4a-f922-b7fa-1c74-68aecab5151b-de95e79b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b28-de95e79b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b29-de95e79b, #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2d-de95e79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2e-de95e79b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c48-de95e79b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c49-de95e79b, #w-node-_7b23110f-a753-049d-4bee-0d02fa199c4d-de95e79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b23110f-a753-049d-4bee-0d02fa199c4e-de95e79b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a0-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a1-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a2-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a4-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a5-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a6-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a8-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61a9-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61aa-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ac-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ad-de95e79b, #w-node-_63d91ffa-6ade-0fb1-126a-e214945a61ae-de95e79b, #w-node-e1ea740a-ee1d-cbce-a547-147580601b02-de95e79b, #w-node-e1ea740a-ee1d-cbce-a547-147580601b03-de95e79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3995108f-bb32-dc7d-8507-cb36e7b2cc4a-4995e787 {
    justify-self: center;
  }

  #w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-1395e78f, #w-node-f4dd79ba-90b5-f2c8-2b27-a72ac3ccdef6-1395e78f, #w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-c595e797 {
    grid-area: 2 / 2 / 3 / 5;
    justify-self: center;
  }

  #w-node-_3995108f-bb32-dc7d-8507-cb36e7b2cc4a-c5a55149, #w-node-_3995108f-bb32-dc7d-8507-cb36e7b2cc4a-4e16dee1 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64563990-b123-7b38-023d-715c7e2200c0-4995e787 {
    justify-self: center;
  }

  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509d1-c0e509ca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509eb-c0e509ca {
    justify-self: center;
  }

  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509ec-c0e509ca {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-1395e78f, #w-node-f4dd79ba-90b5-f2c8-2b27-a72ac3ccdef6-1395e78f {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_1fa94b55-0b48-5de1-5094-106078e343be-7295e794 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-af9c5f4a-f922-b7fa-1c74-68aecab51515-7295e794 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b28-7295e794 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7b23110f-a753-049d-4bee-0d02fa199c48-7295e794 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6098eaa7-46b1-8ef4-cb96-32a18eaec3c7-c595e797 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_1fa94b55-0b48-5de1-5094-106078e343be-de95e79b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-af9c5f4a-f922-b7fa-1c74-68aecab51515-de95e79b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b28-de95e79b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7b23110f-a753-049d-4bee-0d02fa199c48-de95e79b {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509d1-c0e509ca {
    justify-self: center;
  }

  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509da-c0e509ca {
    justify-self: stretch;
  }

  #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509dc-c0e509ca, #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509df-c0e509ca, #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509e2-c0e509ca, #w-node-f36867ff-00b0-d0c7-f7da-b268c0e509e5-c0e509ca, #w-node-_77812e95-9ad8-d727-89a0-8f766c1edfb8-c0e509ca {
    justify-self: start;
  }

  #w-node-e0063c88-3601-4b9e-1529-d9d94f64061d-7295e794, #w-node-af9c5f4a-f922-b7fa-1c74-68aecab51519-7295e794, #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2c-7295e794, #w-node-_7b23110f-a753-049d-4bee-0d02fa199c4c-7295e794, #w-node-e0063c88-3601-4b9e-1529-d9d94f64061d-de95e79b, #w-node-af9c5f4a-f922-b7fa-1c74-68aecab51519-de95e79b, #w-node-_0cb5424b-0a88-7010-8740-2e0aa9984b2c-de95e79b, #w-node-_7b23110f-a753-049d-4bee-0d02fa199c4c-de95e79b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Strawford webfont';
  src: url('../fonts/strawford-regularitalic-webfont.eot') format('embedded-opentype'), url('../fonts/strawford-regularitalic-webfont.woff') format('woff'), url('../fonts/strawford-regularitalic-webfont.ttf') format('truetype'), url('../fonts/strawford-regularitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford webfont';
  src: url('../fonts/strawford-regular-webfont.eot') format('embedded-opentype'), url('../fonts/strawford-regular-webfont.woff') format('woff'), url('../fonts/strawford-regular-webfont.ttf') format('truetype'), url('../fonts/strawford-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_bold_italic_pro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_bold_pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_regular_italic_pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_medium_pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rouna';
  src: url('../fonts/Rouna-Bold.otf') format('opentype'), url('../fonts/Rouna-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rouna';
  src: url('../fonts/Rouna-Regular.otf') format('opentype'), url('../fonts/Rouna-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rouna';
  src: url('../fonts/Rouna-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}