/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

:root {
    --canvas: #FBFAF9;
    --coal: #333333;
    --grey: #545454;
    --purple: #7E47FF;
    --white: #FFFFFF;
}

html {
  background-color: var(--canvas);
}

.site-main{
  background: var(--canvas);
}


a{
    transition: all 0.3s ease-in;
}

a:hover{
    transition: all 0.3s ease-in;
}

[type=button]:focus, [type=submit]:focus, button:focus{
    border: none!important;
    outline: none!important;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("font/Manrope-VariableFont_wght.ttf") format("truetype");
}

html {
  size: 100%;
  font-family: 'Manrope'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--coal);
}

h1,h2,h3,h4,h5,p,li,a,span,div{
  font-family: 'Manrope'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rounded_box {
    width: 160px!important;
    height: 160px!important;
    left: 50px!important;
    top: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background: #fff;
    border-radius: 100%;
    padding-left: 10px;
    padding-right: 10px;
}



.img_overlay {
    position: absolute;
    width: 95%;
    height: 50rem;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    left: 2.5%;
    margin-top: 410px;
}

.padding--top {
    margin-bottom: 35rem!important;
}

.section--hearing-well h2{
  position: relative;
  z-index: 5;
  max-width: 75%;
}

.section--hearing-well p{
  position: relative;
  z-index: 5;
}


.zero_space .elementor-element-populated{
    padding: 0!important;
}

.custom_spacing .elementor-column-gap-no{
    display: flex;
        -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
    display: grid;
}

.custom_spacing .elementor-column-gap-no .elementor-column {
    width: 100%;
}
/*
.hearing-well__demo {
  background-image: url("img/mimi-demo.jpg");
  background-size: cover;
  background-position: center;
  height: 32rem;
  position: relative;
}*/

.footer_menu a{
    padding-left: 0!important;
    padding-right: 40px!important;
    font-size: 16px;
}

.bg_canvas{
    position: relative;
}

.bg_canvas:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
      background: linear-gradient(-45deg, #FBFAF9, #EEE5FA, #FBFAF9, #EEE5FA);
      background-size: 400% 400%;
      -webkit-animation: gradient 5s ease infinite;
              animation: gradient 5s ease infinite;
    content: "";
}

.bg_canvas:after{
    position: absolute;
    width: 640px;
    background: url("img/mimi-symbol.png");
    content: "";
    height: 100%;
    z-index: 2;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 68%;
}


@media screen and (max-width: 1400px) {
    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 80%;
    }
}

@media only screen  and (max-width: 1100px) {

  .section--hearing-well h2{
      font-size: 72px!important; 
      line-height: 80px!important;
      max-width: 90%!important;
  }
  .section--hearing-well p{
      font-size: 32px!important;
      line-height: 40px!important;
  }
 
  .img_overlay{
    height: 35rem;
    margin-top: 325px;
  }

  .demo{
    grid-template-rows: none!important;
    width: 100%!important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding--top{
    margin-bottom: 150px;
  }
}

@media only screen  and (max-width: 1000px) {
 .section--hearing-well h2{
      max-width: 100%!important;
  }

  .gradient--purple{
    height: 35rem;
  }

   .padding--top{
    margin-bottom: 350px;
  }

  .elementor-2 .elementor-element.elementor-element-c386985 > .elementor-widget-container,
  .elementor-2 .elementor-element.elementor-element-305449d > .elementor-widget-container{
    margin: 0!important;
  }
}

@media only screen  and (max-width: 768px) {
  .section--hearing-well h2{
      font-size: 48px!important; 
      line-height: 56px!important;
  }
  .gradient--purple {
      height: 25rem;
  }
  .padding--top {
    margin-bottom: 35rem;
  }
  .img_overlay {
    height: 25rem;
    margin-top: 30rem;
    background-position: right;
  }

  .demo{
    margin-top: 10rem!important;
  }
}

@media only screen  and (max-width: 550px) {
  .section--hearing-well h2 {
      font-size: 40px!important;
      line-height: 45px!important;
  }

  .gradient--purple {
      height: 30rem;
  }

  .img_overlay {
    height: 30rem;
    margin-top: 27rem;      
    width: 100%;
    left: 0;
    border-radius: 0!important;
    background-position: -250px 0px;
  }
}

@media only screen  and (max-width: 500px) {
  .img_overlay {
    height: 35rem;
  }
}

.small_font p{
    margin-bottom: 0;
    font-size: 14px;
}

.site-header{
    padding-top: 2rem;
    padding-bottom: 0;
    min-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.site-header:not(.header-stacked) .header-inner .site-branding{
    max-width: 15%;
}

.site-header:not(.header-stacked) .header-inner .site-navigation{
    max-width: 83%;
}

.menu-main-menu-container{
    width: 100%;
}

.site-navigation ul.menu{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.site-header .site-navigation ul.menu li a:hover{
    color: var(--purple);
}

.site-navigation ul.menu li a{
    font-size: 16px;
}

/* Changed to just the contact button */
/*.site-navigation ul.menu li:last-child a{*/
#menu-item-1328 a {
    border-radius: 2rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--coal);
    color: var(--canvas);
    transition: all 0.3s ease-in;
    line-height: 28px;
}

/* .site-navigation ul.menu li:last-child a:hover{ */
#menu-item-1328 a:hover {
    background-color: var(--purple);
    color: var(--canvas);
    transition: all 0.3s ease-in;
}


.elementor-button{
    background-color: var(--coal);
    color: var(--canvas);
    border-radius: 2rem;
    display: inline-block;
    padding: 0.75rem 2rem;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.elementor-button-text{
    color: var(--canvas);
    font-size: 16px;
}

.elementor-button:hover{
    transition: all 0.3s ease-in;
    background-color: var(--purple);
}


.gradient--animated {
  background: linear-gradient(-45deg, #FBFAF9, #EEE5FA, #FBFAF9, #EEE5FA);
  background-size: 400% 400%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
}

.gradient--purple {
  background: linear-gradient(35deg, #fbfaf9 0%, #b49ef5 35%, #9d7bfe 45%, #9c7ef7 55%, #e5ddfa 100%);
}

.gradient--vertical {
  background: #fbfaf9;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfaf9), color-stop(50%, #f1ebff), to(#fbfaf9));
  background: linear-gradient(0deg, #fbfaf9 0%, #f1ebff 50%, #fbfaf9 100%);
}

.gradient--vertical-bottom {
  background: #fbfaf9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf9), to(#f1ebff));
  background: linear-gradient(180deg, #fbfaf9 0%, #f1ebff 100%);
}

.gradient--subpage {
  background: #fbfaf9;
  background: linear-gradient(185deg, #fbfaf9 0%, #e2d8f4 25%, #fbfaf9 70%, #fbfaf9 100%);
}
/*
.hearing-well__demo{
    margin: 0 auto;
    background: linear-gradient(35deg, #fbfaf9 0%, #b49ef5 35%, #9d7bfe 45%, #9c7ef7 55%, #e5ddfa 100%);
    background-image: url('img/mimi-demo.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 95%;
    border-radius: 4rem;
}
*/


#play-btn-mimi {
  margin-left: 2rem;
  display: none;
}

.audio-player__button {
  height: 7rem;
  width: 7rem;
  border-radius: 4rem;
  background-color: var(--purple);
  border: none;
  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;
}

.audio-player__button.active {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1100px) {
  .audio-player__button {
    height: 7rem;
    width: 7rem;
  }
}

.audio-player__button--mimi {
  background-color: var(--canvas);
}

.audio-player__button--mimi.personalized {
  background-color: var(--purple);
}

.visually-hidden {
    position: absolute;
    top: 0;
    left: -99999px;
}

.audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.white-button .elementor-button{
    background-color: transparent;
    color: var(--canvas);
    border: 1px solid var(--canvas);
}

.white-button .elementor-button:hover{
    background-color: var(--canvas);
}

    .white-button .elementor-button:hover span{
        color: var(--purple);
    }


.purple-button .elementor-button{
    border: 1px solid var(--purple);
    background-color: transparent;
}

    .purple-button .elementor-button span{
        color: var(--coal);
    }
 
.purple-button .elementor-button:hover{
    background-color: var(--purple);
}

    .purple-button .elementor-button:hover span{
        color: var(--canvas);
    }



.demo {
  width: 92%;
  margin: 0 auto;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  left: 0;
  z-index: 2;
}



.demo__excerpt {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: var(--canvas);
}





@media only screen and (max-width: 1240px){
    .custom_spacing .elementor-column-gap-no{
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 1024px){
    .custom_spacing .elementor-column-gap-no{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        display: grid;
        grid-gap: 1rem;
    }

    .rounded_box{
        left: 100px!important;
    }   

    .bg_canvas:after{
        width: 50%;
        top: 6rem;
        background-position: top right;
    }

    .display img{
        width: 60px!important;
    }
}

@media only screen and (max-width: 768px){
    .custom_spacing .elementor-column-gap-no{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        display: grid;
        grid-gap: 1rem;
    }

    .display img{
        width: 35px!important;
    }
}


.site-header .site-navigation-toggle i{
    color: #fff;
    transition: all 0.3s ease-in;
}

.site-navigation-toggle-holder .site-navigation-toggle{
    background: var(--coal);
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
        font-size: 20px;
        transition: all 0.3s ease-in;
}

.site-navigation-dropdown{
    position: fixed;
    top: 0;
    height: 100vh;
    margin-top: 0;
    z-index: 50;
}

.site-header .site-branding,
.site-navigation-toggle-holder{
  z-index: 100;
}
 
.site-navigation-dropdown ul.menu{
    top: 150px;
    background-color: var(--purple);
    overflow: auto;
    max-height: calc(100vh - 150px);
    padding-bottom: 30px;
}

.site-navigation-dropdown ul.menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: var(--purple);
}

.site-navigation-dropdown ul.menu::-webkit-scrollbar
{
  width: 3px;
  background-color: var(--purple);
}

.site-navigation-dropdown ul.menu::-webkit-scrollbar-thumb
{
  background-color: var(--purple);
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{
    background-color: var(--purple);  
}


.site-navigation-dropdown ul.menu li a{
    background-color: var(--purple);  
    font-size: 1.5rem;
    color: var(--canvas);
    text-decoration: none;
    text-align: center;    
    box-shadow: none;
}

.site-header .elementor-active .site-navigation-toggle i{
  color: #333;
  transition: all 0.3s ease-in;
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle{
  background: #fff;
  transition: all 0.3s ease-in;
}


.custom-logo.white{
  transition: all 0.2s ease-in;
  filter: invert(1) brightness(2);
}

.custom-logo{
  transition: all 0.2s ease-in;
  filter: invert(0) brightness(0);
}

.site-navigation-dropdown ul.menu li:last-child a{
    border-radius: 2rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--coal);
    color: var(--canvas);
    transition: all 0.3s ease-in;
    line-height: 28px;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.site-navigation-dropdown ul.menu li:last-child a:hover{
  background-color: #fff;
  color: var(--coal);
}

.site-navigation-dropdown ul.menu li{
  margin-bottom: 10px;
}












/***************************************************************/


ul {
  list-style: none;
}

html {
  background-color: var(--canvas);
}

.gradient--animated {
  background: linear-gradient(-45deg, #FBFAF9, #EEE5FA, #FBFAF9, #EEE5FA);
  background-size: 400% 400%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
}

.gradient--purple {
  background: linear-gradient(35deg, #fbfaf9 0%, #b49ef5 35%, #9d7bfe 45%, #9c7ef7 55%, #e5ddfa 100%);
}

.gradient--vertical {
  background: #fbfaf9;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfaf9), color-stop(50%, #f1ebff), to(#fbfaf9));
  background: linear-gradient(0deg, #fbfaf9 0%, #f1ebff 50%, #fbfaf9 100%);
}

.gradient--vertical-bottom {
  background: #fbfaf9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf9), to(#f1ebff));
  background: linear-gradient(180deg, #fbfaf9 0%, #f1ebff 100%);
}

.gradient--subpage {
  background: #fbfaf9;
  background: linear-gradient(185deg, #fbfaf9 0%, #e2d8f4 25%, #fbfaf9 70%, #fbfaf9 100%);
}

.background--white {
  background-image: url("../img/background/mimi-background--white.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.background--health {
  background-image: url("../img/background/mimi-background--health.jpeg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  margin-bottom: 12rem;
  position: relative;
}

.background--hearingID {
  background: #fbfaf9;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfaf9), color-stop(50%, #f1ebff), to(#fbfaf9));
  background: linear-gradient(0deg, #fbfaf9 0%, #f1ebff 50%, #fbfaf9 100%);
  background-image: url("../img/background/mimi-background--hearing-id.png");
  background-repeat: no-repeat;
  background-position: center 8rem;
  background-size: cover;
}

.background--news {
  background-color: var(--canvas);
  background-image: url("../img/background/background-news.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

:root {
  --canvas: #FBFAF9;
  --coal: #333333;
  --grey: #545454;
  --purple: #7E47FF;
  --white: #FFFFFF;
}

.width-container {
  width: 92%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .width-container {
    width: 80%;
  }
}

@media (min-width: 1600px) {
  .width-container {
    width: 68%;
  }
}

.width-container--narrow {
  width: 92%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .width-container--narrow {
    width: 80%;
  }
}

@media (min-width: 1100px) {
  .width-container--narrow {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .width-container--narrow {
    max-width: 45rem;
  }
}

.width-container--wide {
  padding: 0 1rem;
}

@media (min-width: 1100px) {
  .width-container--wide {
    width: 95%;
    margin: 0 auto;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
}

.grid--justify-item {
  justify-items: center;
}

.grid--align-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--align-items--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

@media (min-width: 1100px) {
  .grid--2-col {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.grid--3-col {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 4rem;
}

@media (min-width: 1100px) {
  .grid--3-col {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.grid--4-col {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

@media (min-width: 1100px) {
  .grid--4-col {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.grid--4-col--vertical {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

@media (min-width: 1100px) {
  .grid--4-col--vertical {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.grid--6-col {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1100px) {
  .grid--6-col {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}

.mt-1 {
  margin-top: 1rem;
}

@media (min-width: 1100px) {
  .mt-1 {
    margin-top: 2rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}

@media (min-width: 1100px) {
  .mt-2 {
    margin-top: 4rem;
  }
}

.mt-4 {
  margin-top: 4rem;
}

@media (min-width: 1100px) {
  .mt-4 {
    margin-top: 8rem;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .mb-1 {
    margin-bottom: 2rem;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}

@media (min-width: 1100px) {
  .mb-2 {
    margin-bottom: 4rem;
  }
}

.mb-4 {
  margin-bottom: 4rem;
}

@media (min-width: 1100px) {
  .mb-4 {
    margin-bottom: 8rem;
  }
}

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

@media (min-width: 1100px) {
  .padding--top-bottom {
    padding: 12rem 0;
  }
}

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

@media (min-width: 1100px) {
  .padding--top {
    padding-top: 12rem;
  }
}

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

@media (min-width: 1100px) {
  .padding--bottom {
    padding-bottom: 12rem;
  }
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Manrope-VariableFont_wght.ttf") format("truetype");
}

html {
  size: 100%;
  font-family: 'Manrope';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--coal);
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--canvas);
  background: var(--coal);
}

::selection {
  color: var(--canvas);
  background: var(--coal);
}

.display {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 200;
  padding-bottom: 1rem;
}

@media (min-width: 374px) {
  .display {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 768px) {
  .display {
    font-size: 4.5rem;
    line-height: 5rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .display {
    font-size: 5.625rem;
    line-height: 6.125rem;
  }
}

.h1 {
  font-size: 4.75rem;
  line-height: 5.25rem;
  font-weight: 300;
}

.h2 {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
}

@media (min-width: 1100px) {
  .h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

@media (min-width: 1100px) {
  .h3 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}

.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1100px) {
  .h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1100px) {
  .h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h6, .p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tc--canvas {
  color: var(--canvas);
}

.tc--coal {
  color: var(--coal);
}

.tc--purple {
  color: var(--purple);
}

.tc--grey {
  color: var(--grey);
}

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

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

.audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#play-btn-mimi {
  margin-left: 2rem;
  display: none;
}

.audio-player__button {
  height: 7rem;
  width: 7rem;
  border-radius: 4rem;
  background-color: var(--purple);
  border: none;
  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;
}

.audio-player__button.active {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1100px) {
  .audio-player__button {
    height: 7rem;
    width: 7rem;
  }
}

.audio-player__button--mimi {
  background-color: var(--canvas);
}

.audio-player__button--mimi.personalized {
  background-color: var(--purple);
}

.awards {
  margin-top: 8rem;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media (min-width: 768px) {
  .awards {
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1100px) {
  .awards {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

.awards li:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

@media (min-width: 768px) {
  .awards li:first-of-type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
  }
}

@media (min-width: 1100px) {
  .awards li:first-of-type {
    grid-column: auto;
  }
}

@media (min-width: 768px) {
  .awards li:nth-of-type(2) {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/11;
  }
}

@media (min-width: 1100px) {
  .awards li:nth-of-type(2) {
    grid-column: auto;
  }
}

@media (min-width: 768px) {
  .awards li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
}

@media (min-width: 1100px) {
  .awards li:nth-of-type(3) {
    grid-column: auto;
  }
}

@media (min-width: 768px) {
  .awards li:nth-of-type(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
  }
}

@media (min-width: 1100px) {
  .awards li:nth-of-type(4) {
    grid-column: auto;
  }
}

@media (min-width: 768px) {
  .awards li:last-of-type {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/13;
  }
}

@media (min-width: 1100px) {
  .awards li:last-of-type {
    grid-column: auto;
  }
}

.awards li img {
  width: 8rem;
  height: auto;
}

@media (min-width: 1100px) {
  .awards li img {
    width: 10rem;
  }
}

.btn {
  border-radius: 2rem;
  display: inline-block;
  padding: 0.75rem 2rem;
  text-decoration: none;
  margin-top: 1.5rem;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

a.btn:hover {
  text-decoration: none;
}

.btn--primary {
  background-color: var(--coal);
  color: var(--canvas);
}

.btn--primary:hover {
  background-color: var(--purple);
  color: var(--canvas);
}

.btn--secondary {
  color: var(--coal);
  border: 1px solid var(--purple);
  background-color: transparent;
}

.btn--secondary:hover {
  background-color: var(--purple);
  color: var(--canvas);
}

.btn--white {
  background-color: var(--canvas);
  color: var(--coal);
}

.btn--outline {
  background-color: var(--purple);
  color: var(--canvas);
  border: 1px solid var(--canvas);
}

.btn--outline:hover {
  background-color: var(--canvas);
  color: var(--purple);
}

.btn--outline-purple {
  background-color: var(--canvas);
  color: var(--purple);
  border: 1px solid var(--purple);
}

.btn--outline-purple:hover {
  background-color: var(--purple);
  color: var(--canvas);
}

.card {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2rem 1rem;
}

@media (min-width: 1100px) {
  .card {
    border-radius: 4rem;
    padding: 4rem 1rem;
  }
}

.carousel-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  height: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel {
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  margin: 0;
  padding: 0;
}

.carousel__slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.carousel__slide img {
  width: 100%;
  height: auto;
}

.carousel__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  height: 4rem;
  width: 4rem;
  border: none;
  border-radius: 50%;
  background-color: var(--purple);
  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;
}

.carousel__btn--previous {
  left: 1rem;
}

.carousel__btn--previous svg {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.carousel__btn--next {
  right: 1rem;
}

.carousel__btn--next svg {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.contact-form {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2rem;
  max-width: 300px;
  margin: 4rem auto;
}

@media (min-width: 374px) {
  .contact-form {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .contact-form {
    width: 80%;
    margin: 6rem auto;
  }
}

@media (min-width: 1100px) {
  .contact-form {
    width: 50%;
    margin: 8rem auto 0;
  }
}

@media (min-width: 1600px) {
  .contact-form {
    max-width: 45rem;
  }
}

address {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

address a {
  font-weight: 600;
  color: var(--purple);
  text-decoration: none;
}

address a:hover {
  text-decoration: underline;
}

.contact-health {
  color: var(--canvas);
  position: relative;
  z-index: 2;
}

.contact-health__headline {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-health__headline {
    width: 75%;
  }
}

@media (min-width: 1100px) {
  .contact-health__headline {
    font-size: 3.5rem;
    line-height: 4rem;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .contact-health__excerpt {
    width: 75%;
  }
}

@media (min-width: 1100px) {
  .contact-health__excerpt {
    width: 40%;
  }
}

.background--health-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (min-width: 768px) {
  .background--health-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1100px) {
  .background--health-overlay {
    display: none;
  }
}

.download-app {
  margin: 2.5rem 0 6rem;
}

.download-app a:not(:last-of-type) {
  margin-right: 1rem;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .feature.feature--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.feature__content,
.feature__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature__content {
  text-align: center;
}

@media (min-width: 768px) {
  .feature__content {
    margin: 0 2rem 0 0;
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .feature__content {
    padding: 0 4rem 0 0;
  }
}

@media (min-width: 768px) {
  .feature--reverse .feature__content {
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 1100px) {
  .feature--reverse .feature__content {
    padding: 0 0 0 4rem;
  }
}

.feature__title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

@media (min-width: 1100px) {
  .feature__title {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}

.feature__image {
  border-radius: 4rem;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .feature__image {
    margin-top: 0;
  }
}

.feature__image img {
  width: 100%;
  height: auto;
}

.features-content {
  margin-bottom: 4rem;
}

@media (min-width: 1100px) {
  .features-content {
    position: relative;
    z-index: 4;
    padding: 8rem 0 2rem;
  }
}

@media (min-width: 768px) {
  .features-content p {
    width: 75%;
    margin: 0 auto 1.75rem;
  }
}

.floating-icons-wrapper {
  position: relative;
  left: 0;
}

.icon--floating {
  position: absolute;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all 8s ease;
  transition: all 8s ease;
  z-index: 3;
}

#tv {
  display: none;
}

@media (min-width: 1100px) {
  #tv {
    display: inline;
    left: 72%;
    top: -4rem;
    -webkit-animation-name: tv;
            animation-name: tv;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
}

#laptop {
  display: none;
}

@media (min-width: 1100px) {
  #laptop {
    display: inline;
    left: 5%;
    top: 10rem;
    -webkit-animation-name: laptop;
            animation-name: laptop;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
}

#headphones {
  display: none;
}

@media (min-width: 1100px) {
  #headphones {
    display: inline;
    left: 20%;
    top: -4rem;
    -webkit-animation-name: headphones;
            animation-name: headphones;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}

#earpods {
  display: none;
}

@media (min-width: 1100px) {
  #earpods {
    display: inline;
    left: 50%;
    top: 24rem;
    -webkit-animation-name: earpods;
            animation-name: earpods;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}

#mobile {
  display: none;
}

@media (min-width: 1100px) {
  #mobile {
    display: inline;
    left: 70%;
    top: 16rem;
    -webkit-animation-name: mobile;
            animation-name: mobile;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}

#speaker {
  display: none;
}

@media (min-width: 1100px) {
  #speaker {
    display: inline;
    left: 40%;
    top: 4rem;
    -webkit-animation-name: speaker;
            animation-name: speaker;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}

@-webkit-keyframes tv {
  0% {
    top: -8rem;
  }
  50% {
    top: -6rem;
  }
  100% {
    top: -8rem;
  }
}

@keyframes tv {
  0% {
    top: -8rem;
  }
  50% {
    top: -6rem;
  }
  100% {
    top: -8rem;
  }
}

@-webkit-keyframes laptop {
  0% {
    top: 10rem;
  }
  50% {
    top: 12rem;
  }
  100% {
    top: 10rem;
  }
}

@keyframes laptop {
  0% {
    top: 10rem;
  }
  50% {
    top: 12rem;
  }
  100% {
    top: 10rem;
  }
}

@-webkit-keyframes headphones {
  0% {
    top: -4rem;
  }
  50% {
    top: -2rem;
  }
  100% {
    top: -4rem;
  }
}

@keyframes headphones {
  0% {
    top: -4rem;
  }
  50% {
    top: -2rem;
  }
  100% {
    top: -4rem;
  }
}

@-webkit-keyframes earpods {
  0% {
    top: 30rem;
  }
  50% {
    top: 28rem;
  }
  100% {
    top: 30rem;
  }
}

@keyframes earpods {
  0% {
    top: 30rem;
  }
  50% {
    top: 28rem;
  }
  100% {
    top: 30rem;
  }
}

@-webkit-keyframes mobile {
  0% {
    top: 20rem;
  }
  50% {
    top: 22rem;
  }
  100% {
    top: 20rem;
  }
}

@keyframes mobile {
  0% {
    top: 20rem;
  }
  50% {
    top: 22rem;
  }
  100% {
    top: 20rem;
  }
}

@-webkit-keyframes speaker {
  0% {
    top: 4rem;
  }
  50% {
    top: 2rem;
  }
  100% {
    top: 4rem;
  }
}

@keyframes speaker {
  0% {
    top: 4rem;
  }
  50% {
    top: 2rem;
  }
  100% {
    top: 4rem;
  }
}

.footer {
  background-color: var(--canvas);
  padding: 4rem 2rem 0;
}

.footer a {
  text-decoration: none;
  font-size: 1rem;
}

.footer a:hover {
  text-decoration: none;
  color: var(--purple);
}

.footer ul {
  list-style: none;
}

.footer__navigation {
  margin: 3rem 0 3rem;
}

@media (min-width: 1100px) {
  .footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1100px) {
  .navigation--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation--secondary a {
  color: var(--coal);
}

.navigation--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}

@media (min-width: 1100px) {
  .navigation--social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}

.navigation--secondary li:not(:last-of-type),
.navigation--social li:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .navigation--secondary li:not(:last-of-type),
  .navigation--social li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.footer__meta {
  border-top: 1px solid #E7E7E6;
  padding: 2rem 0;
}

@media (min-width: 1100px) {
  .footer__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.meta__legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}

@media (min-width: 1100px) {
  .meta__legal-links {
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.meta__legal-links li:not(:last-of-type) {
  margin-right: 2rem;
}

.meta__legal-links li a {
  font-size: 0.875rem;
  color: var(--grey);
}

.meta__copyrights {
  border-top: 1px solid #E7E7E6;
  padding: 2rem 0 0;
  text-align: center;
}

@media (min-width: 1100px) {
  .meta__copyrights {
    border-top: none;
    padding: 0 0;
    text-align: right;
  }
}

.header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  width: 100%;
}

.header.expanded {
  height: 100%;
  width: 100%;
  background-color: var(--purple);
  z-index: 3;
  position: fixed;
}

.header__wrapper {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .header__wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .header__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10fr;
        grid-template-columns: 2fr 10fr;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo h1 {
  line-height: 0;
}

.header.expanded #logo {
  fill: var(--canvas);
}

#menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  background-color: var(--coal);
  border: none;
  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: 9999;
}

@media (min-width: 1100px) {
  #menu {
    display: none;
  }
}

.header.expanded #menu {
  background-color: var(--canvas);
}

.navigation {
  display: none;
  list-style: none;
}

@media (min-width: 1100px) {
  .navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 2fr;
        grid-template-columns: 8fr 2fr;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navigation.expanded {
  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-top: 6rem;
}

.navigation.expanded li {
  padding-bottom: 2rem;
  text-align: center;
}

.navigation.expanded li a {
  font-size: 1.5rem;
  color: var(--canvas);
  text-decoration: none;
}

.navigation.expanded li a:hover {
  color: var(--canvas);
}

@media (min-width: 1100px) {
  .navigation--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .navigation--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navigation a {
  text-decoration: none;
  font-size: 1rem;
}

.navigation--main li a {
  color: var(--coal);
}

.navigation--main li a:hover {
  color: var(--purple);
}

.navigation--cta a {
  border-radius: 2rem;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--coal);
  color: var(--canvas);
}

.navigation--cta a:hover {
  background-color: var(--purple);
  color: var(--canvas);
}

.header.expanded .navigation--cta a:hover {
  background-color: var(--canvas);
  color: var(--coal);
}

.header-section {
  padding-top: 12rem;
  text-align: center;
}

@media (min-width: 1100px) {
  .header-section {
    padding-top: 16rem;
  }
}

.section__headline {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .section__headline {
    font-size: 4.375rem;
    line-height: 5rem;
    width: 75%;
    margin: 0 auto 2rem;
  }
}

.section__excerpt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1100px) {
  .section__excerpt {
    width: 75%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.chapter-header {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .chapter-header {
    font-size: 3.5rem;
    line-height: 4rem;
    width: 75%;
    margin: 0 auto 2rem;
  }
}

.chapter-excerpt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

@media (min-width: 1100px) {
  .chapter-excerpt {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 75%;
    margin: 0 auto;
  }
}

.chapter-excerpt a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  color: var(--purple);
  text-decoration: none;
}

@media (min-width: 1100px) {
  .chapter-excerpt a {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 75%;
    margin: 0 auto;
  }
}

.chapter-excerpt a:hover {
  text-decoration: underline;
}

.icon-block {
  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;
  text-align: center;
}

.icon-block__image {
  margin-bottom: 1.5rem;
}

.icon-block--image img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.icon-block--icon img {
  width: 40%;
  height: auto;
  margin-bottom: 2rem;
}

.icon-block--image svg {
  margin-bottom: 1rem;
}

.icon-block__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}

.icon-block__excerpt {
  margin-top: 0;
}

.icon-block a {
  color: var(--purple);
  text-decoration: none;
}

.integration {
  position: relative;
}

.integration__image {
  aspect-ratio: 4/3;
}

.integration__image img {
  width: 100%;
  height: auto;
}

.integration__content {
  background-color: var(--canvas);
  position: absolute;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10rem;
  left: 1.5rem;
  top: 1.5rem;
  width: 12rem;
  height: 12rem;
}

@media (min-width: 768px) {
  .integration__content {
    left: 2rem;
    top: 2rem;
  }
}

@media (min-width: 1100px) {
  .integration__content {
    width: 10rem;
    height: 10rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}

.integration__title {
  margin-bottom: 0;
  width: 75%;
  font-size: 1rem;
  line-height: 1.25rem;
}

.integration__icon {
  height: 4rem;
  width: auto;
}

@media (min-width: 1100px) {
  .integration__icon {
    height: 3rem;
    margin-bottom: 0;
  }
}

.partner {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 2rem;
}

@media (min-width: 1100px) {
  .partner {
    border-radius: 4rem;
  }
}

.partner img {
  width: 100%;
  height: auto;
}

.partner--ecosystem {
  padding: 4rem 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;
}

.partner--ecosystem img {
  width: 50%;
  height: auto;
}

.elementor-post,
.post {
  position: relative;
  background-color: var(--white);
  border-radius: 2rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1100px) {
  .elementor-post,
  .post {
    border-radius: 4rem;
  }
}

@media (min-width: 1100px) {
  .elementor-post:hover{
  .post:hover {
    margin-top: -1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.elementor-post img{
    transform: scale(1.01)!important;
    -webkit-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    top: 0!important;
    left: 0!important;
    -webkit-border-top-left-radius: 64px;
-webkit-border-top-right-radius: 64px;
-moz-border-radius-topleft: 64px;
-moz-border-radius-topright: 64px;
border-top-left-radius: 64px;
border-top-right-radius: 64px;
}

.elementor-post:hover img{
    transform: scale(1.2) !important;
    -webkit-transition: all 0.5s ease!important;
  transition: all 0.5s ease!important;
}
.post:hover .post__image {
  background-size: 110% 110%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elementor-post:after,
.post::after {
  content: " ";
  position: absolute;
  background: #7f56c9;
  background: radial-gradient(circle, #7f56c9 0%, #f3eefb 100%);
  opacity: 0.8;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 200rem / 4rem;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1100px) {
    .elementor-post:after,
  .post::after {
    opacity: 1;
    bottom: -2rem;
  }
}

@media (min-width: 1100px) {
    .elementor-post:hover:after,
  .post:hover::after {
    width: 100%;
    left: 0;
    opacity: 0.4;
    bottom: -3rem;
    height: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.post__content {
  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;
  padding: 2rem;
  text-align: left;
}

.elementor-posts--thumbnail-top .elementor-post__text{
    padding: 2rem 2rem 3rem;
}

.elementor-post__title {
    margin-bottom: 13px;
    height: 55px;
    overflow: hidden;
}

.elementor-posts--skin-classic .elementor-post{
    overflow: inherit!important;
}

.elementor-post__meta-data {
    margin-bottom: 0!important;
}

@media (min-width: 1100px) {
  .post__content {
    padding: 2rem 2rem 3rem;
  }
}

.post__title {
  margin-bottom: 0.5rem;
}

.post__title a {
  font-weight: 600;
  text-decoration: none;
  color: var(--coal);
}

.post__image {
  aspect-ratio: 4/3;
  border-radius: 4rem 4rem 0 0;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.press-highlights {
  list-style: none;
  margin-top: 4rem;
}

@media (min-width: 1100px) {
  .press-highlights {
    margin-top: 6rem;
  }
}

.press-highlights li:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media (min-width: 1100px) {
  .press-highlights li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.press-highlight__title {
  line-height: 1.5rem;
  color: var(--coal);
  font-weight: 600;
}

.press-highlights li a {
  text-decoration: none;
  color: var(--coal);
}

.press-highlights li a:hover {
  text-decoration: underline;
}

.press-highlight__date {
  color: var(--purple);
  font-weight: 600;
  font-size: 0.875rem;
}

.quotes {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .quotes {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .quotes {
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 4rem;
  }
}

.quotes li {
  padding: 2rem;
  background-color: var(--canvas);
  border-radius: 2rem;
}

@media (min-width: 1100px) {
  .quotes li {
    padding: 4rem;
    border-radius: 4rem;
  }
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 2rem;
}

.quote__author {
  margin-top: 0;
  margin-left: 1rem;
}

.quote__author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.quote__author-name img.flag {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.quote__author-role {
  margin-top: 0;
}

.quote footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 4rem;
}

.quote footer img {
  width: 4rem;
  height: 4rem;
}

.spotlight {
  position: relative;
  text-align: left;
  padding: 2rem 1rem;
}

@media (min-width: 1100px) {
  .spotlight {
    padding: 4rem 2rem;
  }
}

.spotlight__icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media (min-width: 1100px) {
  .spotlight__icon {
    top: 4rem;
    right: 4rem;
  }
}

.spotlight__icon img {
  width: 8rem;
  height: 8rem;
}

.spotlight-wrapper {
  margin-top: 12rem;
}

.spotlight__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1100px) {
  .spotlight__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.recruitment-process li {
  margin-bottom: 3rem;
}

.recruitment-process h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

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

#personio-iframe {
  height: 1550px;
}

.recruitment-process a {
  font-weight: 600;
  color: var(--purple);
  text-decoration: none;
}

.recruitment-process p {
  margin-top: 0;
}

.recruitment-process .caption {
  margin-top: 0.5rem;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  list-style: none;
}

.social-media li:not(:last-of-type) {
  margin-right: 2rem;
}

.team--founders {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

@media (min-width: 1100px) {
  .team--founders {
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
}

@media (min-width: 1100px) {
  .team--founders .icon-block {
    width: 75%;
  }
  .team--founders .icon-block:first-of-type {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

.toc {
  margin: 4rem 0;
}

.toc ol {
  list-style: none;
  counter-reset: item;
}

.toc ol li {
  display: block;
}

.toc ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: var(--purple);
}

.translations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

.translations a:not(:last-of-type) {
  margin-right: 1rem;
}

.article {
  width: 92%;
  margin: 4rem auto 0;
}

@media (min-width: 768px) {
  .article {
    width: 80%;
  }
}

@media (min-width: 1100px) {
  .article {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .article {
    max-width: 45rem;
  }
}

.article h1 {
  font-size: 4.75rem;
  line-height: 5.5rem;
  font-weight: 300;
}

.article h2 {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
}

@media (min-width: 1100px) {
  .article h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.article h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (min-width: 1100px) {
  .article h3 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}

.article h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2rem;
  font-weight: 400;
}

@media (min-width: 1100px) {
  .article h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.article h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 2rem;
}

@media (min-width: 1100px) {
  .article h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
/*
.article h6, p, ul, ol {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1rem;
}
*/
.article .intro {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 1100px) {
  .article .intro {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.article ul {
  padding-left: 1rem;
  list-style: disc;
}

.article ul li:not(:last-of-type),
.article ol li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.article address {
  margin-top: 1rem;
}

.article a {
  color: var(--purple);
  font-weight: 400;
  text-decoration: none;
}

.article a:hover {
  text-decoration: underline;
}

.section--book-demo {
  padding-top: 0;
  background: #eee7fd;
  background: linear-gradient(16deg, #eee7fd 0%, #e3d5ff 15%, #fbfaf9 50%, #fbfaf9 100%);
}

.section--book-demo img {
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 374px) {
  .section--book-demo img {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section--book-demo img {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 1100px) {
  .section--book-demo img {
    height: 6.125rem;
    width: 6.125rem;
  }
}

.section--book-demo .display {
  margin-bottom: 2rem;
  font-weight: 300;
}

@media (min-width: 1100px) {
  .employee-perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.perks__excerpt,
.perks-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.perks-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 4rem;
}

@media (min-width: 1100px) {
  .perks-wrapper {
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.perks {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 2rem;
}

.perks--offset {
  margin-top: 8rem;
}

.perk {
  background-color: var(--canvas);
  border-radius: 2rem;
  padding: 4rem 2rem;
  text-align: center;
  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;
}

@media (min-width: 1100px) {
  .perk {
    border-radius: 4rem;
  }
}

.perk img {
  margin-bottom: 1rem;
}

@media (min-width: 1100px) {
  .perks__excerpt {
    padding-top: 4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1100px) {
  .perks__excerpt .chapter-header,
  .perks__excerpt .chapter-excerpt {
    text-align: left;
  }
}

.header--hearing-test-app {
  text-align: center;
  position: relative;
}

.header--hearing-test-app--overlay {
  background: #fbfaf9;
  background: linear-gradient(185deg, rgba(251, 250, 249, 0) 0%, rgba(251, 250, 249, 0) 80%, #fbfaf9 85%, #fbfaf9 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header--hearing-test-app img {
  position: relative;
  z-index: 2;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header--hearing-test-app img {
    width: 60%;
    height: auto;
  }
}

@media (min-width: 1100px) {
  .header--hearing-test-app img {
    width: 32rem;
    height: auto;
  }
}

.download {
  background-color: var(--purple);
  background-image: url("../img/background/mimi-background--purple.png");
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  color: var(--canvas);
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
  text-align: center;
  padding-top: 8rem;
}

@media (min-width: 1100px) {
  .download {
    padding-top: 12rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.download__headline {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 300;
  padding-bottom: 1rem;
}

@media (min-width: 374px) {
  .download__headline {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 768px) {
  .download__headline {
    font-size: 4.5rem;
    line-height: 5rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .download__headline {
    font-size: 5.625rem;
    line-height: 6.125rem;
  }
}

.download__disclaimer {
  padding-top: 0;
  padding-bottom: 2rem;
}

@media (min-width: 1100px) {
  .download__disclaimer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.app-higlights {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
}

@media (min-width: 1100px) {
  .app-higlights {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    margin-bottom: 12rem;
    margin-top: 6rem;
  }
}

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

.app-higlight:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

@media (min-width: 768px) {
  .app-higlight:last-of-type {
    width: 50%;
    text-align: center;
    margin: 1rem auto 0;
  }
}

@media (min-width: 1100px) {
  .app-higlight:last-of-type {
    grid-column: auto;
    width: 100%;
    margin: 0 auto 0;
  }
}

.highlight__excerpt {
  width: 80%;
  text-align: center;
  margin: 1rem auto 0;
}

.section--hearing-well {
  position: relative;
  left: 0;
  margin-bottom: 24rem;
}

@media (min-width: 1100px) {
  /*.section--hearing-well .elementor-container{
    height: auto!important;
    background-image: url("http://mimi.sohocreative.eu/wp-content/themes/hello-theme-child/img/mimi-demo.jpg");
    border-radius: 4rem;
    padding: 5%;
  }
  
  */

}


.section--hearing-well .display {
  position: relative;
  z-index: 2;
  max-width: 15ch;
}

.hearing-well {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
/*
@media (min-width: 374px) {
  .hearing-well {
    top: 24.0625rem;
  }
}

@media (min-width: 768px) {
  .hearing-well {
    top: 20.9375rem;
  }
}



@media (min-width: 1100px) {
  .hearing-well {
    top: 28rem;
  }
}
*/
/*

@media (min-width: 768px) {
  .hearing-well__demo {
    background-image: url("img/mimi-demo.jpg");
    width: 95%;
    margin: 0 auto;
    border-radius: 2rem;
    height: 36rem;
  }
}

@media (min-width: 1100px) {
  .hearing-well__demo {
  background-image: url("img/mimi-demo.jpg");
    height: 48rem;
    border-radius: 4rem;
  }
}
*/
.hearing-well__demo-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .hearing-well__demo-overlay {
    display: none;
  }
}

/*
@media (min-width: 768px) {
  .demo {
    width: 84%;
  }
}
*/ 

@media screen and (max-width: 1400px) {
  .section--hearing-well h2, .section--hearing-well p{
    max-width: 90%;
  }

  .elementor-2 .elementor-element.elementor-element-305449d > .elementor-widget-container,
  .elementor-2 .elementor-element.elementor-element-c386985 > .elementor-widget-container{
    margin: 0!important;
  }

}

.demo {
  width: 100%; 
  padding-top: 100px;
}

@media (min-width: 768px) {
  .demo__excerpt {
    width: 50%;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1100px) {
  .demo__excerpt {
    margin-bottom: 6rem;
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}

.section--hearing-wellbeing-platform {
  background-color: var(--purple);
  background-image: url("../img/background/mimi-background--purple.png");
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -4rem;
  padding-top: 12rem;
  color: var(--canvas);
}

.platform__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 2rem;
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .platform__features {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .platform__features {
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
    margin: 6rem 0;
  }
}

.platform__icon-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .platform__icon-blocks {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 4rem;
  }
}

@media (min-width: 1100px) {
  .platform__icon-blocks {
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
    margin-top: 4rem;
  }
}

.section--intro {
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../img/mimi-symbol.png");
  background-repeat: no-repeat;
  background-position: 100% 6rem;
  background-size: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .section--intro {
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .section--intro {
    background-size: 40rem;
  }
}

.intro__title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 300;
  max-width: 10ch;
  margin: 0 auto 1rem;
}

@media (min-width: 374px) {
  .intro__title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media (min-width: 768px) {
  .intro__title {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .intro__title {
    font-size: 5.625rem;
    line-height: 6.125rem;
  }
}

.intro__excerpt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .intro__excerpt {
    max-width: 70%;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .intro__excerpt {
    max-width: 55%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.intro__partners li img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=styles.css.map */


