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

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

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

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

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

:root {
  --054935: #054935;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary50: #f9f5ff;
  --179efa: #179efa;
  --ff5643: #ff5643;
  --e0fff9: #e0fff9;
  --d9d9d9: #d9d9d9;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-primary300: #d6bbfb;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Cabin, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

strong {
  font-weight: bold;
}

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-small.hide-desk {
  display: none;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.padding-xxsmall.hide-mobile-landscape.hide-desk {
  display: none;
}

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.blogs-section {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}

.padding-vertical.blog-lists-padding-vertical {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}

.padding-vertical.blogs-detail-padding-vertical {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.padding-vertical.padding-vertical-blog-content {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}

.padding-vertical.related-blogs-section {
  padding-bottom: 7.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.fs-styleguide_heading-styles {
  display: none;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.main-section.bg-gray {
  background-color: #eeeeef;
}

.main-section.bg-green {
  color: #fff;
  background-color: #1f2d28;
  background-image: url('../images/Group-6597.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.main-section.relative-sec {
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}

.main-section.bg-img {
  color: #fff;
  background-image: url('../images/Group-427318852_1.avif');
  background-position: 50%;
  background-size: auto;
}

.main-section.relative {
  position: relative;
}

.main-section.relative.bgg {
  background-image: url('../images/Rectangle-226.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main-section.bg-beige {
  background-color: #e5dec45c;
}

.main-section.cyan {
  background-color: #ebffed;
}

.main-section.bg-yellow {
  background-color: #fff9e9;
}

.main-section.padding-vertical._4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.main-section.vertical-padding {
  padding-top: 60px;
  padding-bottom: 120px;
}

.main-section.vertical-padding.background-color {
  background-color: var(--054935);
  padding-top: 64px;
  padding-bottom: 64px;
}

.main-section.vertical-padding._4rem {
  padding-top: 4rem;
  padding-bottom: 0;
}

.main-section.vertical-padding._4rem-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.main-section.padding {
  padding-left: 16%;
  padding-right: 16%;
}

.main-section.background-color-green {
  background-color: var(--054935);
}

.logo-navmenu-navbar {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.button-primary-blue-navbar {
  white-space: nowrap;
  background-color: #179efa;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: .875rem 1.625rem;
  font-size: 1rem;
  line-height: 19px;
  transition: all .3s;
  display: flex;
}

.button-primary-blue-navbar:hover {
  background-color: #027ed3;
}

.button-primary-blue-navbar.navmenu {
  display: none;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  transition: all .3s;
}

.nav-link:hover {
  color: #d7e9cc;
}

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

.nav-link.text-color-black {
  color: #1f2d28;
}

.navbar {
  background-color: #0000;
  background-image: none;
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

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

.hero-section {
  color: #fff;
  background-image: url('../images/home-splash-min_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.employers {
  color: #000;
  background-image: url('../images/Mask-group_1.avif');
  background-position: 90%;
  background-size: cover;
}

.hero-section.our-science {
  background-image: url('../images/Mask-group-1_1.avif');
}

.hero-section.our-mission {
  background-image: url('../images/Mask-group_2.avif');
}

.hero-section.review {
  background-color: #edfce4;
  background-image: none;
  position: relative;
}

.hero-section.review.overflow-hidden {
  color: #000;
}

.hero-section.our-clinician {
  color: #000;
  background-image: url('../images/Mask-group-2_1.avif');
  background-position: 100%;
}

.padding-section {
  padding-left: 6%;
  padding-right: 6%;
}

.hero-padding-section {
  padding-bottom: 10.6875rem;
  padding-left: 6%;
  padding-right: 6%;
}

.hero-padding-section.employers {
  padding-bottom: 9.1875rem;
}

.hero-padding-section.our-science {
  padding-bottom: 9.25rem;
}

.hero-padding-section.our-mission {
  padding-bottom: 8.375rem;
}

.hero-padding-section.review {
  padding-bottom: 2.75rem;
}

.hero-padding-section.faqs {
  padding-bottom: 6.5rem;
}

.hero-padding-section.clinician {
  padding-bottom: 7.875rem;
}

.container-navbar-2 {
  max-width: 1146px;
  height: 100%;
}

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

.hero-content-padd {
  padding-top: 6rem;
}

.hero-content-padd.review, .hero-content-padd.faq {
  padding-top: 4.875rem;
}

.hero-content-padd.clinican {
  padding-top: 5.5rem;
}

.main-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-16-regular {
  font-size: 16px;
  line-height: 100%;
}

.text-16-regular.white, .text-16-regular.black {
  margin-left: auto;
  margin-right: auto;
}

.hero-home-content-wrapper {
  width: 100%;
  max-width: 38rem;
}

.hero-home-content-wrapper.our-science {
  max-width: 45rem;
}

.hero-home-content-wrapper.our-mission {
  max-width: 35rem;
}

.hero-home-content-wrapper.review {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  max-width: 100%;
}

.hero-home-content-wrapper.our-clinician {
  max-width: 600px;
}

.white {
  color: #fff;
}

.button-primary-orange {
  background-color: #ff5643;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.125rem 10rem;
  font-size: 1.625rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.button-primary-orange:hover {
  background-color: #aa3521;
}

.button-primary-orange.text-weight-normal {
  font-weight: 400;
}

.hero-home-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 26rem;
  display: flex;
}

.hero-heading {
  color: #fff;
  font-family: Domine, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 80px;
}

.text {
  font-family: Cabin, sans-serif;
  font-weight: 400;
}

.text._26px {
  font-size: 1.2rem;
  line-height: 30px;
}

.text._26px.family-cabin {
  font-family: Cabin, sans-serif;
}

.text._26px.family-cabin.text-align-center {
  line-height: 30px;
}

.text._18px {
  font-size: 1.1rem;
}

.text._18px.color-dark-green {
  color: #474d4b;
}

.text._18px.color-dark-light-green {
  color: #575e5b;
}

.text._18px.text-color-lightgray {
  color: #c3c3c3;
}

.text._18px.gray {
  color: #848484;
}

.text._18px.color {
  color: #1f2d28;
  line-height: 30px;
}

.text._18px.text-color-grey.height-26px {
  line-height: 26px;
}

.text._24px {
  font-size: 1.2rem;
  line-height: 32px;
}

.text._24px.height {
  line-height: 25px;
}

.text._24px.height.text-align-center {
  line-height: 30px;
}

.text._14px {
  font-size: .875rem;
}

.text._14px.grey {
  color: #727e7a;
}

.text._22px {
  font-size: 1.25rem;
  font-weight: 700;
}

.text._20px {
  font-size: 1.15rem;
}

.text._20px.gray {
  color: #7b8581;
}

.text._20px.text-color-grey.height-20px {
  line-height: 20px;
}

.text._20px.text-color-grey.height-26px {
  line-height: 26px;
}

.text.cyan {
  color: #92cfb8;
}

.text._30px {
  font-size: 1.6rem;
}

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

.text.gray {
  color: #a5a5a5;
}

.text._16px {
  font-size: 16px;
}

.text._16px.text-color-grey.fam {
  width: 470px;
  font-family: Cabin, sans-serif;
}

.text._16px.family.text-color-white.text-align-center {
  line-height: 22px;
}

.text.text-align-center._18px {
  font-size: 18px;
}

.text.text-color-orange {
  color: #ff5643;
}

.text._17px {
  font-size: 17px;
}

.text._20.text-color-grey._18px {
  font-size: 18px;
}

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

.text.fam._18px {
  font-size: 18px;
}

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

.body {
  font-family: Cabin, sans-serif;
}

.padding-vertical1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.div-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #1f2d28;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 100%;
}

.heading._64px {
  font-size: 64px;
}

.heading._64px.family-canela {
  font-family: Canela Regular Trial, sans-serif;
}

.heading.faimly {
  font-family: Canela Medium Trial, sans-serif;
  font-weight: 500;
}

.heading.faimly._24px {
  font-size: 24px;
}

.heading._24px {
  font-family: Domine, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading._24px.family {
  font-family: Canela Regular Trial, sans-serif;
}

.heading._24px.family.link-height {
  line-height: 22px;
}

.heading._50px {
  font-family: Domine, sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
}

.heading._50px.family {
  font-family: Canela Regular Trial, sans-serif;
}

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

.heading.text-color-white._50px.family {
  max-width: 826px;
  line-height: 100%;
}

.heading.fam {
  font-family: Canela Regular Trial, sans-serif;
}

.heading.fam._26px {
  font-size: 26px;
  line-height: 126.5%;
}

.heading._32px {
  font-size: 32px;
}

.heading._32px.family {
  font-family: Canela Regular Trial, sans-serif;
}

.heading._62px {
  font-size: 62px;
}

.heading._62px.family.canela {
  font-family: Canela Regular Trial, sans-serif;
  font-weight: 400;
}

.heading._62px.family.canela.text-align-center {
  text-align: left;
}

.heading._28px {
  font-size: 1.75rem;
}

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

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

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f2d28;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  border-bottom: 2px solid #1f2d28;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  min-width: 13.6875rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.div-block-5.hide-tablet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.heading-small {
  color: #1f2d28;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-small.red {
  color: #ff5643;
  line-height: 115%;
}

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

.image {
  z-index: 0;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20%;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-6.hide-desktop {
  display: none;
}

.div-block-7 {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  max-width: 8.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-7.third-one {
  margin-top: -1rem;
}

.image-2 {
  margin-bottom: 6px;
}

.image-3 {
  z-index: 0;
  width: 20vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

.image-abs {
  z-index: 0;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20%;
}

.padding-vertical2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.grid-2-1-built-for.employers-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1.25fr;
}

.cell-built-in-text-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 526px;
  display: flex;
}

.button-primary-black {
  white-space: nowrap;
  background-color: #293732;
  border: 2px solid #0000;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  padding: 15px 38px;
  font-size: 1.2rem;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.button-primary-black:hover {
  background-color: #00454a;
}

.button-primary-black._24pxlh {
  line-height: 24px;
}

.button-primary-black.padding {
  padding: 11px 26px;
}

.cell-built-for-image-home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.heading-2 {
  font-family: Domine, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 65px;
}

.heading-2.text-align-center._157-lh {
  line-height: 157%;
}

.heading-2.small, .heading-2.small-2 {
  font-size: 3.1rem;
  line-height: 60px;
}

.div-block-8 {
  grid-column-gap: 8.5rem;
  grid-row-gap: 8.5rem;
  flex-direction: column;
  display: flex;
}

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

.padding-vertical3 {
  padding-top: 5.5rem;
  padding-bottom: 14rem;
}

.how-it-works-cards-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: stretch;
}

.text-card-how-it-works-title {
  color: #d7e9cc;
  text-transform: capitalize;
  font-family: Cabin, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.card-number-box-hot-it-works {
  color: #d7e9cc;
  background-color: #374842;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding: 1.0625rem;
  font-size: 36px;
  line-height: 100%;
  display: flex;
}

.how-it-works-wrapper-home {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-how-it-works {
  background-color: #293732;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 340px;
  height: auto;
  padding: 24px 24px 42px;
  display: flex;
}

.heading-medium {
  color: #1f2d28;
  justify-content: center;
  align-items: flex-start;
  font-family: Domine, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-medium.color-yellow {
  color: #d7e9cc;
}

.heading-medium.color-yellow._0-7lh {
  line-height: .8;
}

.padding-vertical4 {
  padding-bottom: 4rem;
}

.cell-grid-2-1-center-vert {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-box-example-techniques {
  background-color: #1f2d28;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 12px;
  display: flex;
}

.cell-inner-example-techniques {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-20-bold-cabin {
  font-family: Cabin, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 24px;
}

.text-26-canela {
  font-family: Domine, sans-serif;
  font-size: 1.3rem;
  line-height: 100%;
}

.we-specialize-box-home {
  background-color: #eeeeef;
  border-radius: 55px;
  margin-bottom: 9rem;
  padding: 3.5rem;
}

.example-techniques-grid-2-2 {
  grid-column-gap: 4.875rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 28px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.7rem 2.7rem 1.7rem 2.2rem;
  display: grid;
}

.cell-example-techniques {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.cell-grid-2-1-text-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cell-grid-2-1-text-content.max-w-514 {
  max-width: 514px;
}

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

.div-block-9 {
  color: #d7e9cc;
  justify-content: center;
  align-items: flex-start;
  min-width: 2.375rem;
  min-height: 2.375rem;
  display: flex;
}

.image-4 {
  max-width: 14%;
  position: absolute;
  inset: auto 0% 23% auto;
}

.image-5 {
  max-width: 14%;
  position: absolute;
  inset: 7% auto auto 0;
}

.cell-grid-2-1-center-vert-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-why-people-lovw-stellar {
  border-radius: 29px;
  max-width: 80%;
}

.why-people-love-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 28px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 473px;
  margin-top: 32px;
  display: flex;
}

.grid-2-1-why-people-love {
  grid-column-gap: 4.625rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  flex-direction: column;
  display: flex;
}

.paragraph-22-regular-cabin {
  font-size: 1rem;
  line-height: 28px;
}

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

.text-24-bold-cabin {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 28px;
}

.feedback-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-top: 7.3125rem;
  padding-bottom: 2.875rem;
  display: flex;
  position: relative;
}

.img-quotes-card-feedback {
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.card-feedback {
  background-color: #f1f1f154;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 43px;
  display: flex;
}

.uui-team05_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-team05_arrow {
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-team05_arrow:hover {
  color: var(--untitled-ui-gray400);
}

.uui-team05_arrow.left {
  right: 2rem;
}

.uui-team05_slide {
  border-radius: 24px;
  margin-right: 6%;
}

.uui-team05_mask {
  border-radius: 24px;
  width: 32%;
  overflow: visible;
}

.uui-team05_component {
  background-color: #0000;
  border-radius: 24px;
  height: auto;
  padding-bottom: 2.875rem;
  display: none;
  position: relative;
  overflow: hidden;
}

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

.icon.right {
  max-width: 24px;
  max-height: 24px;
  transform: rotate(90deg);
}

.icon.left {
  max-width: 24px;
  max-height: 24px;
  transform: rotate(-90deg);
}

.image-6 {
  width: 80%;
}

.download-stellar {
  margin-top: 102px;
}

.cell-grid-2-1-download {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 4.375rem;
  display: flex;
}

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

.socials-wrapper-footer {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: space-between;
  display: flex;
}

.link-privacy-footer {
  color: #848484;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.link-privacy-footer:hover {
  color: #aeaeae;
}

.text-slash-footer {
  color: #848484;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 40px;
}

.copyright-footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.app-bunners-and-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #1f2d28;
  font-size: 1.1rem;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  color: #6c7e78;
}

.footer {
  background-color: #f6f5f2;
}

.text-download-app {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.divider-footer {
  background-color: #848484;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 6px;
}

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

.text-copyright {
  color: #848484;
  font-size: 12px;
  line-height: 14px;
}

.grid-3-1-links-footer {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.app-banners {
  justify-content: space-between;
  width: 350px;
  display: flex;
}

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

.text-column-links-title {
  color: #848484;
  letter-spacing: 2.61px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

.cell-grid-links-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.certif-logos-footer {
  justify-content: space-between;
  width: 200px;
  display: flex;
}

.logo-and-socials-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cell-links-footer {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cell-logo-grid-2-1-footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  color: #fff;
  background-color: #848484;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 3.125rem;
  min-height: 3.125rem;
  transition: all .3s;
  display: flex;
}

.div-block-11:hover {
  color: #848484;
  background-color: #0000;
}

.footer-ver-padd {
  padding-top: 3.25rem;
  padding-bottom: 1.5rem;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.html-embed, .html-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.html-embed-4 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.html-embed-4.facebook {
  width: 1rem;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.hide-desktop {
  display: none;
}

.div-block-15 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_link {
  color: var(--untitled-ui-gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  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: 600;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui-gray50);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  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: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar05_logo-link {
  padding-left: 0;
}

.uui-navbar05_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.html-embed-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 50%;
}

.body-2 {
  color: #1f2d28;
  font-family: Cabin, sans-serif;
}

.hero-heading-2 {
  color: #000;
  font-family: Domine, sans-serif;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 80px;
}

.employers-grid-wrp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.div-block-16 {
  background-color: #ebf8e4;
  border-radius: 2rem;
  padding: 3.3125rem 2.3125rem;
  position: relative;
}

.div-block-17 {
  border-bottom: 2px solid #00000045;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

.heading-3 {
  font-family: Cabin, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 62px;
}

.heading-3.domine {
  font-family: Domine, sans-serif;
  font-size: 2.5rem;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-10 {
  max-width: 24%;
  position: absolute;
  inset: -18% auto auto 0%;
}

.image-11 {
  max-width: 20%;
  position: absolute;
  inset: -8% 0% auto auto;
}

.div-block-21 {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-direction: column;
  align-items: center;
  margin-top: 3.4375rem;
  display: flex;
}

.div-block-22 {
  text-align: center;
  max-width: 48.125rem;
}

.div-block-23 {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-span-3 {
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-27 {
  width: 23.375rem;
}

.padding-employers-grid-ver {
  padding-top: 6rem;
  padding-bottom: 7.375rem;
}

.padding-vertical5 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.div-block-28 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.div-block-31 {
  width: 20.3125rem;
}

.button-primary-orange-small {
  background-color: #ff5643;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.25rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.button-primary-orange-small:hover {
  background-color: #aa3521;
}

.button-primary-orange-small.text-weight-normal {
  font-weight: 400;
}

.div-block-32 {
  background-color: #344841;
  border-radius: 23px;
  padding: 2.375rem 2rem;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 27px;
}

.text-span-4 {
  color: #20f1a7;
  font-weight: 700;
}

.div-block-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #4a6259;
  border-radius: 17px;
  flex-direction: column;
  align-items: center;
  padding: 1.3125rem 1.5625rem;
  display: flex;
}

.html-embed-6 {
  display: flex;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-35 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.padding-form-vertical {
  padding-top: 6.5rem;
  padding-bottom: 3rem;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 33px;
  flex-direction: column;
  align-items: center;
  padding: 3.875rem 5%;
  display: flex;
  box-shadow: 0 2px 24px #00000012;
}

.div-block-36.clinician {
  margin-top: 2.625rem;
}

.error-text {
  color: #e23939;
}

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

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 1.75rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  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: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  background-color: #f6f5f2;
  border: 0 solid #000;
  border-radius: .5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1.05rem;
  line-height: 1.5;
  transition: all .3s;
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input.text-area {
  max-width: 48.125rem;
  height: auto;
  min-height: 7.125rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input.select {
  background-image: url('../images/Vector.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.uui-field-label {
  color: #1f2d28;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 22px;
}

.uui-form-field-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui-primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact02_form {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 600;
  line-height: 1.5;
}

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

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

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-37 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 48.125rem;
  display: flex;
}

.div-block-38 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-7 {
  display: none;
}

.button-primary-orange-small2 {
  background-color: #ff5643;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.0625rem 7.1875rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary-orange-small2:hover {
  background-color: #aa3521;
}

.button-primary-orange-small2.text-weight-normal {
  font-weight: 400;
}

.div-block-39 {
  background-image: linear-gradient(to top, #edf4e8, #f6f5f2);
}

.image-12 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-40 {
  width: 80%;
}

.paragraph-22-regular-cabin-2 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-22-regular-cabin-2.m-top-16 {
  margin-top: 16px;
}

.text-24-bold-cabin-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.swiper-slide {
  background-color: #f1f1f154;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.img-quotes-card-feedback-2 {
  margin-bottom: 26px;
}

.swiper {
  width: 100%;
}

.text-14-bold-cabin {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-14-bold-cabin.grey {
  color: #727e7a;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.button-next {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-next.hide-tablet {
  cursor: pointer;
}

.button-prev {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  width: 2rem;
  max-width: 2rem;
  height: 2rem;
  max-height: 2rem;
  display: flex;
  position: absolute;
  inset: auto 2rem 0% auto;
}

.button-prev.hide-tablet {
  cursor: pointer;
}

.hero-heading-3 {
  color: #fff;
  font-family: Domine, sans-serif;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 80px;
}

.padding-vertical6 {
  padding-top: 6.5rem;
  padding-bottom: 5.5rem;
}

.div-block-41 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-42 {
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-45, .div-block-46, .div-block-47 {
  display: flex;
}

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

.div-block-49 {
  display: inline;
}

.div-block-50 {
  display: flex;
}

.div-block-51 {
  background-color: #fff;
  border-radius: 2rem;
  align-items: center;
  padding: 3.875rem 4.125rem;
  display: flex;
  position: relative;
}

.div-block-51.bg-gray {
  background-color: #f1f6ee;
}

.div-block-52 {
  display: flex;
}

.div-block-53 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-direction: column;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-55 {
  max-width: 20.8125rem;
}

.div-block-56 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-small-2 {
  color: #1f2d28;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-small-2.red {
  color: #ff5643;
  font-family: Cabin, sans-serif;
  line-height: 115%;
}

.heading-medium-2 {
  color: #1f2d28;
  justify-content: center;
  align-items: flex-start;
  font-family: Cabin, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-medium-2.color-yellow {
  color: #d7e9cc;
}

.heading-medium-2.color-yellow._0-7lh {
  line-height: .8;
}

.heading-medium-2.red {
  color: #ff5643;
  font-size: 2.3rem;
}

.div-block-57 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.image-13 {
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: -65% -20% auto auto;
}

.image-14 {
  width: 100%;
  max-width: 15%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto -7% -40% auto;
}

.image-15 {
  width: 100%;
  max-width: 20%;
  position: absolute;
  inset: auto auto 0 -15%;
}

.our-science-grid {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.our-science-grid.employers-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1.25fr;
}

.our-science-grid.center-one {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
}

.padding-vertical2-our-science {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block-58 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  display: flex;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -13% 8%;
}

.padding-vertical-download {
  padding-top: 5.375rem;
  padding-bottom: 4rem;
}

.first {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 21% -6% 0;
}

.div-block-59 {
  max-width: 98%;
}

.hero-heading-4 {
  color: #fff;
  font-family: Domine, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 80px;
}

.div-block-60 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.div-block-63 {
  color: #fff;
  background-color: #1f2d28;
  padding: 1.5rem;
  font-family: Castoro, sans-serif;
  font-size: 1.5rem;
}

.div-block-64 {
  background-color: #f6f3ea;
  border-radius: 17px;
  margin-bottom: 2.625rem;
  padding: 3.4rem 2.75rem;
  position: relative;
}

.div-block-65 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 2px solid #00000045;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3.5rem;
  display: grid;
}

.div-block-66 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text {
  text-transform: capitalize;
}

.div-block-67 {
  text-align: center;
  padding-top: 2rem;
}

.heading-3rem {
  font-family: Domine, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.image-17 {
  width: 100%;
  max-width: 13%;
  position: absolute;
  inset: auto -100px -12% auto;
}

.bird-image {
  width: 100%;
  max-width: 13%;
  position: absolute;
  inset: auto auto -7% -100px;
}

.padding-vertical-our-jour {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block-68 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 70.75rem;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 8px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-71 {
  background-color: #fff3d4;
  border: 4px solid #ff5643;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  max-width: 10rem;
  height: 10rem;
  max-height: 10rem;
  margin-right: 1rem;
  display: flex;
}

.div-block-71.second {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.div-block-71.first-one {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.div-block-71.first-one.mobile-one {
  display: none;
}

.html-embed-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 5.3rem;
  display: flex;
}

.html-embed-8.third {
  max-width: 4.1rem;
}

.div-block-72 {
  background-color: #00454a;
  max-width: 8px;
  position: relative;
}

.html-embed-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -32px;
}

.html-embed-9.second {
  left: 0;
  right: -32px;
}

.html-embed-9.third {
  left: -32px;
}

.heading-4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 34px;
}

.heading-4.center-in-landscape {
  font-family: Cabin, sans-serif;
}

.text-block-3 {
  color: #877f6a;
  font-size: 1.2rem;
}

.div-block-73 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.div-block-73.second {
  text-align: right;
  margin-top: 3rem;
}

.div-block-73.second.mobile-one {
  display: none;
}

.div-block-73.last {
  text-align: right;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.div-block-73.last.mobile-one {
  display: none;
}

.div-block-74 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.html-embed-10 {
  justify-content: center;
  align-items: center;
  max-width: 5rem;
  display: flex;
}

.div-block-75 {
  max-width: 50rem;
}

.red {
  color: #ff5643;
}

.image-20 {
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-76 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed-11 {
  justify-content: center;
  display: flex;
}

.div-block-77 {
  display: flex;
}

.div-block-78 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-direction: column;
  align-items: flex-start;
  min-width: 212px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 2px) minmax(auto, 302px);
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-81 {
  display: flex;
}

.html-embed-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-82 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.html-embed-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-84 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.div-block-85 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-86 {
  background-color: #000;
  border-radius: 1px;
  height: 100%;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 302px;
  display: flex;
}

.div-block-88 {
  background-color: #1f2d28;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
}

.html-embed-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.link {
  color: #ff5643;
  margin-left: 4.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.div-block-90 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.hero-heading3 {
  color: #000;
  font-family: Domine, sans-serif;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 80px;
}

.padding-review-vertical {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.feedback-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-92 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  margin-top: 7.5rem;
  display: flex;
}

.div-block-93 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-95 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f1f6ee;
  border-radius: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(auto, min-content);
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1.5rem;
  display: grid;
  box-shadow: 0 0 5px #c2c2c240;
}

.div-block-96 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-98 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-99 {
  grid-column-gap: .78125rem;
  grid-row-gap: .78125rem;
  display: flex;
}

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

.padding-vertical7 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.div-block-101 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 51.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.text-block-4 {
  letter-spacing: 9px;
  font-size: 1.375rem;
}

.div-block-103 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-104 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  max-width: 12.5625rem;
}

.image-22 {
  max-width: 14.125rem;
}

.image-23 {
  max-width: 3.9375rem;
}

.image-24 {
  max-width: 17.3125rem;
}

.image-25 {
  max-width: 9.0625rem;
}

.faq-heading {
  max-width: 37rem;
}

.padding-vertical8 {
  padding: 5.5rem 0 7.5rem;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 50px;
}

.gallery-link {
  color: #1a1b1f;
  font-family: Cabin, sans-serif;
  font-size: 1.125rem;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.gallery-link:hover, .gallery-link.w--current {
  color: #ff5643;
}

.gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 48rem;
  display: grid;
}

.gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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;
}

.uui-faq01_answer {
  width: 93%;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.uui-faq01_accordion {
  background-color: #f1f6ee;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_accordion.clinician {
  background-color: #fff;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 600;
  line-height: 1.5;
}

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

.uui-max-width-large-2.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.html-embed-15 {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thank-you {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  display: flex;
}

.body-3 {
  margin-left: auto;
  margin-right: auto;
}

.body3 {
  color: #fff;
  background-color: #0f1811;
  font-family: Cabin, sans-serif;
}

.div-block-105 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #1f2d28;
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

.image-26 {
  width: 60%;
}

.div-block-106 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.heading-6 {
  font-size: 1.375rem;
}

.div-block-108 {
  background-color: #315141;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding: 1.25rem;
  display: flex;
}

.heading-7 {
  font-size: 2.625rem;
  line-height: 100%;
}

.div-block-109 {
  margin-bottom: 1.875rem;
}

.div-block-110 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #1f2d2899;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.25rem;
  display: grid;
}

.div-block-110.green {
  background-color: #1f2d28;
}

.image-27 {
  border-radius: 20px;
}

.div-block-111 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.image-28 {
  width: 100%;
}

.link-block-2 {
  margin-top: 10px;
}

.div-block-112 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.access-code {
  background-color: #315141;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: .625rem;
  display: flex;
}

.div-block-113 {
  background-color: #1f2d2899;
  width: 100%;
  padding: 2.5rem 1.25rem;
}

.div-block-114 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-block-6 {
  color: #d4d4d4;
  text-align: left;
  font-size: 1.1rem;
}

.link-2 {
  color: #8fbc8f;
}

.div-block-115 {
  background-color: #1f2d28;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2.875rem 1.875rem;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
  display: flex;
}

.text-block-7 {
  color: #d4d4d4;
  font-size: .875rem;
}

.text-block-8, .text-block-9 {
  color: #d4d4d4;
}

.paragraph-22-regular-cabin-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-22-regular-cabin-3.m-top-16 {
  margin-top: 16px;
}

.swiper-slide-2 {
  background-color: #f1f1f154;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 32px 32px 43px;
  display: flex;
}

.swiper-wrapper-2 {
  width: 100%;
  display: flex;
}

.white-link {
  color: #d7e9cc;
}

.text-block-10 {
  text-align: center;
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed-16 {
  text-align: left;
}

.hero-heading5 {
  color: #000;
  font-family: Domine, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 80px;
}

.clinicans-page-grid {
  grid-column-gap: 3.3125rem;
  grid-row-gap: 3.3125rem;
  flex-direction: column;
  align-items: center;
  margin-top: 3.4375rem;
  display: flex;
}

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

.div-block-118 {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-29 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 1400px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-119 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.div-block-120 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.blog-wrp {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: flex-end;
  display: flex;
}

.navbar-logo-heading {
  color: var(--untitled-ui-success700);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  transition: all .3s;
}

.navbar-logo-heading:hover {
  color: #000;
}

.link-block-3 {
  margin-bottom: .5rem;
  text-decoration: none;
}

.hero-parent {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.field-wrp {
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  display: flex;
}

.form-block {
  width: 570px;
}

.form-2 {
  display: flex;
}

.form-block-2 {
  width: 570px;
}

.text-field {
  flex: 0 auto;
}

.form-parent {
  width: 570px;
}

.text-field-2 {
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: 8px;
  padding-left: 1.5rem;
  padding-right: 20px;
}

.text-field-2:focus {
  border-width: 0;
  padding-left: 1.6rem;
  overflow: hidden;
}

.text-field-2::placeholder {
  font-size: 1.1rem;
}

.form-3 {
  background-color: #eaf0f3;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 570px;
  margin-bottom: 0;
  display: flex;
}

.form-block-3.width {
  width: 222px;
}

.hero-button {
  background-color: var(--179efa);
  border-radius: 53px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 14px 26px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  transition: background-color .3s;
}

.hero-button:hover {
  background-color: #0d74b9;
}

.hero-button.padding {
  padding: 4px 16px;
  transition: all .3s;
}

.hero-button.padding:hover {
  background-color: #1183d1;
}

.hero-button.pad {
  padding: 8px 11px;
}

.hero-button.pad.bg-color {
  background-color: var(--ff5643);
}

.featured-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-wrapper {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  position: static;
}

.featured-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--e0fff9);
  border: 1px solid #d9d9d9;
  border-radius: 0 16px 16px 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 46px 32px 1.875rem;
  display: flex;
}

.featurd-content-child {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 470px;
  display: flex;
}

.featured-client-info {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-image {
  width: 100%;
  height: 100%;
}

.feature-gap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.useable-btn {
  z-index: 1;
  background-color: #0000008f;
  border-radius: 23px;
  padding: 4px 8px;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  transition: all .3s;
  position: absolute;
  top: 16px;
  left: 16px;
}

.useable-btn:hover {
  color: #000;
  background-color: #fff;
}

.useable-btn.decoration {
  text-decoration: none;
  transition: all .3s;
}

.useable-btn.decoration:hover {
  color: #000;
  background-color: #ffffff8f;
}

.useable-btn.bg {
  color: #000;
  background-color: #fff;
}

.useable-btn.bg.decoration-none {
  background-color: #ebf8e4;
  text-decoration: none;
  position: static;
}

.useable-btn.bg.decoration-none:hover {
  background-color: var(--untitled-ui-success700);
  color: #fff;
}

.useable-btn._24px {
  top: 24px;
  left: 24px;
}

.grid-wrapper {
  flex-direction: column;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.sec {
  grid-template-rows: auto;
}

.grid.hide {
  display: none;
}

.grid-child {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #d9d9d9 var(--d9d9d9) #d9d9d9 #d9d9d9;
  border-radius: 1rem;
  position: relative;
}

.grid-image {
  border-radius: 16px 16px 0 0;
  width: 100%;
  position: relative;
}

.grid-image.bg-img-two {
  background-image: url('../images/Rectangle-258-3.avif');
}

.grid-image.bg-img-three {
  background-image: url('../images/Rectangle-258-4.avif');
}

.grid-image.bg-img-four {
  background-image: url('../images/Rectangle-258-5.avif');
}

.grid-image.bg-img-five {
  background-image: url('../images/Rectangle-258-6.avif');
}

.grid-image.bg-image-six {
  background-image: url('../images/Rectangle-258-7.avif');
}

.grid-image.dog-img {
  background-image: url('../images/Rectangle-258-8.avif');
}

.grid-image.sleep {
  background-image: url('../images/Rectangle-258-1.avif');
}

.grid-image.child {
  background-image: url('../images/Rectangle-258-7.avif');
}

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

.grid-text.padding-one {
  align-items: flex-start;
  padding-bottom: 67px;
}

.grid-text.padding-one.less {
  flex-direction: column;
  align-items: center;
  padding-bottom: 59px;
}

.grid-text.padding-one.more-2 {
  padding-bottom: 35px;
}

.grid-text.padding-one.bottom-pad {
  padding-bottom: 18px;
}

.grid-text.padding-five {
  padding-bottom: 65px;
}

.grid-text.padding-six {
  padding-bottom: 44px;
}

.client-info-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero-content-wrapper-blog-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-btn-wrapper {
  text-align: center;
  line-height: 20px;
}

.hero-client-detail-wrapper {
  justify-content: center;
  align-items: center;
}

.hero-btn-wrapper {
  grid-column-gap: 14px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-client-text-wrp {
  grid-column-gap: 18.19px;
  grid-row-gap: 18.19px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hero-social-media-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.parent-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #7b8581;
  flex-direction: column;
  align-items: flex-start;
  min-width: 10.625rem;
  display: flex;
  position: sticky;
  top: 20px;
}

.mid-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.right-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--054935);
  color: #fff;
  text-align: center;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: sticky;
  top: 20px;
}

.list-item {
  border: 1px solid #0000;
  margin-bottom: 0;
  font-size: 15px;
}

.left-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.3rem;
  display: flex;
}

.mid-paragraph-wrp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.right-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.content-wrp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.info-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.detail-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.div-block-121 {
  flex-direction: row;
}

.image-wrp {
  background-color: #ebf8e4;
  background-image: url('../images/Group-77_1.svg'), url('../images/Group-75_1.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 21.06px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-2 {
  color: #7b8581;
  border: 1px solid #0000;
  font-size: 20px;
  line-height: 25px;
}

.list-item-2._20px {
  color: #7b8581;
  font-family: Cabin, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.related-blog-heading-wrp {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

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

.image-32 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
}

.body-4 {
  font-family: Cabin, sans-serif;
}

.blog-images {
  width: 100%;
}

.div-block-123 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.collection-item {
  flex-direction: row;
  display: flex;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.page-count {
  margin-top: 0;
  display: flex;
}

.div-block-124 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: center;
  display: flex;
}

.next {
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.next:hover {
  background-color: #ededed;
  border-radius: 6px;
}

.next.disabled {
  cursor: none;
  display: none;
}

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

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

.icon-embed-custom.left {
  transform: rotate(180deg);
}

.main-content p {
  color: #848484;
  margin-top: 12px;
  font-size: 1.15rem;
  line-height: 26px;
}

.main-content h4 {
  font-size: 1.25rem;
}

.main-content li {
  color: #7b8581;
  font-size: 1.25rem;
}

.main-content ul {
  color: #7b8581;
}

.main-content strong {
  color: #000;
  font-size: 1.375rem;
}

.div-block-125 {
  display: flex;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.link-3 {
  color: #7b8581;
  text-decoration: none;
  transition: all .3s;
}

.link-3:hover, .link-3.w--current {
  color: var(--untitled-ui-success700);
}

.html-embed-17 {
  display: none;
}

.div-block-126 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f9e992;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.get-started-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ff7622;
  border-radius: 240px;
  padding: .75rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.cabin {
  font-family: Cabin, sans-serif;
  font-weight: 600;
}

.red-text {
  color: #ff5643;
  font-family: Cabin, sans-serif;
}

.green {
  color: #1f2d28;
}

.how-cbt-i-treats-insomnia-sec-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links-heading {
  line-height: 0;
}

.secondary-heading {
  font-size: 2.25rem;
}

@media screen and (min-width: 1280px) {
  .padding-small.hide-desk {
    display: block;
  }

  .padding-xsmall.hide-deskt {
    display: none;
  }

  .padding-xxsmall.hide-mobile-landscape.hide-desk {
    display: block;
  }

  .main-section.padding {
    padding-left: 19%;
    padding-right: 19%;
  }

  .hero-padding-section.faqs {
    padding-bottom: 9rem;
  }

  .hero-content-padd {
    padding-top: 8rem;
  }

  .hero-content-padd.faq {
    padding-top: 7rem;
  }

  .hero-heading {
    line-height: 90px;
  }

  .text._24px.text-weight-semibold {
    font-weight: 400;
  }

  .div-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-5.hide-tablet {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .card-how-it-works {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-medium {
    font-family: Domine, sans-serif;
    font-size: 2.5rem;
  }

  .text-26-canela {
    font-family: Domine, sans-serif;
  }

  .grid-2-1 {
    grid-column-gap: 30px;
  }

  .img-why-people-lovw-stellar {
    max-width: 80%;
  }

  .image-9 {
    width: 50%;
  }

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

  .heading-3.domine {
    font-size: 2.6rem;
  }

  .div-block-29 {
    align-items: flex-start;
  }

  .padding-form-vertical {
    padding-bottom: 3rem;
  }

  .div-block-43, .div-block-44 {
    display: flex;
  }

  .div-block-65 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-heading3 {
    font-size: 4rem;
    line-height: 85px;
  }

  .gallery-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }
}

@media screen and (min-width: 1440px) {
  .main-section.bg-gray {
    position: relative;
  }

  .main-section.padding {
    padding-left: 22%;
    padding-right: 22%;
  }

  .hero-section.employers {
    background-image: url('../images/employer-splash_1.avif');
  }

  .hero-section.our-science {
    background-image: url('../images/science-splash-min_1.avif');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-padding-section.faqs {
    padding-bottom: 10rem;
  }

  .hero-content-padd.faq {
    padding-top: 8rem;
  }

  .text._26px, .text._24px {
    font-size: 1.3rem;
  }

  .div-block-5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-2-1-built-for.employers-grid {
    padding-bottom: 50px;
  }

  .cell-built-in-text-content {
    max-width: 500px;
  }

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

  .heading-2.small, .heading-2.small-2 {
    font-family: Domine, sans-serif;
    line-height: 60px;
  }

  .card-how-it-works {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-grid-2-1-center-vert {
    justify-content: center;
  }

  .text-20-bold-cabin {
    font-size: 20px;
  }

  .text-26-canela {
    margin-top: 56px;
  }

  .we-specialize-box-home {
    padding-bottom: 3.5rem;
  }

  .example-techniques-grid-2-2 {
    padding: 31px 43px;
  }

  .cell-grid-2-1-text-content.max-w-514 {
    max-width: 500px;
  }

  .grid-2-1 {
    grid-column-gap: 30px;
  }

  .image-5 {
    top: 50%;
  }

  .cell-grid-2-1-center-vert-2 {
    justify-content: center;
  }

  .img-why-people-lovw-stellar {
    max-width: 70%;
  }

  .paragraph-22-regular-cabin {
    font-size: 18px;
  }

  .text-24-bold-cabin {
    font-size: 22px;
  }

  .cell-grid-2-1-download {
    padding-top: 64px;
  }

  .html-embed-5 {
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    width: 50%;
  }

  .employers-grid-wrp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-19 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-3.domine {
    font-size: 2.6rem;
  }

  .image-10 {
    max-width: 40%;
    top: -22%;
  }

  .text-block-2 {
    font-size: 1.3rem;
  }

  .padding-form-vertical {
    padding-bottom: 3rem;
  }

  .div-block-38 {
    width: 85%;
  }

  .paragraph-22-regular-cabin-2 {
    font-size: 18px;
  }

  .text-24-bold-cabin-2 {
    font-size: 22px;
  }

  .image-14 {
    max-width: 19%;
    right: -11%;
  }

  .image-17 {
    max-width: 16%;
    right: -118px;
  }

  .bird-image {
    max-width: 16%;
    left: -106px;
  }

  .hero-heading3 {
    font-size: 4.2rem;
    line-height: 90px;
  }

  .div-block-104 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .faq-heading {
    max-width: 37rem;
  }

  .gallery-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .paragraph-22-regular-cabin-3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 5.6rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  .main-section.padding {
    padding-left: 29.5%;
    padding-right: 29.5%;
  }

  .button-primary-blue-navbar {
    font-size: 1.1rem;
    line-height: 23px;
  }

  .nav-link {
    font-size: 17px;
  }

  .hero-padding-section.review {
    padding-bottom: 5rem;
  }

  .hero-padding-section.faqs {
    padding-bottom: 11rem;
  }

  .hero-padding-section.clinician {
    padding-bottom: 7.875rem;
  }

  .hero-content-padd {
    padding-top: 11rem;
  }

  .hero-content-padd.faq {
    padding-top: 9rem;
  }

  .hero-content-padd.clinican {
    padding-top: 7.25rem;
  }

  .hero-home-content-wrapper {
    max-width: 46rem;
  }

  .hero-home-content-wrapper.our-science {
    max-width: 55rem;
  }

  .hero-home-content-wrapper.our-mission {
    max-width: 46rem;
  }

  .hero-home-content-wrapper.our-clinician {
    max-width: 700px;
  }

  .hero-home-button-wrapper {
    max-width: 28rem;
  }

  .hero-heading {
    font-size: 5.6rem;
    line-height: 113px;
  }

  .text {
    font-size: 1.15rem;
  }

  .text._26px, .text._26px.text-color-white {
    font-size: 1.4rem;
  }

  .text._18px {
    font-size: 1.125rem;
    line-height: 22px;
  }

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

  .div-block-5 {
    grid-column-gap: 4.625rem;
    grid-row-gap: 4.625rem;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-2-1-built-for.employers-grid {
    padding-bottom: 60px;
  }

  .cell-built-in-text-content {
    max-width: 526px;
  }

  .button-primary-black {
    padding: 17px 40px;
    line-height: 24px;
  }

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

  .text-card-how-it-works-title {
    font-size: 25px;
  }

  .card-number-box-hot-it-works {
    width: 74px;
    height: 74px;
    font-size: 47px;
  }

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

  .text-26-canela {
    font-size: 1.625rem;
  }

  .cell-grid-2-1-text-content.max-w-514 {
    max-width: 514px;
  }

  .image-4 {
    max-width: 100%;
    bottom: 29%;
  }

  .image-5 {
    max-width: 100%;
    top: 15%;
  }

  .img-why-people-lovw-stellar {
    max-width: 60%;
  }

  .why-people-love-list {
    grid-row-gap: 32px;
    margin-top: 56px;
  }

  .paragraph-22-regular-cabin {
    font-size: 22px;
  }

  .paragraph-22-regular-cabin._16px {
    font-size: 1.1rem;
  }

  .text-24-bold-cabin {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .icon.right, .icon.left {
    width: 28px;
    height: 28px;
  }

  .link-privacy-footer, .text-copyright {
    font-size: 18px;
  }

  .hero-heading-2 {
    line-height: 113px;
  }

  .heading-3.domine {
    font-size: 2.7rem;
  }

  .padding-form-vertical {
    padding-bottom: 3rem;
  }

  .paragraph-22-regular-cabin-2 {
    font-size: 22px;
  }

  .text-24-bold-cabin-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-14-bold-cabin {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-heading-3 {
    font-size: 5rem;
    line-height: 113px;
  }

  .div-block-41 {
    max-width: 70rem;
  }

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

  .image-13 {
    width: auto;
    max-width: 100%;
    right: -22%;
  }

  .image-14 {
    width: auto;
    max-width: 100%;
    bottom: auto;
    right: -23%;
  }

  .image-15 {
    width: auto;
    max-width: 100%;
    bottom: -30%;
    left: -25%;
  }

  .div-block-59 {
    max-width: 100%;
  }

  .hero-heading-4 {
    font-size: 5rem;
    line-height: 113px;
  }

  .heading-3rem {
    line-height: 1.3;
  }

  .image-17 {
    width: auto;
    max-width: 100%;
    bottom: -17%;
    right: -133px;
  }

  .bird-image {
    width: auto;
    max-width: 100%;
    bottom: -11%;
    left: -142px;
  }

  .html-embed-8 {
    max-width: 5.625rem;
  }

  .html-embed-8.third {
    max-width: 4.375rem;
  }

  .html-embed-10 {
    max-width: 5.5rem;
  }

  .div-block-75 {
    max-width: 60.9375rem;
  }

  .hero-heading3 {
    font-size: 5rem;
    line-height: 113px;
  }

  .faq-heading {
    max-width: 46rem;
  }

  .gallery-link, .uui-faq01_heading {
    font-size: 1.25rem;
  }

  .paragraph-22-regular-cabin-3 {
    font-size: 22px;
  }

  .hero-heading5 {
    font-size: 4.6rem;
    line-height: 101px;
  }

  .image-29 {
    object-position: 50% 0%;
  }

  .how-cbt-i-treats-insomnia-sec-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

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

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

  .main-section.bg-green {
    background-position: 50% 100%;
  }

  .main-section.relative-sec {
    overflow: hidden;
  }

  .main-section.bg-img {
    background-position: 0%;
    background-size: cover;
  }

  .main-section.vertical-padding._4rem {
    padding-bottom: 2rem;
    padding-left: 26px;
    padding-right: 26px;
  }

  .main-section.vertical-padding._4rem-padding {
    flex-direction: column;
    padding: 14px;
  }

  .main-section.padding {
    padding-left: 8%;
    padding-right: 8%;
  }

  .button-primary-blue-navbar {
    font-size: 16px;
    display: none;
  }

  .button-primary-blue-navbar.navmenu {
    max-width: 210px;
    display: flex;
  }

  .button-primary-blue-navbar.navmenu:hover {
    color: #000;
  }

  .nav-link {
    color: #6b6b6b;
    font-size: 19px;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.w--current {
    color: #6b6b6b;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

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

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem 3rem 2rem;
    display: block;
    top: 80%;
  }

  .hero-section.employers {
    background-position: 50%;
    background-size: cover;
  }

  .hero-section.our-clinician {
    background-position: 70%;
  }

  .hero-padding-section {
    -webkit-backdrop-filter: brightness(50%);
    backdrop-filter: brightness(50%);
  }

  .hero-padding-section.employers, .hero-padding-section.review, .hero-padding-section.faqs, .hero-padding-section.clinician {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .main-container {
    align-items: center;
  }

  .main-container.display {
    justify-content: center;
    display: flex;
  }

  .button-primary-orange {
    padding-left: 7rem;
    padding-right: 7rem;
    font-size: 1.3rem;
  }

  .hero-home-button-wrapper {
    width: 70%;
  }

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

  .text._26px {
    font-size: 1.3rem;
  }

  .text._18px.center-in-tablet {
    text-align: center;
  }

  .text._24px.text-weight-semibold {
    font-weight: 400;
  }

  .text._16px.text-color-grey.fam {
    width: auto;
  }

  .text._16px.wrap {
    white-space: nowrap;
  }

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

  .heading._24px.family {
    font-size: 20px;
  }

  .heading.text-color-white._50px.family {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .image {
    width: 90%;
    bottom: 10%;
  }

  .image.review {
    width: auto;
    bottom: -30%;
  }

  .div-block-6.hide-desktop {
    display: flex;
  }

  .div-block-7.third {
    top: -50px;
  }

  .div-block-7.third-one {
    margin-top: 0;
    top: -1rem;
  }

  .image-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

  .image-3.review {
    width: auto;
  }

  .image-abs {
    width: 90%;
    bottom: 0%;
  }

  .image-abs.review {
    width: auto;
    bottom: -20%;
  }

  .grid-2-1-built-for {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid-2-1-built-for.employers-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cell-built-in-text-content {
    max-width: 100%;
  }

  .cell-built-for-image-home {
    align-items: center;
    height: auto;
  }

  .heading-2 {
    font-size: 2.8rem;
    line-height: 60px;
  }

  .heading-2.small {
    font-size: 2.8rem;
  }

  .heading-2.small-2 {
    font-size: 2.5rem;
  }

  .grid-2-1-built-for-2 {
    grid-template-columns: 1fr;
  }

  .how-it-works-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card-how-it-works {
    max-width: 90%;
  }

  .cell-grid-2-1-center-vert {
    align-items: stretch;
  }

  .we-specialize-box-home {
    border-radius: 40px;
  }

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

  .image-4 {
    max-width: 20%;
    bottom: 10%;
  }

  .image-5 {
    max-width: 20%;
    top: 4%;
  }

  .img-why-people-lovw-stellar {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-people-love-list {
    max-width: 100%;
  }

  .grid-2-1-why-people-love {
    grid-row-gap: 4.625rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .feedback-wrapper {
    width: 100%;
    position: relative;
  }

  .card-feedback {
    background-color: #f1f6ee;
  }

  .uui-team05_slide {
    margin-right: 8%;
  }

  .uui-team05_mask {
    width: 100%;
  }

  .uui-team05_component {
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .image-6 {
    width: auto;
  }

  .cell-grid-2-1-download {
    max-width: 90%;
    padding-top: 0;
  }

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

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

  .certif-logos-footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hide-desktop {
    display: block;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .image-7 {
    width: 50%;
  }

  .image-8 {
    width: 30%;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom.background-color-black {
    background-color: #000;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle.background-color-black {
    background-color: #000;
  }

  .menu-icon_line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top.background-color-black {
    background-color: #000;
  }

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

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

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .hero-heading-2 {
    font-size: 3.9rem;
    line-height: 72px;
  }

  .div-block-16 {
    padding-top: 5rem;
  }

  .div-block-19 {
    grid-template-columns: 1fr 1fr;
  }

  .image-10 {
    max-width: 28%;
    top: -10%;
  }

  .image-11 {
    max-width: 26%;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-25 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }

  .button-primary-orange-small {
    padding-left: 7rem;
    padding-right: 7rem;
    font-size: 1.3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-38 {
    width: 100%;
  }

  .button-primary-orange-small2 {
    padding-left: 7rem;
    padding-right: 7rem;
    font-size: 1.3rem;
  }

  .div-block-40 {
    width: 100%;
  }

  .swiper {
    overflow: hidden;
  }

  .hero-heading-3 {
    font-size: 3.9rem;
    line-height: 72px;
  }

  .div-block-54 {
    flex-direction: column;
  }

  .div-block-55 {
    max-width: 100%;
  }

  .heading-small-2.red, .heading-medium-2 {
    text-align: center;
  }

  .image-13 {
    max-width: 25%;
    top: 5%;
    right: -18%;
  }

  .image-14 {
    max-width: 20%;
    bottom: -14%;
    right: -8%;
  }

  .image-15 {
    max-width: 30%;
    top: 44px;
    left: -14%;
  }

  .our-science-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-science-grid.employers-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .our-science-grid.center-one {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-58 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .hero-heading-4 {
    font-size: 3.9rem;
    line-height: 72px;
  }

  .div-block-64 {
    padding-bottom: 5rem;
  }

  .div-block-65 {
    grid-template-columns: 1fr 1fr;
  }

  .image-17 {
    max-width: 16%;
    bottom: -5%;
    right: -39px;
  }

  .bird-image {
    max-width: 16%;
    bottom: -5%;
    left: -40px;
  }

  .div-block-71 {
    width: 9rem;
    height: 9rem;
  }

  .div-block-71.first-one.mobile-one {
    display: none;
  }

  .html-embed-8 {
    max-width: 4.8rem;
  }

  .html-embed-8.third {
    max-width: 3.7rem;
  }

  .div-block-73.second.mobile-one, .div-block-73.last.mobile-one {
    display: none;
  }

  .html-embed-10 {
    max-width: 4.6rem;
  }

  .image-19 {
    max-width: 4.7rem;
  }

  .div-block-76 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-80 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    height: 3rem;
  }

  .html-embed-14 {
    max-width: 2.2rem;
  }

  .hero-heading3 {
    font-size: 3.9rem;
    line-height: 72px;
  }

  .feedback-wrapper-2 {
    width: 100%;
    position: relative;
  }

  .div-block-100 {
    grid-template-columns: 1fr;
  }

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

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

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
    top: 0;
    overflow: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-heading5 {
    font-size: 3.9rem;
    line-height: 72px;
  }

  .clinician-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-29 {
    min-height: 1400px;
  }

  .featured-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .featured-content-wrapper {
    width: auto;
  }

  .useable-btn._24px {
    top: 1rem;
    left: 1rem;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .grid-child {
    width: auto;
  }

  .grid-text {
    padding: 1.25rem;
  }

  .client-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .left-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    position: static;
  }

  .mid-content-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .right-form-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    position: static;
  }

  .related-blog-grid {
    flex-direction: row;
    display: flex;
  }

  .image-32 {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .cabin.green.center-in-tablet, .red-text.center-in-tablet {
    text-align: center;
  }
}

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

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .main-section.bg-img {
    background-image: url('../images/Group-427318852-1.avif');
  }

  .main-section.vertical-padding._4rem {
    padding-left: 0;
    padding-right: 26px;
  }

  .button-primary-blue-navbar {
    display: none;
  }

  .navbar {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .menu-button {
    padding: 0;
  }

  .hero-section {
    background-image: url('../images/image-mobile_1.avif');
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-padding-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-padding-section.review {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-home-content-wrapper {
    width: 90%;
  }

  .hero-home-content-wrapper.our-science {
    width: 100%;
    max-width: 100%;
  }

  .hero-home-content-wrapper.review {
    width: 100%;
  }

  .button-primary-orange {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .hero-home-button-wrapper {
    width: 80%;
  }

  .hero-heading {
    font-size: 4.5rem;
  }

  .text._26px {
    font-size: 1.2rem;
  }

  .text._18px.color {
    text-align: center;
    display: block;
  }

  .text._24px {
    font-size: 1.2rem;
  }

  .div-block {
    grid-column-gap: 2.5rem;
    grid-row-gap: 5rem;
  }

  .heading.text-color-white._50px.family {
    font-size: 35px;
  }

  .div-block-5.review {
    grid-row-gap: 5rem;
  }

  .image {
    width: 100%;
    bottom: 0%;
  }

  .image.review {
    bottom: -50%;
  }

  .div-block-7.third {
    top: -30px;
  }

  .image-3 {
    width: 100%;
  }

  .image-3.review {
    width: auto;
  }

  .image-abs {
    width: 100%;
  }

  .image-abs.review {
    width: auto;
    bottom: -30%;
  }

  .grid-2-1-built-for {
    grid-row-gap: 56px;
    flex-direction: column;
    display: flex;
  }

  .cell-built-in-text-content {
    align-items: stretch;
  }

  .heading-2 {
    width: 100%;
    font-size: 3rem;
    line-height: 60px;
  }

  .grid-2-1-built-for-2 {
    flex-direction: column;
    display: flex;
  }

  .padding-vertical3 {
    padding-top: 13rem;
    padding-bottom: 11rem;
  }

  .how-it-works-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card-how-it-works {
    max-width: 100%;
  }

  .cell-grid-2-1-center-vert {
    padding-left: 0;
  }

  .cell-inner-example-techniques {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .we-specialize-box-home {
    margin-bottom: 6rem;
    padding: 2.5rem 2.5rem 3.5rem;
  }

  .example-techniques-grid-2-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .cell-example-techniques {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .cell-example-techniques.mobile {
    flex-direction: row;
    align-items: flex-start;
  }

  .grid-2-1 {
    grid-row-gap: 56px;
    flex-direction: column;
    display: flex;
  }

  .image-4 {
    max-width: 30%;
    bottom: 8%;
  }

  .image-5 {
    max-width: 25%;
    top: 3%;
  }

  .cell-grid-2-1-center-vert-2 {
    order: 1;
    padding-left: 0;
  }

  .img-why-people-lovw-stellar {
    order: -1;
    max-width: 70%;
  }

  .grid-2-1-why-people-love {
    grid-row-gap: 56px;
    flex-direction: column;
    display: flex;
  }

  .uui-team05_arrow.left {
    right: 3.5rem;
  }

  .uui-team05_mask {
    width: 100%;
  }

  .uui-team05_component {
    padding-bottom: 3.2rem;
  }

  .cell-grid-2-1-download {
    max-width: 100%;
  }

  .grid-2-1-2 {
    grid-row-gap: 56px;
    flex-direction: column;
    display: flex;
  }

  .link-privacy-footer {
    font-size: 15px;
  }

  .grid-2-1-footer {
    flex-direction: column;
    display: flex;
  }

  .text-copyright {
    font-size: 15px;
  }

  .grid-3-1-links-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .certif-logos-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .cell-links-footer {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    align-items: flex-start;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .image-7 {
    width: auto;
    max-width: 30%;
  }

  .image-8 {
    width: auto;
    max-width: 20%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar05_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-2 {
    font-size: 3.6rem;
    line-height: 62px;
  }

  .div-block-16 {
    padding-top: 5.9375rem;
  }

  .div-block-19 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .image-10 {
    max-width: 40%;
  }

  .image-11 {
    max-width: 36%;
  }

  .div-block-21 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-27, .div-block-31 {
    width: 100%;
  }

  .button-primary-orange-small {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

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

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-37 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .button-primary-orange-small2 {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .swiper-wrapper {
    padding-bottom: 3.2rem;
  }

  .hero-heading-3 {
    font-size: 2.8rem;
    line-height: 62px;
  }

  .div-block-56 {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
  }

  .image-13 {
    max-width: 40%;
    top: 10%;
    right: -25%;
  }

  .image-14 {
    max-width: 30%;
    bottom: -11%;
    right: -6%;
  }

  .image-15 {
    max-width: 40%;
    top: 142px;
  }

  .hero-heading-4 {
    font-size: 2.8rem;
    line-height: 62px;
  }

  .image-17 {
    max-width: 25%;
  }

  .bird-image {
    max-width: 25%;
    left: -39px;
  }

  .div-block-70 {
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    width: 8rem;
    height: 8rem;
  }

  .div-block-71.first-one.mobile-one {
    display: flex;
  }

  .html-embed-8 {
    max-width: 4rem;
  }

  .div-block-72 {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    height: 8px;
    display: flex;
  }

  .html-embed-9 {
    margin-left: -32px;
    inset: auto 50% -31px;
    transform: rotate(-90deg);
  }

  .html-embed-9.second {
    bottom: -35px;
    transform: rotate(90deg);
  }

  .html-embed-9.third {
    bottom: -31px;
    left: 50%;
    transform: rotate(-90deg);
  }

  .heading-4.center-in-landscape, .text-block-3.center-in-landscape, .div-block-73, .div-block-73.second {
    text-align: center;
  }

  .div-block-73.second.mobile-one {
    display: flex;
  }

  .div-block-73.last.mobile-one {
    align-items: center;
    display: flex;
  }

  .div-block-74 {
    justify-content: center;
  }

  .image-18 {
    max-width: 4rem;
  }

  .div-block-75 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-76 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .div-block-79 {
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-80 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-83 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-85 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-90 {
    align-items: flex-start;
  }

  .hero-heading3 {
    font-size: 3.6rem;
    line-height: 62px;
  }

  .div-block-94 {
    grid-template-columns: 1fr;
  }

  .div-block-104 {
    flex-direction: column;
  }

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

  .gallery-scroll {
    padding: 60px 15px;
  }

  .gallery-sticky {
    overflow: auto;
  }

  .gallery-link {
    white-space: nowrap;
  }

  .gallery-link:hover {
    color: #ff5643;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thank-you {
    max-width: 90%;
  }

  .hero-heading5 {
    font-size: 3.6rem;
    line-height: 62px;
  }

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

  .field-wrp {
    flex-direction: row;
    align-self: stretch;
  }

  .form-3 {
    justify-content: center;
  }

  .form-block-3 {
    flex-direction: column;
    width: 100%;
  }

  .featured-wrapper {
    flex-direction: column;
  }

  .image-wrapper {
    width: 100%;
  }

  .feature-gap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .useable-btn.bg.decoration-none {
    font-size: 12px;
  }

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

  .grid-text.padding-one.less {
    padding-bottom: 34px;
  }

  .grid-text.padding-one.more-2 {
    padding-bottom: 24px;
  }

  .client-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .parent-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .left-content-wrapper {
    width: 450px;
    position: static;
  }

  .right-form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mid-paragraph-wrp {
    width: 100%;
  }

  .image-wrp {
    background-position: 0 100%, 100% 80%;
  }

  .related-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-32 {
    border-radius: 0 1rem 1rem 0;
  }

  .nav-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .main-section.bg-img {
    background-position: 50% 0;
  }

  .main-section.bg-yellow {
    background-color: #fff9e9;
  }

  .main-section.vertical-padding._4rem-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-section.padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-section {
    background-image: url('../images/mobile-home-splash-min_1.avif');
    background-position: 0 0;
    background-size: 130%;
  }

  .hero-section.our-science, .hero-section.our-mission {
    background-position: 50%;
    background-size: cover;
  }

  .hero-section.our-clinician {
    background-position: 70%;
    background-size: cover;
  }

  .hero-padding-section {
    padding-bottom: 8rem;
  }

  .logo-link-navbar-2 {
    width: 70%;
  }

  .hero-content-padd {
    padding-top: 7rem;
  }

  .text-16-regular {
    font-size: 14px;
  }

  .text-16-regular.white {
    font-size: 12px;
  }

  .hero-home-content-wrapper {
    width: 100%;
  }

  .hero-home-content-wrapper.review {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-heading {
    font-size: 3.4rem;
    line-height: 60px;
  }

  .text._26px {
    font-size: 1.2rem;
  }

  .text._26px.family-cabin.text-align-center {
    font-size: 14px;
    line-height: 20px;
  }

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

  .text._24px {
    font-size: 1.1rem;
    line-height: 27px;
  }

  .text._20px.text-color-grey.height-26px {
    font-size: 16px;
    line-height: 20px;
  }

  .text._30px {
    font-size: 1.3rem;
  }

  .text._16px {
    font-size: 15px;
  }

  .text.family._16px.text-color-white {
    white-space: nowrap;
  }

  .text.text-color-orange {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .div-block {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .heading._64px.family-canela.text-align-center {
    font-size: 40px;
  }

  .heading._50px {
    font-size: 2.25rem;
  }

  .heading.text-color-white._50px.family {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.fam._26px.text-align-center.text-color-white {
    letter-spacing: 2px;
    line-height: 130%;
  }

  .heading._32px {
    text-align: center;
    font-size: 25px;
  }

  .heading._62px.family.canela {
    font-size: 40px;
  }

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

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-5.review {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .heading-small.red {
    font-size: 1.8rem;
  }

  .image {
    width: 70%;
    bottom: -30%;
  }

  .image.review {
    width: 70%;
    bottom: 0%;
  }

  .div-block-6 {
    margin-bottom: 2rem;
  }

  .div-block-6.hide-desktop {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6.hide-desktop.apple {
    margin-top: 1rem;
  }

  .div-block-6.review {
    margin-bottom: 7rem;
  }

  .div-block-6.last-one {
    top: -2rem;
  }

  .div-block-7.third {
    top: 0;
  }

  .image-3 {
    width: 80%;
    bottom: auto;
  }

  .image-abs {
    width: 70%;
    bottom: -30%;
  }

  .image-abs.review {
    bottom: -25%;
  }

  .button-primary-black {
    font-size: 16px;
  }

  .button-primary-black.padding {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .heading-2 {
    width: 100%;
    font-size: 2.6rem;
    line-height: 50px;
  }

  .heading-2.text-align-center._157-lh {
    font-size: 2.9rem;
    line-height: 140%;
  }

  .heading-2.small {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .heading-2.small-2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 46px;
  }

  .div-block-8 {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
  }

  .grid-2-1-built-for-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .padding-vertical3 {
    padding-top: 8.5rem;
  }

  .heading-medium.color-yellow._0-7lh {
    align-self: center;
    max-height: 32px;
    line-height: 80%;
  }

  .icon-box-example-techniques {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .text-20-bold-cabin {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .we-specialize-box-home {
    border-radius: 25px;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .example-techniques-grid-2-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cell-example-techniques {
    align-items: center;
  }

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

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

  .image-5 {
    top: 2%;
  }

  .icon-why-people-love {
    max-width: 2.5rem;
  }

  .feedback-wrapper {
    margin-top: 6rem;
  }

  .uui-team05_slide {
    margin-right: 1rem;
  }

  .uui-team05_mask {
    width: 100%;
  }

  .download-stellar {
    margin-top: 80px;
  }

  .link-privacy-footer {
    font-size: 14px;
  }

  .copyright-footer-wrapper {
    flex-direction: column;
  }

  .link-footer {
    font-size: 17px;
    line-height: 38px;
  }

  .text-download-app {
    font-size: 17px;
  }

  .text-copyright {
    font-size: 14px;
  }

  .grid-3-1-links-footer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .app-banners {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 112px;
  }

  .text-column-links-title {
    font-size: 17px;
  }

  .div-block-11 {
    min-width: 3rem;
    min-height: 3rem;
  }

  .footer-ver-padd {
    padding-bottom: 1rem;
  }

  .html-embed, .html-embed-4 {
    width: 1.5rem;
  }

  .html-embed-4.facebook {
    width: .9rem;
  }

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

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-heading-2 {
    font-size: 2.7rem;
    line-height: 60px;
  }

  .employers-grid-wrp {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
  }

  .div-block-16 {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-19 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-10 {
    width: 152px;
    max-width: 100%;
    top: -5%;
  }

  .image-11 {
    width: 8.25rem;
    max-width: 100%;
    top: -4%;
  }

  .div-block-21 {
    margin-top: 1rem;
  }

  .div-block-23, .div-block-26 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-employers-grid-ver {
    padding-bottom: 4.9375rem;
  }

  .padding-vertical5 {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
  }

  .button-primary-orange-small {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32 {
    padding: 1.3rem 1rem;
  }

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

  .div-block-36 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-36.clinician {
    border-radius: 20px;
    padding: 2.5rem 7%;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-37 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .hero-heading-3 {
    font-size: 2.3rem;
    line-height: 60px;
  }

  .div-block-51 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-small-2 {
    font-size: 2.1rem;
  }

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

  .heading-medium-2.color-yellow._0-7lh {
    align-self: center;
    max-height: 32px;
    line-height: 80%;
  }

  .image-13 {
    max-width: 50%;
    top: 10%;
    right: -38%;
  }

  .image-14 {
    max-width: 40%;
    right: -6%;
  }

  .image-15 {
    top: 147px;
    left: -16%;
  }

  .download-stellar-2 {
    margin-top: 80px;
  }

  .hero-heading-4 {
    font-size: 3rem;
    line-height: 60px;
  }

  .div-block-64 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-65 {
    grid-template-columns: 1fr;
  }

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

  .image-17, .bird-image {
    max-width: 30%;
  }

  .padding-vertical-our-jour {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .div-block-68 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .html-embed-9.third {
    transform: rotate(-90deg);
  }

  .image-20 {
    margin-top: 0;
  }

  .div-block-76 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .html-embed-12 {
    max-width: 1.2rem;
    max-height: 1.2rem;
  }

  .div-block-83 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
  }

  .html-embed-13 {
    width: 50vw;
  }

  .div-block-85 {
    grid-column-gap: .85rem;
    grid-row-gap: .85rem;
    width: 100%;
  }

  .div-block-88 {
    min-width: 3rem;
    min-height: 3rem;
  }

  .html-embed-14 {
    max-width: 2rem;
  }

  .link {
    margin-left: 4rem;
  }

  .hero-heading3 {
    font-size: 2.6rem;
    line-height: 60px;
  }

  .padding-review-vertical {
    padding-top: 4.9375rem;
    padding-bottom: 4.9375rem;
  }

  .padding-vertical7 {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
  }

  .div-block-104 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
  }

  .text-block-5 {
    font-size: .9rem;
    line-height: 1;
  }

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

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-sticky {
    display: flex;
  }

  .gallery-link {
    white-space: nowrap;
  }

  .uui-faq01_heading {
    font-size: 1.1rem;
  }

  .uui-faq01_question {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq01_accordion {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-110 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .hero-heading5 {
    font-size: 2.4rem;
    line-height: 60px;
  }

  .clinicans-page-grid {
    margin-top: 1rem;
  }

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

  .image-29 {
    min-height: 1600px;
    max-height: 1600px;
  }

  .navbar-logo-heading {
    font-size: 20px;
  }

  .link-block-3 {
    margin-bottom: .5rem;
  }

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

  .featured-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .featured-content-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    padding: 1.5rem 1rem;
  }

  .featured-client-info {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }

  .feature-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-30 {
    width: 150px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .client-info-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-client-detail-wrapper {
    width: 100%;
  }

  .hero-btn-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
  }

  .hero-client-text-wrp {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .hero-social-media-wrp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 16px;
  }

  .parent-content-wrapper {
    align-items: stretch;
  }

  .left-content-wrapper {
    width: 300px;
  }

  .right-form-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mid-paragraph-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .huge-content-wrp {
    justify-content: center;
    width: auto;
  }

  .content-wrp {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .image-wrp {
    background-size: 40%, 30%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .related-blog-grid {
    flex-direction: column;
    display: flex;
  }

  .image-31 {
    width: 200px;
  }

  .get-started-button {
    font-weight: 700;
  }
}

#w-node-_5e854802-bccc-2caa-c9ce-e6f62164c8e1-20c6c549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5f5d0fd-c753-5c07-1611-d0e431cf0933-20c6c549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9c0b8ea2-91bf-c294-b976-3366abddbe19-20c6c549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-baa1841a-598d-cc71-1425-fc4b3879d4ab-20c6c549 {
  align-self: center;
}

#w-node-dd075789-112a-4fa3-193e-a0876cc95fce-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95fd6-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95fdb-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95fe2-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95fe9-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95ff0-20c6c549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dded8bc5-a809-6da9-f05e-17fb1cd00236-20c6c549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dded8bc5-a809-6da9-f05e-17fb1cd00237-20c6c549, #w-node-dded8bc5-a809-6da9-f05e-17fb1cd0023b-20c6c549, #w-node-dded8bc5-a809-6da9-f05e-17fb1cd0023f-20c6c549, #w-node-dded8bc5-a809-6da9-f05e-17fb1cd00243-20c6c549, #w-node-dded8bc5-a809-6da9-f05e-17fb1cd00247-20c6c549, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6500-77ec64fb, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6516-77ec64fb, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6518-77ec64fb, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6524-77ec64fb, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6530-77ec64fb, #w-node-_7c95f22e-a1a3-7ddb-bae0-b5ab702b4f38-702b4f36, #w-node-_7c95f22e-a1a3-7ddb-bae0-b5ab702b4f42-702b4f36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-20c6c54c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-20c6c54c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-20c6c54c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-20c6c54c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-20c6c54c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-20c6c54c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-20c6c54c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-20c6c54c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-20c6c54c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-20c6c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-20c6c54c {
  justify-self: start;
}

#w-node-_53d2c6f9-9270-3a29-c911-ba20221da00a-0eb130db, #w-node-f3df0606-795b-59e5-eee7-74b1dbb649be-0eb130db, #w-node-_4b711320-59a1-4f8d-66cd-901ac2de19cd-0eb130db, #w-node-_1d358aac-2b4b-77fc-0bb2-da2a598a9d3f-0eb130db, #w-node-_202cfd32-d830-7d94-71fc-498df4da3755-0eb130db, #w-node-f1006cbd-e706-5603-a124-d9a2760ff663-0eb130db, #w-node-_7430f1df-12df-32f6-acdd-615ffb899707-0eb130db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d10dc578-e13f-5f05-db32-d80a56361ce3-0eb130db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d10dc578-e13f-5f05-db32-d80a56361ce4-0eb130db {
  justify-self: center;
}

#w-node-ea0479b1-88c2-6461-3240-19404e2bf522-3d0e1d99, #w-node-_833c8138-31bb-a63f-b99c-2c77b8dafa55-3d0e1d99, #w-node-_55b9b496-6a72-5f05-7d0b-93717167a1f7-3d0e1d99, #w-node-fe7d7094-59b4-4a4f-2b32-28958d48d8d2-3d0e1d99, #w-node-_26671e54-7f7b-1a7d-407b-d4c978a5fbf7-3d0e1d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a049b4f1-8dda-0cae-7263-8f62c99dc30e-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e9dea0c8-8758-e3f6-c5a6-14b147344b37-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b38fe97-62bb-9bf6-8414-ba6da4a52b19-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_818d1211-781d-b791-8ae4-349c01913faf-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2c56920e-c49c-dfb3-93d8-12afb7f24ee8-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7669daff-15ed-cb74-150f-4cf0f874d5dc-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98cee73c-f54c-c9c9-ab4b-b94008fc0def-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6b358356-1d06-81a8-4a1e-67d22777f046-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-db85a0bb-2c39-c7f1-759e-7fdfbc220fc6-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dba9dcc5-260c-2a08-72f4-1baf220fe9ce-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14269a79-a3fe-775d-def6-a68171fabe7b-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca761707-dcf4-6e67-8017-589375187b3f-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_683f0a27-e694-2891-fa7c-41cb0bd48533-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-eb70245c-baa9-57b7-c657-23d595d75185-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cec4e2-803f-f718-ea75-51b4dd85dc9b-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d0aad60b-1d5c-5c3d-5397-d8523bc2b251-e09abd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_94ac859d-c513-70e0-200e-2cabbea154ff-04de7e41, #w-node-_2adc398c-0b6a-cbe2-5e88-8aa2dfab2735-04de7e41, #w-node-e9c169c8-fbcc-075f-88f9-4a403430b661-04de7e41, #w-node-e9c169c8-fbcc-075f-88f9-4a403430b666-04de7e41, #w-node-e9c169c8-fbcc-075f-88f9-4a403430b66b-04de7e41, #w-node-_1b44ef27-6201-307e-c67e-9d0a5ac4ed3f-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc6503ec-ac62-e8cb-535d-ee7c30b494fc-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb92081c-969d-8bfb-1263-230684ac5c86-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb92081c-969d-8bfb-1263-230684ac5c93-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_957f80a6-3269-32fa-646f-ff93232ca772-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_957f80a6-3269-32fa-646f-ff93232ca77f-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d86e2d1-c708-5bae-ff25-d7c33f117045-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d86e2d1-c708-5bae-ff25-d7c33f117052-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2084610d-fe6f-27aa-92c2-38df9da1209c-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2084610d-fe6f-27aa-92c2-38df9da120a9-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a380c94e-67d1-40f9-757c-882f68d2ead0-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a380c94e-67d1-40f9-757c-882f68d2eadd-04de7e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c0d976d-592c-e9a2-6db0-afea0319c7bc-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0d976d-592c-e9a2-6db0-afea0319c7c7-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c0d976d-592c-e9a2-6db0-afea0319c7cd-04de7e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c09-0d35246b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c19-0d35246b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Sleep-education.w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c22-0d35246b, #billing.w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c2a-0d35246b, #w-node-_8b8c1947-d4c8-967d-9c82-b284a536d8f4-765336bb, #w-node-f8fd7af4-e2ae-a9d6-395b-5b295c0bf86d-765336bb, #w-node-_9bd66ae1-fcf8-72d9-1a8d-1c1a7b02b9f2-765336bb, #w-node-_659c7975-b5ed-ce04-3877-f4a49b3bb129-765336bb, #w-node-_659c7975-b5ed-ce04-3877-f4a49b3bb12a-765336bb, #w-node-_659c7975-b5ed-ce04-3877-f4a49b3bb123-765336bb, #w-node-af180b88-a286-d341-3533-66a8d766d43e-765336bb, #w-node-af180b88-a286-d341-3533-66a8d766d435-765336bb, #w-node-af180b88-a286-d341-3533-66a8d766d436-765336bb, #w-node-_1682c3a2-14f4-6a9e-5651-19af286b10f8-765336bb, #w-node-_1682c3a2-14f4-6a9e-5651-19af286b10f9-765336bb, #w-node-_1682c3a2-14f4-6a9e-5651-19af286b10f6-765336bb, #w-node-_7bdc2d6c-9938-df27-7e9d-c826c5228679-765336bb, #w-node-_7bdc2d6c-9938-df27-7e9d-c826c522867a-765336bb, #w-node-_9134abf9-4140-7a5c-5fa8-2d50718917da-765336bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202cfd32-d830-7d94-71fc-498df4da3755-e058914b, #w-node-d775aff3-833d-e9c6-2cd6-19f82cff7385-e058914b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d775aff3-833d-e9c6-2cd6-19f82cff7386-e058914b {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-dded8bc5-a809-6da9-f05e-17fb1cd00237-20c6c549, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6500-77ec64fb, #w-node-_7c95f22e-a1a3-7ddb-bae0-b5ab702b4f38-702b4f36, #w-node-_202cfd32-d830-7d94-71fc-498df4da3755-0eb130db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-dd075789-112a-4fa3-193e-a0876cc95fce-20c6c549, #w-node-dd075789-112a-4fa3-193e-a0876cc95fd6-20c6c549, #w-node-dded8bc5-a809-6da9-f05e-17fb1cd00237-20c6c549, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6500-77ec64fb, #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6516-77ec64fb, #w-node-_7c95f22e-a1a3-7ddb-bae0-b5ab702b4f38-702b4f36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7ac49e02-8a59-f571-12d6-4e4677ec6500-77ec64fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c5f5d0fd-c753-5c07-1611-d0e431cf0933-20c6c549 {
    grid-column: span 2 / span 2;
  }

  #w-node-a6985e6b-9d85-1984-d640-8e4bc94188ce-20c6c549 {
    justify-self: start;
  }

  #w-node-baa1841a-598d-cc71-1425-fc4b3879d4ab-20c6c549, #w-node-_7c95f22e-a1a3-7ddb-bae0-b5ab702b4f42-702b4f36 {
    order: -9999;
  }

  #w-node-_797ca7ee-0a81-a4e1-97a9-b27fb50f6f58-0eb130db, #w-node-a6985e6b-9d85-1984-d640-8e4bc94188ce-3d0e1d99 {
    justify-self: start;
  }

  #w-node-a6985e6b-9d85-1984-d640-8e4bc94188d8-3d0e1d99 {
    order: -9999;
  }

  #w-node-_64089568-a07b-5994-5470-88b611f1d0e1-3d0e1d99, #w-node-c9e2e03e-bb3d-e92c-c1a6-acc108ad00f5-3d0e1d99 {
    justify-self: start;
  }

  #w-node-c9e2e03e-bb3d-e92c-c1a6-acc108ad00f3-3d0e1d99 {
    order: -9999;
  }

  #w-node-_3c0d976d-592c-e9a2-6db0-afea0319c7c7-04de7e41 {
    grid-column: span 2 / span 2;
  }

  #w-node-_41fe93a1-b95d-64ff-4fda-f6d9d6d5b317-0d35246b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c09-0d35246b, #w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c19-0d35246b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d10dc578-e13f-5f05-db32-d80a56361ce3-0eb130db {
    justify-self: stretch;
  }

  #w-node-a049b4f1-8dda-0cae-7263-8f62c99dc30e-e09abd5f {
    justify-self: center;
  }

  #w-node-_818d1211-781d-b791-8ae4-349c01913faf-e09abd5f {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2c56920e-c49c-dfb3-93d8-12afb7f24ee8-e09abd5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_98cee73c-f54c-c9c9-ab4b-b94008fc0def-e09abd5f {
    justify-self: center;
  }

  #w-node-_6b358356-1d06-81a8-4a1e-67d22777f046-e09abd5f {
    order: 0;
    justify-self: center;
  }

  #w-node-db85a0bb-2c39-c7f1-759e-7fdfbc220fc6-e09abd5f {
    justify-self: center;
  }

  #w-node-_683f0a27-e694-2891-fa7c-41cb0bd48533-e09abd5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_02cec4e2-803f-f718-ea75-51b4dd85dc9b-e09abd5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_74714fe1-5619-b697-882c-41599c0fa4f9-04de7e41, #w-node-f3c44b6e-0957-f8a1-d103-2d1bf55dbf96-04de7e41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2adc398c-0b6a-cbe2-5e88-8aa2dfab2735-04de7e41 {
    justify-self: start;
  }

  #w-node-d775aff3-833d-e9c6-2cd6-19f82cff7385-e058914b {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d860ed08-0d50-669e-437f-0ef20d1cf281-20c6c549 {
    align-self: end;
  }

  #w-node-_3c0d976d-592c-e9a2-6db0-afea0319c7c7-04de7e41 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c09-0d35246b, #w-node-_2b471a01-879f-3b80-fe9a-cec4d32b4c19-0d35246b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_659c7975-b5ed-ce04-3877-f4a49b3bb129-765336bb, #w-node-_1682c3a2-14f4-6a9e-5651-19af286b10f8-765336bb {
    order: 9999;
  }
}


@font-face {
  font-family: 'Canela Regular Trial';
  src: url('../fonts/Canela-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Thin Trial';
  src: url('../fonts/Canela-Thin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Medium Trial';
  src: url('../fonts/Canela-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Bold Trial';
  src: url('../fonts/Canela-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Black Trial';
  src: url('../fonts/Canela-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}