/** Shopify CDN: Minification failed

Line 193:3 Expected "}" to go with "{"

**/
 .banner {
    min-height: 33vw;
    flex-direction: row;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #23314e;
    margin: auto;
  }

.main-banner-wrapper{
    background-color: rgba(var(--color-foreground),.1);
    background-color: #eeedf0;
}

.banner__box.color-background-1{
    background-color: transparent ;
    text-align: left;
}
.banner__media.media {
    background-color: #eeedf0!important;
}
.banner__media.media img{
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    left: auto;
    max-height: 100%;
}

.home-banner__description-wrapper{
    margin-left: 7%;
}

h2.banner__heading.h1 {
    font-size: 40px;
    line-height: 1.2em;
    font-family: var(--font-heading-family);
    text-transform: initial;
    font-weight: 900;
}

.banner__box.color-background-1 .banner__buttons{
    transform:inherit;
}

.banner__buttons a {
    background: #23314e;
    border-color: #23314e;
    height: 40px;
    color: #fff;
    border-radius: 0;
    padding:0px 20px;
    letter-spacing:0px;
}

.banner__text p{
    color: rgb(var(--color-base-text));
    line-height: 1.4em;
    margin: 16px 0 32px;
}
@media (max-width:990px) {
    .banner__box.color-background-1{
        min-width: 375px;
        padding: 10px 20px 15px;
        background: #ffffffe0;
    }

@media (min-width: 768px) {
    .banner__box {
        padding: 4rem;
        width: 500px;
    }
}

@media (max-width:990px) {
    .banner__box.color-background-1{
        padding: 10px 20px 15px;
    }

}
@media  (max-width: 1280px){

    .home-banner__description-wrapper {
        margin-left: 5%;
    }

    h2.banner__heading span span{
        white-space: nowrap;    
    }
} 

@media  (max-width: 768px){
    .home-banner__description-wrapper{
         display:none;
    }
    
    .banner{
        min-height:125px;
    }
}
@media  (min-width: 768px){
    .banner.banner--adapt::before {
        display:none!important;
    }
}

.banner_media.media.mobile_banner {
    width:100%;
    height: 140vw;
  }
  
  .banner_media.media.mobile_banner img {
    max-height: 100%;
    max-width: 100%;
  }
  .banner-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  @media (max-width:768px) {
  
    .home-banner__description-wrapper {
        display: flex;
        flex-flow:column nowrap;
        position:absolute;
        top: 0;
        bottom: 0;
        left:0;
        right:0;
        margin:auto;
    }
    .banner__box.color-background-1 {
        width:100%;
        height: 100%;
        background: transparent;
        text-align: center;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .banner-stars {
        justify-content: center;
        margin-top: 27px;
        margin-bottom:20px;
    }

    .features {
        display: none;
    }
    .banner-stars .stars-mark-wrapper span {
        font-size: 18px;
        line-height: 18px;
        color: #23314e;
    }
    h2.banner__heading.h1 {
        font-size: 30px;
        font-weight: 900;
        margin-top:0;
        margin-bottom:8px;
        flex: 0 1 auto;
    }
    .banner__text {
        margin-top: 0;
        flex: 0 1 auto;
        margin-bottom: auto;
    }
    
    .banner__box .banner__buttons {
        margin-bottom: 10px;
        width: 100%;
    }

    .banner__box .banner__buttons a {
        width: 100%;
    }

    .banner__text p {
        margin:0;
    }

  }