.wellness-body {
  margin: 0 !important;
}

body {
  background: initial;
}

body .wellness-main {
  font-size: initial;
  background: initial;
  overflow-x: hidden;
  color: initial;
}

body .wellness-main * {
  font-family: "GT Walsheim" !important;
}

body .wellness-main a {
  color: #27333C;
}

body .wellness-main a:visited {
  color: initial;
}

body .wellness-main button {
  font-family: inherit;
}

body .wellness-main section {
  background: initial;
}

body[data-page='index'] .header_happify-health {
  display: block;
}

body[data-page='index'] .header-tag {
  height: 160px;
}

body[data-page='index'] .header {
  height: 160px;
  width: 100% !important;
}

body[data-page='index'] .header_logo {
  max-width: 226px;
  width: 100%;
  min-height: 160px;
  height: 100%;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1365px) {
  body[data-page='index'] .header_logo {
    max-width: 170px;
    background-position: right;
  }
}

body[data-page='index'] .header_logo_image {
  margin: 60px 0 0 40px;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_logo_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_logo .logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_index-logo {
    display: block;
  }
}

body[data-page='index'] .header_right-block {
  display: none;
}

body[data-page='index'] .header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_navigation {
    display: none;
  }
}

body[data-page='index'] .header .burger {
  display: none;
}

@media screen and (max-width: 1365px) {
  body[data-page='index'] .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

body[data-page='index'] .header_navigation_list {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_navigation_list {
    display: none;
  }
}

body[data-page='index'] .header_gradient {
  display: none;
}

body[data-page='index'] .header .header_right-block {
  margin-bottom: 16px;
}

body[data-page='index'] .header .wellness_happify_health {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  body[data-page='index'] .header .wellness_happify_health {
    display: none;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-on-hover:hover {
  background: white;
  color: black !important;
  text-decoration: none;
  border: none;
}

.img-border {
  border-radius: 16px 16px 0 0;
}

.h-auto {
  height: auto;
}

.wellness-button {
  border-radius: 0 !important;
  width: 100%;
  max-width: 160px;
  color: #2F2D2C;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

.wellness-button.install_app {
  max-width: unset;
}

.wellness-button:hover {
  text-decoration: none;
}

.wellness-button_orange {
  background: #FFA370;
}

.wellness-button_orange:hover,
.wellness-button_orange:focus {
  background: #EF9767;
}

.wellness-button_white {
  border: 2px solid #000000;
}

.wellness-button_white:hover,
.wellness-button_white:focus {
  background: black;
  color: white !important;
}

.wellness-button_blue {
  background: #042338;
  color: white !important;
  border: 2px solid #FFFFFF;
}

.wellness-button_blue:hover,
.wellness-button_blue:focus {
  background: white;
  color: black !important;
}

.wellness-button_w-160 {
  width: 160px;
}

html[data-wcag-enabled=true] .wellness-button_blue {
  color: white !important;
}

html[data-wcag-enabled=true] .wellness-button_blue:hover,
html[data-wcag-enabled=true] .wellness-button_blue:focus {
  color: black !important;
}

html[data-wcag-enabled=true] #public_home .wellness-button_white:hover,
html[data-wcag-enabled=true] #public_home .wellness-button_white:focus {
  color: white !important;
}

.orange-button {
  background: #FFA370;
  color: black;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.orange-button:hover,
.orange-button:focus {
  background: #EF9767;
}

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

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

.bg-none {
  background: none;
}

.text-grey {
  color: #909090 !important;
}

.wellness-triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.wellness-triangle_to-bottom {
  border-top: 5px solid;
}

.wellness-triangle_orange {
  border-color: #FFA370;
}

.text-dark-blue {
  color: #042338;
}

.text-white {
  color: white !important;
}

.text-black {
  color: #27333C !important;
}

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

@media screen and (max-width: 767px) {
  .text-center-md {
    text-align: center !important;
  }
}

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

@media screen and (max-width: 767px) {
  .text-left-md {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section {
    padding: 0 40px;
  }
}

.close-button:after,
.close-button:before {
  background: white;
  width: 2px;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.close-button:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wellness-section-header {
  font-weight: 500;
  font-size: 45px;
}

@media screen and (max-width: 1365px) {
  .wellness-section-header {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-header {
    line-height: 40px;
    font-size: 32px;
  }
}

.wellness-section-header_black {
  color: #27333C;
  line-height: inherit;
}

.wellness-section-header_grey {
  color: #909090;
  line-height: inherit;
}

.text-2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .text-2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .text-2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.text-4 {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .text-4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.text-6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.paragraph {
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1023px) {
  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }
}

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

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

.img-responsive {
  width: 100%;
  height: auto;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.position-fixed {
  position: fixed;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.go-to-happify-link {
  padding: 10px;
  border: 1px solid;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

.go-to-happify-link:hover {
  text-decoration: none;
  background: white;
  border-color: white;
}

.active-link {
  border-bottom: 3px solid #FFA370;
  padding-bottom: 5px;
}

.header_logo_link {
  border: none;
}

[class$='_navigation'] a {
  padding-bottom: 0;
  line-height: 25px;
}

[class$='_navigation'] a:hover {
  text-decoration: none;
  border-bottom: 3px solid #27333C;
}

html[data-wcag-enabled="true"] .wellness_sub-nav .active {
  text-decoration: underline;
}

.wellness_sub-nav {
  height: 58px;
}

.wellness_sub-nav * {
  font-family: "GT Walsheim" !important;
}

.wellness_sub-nav a {
  color: #27333C;
}

.wellness_sub-nav a:visited {
  color: #27333C;
}

.wellness_sub-nav a {
  color: #27333C;
}

.wellness_sub-nav a:visited {
  color: #27333C;
}

.wellness_sub-nav ul {
  background: #fcfafa;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 6;
  width: 100%;
  top: 86px;
  font-size: 15px;
  -webkit-transition: position 1s ease-in;
  transition: position 1s ease-in;
}

.wellness_sub-nav ul.position-fixed {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.wellness_sub-nav ul li {
  margin-right: 30px;
}

.wellness_sub-nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .wellness_sub-nav ul {
    top: 86px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .wellness_sub-nav ul li {
    text-align: center;
  }
}

.wellness_sub-nav ul li a {
  text-decoration: none;
}

.wellness_sub-nav ul li a:hover {
  color: #FFA370;
}

.wellness_sub-nav ul li.active > a {
  color: #FFA370;
  font-weight: 500;
}

html[data-wcag-enabled=true] .save-color {
  color: inherit !important;
}

.wellness-happify-health {
  position: fixed;
  background: #042338;
  bottom: 0;
  width: 100%;
  min-height: 87px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 50px;
  z-index: 2;
}

@media screen and (max-width: 420px) {
  .wellness-happify-health {
    gap: 16px;
    padding: 20px 50px;
  }
}

.wellness-happify-health__link {
  width: 100%;
  max-width: 220px;
  color: white !important;
}

@media screen and (max-width: 420px) {
  .wellness-happify-health__paragraph {
    text-align: center;
  }
}

.wellness-happify-health__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.burger {
  display: none;
  margin: 0 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.burger input {
  position: absolute;
  cursor: pointer;
  width: 48px;
  height: 48px;
  opacity: 0;
  z-index: 21;
}

.burger input:checked {
  right: 20px;
  top: 20px;
}

.burger input:checked ~ .burger_stick-wrapper {
  z-index: 20;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.burger input:checked ~ .burger_stick-wrapper .burger_stick {
  opacity: 1;
}

.burger input:checked ~ .burger_stick-wrapper .burger_stick:nth-of-type(1) {
  -webkit-transform: rotate(135deg) translateY(-24px) translateX(8px) scale(1.2);
  -ms-transform: rotate(135deg) translateY(-24px) translateX(8px) scale(1.2);
  transform: rotate(135deg) translateY(-24px) translateX(8px) scale(1.2);
}

.burger input:checked ~ .burger_stick-wrapper .burger_stick:nth-of-type(2) {
  display: none;
}

.burger input:checked ~ .burger_stick-wrapper .burger_stick:nth-of-type(3) {
  -webkit-transform: rotate(-135deg) translateX(-23px) translateY(-6px) scale(1.2);
  -ms-transform: rotate(-135deg) translateX(-23px) translateY(-6px) scale(1.2);
  transform: rotate(-135deg) translateX(-23px) translateY(-6px) scale(1.2);
}

.burger input:checked ~ .burger_menu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 19;
}

.burger input:checked ~ .burger_menu .burger_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  padding: 0 68px 0 20px;
}

.burger input:checked ~ .burger_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 165px;
}

@media screen and (max-width: 767px) {
  .burger input:checked ~ .burger_menu ul {
    margin-top: 55px;
  }
}

.burger input:checked ~ .burger_menu ul li {
  margin-bottom: 32px;
}

.burger_menu {
  display: none;
  width: 100%;
  height: 100vh;
  background: white;
}

.burger_menu_navigation {
  font-weight: 500;
  font-size: 32px;
}

.burger_menu__buttons .wellness-button_orange {
  margin: 0 0 20px !important;
}

.burger_menu__buttons .wellness-button_orange.install_app {
  max-width: 160px;
}

.burger_stick {
  width: 24px;
  height: 2px;
  background-color: #042338;
  opacity: 0.2;
  display: block;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.burger_stick:nth-of-type(2) {
  margin: 8px 0;
}

@media screen and (max-width: 1023px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.carousel {
  background-size: cover;
  background: url('/static/img/wellness_landing/carousel_background.svg') no-repeat center;
  border-radius: 25px;
  width: 100%;
  max-width: 1165px;
  min-height: 485px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .carousel {
    border-radius: 0;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel {
    height: auto;
    padding-bottom: 36px;
  }
}

.carousel_body {
  min-height: inherit;
}

.carousel_body_slide {
  height: initial;
  padding: 80px 80px 80px 96px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1365px) {
  .carousel_body_slide {
    padding: 60px 30px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_body_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .carousel_body_slide_left .text-2,
  .carousel_body_slide_left .paragraph,
  .carousel_body_slide_left .text-4,
  .carousel_body_slide_left .text-6 {
    text-align: center;
  }
}

.carousel_body_slide_left .text-2 {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .carousel_body_slide_left .text-2 {
    margin-top: 16px;
  }
}

.carousel_body_slide_left .paragraph {
  margin-bottom: 15px;
  max-width: 520px;
  min-height: 120px;
}

@media screen and (max-width: 1365px) {
  .carousel_body_slide_left .paragraph {
    max-width: 450px;
    margin-right: 24px;
  }
}

.carousel_body_slide_left .text-4 {
  margin-bottom: 5px;
}

.carousel_body_slide_right_image {
  background: white;
  padding: 10px;
  max-width: 310px;
}

@media screen and (max-width: 767px) {
  .carousel_body_slide_right_image {
    max-width: 240px;
  }
}

.carousel_body .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .carousel_body .slick-dots {
    bottom: -30px;
  }
}

.carousel_body .slick-dots button {
  border: none;
  text-indent: -9999px;
  position: relative;
  color: transparent;
}

.carousel_body .slick-dots button:after {
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  content: "";
  background: #27333C;
  opacity: 0.1;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .carousel_body .slick-dots button:after {
    width: 6px;
    height: 6px;
  }
}

.carousel_body .slick-dots .slick-active button:after {
  opacity: 1;
}

.carousel_button {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0px 11px 20px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 11px 20px -10px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 1365px) {
  .carousel_button {
    display: none !important;
  }
}

.carousel_button:hover:after {
  border-color: #FFA370;
  -webkit-box-shadow: 0px 11px 20px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 11px 20px -10px rgba(0, 0, 0, 0.43);
}

.carousel_button:after {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  opacity: 0.5;
  top: 20px;
}

.carousel_button-left {
  left: -24px;
}

.carousel_button-left:after {
  left: 20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.carousel_button-right {
  right: -24px;
}

.carousel_button-right:after {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wellness-body {
  margin: 0 !important;
}

body {
  background: initial;
}

body .wellness-main {
  font-size: initial;
  background: initial;
  overflow-x: hidden;
  color: initial;
}

body .wellness-main * {
  font-family: "GT Walsheim" !important;
}

body .wellness-main a {
  color: #27333C;
}

body .wellness-main a:visited {
  color: initial;
}

body .wellness-main button {
  font-family: inherit;
}

body .wellness-main section {
  background: initial;
}

body[data-page='index'] .header_happify-health {
  display: block;
}

body[data-page='index'] .header-tag {
  height: 160px;
}

body[data-page='index'] .header {
  height: 160px;
  width: 100% !important;
}

body[data-page='index'] .header_logo {
  max-width: 226px;
  width: 100%;
  min-height: 160px;
  height: 100%;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1365px) {
  body[data-page='index'] .header_logo {
    max-width: 170px;
    background-position: right;
  }
}

body[data-page='index'] .header_logo_image {
  margin: 60px 0 0 40px;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_logo_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_logo .logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_index-logo {
    display: block;
  }
}

body[data-page='index'] .header_right-block {
  display: none;
}

body[data-page='index'] .header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_navigation {
    display: none;
  }
}

body[data-page='index'] .header .burger {
  display: none;
}

@media screen and (max-width: 1365px) {
  body[data-page='index'] .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

body[data-page='index'] .header_navigation_list {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  body[data-page='index'] .header_navigation_list {
    display: none;
  }
}

body[data-page='index'] .header_gradient {
  display: none;
}

body[data-page='index'] .header .header_right-block {
  margin-bottom: 16px;
}

body[data-page='index'] .header .wellness_happify_health {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  body[data-page='index'] .header .wellness_happify_health {
    display: none;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-on-hover:hover {
  background: white;
  color: black !important;
  text-decoration: none;
  border: none;
}

.img-border {
  border-radius: 16px 16px 0 0;
}

.h-auto {
  height: auto;
}

.wellness-button {
  border-radius: 0 !important;
  width: 100%;
  max-width: 160px;
  color: #2F2D2C;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

.wellness-button.install_app {
  max-width: unset;
}

.wellness-button:hover {
  text-decoration: none;
}

.wellness-button_orange {
  background: #FFA370;
}

.wellness-button_orange:hover,
.wellness-button_orange:focus {
  background: #EF9767;
}

.wellness-button_white {
  border: 2px solid #000000;
}

.wellness-button_white:hover,
.wellness-button_white:focus {
  background: black;
  color: white !important;
}

.wellness-button_blue {
  background: #042338;
  color: white !important;
  border: 2px solid #FFFFFF;
}

.wellness-button_blue:hover,
.wellness-button_blue:focus {
  background: white;
  color: black !important;
}

.wellness-button_w-160 {
  width: 160px;
}

html[data-wcag-enabled=true] .wellness-button_blue {
  color: white !important;
}

html[data-wcag-enabled=true] .wellness-button_blue:hover,
html[data-wcag-enabled=true] .wellness-button_blue:focus {
  color: black !important;
}

html[data-wcag-enabled=true] #public_home .wellness-button_white:hover,
html[data-wcag-enabled=true] #public_home .wellness-button_white:focus {
  color: white !important;
}

.orange-button {
  background: #FFA370;
  color: black;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.orange-button:hover,
.orange-button:focus {
  background: #EF9767;
}

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

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

.bg-none {
  background: none;
}

.text-grey {
  color: #909090 !important;
}

.wellness-triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.wellness-triangle_to-bottom {
  border-top: 5px solid;
}

.wellness-triangle_orange {
  border-color: #FFA370;
}

.text-dark-blue {
  color: #042338;
}

.text-white {
  color: white !important;
}

.text-black {
  color: #27333C !important;
}

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

@media screen and (max-width: 767px) {
  .text-center-md {
    text-align: center !important;
  }
}

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

@media screen and (max-width: 767px) {
  .text-left-md {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section {
    padding: 0 40px;
  }
}

.close-button:after,
.close-button:before {
  background: white;
  width: 2px;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.close-button:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wellness-section-header {
  font-weight: 500;
  font-size: 45px;
}

@media screen and (max-width: 1365px) {
  .wellness-section-header {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-header {
    line-height: 40px;
    font-size: 32px;
  }
}

.wellness-section-header_black {
  color: #27333C;
  line-height: inherit;
}

.wellness-section-header_grey {
  color: #909090;
  line-height: inherit;
}

.text-2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .text-2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .text-2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.text-4 {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .text-4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.text-6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.paragraph {
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1023px) {
  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }
}

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

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

.img-responsive {
  width: 100%;
  height: auto;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.position-fixed {
  position: fixed;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.go-to-happify-link {
  padding: 10px;
  border: 1px solid;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

.go-to-happify-link:hover {
  text-decoration: none;
  background: white;
  border-color: white;
}

.active-link {
  border-bottom: 3px solid #FFA370;
  padding-bottom: 5px;
}

.header_logo_link {
  border: none;
}

[class$='_navigation'] a {
  padding-bottom: 0;
  line-height: 25px;
}

[class$='_navigation'] a:hover {
  text-decoration: none;
  border-bottom: 3px solid #27333C;
}

html[data-wcag-enabled="true"] .wellness_sub-nav .active {
  text-decoration: underline;
}

.wellness_sub-nav {
  height: 58px;
}

.wellness_sub-nav * {
  font-family: "GT Walsheim" !important;
}

.wellness_sub-nav a {
  color: #27333C;
}

.wellness_sub-nav a:visited {
  color: #27333C;
}

.wellness_sub-nav a {
  color: #27333C;
}

.wellness_sub-nav a:visited {
  color: #27333C;
}

.wellness_sub-nav ul {
  background: #fcfafa;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 6;
  width: 100%;
  top: 86px;
  font-size: 15px;
  -webkit-transition: position 1s ease-in;
  transition: position 1s ease-in;
}

.wellness_sub-nav ul.position-fixed {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.wellness_sub-nav ul li {
  margin-right: 30px;
}

.wellness_sub-nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .wellness_sub-nav ul {
    top: 86px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .wellness_sub-nav ul li {
    text-align: center;
  }
}

.wellness_sub-nav ul li a {
  text-decoration: none;
}

.wellness_sub-nav ul li a:hover {
  color: #FFA370;
}

.wellness_sub-nav ul li.active > a {
  color: #FFA370;
  font-weight: 500;
}

html[data-wcag-enabled=true] .save-color {
  color: inherit !important;
}

@-webkit-keyframes kf-fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes kf-fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes kf-hideAndFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes kf-hideAndFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.no-padding {
  padding: 0 !important;
}

.rsbtn {
  z-index: 2000;
  display: inline-block;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
  color: #33a !important;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  color: #4f4f4f !important;
}

.rsbtn .rsbtn_exp {
  width: 350px;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
  color: #4f4f4f !important;
}

.rsbtn .rsbtn_tooltoggle {
  color: #4f4f4f !important;
}

.rsbtn .rsbtn_toolpanel {
  width: 360px;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool {
  color: #4f4f4f !important;
  height: 42px;
}

#rslightbox_overlay {
  position: fixed !important;
  min-width: 100% !important;
  min-height: 100% !important;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#rslightbox_contentcontainer .rsform-buttons .rsdialog-button {
  height: auto;
}

#rslightbox_contentcontainer #rslightbox_toolbar .rslightbox-tool.small-icon {
  height: auto;
}

#rslightbox_contentcontainer #rslightbox_content #rsform_wrapper .rsform .rsform-section .rsform-row .rsform-info-toggle {
  color: #33a !important;
}

div.rspopup {
  z-index: 9999999999;
}

div.rspopup.disabled {
  visibility: hidden !important;
  display: none !important;
}

.footer_nav {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #27333C;
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer_nav_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .footer_nav_col {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav_col {
    margin-bottom: 36px;
  }
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_nav_list a {
  color: #27333C !important;
}

.footer_nav_list li {
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .footer_nav_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1368px;
}

@media screen and (max-width: 1023px) {
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_nav_header {
  margin-bottom: 30px !important;
  font-size: 25px;
  color: black;
}

@media screen and (max-width: 767px) {
  .footer_nav_header {
    text-align: center;
  }
}

.footer_rights {
  font-size: 14px;
  line-height: 20px;
  color: #9fb072;
}

@media screen and (max-width: 767px) {
  .footer_rights {
    text-align: center;
  }

  .footer_rights a {
    display: none;
  }
}

.footer_rights_mobile-link {
  margin-top: 24px;
  display: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_rights_mobile-link {
    display: block;
  }
}

.footer_rights a {
  font-weight: bold;
}

html[data-wcag-enabled=true] .footer_rights {
  color: #636363;
}

.wellness-footer {
  margin-top: 86px;
  padding: 146px 102px 60px;
  background: #D5EB98;
}

.wellness-footer * {
  font-family: "GT Walsheim", serif !important;
}

@media screen and (max-width: 1365px) {
  .wellness-footer {
    padding-left: 38px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-footer {
    padding: 60px;
  }
}

.wellness-footer a {
  font-weight: 500;
  color: #27333C;
}

.wellness-footer a:visited {
  color: #27333C;
}

.wellness-footer section {
  background: initial;
}

.footer_rights-strong {
  font-size: 14px;
}

.footer_nav_col-long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .footer_nav_col-long_button-container_lang {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav_col-long_button-container_lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer_nav_col-long_button-container_lang li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .footer_nav_col-long_button-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1365px) {
  .footer_nav_col-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: initial;
  }
}

@media screen and (max-width: 1023px) {
  .footer_nav_col-long {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: initial;
  }
}

.footer_logo_list {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_logo_list li {
  margin-right: 16px !important;
}

@media screen and (max-width: 1365px) {
  .footer_logo_list {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .footer_logo_list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo_list {
    display: none;
  }
}

.footer_logo_list_mobile {
  margin-top: 0;
  margin-bottom: 50px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_logo_list_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html[lang=zh] .footer_logo_list_mobile {
  display: none;
}

html[lang=zh] .footer_nav_col-long {
  width: initial;
}

html[lang=zh] .footer_nav_col-long .footer_logo_list {
  display: none;
}

.js-wellness-lng-container {
  border: 1px solid;
  padding: 8px;
  display: inline-block;
}

.js-wellness-lng-container_triangle {
  position: relative;
  margin-right: 4px;
  margin-left: 8px;
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -2px;
}

.wellness_happify_health {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  background: #042338;
  width: 100%;
  max-width: 227px;
  min-height: 355px;
  border-radius: 0 0 0 20px;
  padding: 60px 24px 28px 24px;
  color: white;
  z-index: 30;
}

.wellness_happify_health_paragraph {
  text-align: left;
}

.wellness_happify_health_button {
  color: white !important;
  font-size: 14px;
  padding: 5px 12px !important;
}

.wellness_happify_health_button:hover,
.wellness_happify_health_button:focus {
  text-decoration: none;
  background: white;
  color: #27333C !important;
  border: none;
}

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/wellness_landing/GT-Walsheim-Regular.woff2');
}

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/wellness_landing/GT-Walsheim-Medium.woff2');
}

.header-tag {
  height: 84px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px !important;
}

.header a {
  color: black;
}

.header a:hover,
.header a:focus {
  color: black;
}

.header * {
  font-family: "GT Walsheim" !important;
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header_gradient {
  position: absolute;
  right: 0;
  display: none;
}

@media screen and (max-width: 1023px) {
  .header_gradient {
    display: none !important;
  }
}

.header_logo {
  height: 22px;
  margin: 0 120px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_logo {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    margin: 0 0 0 20px;
  }
}

.header_logo .logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_logo .logo {
    display: block;
  }
}

.header_logo .header_logo_image {
  width: 106px;
}

.header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_navigation {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_navigation {
    display: none;
  }
}

.header_navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.header_navigation_list li {
  margin-right: 2em;
}

.header_left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 17px;
}

.header_right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .header_right-block {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_right-block .wellness-login {
    display: none;
  }

  .header_right-block .wellness-start {
    margin-right: 0 !important;
  }
}

.header .burger {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .skip_nav {
  color: black;
  -webkit-transition: top 0.15s linear;
  transition: top 0.15s linear;
  z-index: 99999;
  background: #fff;
  border: solid 1px #ddd;
  position: fixed;
  top: -55px;
  left: 20px;
  padding: 5px 15px;
  text-align: left;
  font-size: 12pt;
  height: auto;
  border-radius: 0;
}

.header .skip_nav:focus {
  top: 5px;
}

.sticky-header {
  height: 86px;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  top: 0;
  z-index: 18;
  background: white;
  font-size: 17px !important;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.sticky-header a {
  color: #27333C;
}

.sticky-header a:visited {
  color: #27333C;
}

@media screen and (max-width: 767px) {
  .sticky-header .wellness-login {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-header .wellness-start {
    margin-right: 0 !important;
  }
}

.sticky-header * {
  font-family: "GT Walsheim" !important;
}

.sticky-header img {
  max-width: initial;
  height: initial;
}

@media screen and (max-width: 1023px) {
  .sticky-header {
    padding-right: 0;
    height: 86px;
  }
}

.sticky-header_happify-health {
  margin-left: 2em;
  height: 86px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFA370;
}

@media screen and (max-width: 1023px) {
  .sticky-header_happify-health {
    display: none;
  }
}

.sticky-header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 190px;
}

@media screen and (max-width: 1365px) {
  .sticky-header_navigation {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .sticky-header_navigation {
    display: none;
  }
}

.sticky-header_navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.sticky-header_navigation_list li {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .sticky-header__buttons {
    display: none;
  }
}

.wellness-header {
  background: initial !important;
  position: initial !important;
  margin: 0 !important;
  width: 100% !important;
}

.wellness-modal {
  background: url('/static/img/wellness_landing/modal_background.png') no-repeat;
  width: 100%;
  max-width: 282px;
  min-height: 228px;
  border-radius: 25px;
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: none;
  z-index: 5;
}

.wellness-modal svg path {
  fill: black;
}

.wellness-modal_content {
  padding: 36px 30px 35px;
}

.wellness-modal_content_logo {
  margin-bottom: 20px;
}

.wellness-modal_content_text {
  margin-bottom: 40px;
}

.wellness-modal_close-button {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
}

.wellness-modal_close-button:after,
.wellness-modal_close-button:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #27333C;
  top: 8px;
}

.wellness-modal_close-button:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wellness-modal_close-button:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wellness-page-about .description {
  margin-top: 200px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-about .description {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-about .description {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-about .description {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-about .description {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-about .description {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-about .description {
    margin-top: 90px;
  }
}

.wellness-page-about .description__title {
  font-size: 45px;
  color: #27333C;
}

@media screen and (max-width: 1365px) {
  .wellness-page-about .description__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-about .description__title {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-about .description__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-about .description__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-about .description__title {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-about .description__title {
    font-size: 32px;
  }
}

.wellness-page-about .description__left-block {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .wellness-page-about .description__left-block {
    margin-bottom: 36px;
  }
}

.wellness-page-accessibility .container--wellness-page-accessibility {
  max-width: 700px;
  padding: 0;
}

@media screen and (max-width: 1365px) {
  .wellness-page-accessibility .container--wellness-page-accessibility {
    max-width: 559px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-accessibility .container--wellness-page-accessibility {
    margin-left: 56px;
    max-width: 601px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-accessibility .container--wellness-page-accessibility {
    max-width: 323px;
    margin-left: auto;
  }
}

.wellness-page-accessibility .accessibility_body--wellness-page-accessibility {
  border: none;
  padding: 0;
}

.wellness-page-accessibility .accessibility_body .title--wellness-page-accessibility {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  color: #000000;
  opacity: 0.9;
  border-bottom: none;
  padding: 78px 0 82px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-accessibility .accessibility_body .title--wellness-page-accessibility {
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-accessibility .accessibility_body .title--wellness-page-accessibility {
    padding-bottom: 46px;
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-accessibility .accessibility_body .title--wellness-page-accessibility {
    padding-bottom: 49px;
    font-size: 37px;
  }
}

.wellness-page-accessibility .accessibility_body .accessibility_text--wellness-page-accessibility {
  width: 100%;
}

.wellness-page-accessibility .accessibility_body .accessibility_text__title--wellness-page-accessibility {
  font-size: 24px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0.9;
  padding-bottom: 20px;
}

.wellness-page-accessibility .accessibility_body .accessibility_text__content--wellness-page-accessibility {
  color: #909090;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 0 0 20px;
}

.wellness-page-accessibility .accessibility_body .paragraph--wellness-page-accessibility {
  padding: 0;
  margin-bottom: 4px;
  margin-top: 24px;
}

.wellness-page-accessibility .accessibility_body .paragraph__title--wellness-page-accessibility {
  color: #909090;
  font-size: 18px;
  line-height: 24px;
}

.wellness-page-accessibility .accessibility_body .paragraph__button {
  font-size: 17px;
  line-height: 30px;
  color: black;
  border-radius: 0;
  height: auto;
  padding: 10px 0;
}

.wellness-page-accessibility .accessibility_body .paragraph__button--orange {
  text-transform: uppercase;
  background: #FFA370;
}

.wellness-page-accessibility .accessibility_body .paragraph__button--white {
  background: white;
  margin-left: 0 !important;
}

.wellness-persons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
}

.wellness-input-error {
  color: #ff3131;
  max-width: 400px;
  text-align: center;
  margin-top: 10px;
}

.wellness-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  max-width: 1200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
  .wellness-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wellness-person_avatar-container {
  background-image: url("/static/img/wellness_landing/team_avatar_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 7px;
  border: none;
  background-color: unset;
  background-clip: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 195px;
  margin-right: 52px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .wellness-person_avatar-container {
    margin-right: 0;
  }
}

.wellness-person_avatar-container img[class|=avatar] {
  color: white;
  width: 181px;
  height: 181px;
}

.wellness-person_description_name {
  font-size: 26px;
  line-height: 50px;
}

@media screen and (max-width: 1023px) {
  .wellness-person_description_name {
    text-align: center;
  }
}

.wellness-person_description_position {
  font-size: 17px;
  line-height: 30px;
  color: #FFA370 !important;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .wellness-person_description_position {
    text-align: center;
  }
}

.wellness-person p {
  margin-bottom: 0;
}

.wellness-person:last-child {
  border-bottom: none;
}

.common-card {
  -webkit-box-shadow: 0px 7px 10px rgba(21, 21, 21, 0.1);
  box-shadow: 0px 7px 10px rgba(21, 21, 21, 0.1);
  border-radius: 20px;
  cursor: pointer;
  display: block;
}

.common-card a {
  color: initial;
}

.common-card a:hover {
  text-decoration: none !important;
  color: initial;
}

.common-card:hover .common-card__title,
.common-card:focus .common-card__title {
  color: #FFA370;
}

.common-card_grey {
  background: #F3F3F3;
}

.common-card_yellow {
  background: #FFDF6E;
}

.common-card_blue {
  background: #C1E2E6;
}

.common-card_gradient {
  border-bottom: double 7px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), radial-gradient(circle at top left, #F8C3CC 0%, #FFA370 24.11%, #FFDF6E 48.22%, #D5EA9C 72.85%, #FFDABC 100.62%);
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #F8C3CC 0%, #FFA370 24.11%, #FFDF6E 48.22%, #D5EA9C 72.85%, #FFDABC 100.62%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.wellness-card {
  height: 100%;
  padding-bottom: 18px;
}

.wellness-card-wrapper {
  padding: 0 20px;
  margin-bottom: 60px;
}

.wellness-card_title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wellness-card_main-image {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.wellness-card_line-image {
  width: 100%;
}

.wellness-card_text {
  padding: 0 20px;
  min-height: 150px;
}

.wellness-card_text .box-text,
.wellness-card_text .read-more {
  font-size: 14px;
  line-height: 20px;
}

.wellness-card_text .read-more {
  position: absolute;
  bottom: 20px;
}

.wellness-card_h2 {
  margin: 20px 0 6px 20px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}

.wellness-avatar {
  background: url("/static/img/wellness_landing/team_avatar_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4px;
  position: relative;
  margin: 0 35px 35px 0;
}

@media screen and (max-width: 767px) {
  .wellness-avatar {
    margin-right: 16px;
  }
}

.wellness-avatar__image {
  max-width: 100px;
  cursor: pointer;
  border-radius: 100px;
}

.wellness-avatar__tooltip {
  display: none;
  width: 277px;
  background: white;
  padding: 20px;
  border: 2px solid #e6e6e6;
  border-radius: 11px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
}

.wellness-avatar__tooltip-name {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  margin-bottom: 5px;
}

.wellness-avatar__tooltip-role {
  color: #909090;
}

.wellness-avatar__tooltip:after {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  width: 20px;
  height: 20px;
  left: 50%;
  top: -10px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.wellness-avatar_with-tooltip:hover .wellness-avatar__tooltip {
  display: table;
}

.wellness-page * {
  font-family: "GT Walsheim" !important;
}

.wellness-page .main-heading {
  font-size: 45px;
  line-height: 50px;
  color: #042338;
}

@media screen and (max-width: 1023px) {
  .wellness-page .main-heading {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page .main-heading {
    font-size: 32px;
    line-height: 38px;
  }
}

.wellness-page .main-heading_margin {
  margin-top: 94px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1365px) {
  .wellness-page .main-heading_margin {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page .main-heading_margin {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page .main-heading_margin {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page .main-heading_margin {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page .main-heading_margin {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page .main-heading_margin {
    margin-top: 56px;
  }
}

.wellness-page .sub-heading {
  font-size: 17px;
  line-height: 30px;
  color: #27333C;
  max-width: 565px;
}

.wellness-page .sub-heading_margin {
  margin: 0 auto 86px;
}

@media screen and (max-width: 767px) {
  .wellness-page .sub-heading_margin {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-padding {
    padding: 0 32px;
  }
}

.border-gradient {
  border: double 2px transparent;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), radial-gradient(circle at top left, #F6DEB5 0%, #DDE8A2 17.19%, #FCF1BB 36.68%, #FFC170 57.22%, #FEAD8B 82.94%, #FEEFF0 100.82%);
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #F6DEB5 0%, #DDE8A2 17.19%, #FCF1BB 36.68%, #FFC170 57.22%, #FEAD8B 82.94%, #FEEFF0 100.82%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
}

.wellness-happifier {
  width: 30%;
}

@media screen and (max-width: 1023px) {
  .wellness-happifier {
    width: 45%;
  }
}

@media screen and (max-width: 420px) {
  .wellness-happifier {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wellness-happifier_gap {
  gap: 30px;
}

.wellness-label {
  max-width: 270px;
}

.wellness-label__input {
  height: 43px;
}

.wellness-form {
  margin-bottom: 150px;
}

.wellness-form-heading {
  margin-bottom: 60px !important;
}

.wellness-page-contact .map-img {
  background: url('/static/img/wellness_landing/contact-page-mapx2.png');
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.wellness-page-contact__address {
  text-align: center;
  color: #808080;
  font-size: 45px;
  line-height: 50px;
}

@media screen and (max-width: 1023px) {
  .wellness-page-contact__address {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-contact__address {
    font-size: 26px;
    line-height: 40px;
  }
}

.wellness-page-contact__services {
  margin: 0 0 8px 0 !important;
  color: #333333 !important;
}

.wellness-page-contact__link {
  color: #042338;
}

@media screen and (max-width: 1023px) {
  .wellness-page-contact__col:not(:last-child) {
    margin-bottom: 80px;
  }
}

.wellness-page-contact__service-description {
  margin-top: 0 !important;
}

.wellness-page-contact .contacts {
  padding-top: 94px !important;
  margin-bottom: 170px;
}

.wellness-page-contact .contacts .icon {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1023px) {
  .wellness-page-contact .contacts {
    margin-bottom: 130px;
  }
}

.wellness-page-disclaimer__container {
  margin: 78px auto 100px;
  max-width: 700px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-disclaimer__container {
    max-width: 594px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-disclaimer__container {
    margin-left: 56px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__container {
    max-width: 311px;
    margin-left: auto;
  }
}

.wellness-page-disclaimer__title {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  color: #000000;
  opacity: 0.9;
  margin-bottom: 59px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__title {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-disclaimer__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-disclaimer__title {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-disclaimer__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-disclaimer__title {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-disclaimer__title {
    line-height: 38px;
  }
}

.wellness-page-disclaimer__text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #909090;
}

.wellness-page-disclaimer__text p {
  margin-top: 0;
}

html[data-wcag-enabled=true] #email_unsubscribe .sub--wellness-unsubscribe,
html[data-wcag-enabled=true] #email_unsubscribe .text--wellness-unsubscribe {
  color: #585858;
}

@media screen and (max-width: 1365px) {
  #email_unsubscribe {
    height: auto !important;
  }
}

#email_unsubscribe .title--wellness-unsubscribe {
  font-size: 45px !important;
  line-height: 50px;
  color: black !important;
  margin-bottom: 24px !important;
}

@media screen and (max-width: 1023px) {
  #email_unsubscribe .title--wellness-unsubscribe {
    font-size: 37px !important;
  }
}

#email_unsubscribe .sub--wellness-unsubscribe {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #909090;
  margin-bottom: 24px !important;
}

#email_unsubscribe .text--wellness-unsubscribe {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #909090;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  #email_unsubscribe .form--wellness-unsubscribe {
    margin: 0 20px;
  }
}

#email_unsubscribe .option--wellness-unsubscribe {
  min-width: 650px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #email_unsubscribe .option--wellness-unsubscribe {
    min-width: 300px;
  }
}

#email_unsubscribe .choise--wellness-unsubscribe {
  position: absolute !important;
  top: 0;
}

@media screen and (max-width: 767px) {
  #email_unsubscribe .choise--wellness-unsubscribe {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  #email_unsubscribe .choise--wellness-unsubscribe {
    margin-left: 0 !important;
  }
}

#email_unsubscribe .wellness-unsubscribe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #email_unsubscribe .wellness-unsubscribe__container {
    margin-bottom: 0;
  }
}

#email_unsubscribe .wellness-unsubscribe__email {
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

#email_unsubscribe .wellness-unsubscribe__email label {
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #27333C;
}

#email_unsubscribe .wellness-unsubscribe__email label span {
  color: red;
}

#email_unsubscribe .wellness-unsubscribe__email input {
  width: 271px;
  height: 43px;
  border: 1px solid #C6C6C6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wellness-unsubscribe__error {
  font-size: 12px;
  position: absolute;
  color: red;
  text-align: center;
  width: 280px;
  bottom: -45px;
}

.wellness-unsubscribe__submit {
  margin-top: 30px;
}

.wellness-forgot {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.container--wellness-forgot {
  max-width: 648px;
}

.title--wellness-forgot {
  font-size: 45px;
  line-height: 50px;
  color: black;
  opacity: 0.9;
  padding: 90px 0 36px;
}

@media screen and (max-width: 1023px) {
  .title--wellness-forgot {
    font-size: 37px;
  }
}

.foraria--wellness-forgot {
  font-size: 16px !important;
  line-height: 27px;
  color: #27333C;
  border-radius: 0 !important;
  margin-left: 0 !important;
}

.orange-button--wellness-forgot {
  color: black !important;
  min-width: 164px;
  margin-left: 0 !important;
}

.wellness-page-happifiers__main-header {
  margin-bottom: 96px;
  margin-top: 160px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-happifiers__main-header {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-happifiers__main-header {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers__main-header {
    margin-top: 84px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-happifiers__main-header {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-happifiers__main-header {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers__main-header {
    margin-top: 84px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers__main-header {
    margin-bottom: 30px;
  }
}

.wellness-page-happifiers__header-2 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers__header-2 {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-happifiers .topics_filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.wellness-page-happifiers .selected_option.listbox-button {
  background: none;
  color: #909090;
}

.wellness-page-happifiers .selected_option.listbox-button .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFA370;
  position: absolute;
  bottom: 15px;
  margin-left: 8px;
}

.wellness-page-happifiers .selected_option.listbox-button[aria-expanded='true'] .arrow {
  border-top: 0;
  border-bottom: 5px solid #FFA370;
}

.wellness-page-happifiers .topics_list {
  position: absolute;
  right: 0;
}

.wellness-page-happifiers .topics_list .select-option {
  border-bottom: 1px solid #909090;
  padding: 10px;
  cursor: pointer;
  width: 200px;
}

.wellness-page-happifiers .topics_list .select-option:hover {
  background-color: #909090;
  color: white;
}

@media screen and (max-width: 767px) {
  .wellness-happifier-carousel {
    width: 100%;
    margin: 0 auto;
  }
}

.wellness-happifier-carousel__rotator {
  overflow: hidden;
  background: white;
  border-radius: 14px;
}

.wellness-happifier-carousel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 1023px) {
  .wellness-happifier-carousel__inner {
    margin-bottom: 18px;
  }
}

.wellness-happifier-carousel__inner .happifier {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wellness-happifier-carousel__inner .happifier__inner {
  width: 100%;
  display: block;
  margin: 60px;
  background: #F3F3F3;
  -webkit-box-shadow: 0 5.68257px 8.11796px rgba(21, 21, 21, 0.1);
  box-shadow: 0 5.68257px 8.11796px rgba(21, 21, 21, 0.1);
  border-radius: 16.2359px;
}

.wellness-happifier-carousel__inner .happifier__link {
  display: block;
  padding: 30px;
}

.wellness-happifier-carousel__inner .happifier__link:hover {
  color: #FFA370;
  text-decoration: none;
}

.wellness-happifier-carousel__inner .happifier__name {
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
}

.wellness-happifier-carousel__inner .happifier__image-container img {
  width: 100%;
}

.wellness-happifier-carousel__next-btn,
.wellness-happifier-carousel__prev-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 22px;
}

.wellness-happifier-carousel__prev-btn {
  left: 52px;
  background: url("/static/img/questions-prev@2x.png");
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .wellness-happifier-carousel__prev-btn {
    left: 8%;
  }
}

.wellness-happifier-carousel__next-btn {
  background: url("/static/img/questions-next@2x.png");
  background-size: contain;
  right: 52px;
}

@media screen and (max-width: 767px) {
  .wellness-happifier-carousel__next-btn {
    right: 8%;
  }
}

.wellness-happifier-carousel__liveregion {
  opacity: 0;
  position: absolute;
}

.hd-subscribe-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block {
    margin-bottom: 20px;
    min-height: 260px;
  }
}

.hd-subscribe-block__wrapper {
  padding: 20px 30px;
  height: 100%;
}

.hd-subscribe-block__wrapper .dh_logo img {
  width: 100px;
}

.hd-subscribe-block__header {
  font-size: 22px;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__header {
    font-size: 17px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__header {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__header {
    font-size: 23px;
  }
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__header {
    font-size: 17px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__header {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__header {
    font-size: 23px;
  }
}

.hd-subscribe-block__sub-header {
  font-size: 16px;
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__sub-header {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__sub-header {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__sub-header {
    font-size: 16px;
  }
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__sub-header {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__sub-header {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__sub-header {
    font-size: 16px;
  }
}

.hd-subscribe-block__form {
  margin-top: 13px;
}

.hd-subscribe-block__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.hd-subscribe-block__form-label {
  font-size: 16px;
  color: #333333;
  line-height: 27px;
}

.hd-subscribe-block__submit {
  font-size: 17px;
  width: 40%;
  max-width: initial;
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__submit {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__submit {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__submit {
    font-size: 17px;
  }
}

@media screen and (max-width: 1365px) {
  .hd-subscribe-block__submit {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .hd-subscribe-block__submit {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__submit {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__submit {
    width: 100%;
  }
}

.hd-subscribe-block__input {
  height: 100%;
  width: 100%;
}

.hd-subscribe-block__input-wrapper {
  height: 40px;
  margin-right: 14px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .hd-subscribe-block__input-wrapper {
    margin-right: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
  }
}

.hd-subscribe-block__success-msg {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hd-subscribe-block__privacy {
  color: #909090 !important;
  text-decoration: underline;
  font-size: 14px;
}

.hd-subscribe-block__privacy-wrapper {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hd-promo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hd-promo-block {
    gap: 0;
  }
}

.hd-add-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hd-add-block {
    min-height: 150px;
  }
}

.hd-start-quiz-btn {
  padding: 0;
  height: auto;
}

.happifiers-section {
  margin-top: 90px;
}

@media screen and (max-width: 1365px) {
  .happifiers-section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .happifiers-section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .happifiers-section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1365px) {
  .happifiers-section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .happifiers-section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .happifiers-section {
    margin-top: 60px;
  }
}

.recently-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .recently-shared {
    gap: 0;
  }
}

.block-fill-full {
  width: 100%;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.wellness-subscribe-dh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 27px;
  color: #042338;
  margin-bottom: 48px !important;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wellness-subscribe-dh__area {
  padding: 23px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wellness-subscribe-dh__headline {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__headline {
    text-align: center;
  }
}

.wellness-subscribe-dh__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wellness-subscribe-dh__input-container .wellness-button {
  font-size: 17px;
  line-height: 30px;
  color: #2F2D2C;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__input-container .wellness-button {
    margin-top: 20px;
    max-width: initial;
    width: 100%;
  }
}

.wellness-subscribe-dh__input {
  height: 40px;
  border: 2px solid #909090;
  border-radius: 0;
  margin-right: 7px;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__label {
    text-align: center;
  }
}

.wellness-subscribe-dh__privacy {
  font-size: 12px;
  line-height: 27px;
  text-align: center;
}

.wellness-subscribe-dh__privacy a {
  color: #909090;
  text-decoration: underline;
}

.wellness-subscribe-dh__fblike-area {
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .wellness-subscribe-dh__fblike-area {
    border-left: 0;
  }
}

.wellness-subscribe-dh__success-msg {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.wellness-subscribe-dh.subscribed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wellness-subscribe-dh.subscribed .fblike-area__header {
  margin-bottom: 10px;
}

.wellness-subscribe-dh.subscribed .fb_iframe_widget {
  margin-left: 0;
  margin-top: 10px;
}

.wellness-subscribe-dh.subscribed .fb-container {
  margin-bottom: 20px;
}

.fblike-area__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fblike-area__header {
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
  padding: 0 23px;
}

.fblike-area__header--grey {
  background: #eceef6;
}

@media screen and (max-width: 767px) {
  .fblike-area__header {
    margin-bottom: 0;
  }
}

.fblike-area__fb-like {
  margin: 0 auto !important;
}

.promo-container {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.promo-container__row {
  position: relative;
  width: 100%;
}

.promo-container__content {
  max-width: 581px;
  margin: 0 auto;
}

.promo-container__aside {
  width: 269px;
  position: absolute !important;
  right: 0;
}

@media screen and (max-width: 1365px) {
  .promo-container__aside {
    display: none !important;
  }
}

.promo-container__header {
  font-family: "GT Walsheim Trial";
  font-size: 32px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0.9;
  font-weight: normal !important;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .promo-container__header {
    line-height: 38px !important;
  }
}

.wellness-page-hd__h1 {
  font-size: 24px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .wellness-page-hd__h1 {
    font-size: 18px;
  }
}

.wellness-page-hd__h1_margin {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .wellness-page-hd__h1_margin {
    margin-bottom: 24px;
  }
}

.wellness-page-hd__h1_grey {
  color: #8D8D8D;
}

.wellness-page-hd__most-popular-header {
  font-size: 32px;
  line-height: 50px;
  color: #27333C;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .wellness-page-hd__most-popular-header {
    font-size: 24px;
    line-height: 40px;
  }
}

.first-section {
  margin-left: 226px;
  font-size: 45px;
}

@media screen and (max-width: 1365px) {
  .first-section {
    margin-left: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .first-section {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .first-section {
    max-width: 250px;
    margin: 0 auto;
  }
}

.first-section_header {
  font-size: 45px;
}

.first-section_buttons {
  margin-top: 30px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.second-section {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .second-section {
    margin-top: 42px;
  }
}

.second-section_image-tablet {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .second-section_image-tablet {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .second-section_image {
    display: none;
  }
}

.third-section {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .third-section {
    margin-top: 50px;
  }
}

.third-section_header {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 12px;
}

.third-section_image {
  max-width: 1135px;
}

@media screen and (max-width: 1365px) {
  .third-section_image {
    max-width: 879px;
  }
}

@media screen and (max-width: 1023px) {
  .third-section_image {
    max-width: 686px;
  }
}

@media screen and (max-width: 767px) {
  .img-with-circle {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img-with-man {
    margin-bottom: 30px;
  }
}

.wellness-index-image-with-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 100px 0 0 95px;
  min-height: 485px;
}

@media screen and (max-width: 1365px) {
  .wellness-index-image-with-background {
    padding: 70px 0 0 70px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-index-image-with-background {
    background: none !important;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .wellness-index-image-with-background {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wellness-index-image-with-background__text {
  max-width: 400px;
}

@media screen and (max-width: 1023px) {
  .wellness-index-image-with-background__text {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-index-image-with-background__text {
    margin-right: 0;
  }
}

.wellness-index-image-with-background__mobile {
  max-width: 322px;
}

.fourth-section {
  margin-top: 150px;
}

@media screen and (max-width: 1365px) {
  .fourth-section {
    margin-top: 124px;
  }
}

@media screen and (max-width: 420px) {
  .fourth-section {
    margin-top: 68px;
  }
}

.fourth-section__block {
  margin-bottom: 150px;
}

@media screen and (max-width: 1365px) {
  .fourth-section__block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .fourth-section__block {
    margin-bottom: 75px;
  }
}

.fourth-section__text-2 {
  max-width: 380px;
}

.chart-section {
  margin-top: 140px;
}

@media screen and (max-width: 1365px) {
  .chart-section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-section {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .chart-section {
    margin-top: 86px;
  }
}

@media screen and (max-width: 1365px) {
  .chart-section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-section {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .chart-section {
    margin-top: 86px;
  }
}

.chart-section__image {
  max-width: 840px;
  max-height: 240px;
}

@media screen and (max-width: 767px) {
  .chart-section__image {
    display: none;
  }
}

.chart-section__image-mobile {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 30px;
  max-height: 356px;
}

.chart-section__h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1365px) {
  .chart-section__h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-section__h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .chart-section__h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1365px) {
  .chart-section__h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1023px) {
  .chart-section__h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .chart-section__h3 {
    font-size: 16px;
  }
}

.wellness-section-testimonial {
  margin-top: 150px;
}

@media screen and (max-width: 1365px) {
  .wellness-section-testimonial {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section-testimonial {
    margin-top: 124px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-testimonial {
    margin-top: 86px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-section-testimonial {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section-testimonial {
    margin-top: 124px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-testimonial {
    margin-top: 86px;
  }
}

.wellness-section-carousel {
  margin-top: 150px;
}

@media screen and (max-width: 1365px) {
  .wellness-section-carousel {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section-carousel {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-carousel {
    margin-top: 86px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-section-carousel {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section-carousel {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-section-carousel {
    margin-top: 86px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-section-carousel .slick-slide {
    height: 500px;
  }
}

.wellness-section-carousel__more-articles {
  width: 100%;
  max-width: 230px;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .wellness-section-carousel__more-articles {
    margin-top: 0;
  }
}

.card-list {
  width: 100%;
  max-width: 1166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .card-list {
    display: none;
  }
}

.card-list_item {
  max-width: 364px;
  position: relative;
}

.card-list_item img {
  height: auto;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.card-list_item_text-block {
  padding: 20px;
}

.card-list_item_text-block_paragraph {
  margin-bottom: 54px;
}

.card-list_item_text-block_read-more {
  position: absolute;
  bottom: 15px;
}

.card-list_item_text-block .text-4 {
  margin-bottom: 16px;
}

.carousel-card-list {
  display: none;
}

@media screen and (max-width: 767px) {
  .carousel-card-list .slick-slide {
    max-height: 450px;
  }
}

.carousel-card-list_item {
  max-width: 450px;
  margin: 0 20px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .carousel-card-list_item {
    max-width: 270px;
    height: 100%;
  }
}

.carousel-card-list_item_text-block {
  padding: 10px 20px 20px 20px;
}

.carousel-card-list_item_text-block_paragraph {
  margin-bottom: 10px;
}

.carousel-card-list_item_text-block_read-more {
  display: block;
  margin-top: 8px;
}

.carousel-card-list_item img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1023px) {
  .carousel-card-list {
    display: block;
  }
}

.wellness-investors-page_h2 {
  font-size: 26px;
  line-height: 50px;
  margin-top: 94px !important;
  margin-bottom: 36px !important;
  text-align: center;
}

.wellness-investors-page_p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.wellness-investors-page_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wellness-investors-page_katz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .wellness-investors-page_katz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wellness-investors-page_katz_text {
  font-size: 45px;
  line-height: 50px;
  max-width: 400px;
  width: 50%;
  color: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (max-width: 1023px) {
  .wellness-investors-page_katz_text {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-investors-page_katz_text {
    width: 100%;
    max-width: initial;
    font-size: 32px;
    line-height: 40px;
  }
}

.wellness-investors-page_katz_image {
  border-radius: 14px;
  max-width: 430px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .wellness-investors-page_katz_image {
    width: 100%;
  }
}

.wellness-page_legal .main-heading {
  margin-bottom: 30px !important;
  margin-top: 94px !important;
}

.wellness-page_legal .sub-heading {
  margin: 30px auto 50px;
  color: #333333 !important;
}

.wellness-page_legal .happy-tabs li {
  margin-bottom: 16px !important;
}

.wellness-page_legal:target:before {
  display: none !important;
}

.wellness-page_legal .terms_list {
  overflow: auto;
}

.wellness-page-login {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.wellness-page-login__middle-text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: black;
}

.container--wellness-page-login {
  max-width: 648px;
}

.title--wellness-page-login {
  font-size: 45px;
  line-height: 50px;
  color: black;
  opacity: 0.9;
  padding: 90px 0 36px;
}

@media screen and (max-width: 1023px) {
  .title--wellness-page-login {
    font-size: 37px;
  }
}

.buttons_area--wellness-page-login {
  padding: 15px 0;
}

.foraria--wellness-page-login {
  font-size: 16px !important;
  line-height: 27px;
  color: #27333C;
}

.user-success--wellness-page-login {
  border-radius: 0 !important;
}

.button_container--wellness-page-login {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .button_container--wellness-page-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.button_container__item--wellness-page-login {
  min-width: 164px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .button_container__item--wellness-page-login:nth-child(2) {
    margin-top: 20px;
  }
}

.orange-button--wellness-page-login {
  width: 100%;
  color: black !important;
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .wellness-page-press div {
    width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-press img {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-press .press-item {
    padding-bottom: 10px !important;
  }
}

.wellness-page-press .contact-block {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .wellness-page-press .contact-block {
    margin-bottom: 60px;
  }
}

.wellness-page-press .contact-block__header {
  font-size: 26px;
  line-height: 50px;
}

.wellness-page-press .contact-block__link {
  color: #FFA370;
  text-decoration: underline;
}

.wellness-page-research .main-heading {
  font-size: 45px !important;
  line-height: 50px !important;
  color: #042338 !important;
}

@media screen and (max-width: 1023px) {
  .wellness-page-research .main-heading {
    font-size: 37px !important;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-research .main-heading {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}

.reset-password-page__button {
  margin: 30px auto 0;
  border: none;
  font-family: "GT Walsheim" !important;
}

.wellness-page-science_mt {
  margin-top: 130px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-science_mt {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science_mt {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science_mt {
    margin-top: 52px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-science_mt {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science_mt {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science_mt {
    margin-top: 52px;
  }
}

.wellness-page-science__header-2 {
  text-align: center;
  font-size: 37px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__header-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__header-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__header-2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__header-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__header-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__header-2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__header-2 {
    font-size: 32px;
  }
}

.wellness-page-science__section-1 {
  margin-bottom: 75px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__section-1 {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__section-1 {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-1 {
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__section-1 {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__section-1 {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-1 {
    margin-bottom: 67px;
  }
}

.wellness-page-science__section-3 {
  margin-bottom: 70px;
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__section-3 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__section-3 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-3 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1365px) {
  .wellness-page-science__section-3 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__section-3 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-3 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-list-with-images-paragraph {
    margin-bottom: 50px;
  }
}

.wellness-page-science__section-list-with-images-header {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .wellness-page-science__section-list-with-images-header {
    font-size: 24px;
    line-height: 40px;
  }

  .wellness-page-science__section-list-with-images-header br {
    display: none;
  }
}

.wellness-page-science__section-list-with-images-text {
  font-size: 16px;
  color: #27333C;
}

.wellness-page-science__orange-btn {
  width: 100%;
  max-width: 277px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wellness-page-science__orange-btn:hover {
  text-decoration: none;
}

.wellness-page-science__more-experts-btn {
  margin-bottom: 86px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .wellness-page-science__more-experts-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .wellness-page-science__brain-img {
    margin-top: 30px;
  }
}

.wellness-page-science .content {
  max-width: 440px;
}

.wellness-page-science .content__last-raw {
  margin-top: 84px;
}

@media screen and (max-width: 767px) {
  .wellness-page-science .content__last-raw {
    margin-top: 0;
  }
}

.wellness-page-science .content__first-raw {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .wellness-page-science .content__first-raw {
    margin-top: 0;
  }
}

.wellness-page-science .wellness-button {
  max-width: 277px;
  height: 47px;
}

.wellness-experts-behind-happify {
  background: url("/static/img/wellness_landing/the-experts-behind-happify_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wellness-experts-behind-happify__avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wellness-experts-behind-happify__header {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .wellness-experts-behind-happify__header {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .wellness-team-page {
    padding-top: 44px !important;
  }

  .wellness-team-page .heading-text {
    margin-bottom: 78px !important;
  }

  .wellness-team-page .avatar_container {
    margin-bottom: 14px !important;
  }

  .wellness-team-page .member-description h2 {
    margin-bottom: 3px !important;
  }

  .wellness-team-page .member-description h3 {
    margin-bottom: 4px !important;
  }
}

#public_home #our-team * {
  font-family: "GT Walsheim";
}

#public_home #our-team .heading-text {
  font-size: 17px;
  max-width: 565px;
  margin: 17px auto 100px;
}

#public_home #our-team .member .avatar_container {
  background-image: url("/static/img/wellness_landing/team_avatar_background.png");
  background-size: cover;
  padding: 7px;
  border: none;
  background-color: unset;
  background-clip: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#public_home #our-team .member .avatar_container .avatar {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  #public_home #our-team .member .avatar_container {
    margin: 0 auto 10px;
  }
}

#public_home #our-team .member:last-child {
  margin-bottom: 0;
}

#public_home #our-team .member h2 {
  font-size: 26px;
  font-weight: 500;
}

#public_home #our-team .member h3 {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

#public_home #our-team .member .wellness-team-page_text {
  margin-top: 8px;
  margin-bottom: 0;
}

.onboarding-classic {
  margin: 0 auto -115px;
  width: 100%;
  background: url("/static/img/wellness_landing/onboarding-classic-bg.png") no-repeat bottom;
  background-size: cover;
  max-width: 768px;
}

.onboarding-classic .fontBase {
  font-size: 18px;
  line-height: 24px;
  font-family: 'GT Walsheim', sans-serif;
}

.onboarding-classic__container {
  padding: 39px 20px 2px;
}

.onboarding-classic__title {
  font-size: 32px;
  font-family: 'GT Walsheim', sans-serif;
  line-height: 36px;
  text-align: center;
  color: #1F313C;
}

.onboarding-classic__sub-title {
  margin: 0 auto;
  max-width: 231px;
  text-align: center;
}

.onboarding-classic__logo {
  display: block;
  margin: 0 auto;
  padding-top: 32px;
}

.onboarding-classic__text {
  font-size: 18px;
  line-height: 24px;
  font-family: 'GT Walsheim', sans-serif;
  color: #778188;
  padding-top: 29px;
}

.onboarding-classic__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 26px;
}

.onboarding-classic__button {
  width: 160px;
  height: 50px;
  display: none;
}

.onboarding-classic__button img {
  width: 100%;
  height: 100%;
}

.onboarding-classic__list {
  padding-top: 30px;
}

.onboarding-classic__list-item {
  font-size: 18px;
  line-height: 24px;
  font-family: 'GT Walsheim', sans-serif;
  padding-bottom: 30px;
}

.onboarding-classic__list-item span {
  color: #1F313C;
}

.onboarding-classic__list-item:last-child {
  padding-bottom: 0;
}

.onboarding-classic__play {
  display: block;
  margin: 0 auto;
  padding: 101px 0 16px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}