/** Shopify CDN: Minification failed

Line 24:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.right_menu_nav ul li {
      margin-right: 30px;
  }
    .right_menu_nav {
      margin-left: 21em !important;
  }
.pdp-faq-section .button-wrap a{
  display: block;margin: 0 auto; 
  max-width: 300px;
  color: #000;
  background: transparent;
  border: 2px solid #002072;
  border-radius: 4px;
  padding: 15px 10px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

  @font-face {
  font-family: 'Coron';
    src: url("{{ '/cdn/shop/files/cocon.otf?v=1705316657' | file_url }}") format("otf");
}

.custom-product-sections img {
    max-width: 100%;
    vertical-align: middle;
    display: inline; 
}

  .custom-product-sections .sec3 .col{
    flex-basis: unset!important;
  }

  @media(max-width: 767px){
  .custom-product-sections .sec4 .col{
    flex-basis: unset!important;
  }
  } 

 
.sec2 {
    color: white;
    background-color: #002072;
    padding: 20px;
}

.sec2 .container {
    max-width: 1170px;
    margin: auto;
}

.sec2 .row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.sec2 .col {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sec2 p {
    font-family: 'Coron';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}




.sec3 {
    background-color: #edfaff;
    padding: 65px 0 50px;
}

.sec3 .container {
    max-width: 970px;
    margin: auto;
}

.sec3 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.sec3 p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.sec3 h3 {
    font-family: 'Coron';
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.sec3 .row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

.sec3 .col p {
    font-size: 18px;
}

.sec3 .col:nth-child(1) {
    width: 25%;
    text-align: center;
}

.sec3 .col:nth-child(1) img {
    margin-bottom: 10px;
}

.sec3 .col:nth-child(2) {
    width: 50%;
}

.sec3 .col:nth-child(3) {
    width: 25%;
}

.sec3 .col:nth-child(2) p {
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
}

.sec3 .col:nth-child(2) p:last-child {
    border: none;
}

.sec3 .col:nth-child(2) img {
    margin-left: auto;
}

.sec3 .col:nth-child(3) h3 {
    color: #002072;
}




.sec4 {
    padding: 50px 0;
}

.sec4 .container {
    max-width: 1030px;
    margin: auto;
}

.sec4 p {
    font-size: 20px;
    line-height: 1.5;
}

.sec4 .btn {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 2px solid #002072;
    width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

.sec4 h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sec4 h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.sec4 h6 {
    font-weight: 500;
    font-size: 14px;
}

.sec4 figure {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.sec4 .row {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}




.sec5 {
    background-color: #edfaff;
    padding: 50px 0 55px;
}

.sec5 .container {
    max-width: 1280px;
    margin: auto;
}

.sec5 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.sec5 p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.sec5 .container > p:nth-of-type(1) {
    margin-bottom: 45px;
}

.sec5 .btn {
    color: white;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    background-color: #ff8700;
    display: block;
    padding: 20px;
    width: 388px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sec5 .btn + p {
    font-size: 16px;
}

.sec5 .row {
    display: flex;
    align-items: center;
}

.sec5 .col:nth-child(1),
.sec5 .col:nth-child(3) {
    flex-basis: 20%;
}

.sec5 .col:nth-child(2) {
    flex-basis: 60%;
}

.sec5 .col:nth-child(3),
.sec5 .col:nth-child(3) p {
    text-align: right;
}

.sec5 .col img {
    margin-bottom: 10px;
}

.sec5 h3 {
    color: #002072;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

.sec5 .col p {
    text-align: left;
    margin-bottom: 50px;
}




.sec6 {
    padding: 70px 0 50px;
}

.sec6 .container {
    max-width: 1120px;
    margin: auto;
}

.sec6 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-bottom: 70px;
}

.sec6 p {
    font-size: 20px;
    line-height: 1.5;
}

.sec6 .btn {
    color: white;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    background-color: #ff8700;
    display: block;
    padding: 20px;
    width: 388px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sec6 .btn + p {
    font-size: 16px;
    text-align: center;
}

.sec6 article {
    border: 2px solid #002072;
    border-radius: 10px;
    margin-bottom: 35px;
}

.sec6 article > div:nth-child(1) {
    color: white;
    background-color: #002072;
    padding: 40px;
    position: relative;
}

.sec6 article > div:nth-child(1) img {
    position: absolute;
    top: 0;
    right: 80px;
    opacity: .5;
}

.sec6 h3 {
    font-size: 36px;
    line-height: 1.5;
}

.sec6 article > div:nth-child(2) {
    padding: 40px;
}

.sec6 article p {
    font-size: 18px;
}

.sec6 article > div:nth-child(2) > p {
    font-weight: 500;
    margin-bottom: 40px;
}

.sec6 figure {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
}

.sec6 figure:last-child {
    margin-bottom: 0;
}

.sec6 h4 {
    color: #002072;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
} 

.sec6 article:last-child {
    margin-bottom: 50px;
}

.sec6 article:nth-child(1) > div:nth-child(2) {
    background-image: url('/cdn/shop/files/sec6_img5.png?v=1705317629');
    background-repeat: no-repeat;
    background-position: bottom right -20px;
}

.sec6 article:nth-child(2) > div:nth-child(2) {
    background-image: url('/cdn/shop/files/sec6_img9.png?v=1705317629');
    background-repeat: no-repeat;
    background-position: bottom right -50px;
}

.sec6 article:nth-child(3) > div:nth-child(2) {
    background-image: url('/cdn/shop/files/sec6_img14.png?v=1705317629');
    background-repeat: no-repeat;
    background-position: bottom right -100px;
}



  .sec7 table tr{
    align-items: stretch;
  }

.sec7 {
    background-color: #edfaff;
    padding: 60px 0 30px;
}

.sec7 .container {
    max-width: 1040px;
    margin: auto;
}

.sec7 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    max-width: 650px;
    margin: auto;
    margin-bottom: 20px;
}

.sec7 p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 45px;
}

.sec7 b {
    font-weight: 600;
}

.sec7 table {
    width: 100%;
    margin-bottom: 70px;
    table-layout: fixed;
}

.sec7 col:nth-child(1) {
    width: 28%;
}

.sec7 col:nth-child(2) {
    width: 18%;
}

.sec7 tr:nth-child(even) {
    background-color: white;
}

.sec7 td {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
}

.sec7 td:nth-child(1) {
    text-align: left;
}

.sec7 td:nth-child(2) {
    color: #002072;
    background-color: #55c0e844;
}

.sec7 p:nth-of-type(2) {
    font-size: 18px;
    max-width: 950px;
    margin-bottom: 35px;
}

.sec7 .btn {
    color: white;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    background-color: #ff8700;
    display: block;
    padding: 20px;
    width: 388px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sec7 .btn + p {
    font-size: 16px;
}




.sec8 {
    text-align: center;
    padding: 30px 0;
}

.sec8 .container {
    max-width: 850px;
    margin: auto;
}

.sec8 img {
    margin-bottom: 20px;
}

.sec8 h3 {
    color: black;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sec8 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}




.sec9 {
    background-color: #edfaff;
    padding: 50px 0;
}

.sec9 .container {
    max-width: 1170px;
    margin: auto;
}

.sec9 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    max-width: 520px;
    margin: auto;
    margin-bottom: 20px;
}

.sec9 p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 1090px;
    margin: auto;
    margin-bottom: 20px;
}

.sec9 p b {
    font-weight: 600;
}

.sec9 .container > img {
    display: block;
    margin: 40px auto;
}

.sec9 p:nth-last-of-type(2) {
    max-width: 980px;
}

.sec9 .btn {
    color: white;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    background-color: #ff8700;
    display: block;
    padding: 20px;
    width: 388px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sec9 li {
    list-style: none;
    background-color: white;
    padding: 20px;
    border: 2px solid lightgray;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sec9 li:last-child {
    margin-bottom: 40px;
}

.sec9 li > img {
    margin-bottom: 10px;
}

.sec9 h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.sec9 li p {
    text-align: left;
    max-width: none;
    margin-bottom: 24px;
}

.sec9 figure {
    display: flex;
    vertical-align: middle;
    gap: 10px;
}

.sec9 h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.sec9 h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}




.sec10 {
    padding: 70px 0;
}

.sec10 .container {
    max-width: 1010px;
    margin: auto;
}

.sec10 h2 {
    color: #002072;
    font-family: 'Coron';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.sec10 details {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.sec10 details:last-of-type {
    border: none;
    margin-bottom: 30px;
}

.sec10 summary {
    color: #2f271d;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
}

.sec10 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sec10 .btn {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 2px solid #002072;
    width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}


@media (max-width: 768px) {
    .sec2 {
        padding: 10px;
    }

    .sec2 .row {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0;
    }

    .sec2 .col {
        flex-basis: 50%;
        padding: 15px;
        gap: 10px;
    }

    .sec2 .col:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .sec2 .col:nth-child(1),
    .sec2 .col:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .sec2 .col img {
        max-width: 25px;
    }

    .sec2 p {
        font-size: 14px;
    }




    .sec3 {
        padding: 30px 20px;
    }

    .sec3 h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec3 p {
        font-size: 18px;
    }

    .sec3 .row {
        flex-direction: column;
    }

    .sec3 .col {
        width: 100% !important;
    }

    .sec3 h3 {
        font-size: 41px;
    }




    .sec4 {
        padding: 40px 20px;
    }

    .sec4 .row {
        flex-direction: column;
        align-items: center;
    }




    .sec5 {
        padding: 40px 20px;
    }

    .sec5 h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec5 p {
        font-size: 18px;
    }

    .sec5 h3 {
        font-size: 23px;
    }

    .sec5 .row {
        flex-direction: column;
        align-items: stretch;
    }

    .sec5 .col {
        flex-basis: 100% !important;
    }

    .sec5 .col p {
        margin-bottom: 30px;
    }

    .sec5 .col:nth-child(2) {
        order: -1;
    }

    .sec5 .col:nth-child(3), .sec5 .col:nth-child(3) p {
        text-align: left;
    }

    .sec5 .col:nth-child(1) img,
    .sec5 .col:nth-child(3) img {
        float: left;
        margin-right: 10px;
    }




    .sec6 {
        padding: 40px 20px;
    }

    .sec6 h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .sec6 article > div:nth-child(1),
    .sec6 article > div:nth-child(2) {
        padding: 15px;
    }

    .sec6 h3 {
        font-size: 20px;
    }

    .sec6 h3 br {
        display: none;
    }

    .sec6 article:nth-child(1) > div:nth-child(2),
    .sec6 article:nth-child(2) > div:nth-child(2),
    .sec6 article:nth-child(3) > div:nth-child(2) {
        background-image: none;
    }

    .sec6 figure {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }




    .sec7 {
        padding: 40px 20px;
    }

    .sec7 h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec7 table {
        table-layout: auto;
    }

    .sec7 td {
        font-size: 15px;
        padding: 10px 0;
    }

    .sec7 td:nth-child(4),
    .sec7 td:nth-child(5) {
        display: none;
    }

    .sec7 col:nth-child(1) {
        width: 60%;
    }

    .sec7 col:nth-child(2) {
        width: 20%;
    }




    .sec8 {
        padding: 30px 20px;
    }

    .sec8 h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec8 h3 br {
        display: none;
    }




    .sec9 {
        padding: 30px 20px;
    }

    .sec9 h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec9 p:nth-of-type(1),
    .sec9 p:nth-of-type(2) {
        text-align: left;
    }




    .sec10 {
        padding: 40px 20px;
    }

    .sec10 h2 {
        font-size: 28px;
        line-height: 32px;
    }
}