
  .benefits-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 40px auto 0;
    padding: 15px;
  }

  .benefits-container > div {
    height: 100%;
  }

  .benefits-container > .left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1 1 60%;
    margin-right: 3em;
  }

    .benefits-container > .left h1 {
      transform: translate(50px, 0px);
      font-size: 50px;
      margin-bottom: 0;
    }

    /* --------------------- List Container --------------------------- */
    .benefits-container .list-container {
      width: 100%;
      max-width: 650px;
      margin: 0 auto;
      padding-right: 15px;
    }

    .benefits-container .list-container .item {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-bottom: 2em;
    }

    /* --------------------- List Heading ------------------------ */
    .benefits-container .list-container .item__heading {
      display: flex;
      align-items: center;
    }

    .item__heading::after {
      content: "";
      position: absolute;
      width: 110%;
      height: 39px;
      transform: translateY(6px);
      background: linear-gradient(-90deg, rgba(44, 14, 69, 0.05) 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.08) 22.46%, rgba(39, 12, 61, 0.06) 33.5%, rgba(9, 3, 14, 0.09) 100%);
      z-index: 1;
    }

    .benefits-container .list-container .item__heading h3 {
      font-size: 63px;
      margin-right: 0.5em;
      font-weight: bolder;
      letter-spacing: -3px;
      transform: translate(-8px, -9px);
      z-index: 2;
    }

    .benefits-container .list-container .item__heading h2 {
      font-size: 25px;
      margin-bottom: 0;
      margin-top: 10px;
      color: #2C0E45;
      z-index: 2;
    }

    .benefits-container .list-container .item__description {
      max-width: 533px;
      margin-left: auto;
    }

  .benefits-container .two-buttons {
    display: flex;
    justify-content: center;
  }

    .benefits-container .two-buttons > a:first-of-type {
      margin-right: 35px;
    }

  .benefits-container > .right {
    flex: 1 1 40%;
    z-index: 2;
  }

  .benefits-container > .right img {
    border-radius: 3px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.15);
    width: 100%;
    min-width: 400px;
}

/* --------------------- 1024px ----------------------- */
@media (max-width: 1024px){

  .benefits-container > .left h1 {
    font-size: 40px;
  }

  .item__heading::after {
    width: 125%;
  }

  .benefits-container .list-container {
    padding-left: 15px;
    margin-bottom: 1em;
  }

  .benefits-container .list-container .item__heading h3 {
    font-size: 50px;
    transform: translate(-5px, -5px);
  }

  .benefits-container .list-container .item {
    margin-bottom: 1.5em;
  }

  .benefits-container .list-container .item__description {
    max-width: unset;
    margin-left: unset;
  }

}

/* ----------------- 930px ------------------- */
@media (max-width: 930px){

  .benefits-container {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-container > .right {
    min-height: 250px;
    max-height: 250px;
    width: 100%;
    flex: 1 1 100%;
  }

  .benefits-container > .right img {
    display: none;
  }

  .benefits-container > .left {
    flex: 1 1 100%;
    margin-right: 0;
    width: 100%;
  }

  .benefits-container > .left h1 {
    margin: 1em 0 0.5em;
    transform: unset;
    text-align: center;
    padding: 0;
  }

  .benefits-container .list-container {
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 0 25px;
  }

  .benefits-container .list-container .item {
    margin-bottom: 3.5em;
  }

}

/* ------------------ 600px ----------------- */
@media (max-width: 600px){

  .benefits-container {
    padding: 0;
  }

  .benefits-container > .left h1 {
    margin: 0.7em 0 0;
  }

  .benefits-container .list-container .item__heading h2 {
    font-size: 23px;
  }

  .benefits-container .list-container .item__heading h3 {
    margin-right: 19px;
    font-size: 50px;
    transform: translate(-5px, -9px);
  }

  .item__heading::after {
    width: 130%;
    left: 0;
  }

  .benefits-container .list-container {
    margin: 0;
    padding: 20px;
  }

  .benefits-container > .right {
    background-position: top left !important;
    background-size: cover !important;
  }

  .benefits-container .two-buttons {
    max-width: 370px;
    margin: 0 auto;
  }

  .benefits-container .two-buttons > a:first-of-type {
    margin-right: 15px;
  }

}

@media (max-width: 400px){

  .benefits-container .two-buttons {
    max-width: 347px;
  }

  .benefits-container .two-buttons > a:first-of-type {
    margin-right: 18px;
  }

}



  .ewc-background-text-overlay {
    display: flex;
    align-items: center;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
  }

  .ewc-background-text-overlay > div {
    flex: 1;
  }

  .ewc-background-text-overlay > div:first-of-type {
    height: 100%;
  }

  .ewc-background-text-overlay .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ewc-background-text-overlay .button {
    margin-top: 40px;
  }

  @media (min-width: 1500px) {
    .ewc-background-text-overlay {
      display: flex;
      align-items: center;
      width: 100%;
      background-color: #daadb9a6;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center top;
      position: relative;
      height: 574px;
    }

    .ewc-background-text-overlay .content-container {
      align-items: flex-start;
      padding-left: 2em;
    }
  }

  @media (max-width: 1000px) {
    .ewc-background-text-overlay {
      background-position: 22% 0% !important;
    }
  }

  @media (max-width: 750px) {

    .ewc-background-text-overlay {
        align-items: flex-start;
        background-size: cover;
        background-position: bottom center !important;
        background-image: url(//cdn.shopify.com/s/files/1/0329/7194/8163/files/m-valentines-day_37628273-94a9-48c4-8596-1eb9a727872d.progressive.jpg?v=1613084704);
        max-height: 52em;
        height: 75vh;
    }

    .ewc-background-text-overlay > div:first-of-type {
      display: none;
    }

    .ewc-background-text-overlay .content-container {
      text-align: center;
      padding-top: 13px;
    }

    .ewc-background-text-overlay .button {
      margin-top: 28px;
    } 

  }

  @media (max-width: 420px) {

    .ewc-background-text-overlay {
      height: 70vh;
      background-position: 0% 80% !important;
    }

  }

  @media (max-width: 380px) {

    .ewc-background-text-overlay {
      height: 75vh;
    }

  }


.ewc-double-promos{padding:0 15px}.ewc-double-promos .inner-container{max-width:1300px}.ewc-double-promos .inner-container>div:first-of-type{margin-right:10px}.ewc-double-promos img{border-radius:3px;background:#fff;box-shadow:2px 3px 10px rgba(0,0,0,0.15);max-width:535px;min-width:445px;width:100%}.ewc-double-promos h1,.ewc-double-promos p{text-align:center;width:100%;max-width:465px}.ewc-double-promos p{max-width:500px}.ewc-double-promos h1{margin-bottom:6px}.ewc-double-promos .text-container{margin-top:15px;padding:0 15px}.ewc-double-promos .button{margin-top:25px}.ewc-double-promos .disclaimer{font-size:18px;margin-top:8px}@media (max-width: 900px){.ewc-double-promos{padding:2em 0}.ewc-double-promos .m-col-1{flex-direction:column}.ewc-double-promos .inner-container>div:first-of-type{margin-bottom:6em}.ewc-double-promos .text-container{padding:0}.ewc-double-promos .img-container{margin-bottom:25px;padding:0;text-align:center}.ewc-double-promos h2{margin:0 auto;margin-bottom:15px;font-size:24px}.ewc-double-promos p{text-align:center;max-width:495px}.ewc-double-promos .button{margin:32px auto 0}}@media (max-width: 600px){.ewc-double-promos{padding:2em 15px;padding-bottom:0}.ewc-double-promos h1{font-size:30px}.ewc-double-promos .inner-container>div:first-of-type{margin-bottom:3em}.ewc-double-promos .img-container{margin-bottom:12px}.ewc-double-promos .img-container img{min-width:unset}.ewc-double-promos .text-container{padding:0;margin-top:-2px}.ewc-double-promos .button{font-size:17px;height:52px}}

.ewc-email{margin:9em 0 5em;background-color:#F4F3F6;padding:50px 15px;border-top:3px solid #2C0E45;border-bottom:3px solid #2C0E45;box-shadow:0px 2px 4px rgba(0,0,0,0.06)}.ewc-email input{box-shadow:0px 0px 6px rgba(0,0,0,0.1) !important;border-radius:0 !important}.ewc-email h2{font-family:"poynter-oldstyle-displayy",serif !important;font-size:28px;color:#2c0e45;margin-bottom:5px}.ewc-email p{max-width:530px;color:#2c0e45}.ewc-email .klaviyo-form{max-width:450px;min-width:380px;width:100%;padding:0 15px}.ewc-email .klaviyo-form .kgtZbf.kgtZbf{align-items:center}.ewc-email .klaviyo-form button{height:50px;padding:0px 18px !important;font-size:16px !important;letter-spacing:1.2px !important;box-shadow:0px 0px 6px rgba(0,0,0,0.1) !important;text-transform:uppercase !important}@media (max-width: 900px){.ewc-email{padding:42px 15px;margin:7em 0 5em}.ewc-email .inner-container{text-align:center}.ewc-email p{margin-bottom:25px;margin-top:8px}.ewc-email .m-col-1{flex-direction:column}}@media (max-width: 600px){.ewc-email{padding:42px 12px}}

.hide-on-mobile{display:flex !important}.show-on-mobile{display:none}#btnClick{position:absolute;top:0;display:none}body::before{content:"";display:block;width:100%;height:115px}.ewc-header{position:fixed;top:0;width:100%;z-index:999}.ewc-header,.ewc-header *{outline:none;box-sizing:border-box}.ewc-header a.button{width:141px;height:37px;padding:0;background:#ee0e42;font-weight:bold;font-size:14px;letter-spacing:0.09em;line-height:37px;text-align:center;color:#fff;border:none;border-radius:2px;text-transform:uppercase;cursor:pointer;transition:background-color 0.7s}.ewc-header a.button:hover{background-color:#c70c38}.ewc-header>.desktop-nav{flex-direction:column;width:100%}.ewc-header>.desktop-nav .arrow{width:19px;height:19px;transform:translateY(3px);font-size:18px}.ewc-header>.desktop-nav>.top-bar{display:flex;width:100%;height:80px;color:#fff}.ewc-header>.desktop-nav .inner-container{display:flex;align-items:center;justify-content:space-around;width:100%;max-width:1440px;margin:0 auto;height:100%}.ewc-header>.desktop-nav .inner-container .logo{width:100px;z-index:10}.ewc-header>.desktop-nav .inner-container .logo img.logo{position:absolute;top:0;width:100px;cursor:pointer}.ewc-header>.desktop-nav .navigation{transition:left 0.35s ease-in-out}.ewc-header>.desktop-nav .navigation>ul{display:flex;justify-content:space-around;width:100%}.ewc-header>.desktop-nav .navigation>ul>li.icon-link{display:flex;align-items:center;justify-content:center}.ewc-header>.desktop-nav .navigation>ul>li.icon-link .gift-icon{margin-right:8px}.ewc-header>.desktop-nav .navigation>ul>li:hover .submenu{display:flex;visibility:visible;opacity:1;z-index:8;width:100%;max-width:unset}.ewc-header>.desktop-nav .navigation>ul>li:not(:last-of-type){margin-right:2em}.ewc-header>.desktop-nav .navigation>ul>li>a{font-size:17px;font-weight:bold;letter-spacing:0.8px}.ewc-header>.desktop-nav .navigation>ul>li>a:hover:after{content:"";display:block;width:100%;height:70px;background-color:transparent;width:100%;position:absolute;left:0}.ewc-header>.desktop-nav .navigation>ul>li>a:before{content:"";opacity:0;position:absolute;margin-top:29px;width:0;transition:all 0.5s}.ewc-header>.desktop-nav .navigation>ul>li>a:hover:before{content:"";display:block;position:absolute;margin-top:29px;width:35px;opacity:1}.ewc-header>.desktop-nav .submenu{display:none;visibility:hidden;opacity:0;background-color:#FAFAFA;padding:35px 0;position:absolute;top:80px;left:0;box-shadow:0 3px 6px rgba(0,0,0,0.16);width:100%;transition:opacity 0.5s}.ewc-header>.desktop-nav .submenu.inner-container{align-items:center;justify-content:center;height:auto}.ewc-header>.desktop-nav .submenu.inner-container ul{display:flex;flex-direction:column;flex-wrap:wrap;max-height:170px}.ewc-header>.desktop-nav .submenu.inner-container li{margin-right:50px}.ewc-header>.desktop-nav .submenu.inner-container li a{color:#2c0e45;font-size:17px;font-weight:bold;letter-spacing:0.8px}.ewc-header>.desktop-nav .submenu.inner-container li:not(:last-child){margin-right:2em}.ewc-header>.desktop-nav .bottom-bar{display:flex;align-items:center;width:100%;height:35px}.ewc-header>.desktop-nav .bottom-bar .inner-container{display:flex;align-items:center;justify-content:space-around;width:100%;max-width:1160px;margin:0 auto}.ewc-header>.desktop-nav .bottom-bar .inner-container.showCenter{opacity:1}.ewc-header>.desktop-nav .bottom-bar .inner-container>div{line-height:1em}.ewc-header>.desktop-nav .bottom-bar .inner-container .selected-center{display:flex;align-items:center;transition:all 0.5s}.ewc-header>.desktop-nav .bottom-bar .inner-container>.open-locations-menu{display:flex;align-items:center;cursor:pointer}.ewc-header>.desktop-nav .bottom-bar .inner-container>.open-locations-menu>div{display:flex;align-items:center}.ewc-header>.desktop-nav .bottom-bar .inner-container>.open-locations-menu>div:not(:last-child){margin-right:10px}.ewc-header>.desktop-nav .bottom-bar .inner-container>.open-locations-menu .location-icon{width:12px;height:18px}.ewc-header>.desktop-nav .bottom-bar .inner-container .social{display:flex;align-items:center}.ewc-header>.desktop-nav .bottom-bar .inner-container .social>a{display:flex;font-size:16px;font-weight:600}.ewc-header>.desktop-nav .bottom-bar .inner-container .social>a:not(:last-child){margin-right:10px}.ewc-header>.desktop-nav .bottom-bar .inner-container .social .arrow{transform:translate(5px, 1px)}.ewc-header>.desktop-nav .bottom-bar .inner-container .social .icon{width:20px;height:20px}.ewc-header>.desktop-nav .bottom-bar .inner-container .auth{display:flex;align-items:center}.ewc-header>.desktop-nav .bottom-bar .inner-container .auth div{display:flex}.ewc-header>.desktop-nav .bottom-bar .inner-container .auth a{font-size:16px;font-weight:600}@media (max-width: 900px){.hide-on-mobile{display:none !important}.show-on-mobile{display:block}body::before{content:"";display:block;width:100%;height:120px}.ewc-header>.mobile-nav{width:100%}.ewc-header>.mobile-nav .top-header{display:flex;align-items:center;justify-content:space-around;height:90px}.ewc-header>.mobile-nav .top-header .right{display:flex;align-items:center;justify-content:space-between;min-width:225px}.ewc-header>.mobile-nav .top-header .logo{width:86px}.ewc-header>.mobile-nav .top-header img.logo{width:100%;max-width:90px}.ewc-header>.mobile-nav .location-bar{display:flex;align-items:center;justify-content:center;width:100%;line-height:1em;padding:2px 5px 4px 5px}.ewc-header>.mobile-nav .location-bar .selected-center-mob{display:flex;align-items:center;opacity:1;transition:all 0.5s}.ewc-header>.mobile-nav .location-bar .selected-center-mob.showCenter{opacity:1}.ewc-header>.mobile-nav .location-bar .arrow{height:22px;margin-left:5px;transform:translateY(3px);font-size:18px}.ewc-header>.mobile-nav .mobile-menu{position:absolute;top:0;margin-top:90px;left:100%;visibility:hidden;background-color:#fff;width:100%;height:100%;overflow:hidden;transition:all 0.5s}.ewc-header>.mobile-nav .mobile-menu.open{left:0;visibility:visible}.ewc-header>.mobile-nav .mobile-menu li.close-submenu{display:flex;align-items:center;justify-content:flex-start;padding:15px 20px;color:#2c0e45;width:100%;font-weight:600;font-size:19px}.ewc-header>.mobile-nav .mobile-menu>ul{height:calc(100% - 90px);position:relative}.ewc-header>.mobile-nav .mobile-menu>ul li{display:flex;align-items:center;border-bottom:1px solid #bfbfbf}.ewc-header>.mobile-nav .mobile-menu>ul li.icon-link{display:flex;align-items:center;justify-content:center}.ewc-header>.mobile-nav .mobile-menu>ul li.icon-link a{justify-content:flex-start}.ewc-header>.mobile-nav .mobile-menu>ul li.icon-link .gift-icon{margin-right:18px}.ewc-header>.mobile-nav .mobile-menu>ul li a{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;color:#2c0e45;width:100%;font-weight:600;font-size:19px}.ewc-header>.mobile-nav .mobile-menu>ul li a .arrow{height:23px}.ewc-header>.mobile-nav .mobile-menu .account_links{display:flex;flex-direction:column;justify-content:space-around;border-bottom:0}.ewc-header>.mobile-nav .mobile-menu .account_links p:not(:last-of-type){margin-bottom:15px}.ewc-header>.mobile-nav .mobile-menu .account_links .auth{display:flex;align-items:center;justify-content:center;padding:10px 0}.ewc-header>.mobile-nav .mobile-menu .account_links .auth>div{display:flex}.ewc-header>.mobile-nav .mobile-menu .account_links .auth>div:not(:last-child){margin-right:40px;margin-bottom:3px}.ewc-header>.mobile-nav .mobile-menu .account_links .auth a{background-color:#fff;color:#2c0e45;border:2px solid #2c0e45;padding:10px 33px 13px;border-radius:1px;font-size:19px;line-height:1em}.ewc-header>.mobile-nav .mobile-menu .account_links .auth .sign-up a{border:2px solid #2c0e45;background-color:#2c0e45;color:#fff}.ewc-header>.mobile-nav .mobile-menu .account_links .social{display:flex;align-items:center;justify-content:center;border-bottom:none !important;max-width:268px;margin:0 auto;margin-top:2px}.ewc-header>.mobile-nav .mobile-menu .account_links .social>a{display:flex}.ewc-header>.mobile-nav .mobile-menu .account_links .social>a:not(:last-child){margin-right:20px}.ewc-header>.mobile-nav .mobile-menu .account_links .social .icon{width:35px;height:35px}.ewc-header>.mobile-nav .mobile-menu .submenu{display:flex;visibility:hidden;flex-direction:column;position:absolute;left:100%;top:0;background-color:#fff;width:100%;height:100%;transition:all 0.5s}.ewc-header>.mobile-nav .mobile-menu .submenu.open{left:0;visibility:visible}.ewc-header>.mobile-nav .mobile-menu .submenu li.close-submenu{display:block}.ewc-header>.mobile-nav .mobile-menu .submenu li.close-submenu a{justify-content:flex-start;margin-right:15px}.ewc-header>.mobile-nav .mobile-menu .submenu img.arrow{-webkit-transform:scaleX(-1) translateY(4px);transform:scaleX(-1) translateY(4px);margin-right:15px;height:23px}.menu-wrapper{width:40px;height:27px;cursor:pointer}.hamburger-menu,.hamburger-menu:after,.hamburger-menu:before{width:40px;height:3px}.hamburger-menu{position:relative;transform:translateY(12px);background:#fff;transition:all 0ms 300ms}.hamburger-menu.animate{background:rgba(255,255,255,0)}.hamburger-menu:before{content:"";position:absolute;left:0;bottom:12px;background:#fff;transition:bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1)}.hamburger-menu:after{content:"";position:absolute;left:0;top:12px;background:#fff;transition:top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1)}.hamburger-menu.animate:after{top:0;transform:rotate(45deg);transition:top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)}.hamburger-menu.animate:before{bottom:0;transform:rotate(-45deg);transition:bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)}}.ewc-header .desktop-nav .search{display:flex;align-items:center;justify-content:center}.ewc-header .desktop-nav .search img.search-icon{width:18px;height:18px;max-width:18px;cursor:pointer}.ewc-header .desktop-nav .search .search-form{text-align:center;position:relative;width:200px;display:block;margin:0 auto}.ewc-header .desktop-nav .search .search-form .search-icon{position:absolute;top:11px;left:11px}.ewc-header .desktop-nav .search .predictive-results{width:330px}.ewc-header .desktop-nav .search .result-info{width:100%}.ewc-header .desktop-nav .search input#q{margin:0 auto;max-width:200px;width:100%;height:39px;padding:0 20px 0 38px;border-radius:2px !important;outline:none;font-size:17px}.ewc-header .desktop-nav .search input#q:focus{border:1px solid #2c0e45;transition:0.35s ease;color:#2c0e45}.ewc-header .desktop-nav .search input#q:focus::-webkit-input-placeholder{transition:opacity 0.45s ease;opacity:0}.ewc-header .desktop-nav .search input#q:focus::-moz-placeholder{transition:opacity 0.45s ease;opacity:0}.ewc-header .desktop-nav .search input#q:focus:-ms-placeholder{transition:opacity 0.45s ease;opacity:0}.ewc-header .mobile-nav .search{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #bfbfbf}.ewc-header .mobile-nav .search .search-form{text-align:center;position:relative;width:100%;display:block;margin:0 auto;padding:12px}.ewc-header .mobile-nav .search .search-form .search-icon{position:absolute;top:25px;left:25px;width:25px;height:25px;cursor:pointer}.ewc-header .mobile-nav .search .predictive-results{width:100%;left:0}.ewc-header .mobile-nav .search .result-info{width:100%}.ewc-header .mobile-nav .search input#q{margin:0 auto;width:100%;height:50px;border-radius:2px !important;padding:0px 20px 2px 50px;outline:none;font-size:19px;border:2px solid #2c0e45}.ewc-header .mobile-nav .search input#q:focus{border:3px solid #2c0e45;transition:0.35s ease;color:#2c0e45}.ewc-header .mobile-nav .search input#q:focus::-webkit-input-placeholder{transition:opacity 0.45s ease;opacity:0}.ewc-header .mobile-nav .search input#q:focus::-moz-placeholder{transition:opacity 0.45s ease;opacity:0}.ewc-header .mobile-nav .search input#q:focus:-ms-placeholder{transition:opacity 0.45s ease;opacity:0}@media (max-width: 1200px){.ewc-header .desktop-nav .navigation>ul>li:not(:last-child){margin-right:1em !important}.ewc-header .desktop-nav .navigation>ul>li a{font-size:15px}.ewc-header .desktop-nav .search input#q{max-width:150px}.ewc-header .desktop-nav .search .search-form .search-icon{left:35px}.ewc-header .desktop-nav .bottom-bar>.inner-container{max-width:755px !important}}@media (max-width: 1080px){.ewc-header .desktop-nav .bottom-bar>.inner-container{max-width:760px !important;margin:0 2em 0 auto}.ewc-header .desktop-nav .navigation>ul>li:not(:last-child){margin-right:20px !important}.ewc-header .desktop-nav .search{display:none}}

.ewc-services{padding:4em 0 15em;width:100%;position:relative}.ewc-services .nav{padding:0 15px 0 0;line-height:60px;align-self:center;width:200px;min-width:200px}.ewc-services .nav>li{font-weight:600 !important;font-size:21px !important;letter-spacing:0.02em !important;line-height:2.5em !important;text-align:left !important;color:#7A6789 !important;cursor:pointer !important !important;transition:all 1s ease-in-out !important}.ewc-services .nav>li.active{color:#2c0e45}.ewc-services .nav span{display:block}.ewc-services .service-slider{position:relative;padding:22px;min-height:625px;background:#F4F3F6;box-shadow:3px 3px 10px rgba(0,0,0,0.25);border-radius:5px;min-width:430px;width:456px;max-width:456px}.ewc-services .service-slider .service{position:absolute;display:block;visibility:hidden;opacity:0;transition:opacity 1s ease-in-out}.ewc-services .service-slider .service.active{position:relative;opacity:1;visibility:visible}.ewc-services .service-slider .service h1{font-size:32px;margin-top:10px;margin-bottom:10px;letter-spacing:1px}.ewc-services .service-slider .service img{width:100%;max-width:418px}.ewc-services .service-slider .service a{font-weight:600;font-size:22px;letter-spacing:0.5px;line-height:29px;margin-top:30px;display:block}.ewc-services .service-slider .service a.no-margin{margin-top:0 !important}.ewc-services .service-slider,.ewc-services .nav{transform:translate(6.5em, 5.5em)}.ewc-services .purple-block{width:803px;min-width:794px;height:680px;border-radius:2px;background:url(https://cdn.shopify.com/s/files/1/0329/7194/8163/files/Purple_BG_2x_68c706ab-d0c3-42bd-bbb5-bcb2c8d0f8dd.jpg?v=1602873652);background-size:cover;background-repeat:no-repeat}.ewc-services .purple-block .text-box{transform:translateX(2.5em)}.ewc-services .purple-block .text-box span{display:block;color:#F2E5D6;font-weight:600;font-size:22px;letter-spacing:0.05em;margin-bottom:5px}.ewc-services .purple-block .text-box h1{font-weight:600;font-size:55px;letter-spacing:0.05em;line-height:55px;color:#fff !important;margin-bottom:28px}.ewc-services .purple-block .text-box p{text-align:left;color:#fff !important;max-width:435px}.ewc-services .purple-block .button{margin-top:52px}@media (max-width: 1250px){.ewc-services{padding:6em 15px 10em}.ewc-services .inner-container.j-center{justify-content:flex-start}.ewc-services .service-slider,.ewc-services .nav{transform:translate(1vw, 0);z-index:3}.ewc-services .service-slider{min-width:unset;max-width:456px;width:400px}.ewc-services .purple-block{position:absolute;right:0;top:0;min-width:unset;width:30em;height:30em}}@media (max-width: 1140px){.ewc-services{padding:5em 16px 10em}.ewc-services .service-slider{min-height:600px}.ewc-services .purple-block{width:27em;height:26em}}@media (max-width: 1095px){.ewc-services{padding:0em 0px 4em}.ewc-services .inner-container{flex-direction:column;justify-content:center;align-items:center}.ewc-services .nav{display:flex;justify-content:space-around;width:100%;max-width:unset;background-color:#F4F3F6;padding:10px 140px;order:2;margin:25px 0px}.ewc-services .service-slider{order:2;background:transparent;box-shadow:none;width:100%;max-width:800px;text-align:center;padding:0 15px}.ewc-services .service-slider,.ewc-services .nav{transform:translate(0, 0)}.ewc-services .service h1{margin-bottom:4px}.ewc-services .service img{width:100%;max-width:475px}.ewc-services .service p{max-width:570px;margin:0 auto}.ewc-services .service a{margin-top:25px}.ewc-services .purple-block{position:relative;background:none !important;background-image:none !important;order:1;width:100%;height:auto}.ewc-services .purple-block .button{display:none}.ewc-services .purple-block .text-box{transform:translateX(0);text-align:center;max-width:600px;width:100%}.ewc-services .purple-block .text-box span{margin-right:8px}.ewc-services .purple-block .text-box span,.ewc-services .purple-block .text-box h1{font-family:"poynter-oldstyle-display",serif !important;font-size:40px !important;color:#2c0f44 !important;display:inline-block}.ewc-services .purple-block .text-box h1{margin-bottom:6px}.ewc-services .purple-block .text-box p{text-align:center;color:#2c0f44 !important;max-width:unset;width:100%;margin:0 auto;padding:0 7px}}@media (max-width: 900px){.ewc-services{padding:0em 0px 1em}.ewc-services .nav{padding:10px 2px !important}.ewc-services .purple-block .text-box h1,.ewc-services .purple-block .text-box span{font-size:35px !important}}@media (max-width: 600px){.ewc-services{padding:2em 0 0}.ewc-services .nav>li{font-size:18px}.ewc-services .service-slider .service h1{font-size:34px}}

.ewc-two-columns{padding:4em 15px 6em}.ewc-two-columns .tagline{color:#ee0e42;margin-bottom:5px}.ewc-two-columns img{border-radius:3px;background:#fff;box-shadow:2px 3px 10px rgba(0,0,0,0.15);min-width:500px;max-width:630px;width:100%}.ewc-two-columns .img-container{padding:0 15px}.ewc-two-columns .text-container{padding:0 15px}.ewc-two-columns p{max-width:508px}.ewc-two-columns .button{margin-top:40px}.ewc-two-columns .disclaimer{font-size:18px;margin-top:8px}@media (max-width: 900px){.ewc-two-columns{padding:3em 15px 6em}.ewc-two-columns .a-center-mob{align-items:center}.ewc-two-columns .m-col-1{flex-direction:column}.ewc-two-columns .text-container{padding:0}.ewc-two-columns .img-container{margin-bottom:25px;padding:0;text-align:center}.ewc-two-columns .img-container img{min-width:unset}.ewc-two-columns h1{text-align:center}.ewc-two-columns h2{text-align:center;margin:0 auto;margin-bottom:15px}.ewc-two-columns p{text-align:center;max-width:620px}.ewc-two-columns .button{margin:32px auto 0}}@media (max-width: 600px){.ewc-two-columns{padding:1.4em 15px 4em}.ewc-two-columns .img-container{margin-bottom:12px;padding:0}}

.ewc-two-columns-slider{padding:4em 15px 6em}.ewc-two-columns-slider .quote{width:calc(100% - 3em);margin:0 auto;background:#f4f3f6;box-shadow:0px 3px 6px rgba(0,0,0,0.16);padding:1em 2em;transform:translateY(-50%);font-size:18px}.ewc-two-columns-slider .quote p{margin-top:10px;font-size:18px;font-weight:700}.ewc-two-columns-slider .tagline{color:#ee0e42;margin-bottom:5px}.ewc-two-columns-slider .slick-slider{width:100%;max-width:555px;margin:0 auto}.ewc-two-columns-slider .slick-dots{transform:translateY(-3.5em)}.ewc-two-columns-slider img{border-radius:3px;background:#fff;box-shadow:2px 3px 10px rgba(0,0,0,0.15);min-width:500px;max-width:550px;width:100% !important;margin:0 auto}.ewc-two-columns-slider .text-container{padding:0 15px;width:45%;transform:translateY(-70px)}.ewc-two-columns-slider p{max-width:508px}.ewc-two-columns-slider .button{margin-top:40px}.ewc-two-columns-slider .disclaimer{font-size:18px;margin-top:8px}@media (max-width: 900px){.ewc-two-columns-slider{padding:3em 15px 6em}.ewc-two-columns-slider .slick-dots{transform:translateY(-5.5em)}.ewc-two-columns-slider .a-center-mob{align-items:center}.ewc-two-columns-slider .m-col-1{flex-direction:column}.ewc-two-columns-slider .text-container{padding:0;width:100%;transform:translateY(0)}.ewc-two-columns-slider h1{text-align:center}.ewc-two-columns-slider h2{text-align:center;margin:0 auto;margin-bottom:15px}.ewc-two-columns-slider p{text-align:center;max-width:620px}.ewc-two-columns-slider .button{margin:32px auto 0}}@media (max-width: 600px){.ewc-two-columns-slider{padding:1.4em 15px 4em}.ewc-two-columns-slider .quote{width:calc(100% - 1.5em);padding:0.5em 1em}.ewc-two-columns-slider .slick-dots{transform:translateY(-3.5em)}.ewc-two-columns-slider .text-container{transform:translateY(-1.5em)}}



  .st-patricks-day {
    position: relative;
    text-align: center;
    background-color: #F3F1F3;
    padding: 25px 0;
    overflow: hidden;
  }

  .st-patricks-day .overlay-container {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .st-patricks-day .overlay-container > div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .st-patricks-day img {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
  }

  @media (min-width: 750px){
    .st-patricks-day {
      margin-top: 0;
    }
  }

  @media (max-width: 600px){

    .st-patricks-day .overlay-container > div:last-child {
        display: none;
    }

    .st-patricks-day .overlay-container > div {
        width: 100%;
    }

    .st-patricks-day .overlay-container > div {
        align-items: flex-end;
    }

  }

  @media (min-width: 0px) and (max-width: 749px) {
    .st-patricks-day {
      margin-top: -35px;
    }
  }



.testimonials * {
    outline: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.testimonials {
    display: block !important;
    background: url(https://cdn.shopify.com/s/files/1/0329/7194/8163/files/purple-bg_2x_07f78295-ee7a-4c2d-81c5-a208925b3b24.jpg?v=1595452349)
        no-repeat;
    background-size: cover;
    padding: 55px 0;
    width: 100% !important;
}

.testimonials .card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #fff;
    padding: 25px 40px;
    margin: 0 25px;
    border-radius: 5px;
    opacity: 0.6;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.testimonials .slick-active .card {
    opacity: 1 !important;
}

.testimonials > .top {
    color: #fff;
    margin-left: 30px;
    margin-bottom: 50px;
}

.testimonials .card > .top {
    color: #2c0e45;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 30px !important;
}

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

.testimonials img.profile-icon {
    width: 45px !important;
}

.testimonials .bottom strong {
    margin-left: 15px !important;
}

.testimonials .top h1,
.testimonials .top p {
    color: #fff !important;
}

.testimonials .top h1 {
    font-size: 54px;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.testimonials .top p {
    font-size: 24px;
    letter-spacing: 1px;
}

.testimonials .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.testimonials .arrow-left {
    margin-right: 20px;
}

@media (min-width: 768.1px) {

    .testimonials .card {
        width: 650px !important;
        height: 250px !important;
    }

}

@media (min-width: 500px) and (max-width: 768px) {
    .testimonials .card {
        width: 650px !important;
        height: 288px !important;
    }

    .testimonials {
        padding: 40px 0;
    }

    .testimonials .card {
        width: 450px !important;
        height: 350px !important;
    }

    .testimonials .top h1 {
        font-size: 45px;
    }

    .testimonials .top p {
        font-size: 20px;
    }
}

@media (max-width: 500px) {

    .testimonials {
        padding: 40px 0;
    }

    .testimonials .top h1 {
        font-size: 33px;
    }

    .testimonials .top p {
        font-size: 18px;
    }

    .testimonials .card {
        width: 340px !important;
        height: auto !important;
        padding: 23px;
    }

    .testimonials > .top {
        margin: 0 auto;
        margin-bottom: 35px;
        margin-left: 0px;
        text-align: center;
    }

    .testimonials .arrows {
        margin-top: 30px;
    }

}


  {{ 'slick.css' | asset_url | stylesheet_tag }}
  {{ 'slick-theme.css' | asset_url | stylesheet_tag }}
