/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/
.item-alignment--left .slide__text__wrapper{
    text-align:left;
}
.item-alignment--right .slide__text__wrapper{
    text-align:right;
}
.item-alignment--center .slide__text__wrapper{
    text-align:center;
}


@media screen and (max-width:767px){
  .item-alignment--left--mobile .slide__text__wrapper{
      text-align:left;
  }
  .item-alignment--right--mobile .slide__text__wrapper{
      text-align:right;
  }
  .item-alignment--center--mobile .slide__text__wrapper{
      text-align:center;
  }
  .item--bottom--mobile .slide__text__container{
      align-items: flex-end !important;
      justify-content: flex-start !important;
  }
  .item--top--mobile .slide__text__container{
      align-items: flex-start !important;
  }
  .item--middle--mobile .slide__text__container{
      align-items: center !important;
  }
}
@media screen and (max-width:420px){
  div .logo__image-link{
      width: 170px;
  }
}
@media screen and (max-width:360px){
  div .logo__image-link
      width: 140px;
  }
  div .mobile-menu__button {
      margin-right: 0px;
      width: 40px;
      height: 40px;
      padding: 5px;
  }
}