/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 747:0 Unexpected "<"

**/
/* ===============================
   HORIZONAL MEDIA CUSTOM STYLES
   =============================== */
<style>

body{
  background:lime !important;
}

/* =====================
   LARGE DESKTOP
   ===================== */
@media (min-width:1600px){

  .hm-hero-wrap{
      max-width:1600px;
      gap:100px;
  }

  .hm-hero-content h1{
      font-size:clamp(60px,4vw,82px);
  }

  .hm-book img{
      height:460px;
  }

}

/* Base CSS = Desktop (1025px+) */

.hm-hero-v4{
  padding:100px 0;
  background: #fff;
  overflow:hidden;
}

.hm-hero-wrap{
    max-width:1400px;
    margin:auto;
    margin-top:70px;
    margin-bottom:0px;
    padding:0 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.hm-hero-left{
    flex:1;
    max-width:620px;
}

.hm-hero-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    /*justify-content:center;*/
    
}

.hm-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:#f5efe1;
  color:#b48c3c;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  margin-top:20px;
  margin-bottom:24px;
}

.hm-hero-content h1{
  font-size:clamp(42px,5vw,70px);
  line-height:1.05;
  color:#10284d;
  font-weight:800;
  margin:0 0 24px;
}

.hm-hero-content p{
  font-size:18px;
  line-height:1.8;
  color:#667487;
  max-width:600px;
  margin-bottom:32px;
}

.hm-hero-buttons{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  flex-wrap:wrap;
}

.hm-btn-primary{
  background:#10284d;
  color:#fff;
  text-decoration:none;
  padding:15px 26px;
  border-radius:10px;
  font-weight:700;
}

.hm-btn-link{
  color:#10284d;
  text-decoration:none;
  font-weight:700;
}

.hm-book-shelf{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:0;
    position:relative;
    margin-bottom:20px;
}

.hm-book{
    transition:all .35s ease;
}

.hm-book img{
    display:block;
    width:100%;
    height:auto;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* Left */

.hm-book-left{
    width:190px;
   transform:translateY(15px);
    }

/* Hero */

.hm-book-featured{
    width:260px;
    z-index:5;
}

/* Right */

.hm-book-right{
    width:190px;
    transform:translateY(15px); 

/* Far Right */
}
.hm-book-small{
    width:170px;
    transform:translateY(35px);
}

.hm-book{
    transition:transform .35s ease;
}

.hm-book:hover{
    transform:translateY(-10px);
}

.hm-trust-row{

  display:flex;
    justify-content:space-evenly;
    align-items:center;

    width:100%;
    max-width:760px;
    margin-top:130px;
}

.hm-trust-item{

  display:flex;
    align-items:center;
    gap:8px;

    white-space:nowrap;
}

.hm-trust-icon svg{

  width:25px;
  height:20px;
}


/* 3. Tablet */
@media screen and (max-width:1024px){

  .hm-hero-v4{
    padding:70px 0;
  }

  .hm-hero-wrap{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:50px;

    max-width:900px;

    margin-top:20px;
  }

  .hm-hero-left{
    max-width:800px;
    width:100%;
    margin:0 auto;
  }

  .hm-hero-right{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .hm-badge{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    margin:40px auto 55px;
  }

  .hm-hero-content h1{
    font-size:56px;
    line-height:1.05;
    max-width:800px;
    margin:0 auto 24px;
  }

  .hm-hero-content p{
    max-width:600px;
    margin:0 auto 50px;
  }

  .hm-hero-buttons{
    justify-content:center;
  }

  .hm-book-shelf{
    justify-content:center;
    gap:0;
  }

  .hm-book-left{
    width:130px;
  }

  .hm-book-featured{
    width:190px;
  }

  .hm-book-right{
    width:130px;
  }

  .hm-book-small{
    width:110px;
  }

  .hm-trust-row{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:24px;

    max-width:100%;

    margin-top:65px;
  }
}

/* 4. Mobile */
@media screen and (max-width:767px){

  .hm-hero-v4{
    padding:35px 0 45px;
  }

  .hm-hero-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:25px;
    margin-top:0;
    padding:0 20px;
  }

  .hm-hero-left{
    width:100%;
    max-width:100%;
  }

  .hm-hero-right{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  /* Badge */

 .hm-badge{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    padding:10px 16px;

    font-size:10px;
    letter-spacing:0.8px;

    max-width:280px;
    width:auto;

    white-space:nowrap;

    margin:85px auto 25px;
}

  /* Heading */

  .hm-hero-content h1
    /*position:relative;
    font-size:58px;
    line-height:0.95;
    font-weight:800;
    margin-bottom:20px; 1st*/

   /* font-size:clamp(40px,10vw,50px);
    line-height:1.05;
    max-width:320px;
    margin:0 auto 24px;
    text-wrap:balance; 2nd */
  
    .hm-hero-content h1{
   
    font-size:clamp(42px,5vw,70px);
    font-weight:400;
}

.hm-hero-content h1::after{
    content:"";
    display:block;
    width:140px;
    height:1px;
    background:#e8dfcf;
    margin:25px auto 0;
}

  .hm-hero-content p{
   /* font-size:18px;
    line-height:1.8;
    margin-bottom:25px; */

    max-width:340px;
    margin:0 auto 35px;
    font-size:16px;
    line-height:1.7;
  }

  /* Buttons */

  .hm-hero-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
  }

  .hm-btn-primary{
    width:100%;
    max-width:320px;
    text-align:center;
  }

.hm-btn-link{
    display:block;
    margin-top:18px;
    margin-bottom:32px;

    font-size:15px;
    font-weight:600;
}
  /* Books */

  .hm-book-shelf{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:4px;
    margin-top:10px;
    margin-bottom:30px;
  }

  .hm-book-left{
    width:80px;
    transform:translateY(12px);
  }

  .hm-book-featured{
    width:130px;
  }

  .hm-book-right{
    width:80px;
    transform:translateY(12px);
  }

  .hm-book-small{
    display:none;
  }

  /* Trust */
/*
  .hm-trust-row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    margin-top:20px;
  }

  .hm-trust-item{
    display:flex;
    align-items:center;
    gap:8px;
  }

  .hm-trust-icon svg{
    width:16px;
    height:16px;
  }  */

  /*
.hm-trust-row{
    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:20px;

    width:100%;
    max-width:280px;

    margin:35px auto 0;
}

.hm-trust-item{
    display:flex;
    align-items:flex-start;
    gap:14px;

    width:100%;
}

.hm-trust-icon{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#f7f3ea;

    flex-shrink:0;
}

.hm-trust-text strong{
    display:block;

    color:#10284d;
    font-size:16px;
    font-weight:700;

    margin-bottom:3px;
}

.hm-trust-text span{
    display:block;

    color:#6f7b8f;
    font-size:14px;
    line-height:1.5;
}  */

.hm-trust-row{
    display:flex;
    flex-direction:column;
    gap:18px;
    
    max-width:270px;
    margin:25px auto 0;
}

.hm-trust-item{
    display:grid;
    align-items:start;
    grid-template-columns:38px 1fr;
    column-gap:12px;
}

.hm-trust-icon{
    width:38px;
    height:38px;
    background:red !important;
    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    border-radius:50%;

    background:#fcfbf8;
border:1px solid #f2ecdf;

    margin-top:2px;
}

.hm-trust-icon svg{
    width:18px;
    height:18px;

    display:block;

    stroke:#10284d;
}

.hm-trust-item:nth-child(1) svg{
    transform:translateY(1px);
}

.hm-trust-item:nth-child(2) svg{
    transform:translateY(0);
}

.hm-trust-item:nth-child(3) svg{
    transform:translateY(1px);
}

.hm-trust-text{
    flex:1;
    min-width:0;
    /*display:flex;
    flex-direction:column;

    text-align:left; */
}

.hm-trust-text strong{
    display:block;

    color:#10284d;

    font-size:15px;
    font-weight:700;

    line-height:1.2;

    margin-bottom:4px;
}

.hm-trust-text span{
    display:block;

    color:#6f7b8f;

    font-size:13px;
    line-height:1.45;
}

.hm-trust-item:hover{
    transform:translateX(3px);
    transition:all .25s ease;
}

/* Small Mobile */
@media screen and (max-width:480px){

  /* Hero spacing */

  .hm-hero-v4{
    padding:25px 0 40px;
  }

  .hm-hero-wrap{
    padding:0 16px;
    gap:20px;
  }

  /* Badge */

  .hm-badge{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    max-width:280px;
    width:auto;

    padding:10px 12px;

    font-size:10px;
    letter-spacing:.5px;

    white-space:normal;
    text-align:center;
  }

  /* Heading */

 /* hm-hero-content h1{
    /*font-size:44px;
    line-height:1;
    margin-bottom:18px;
  }*/
     /* font-size:clamp(36px, 9vw, 44px);
      line-height:1.05;
      text-wrap:balance;
      margin:0 auto 20px;
      max-width:320px; 


  }*/

  .hm-hero-content h1{
   position:relative;
    font-size:40px;
    line-height:1.05;
    max-width:320px;
    margin:0 auto 20px;
    text-wrap:balance;

  
  }

.hm-hero-content h1::after{
    content:"";
    display:block;
    width:120px;
    height:1px;
    background:#e7ddc9;
    margin:30px auto 0;
}

}
  /* Paragraph */

  .hm-hero-content p{
   /* font-size:16px;
    line-height:1.7;
    margin-bottom:24px;
         */

    max-width:320px;
    margin:28 auto 35px;
    font-size:16px;
    line-height:1.7;     
  }

  /* Buttons */

  .hm-hero-buttons{
    gap:12px;
    margin-bottom:25px;
  }

  .hm-btn-primary{
    width:100%;
    max-width:300px;
    text-align:center;
    padding:14px 20px;
  }

  /* Bookshelf */

  .hm-book-shelf{
    gap:4px;
    margin-bottom:25px;
  }

  .hm-book-left{
    width:65px;
    transform:translateY(8px);
  }

  .hm-book-featured{
    width:115px;
  }

  .hm-book-right{
    width:65px;
    transform:translateY(8px);
  }

  .hm-book-small{
    width:50px;
    transform:translateY(18px);
  }

  /* Trust */

  .hm-trust-row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-top:25px;
  }

  .hm-trust-item{
    font-size:14px;
  }

  .hm-trust-icon svg{
    width:14px;
    height:14px;
  }

}

</style>