/** Shopify CDN: Minification failed

Line 42:22 Expected ")" to end URL token
Line 63:22 Expected ")" to end URL token

**/
/*accordian-with-heading-section*/
.accordian-with-heading-section .inner-section {
    background: #fff;
    padding: 80px 80px 80px;
}
.accordian-with-heading-section.gray-bg {
    margin-bottom: 120px;
}
.accordian-with-heading-section.gray-bg .inner-section {
    background: #f2f2f2;
}
.accordian-with-heading-section.gray-bg .accrodian-block {
    border-top: 2px solid #fff;
}
.accordian-with-heading-section.gray-bg .accrodian-block:last-child {
    border-bottom: 2px solid #fff;
}
.accordian-with-heading-section.first .inner-section {
    padding: 160px 80px 80px;
}
.accordian-with-heading-section h3 {
    color: #171b22;
    margin-bottom: 20px;
}
.accordian-with-heading-section .accrodian-block {
    padding: 19px 30px;
    border-top: 2px solid #f2f2f2;
}
.accordian-with-heading-section .accrodian-block:last-child {
    border-bottom: 2px solid #f2f2f2;
}
.accordian-with-heading-section .accrodian-block.active .accrodian-content {
    display: block;
}
.accordian-with-heading-section .accrodian-block.active h5:before {
    background: url({{"icon-minus-dark.png"|asset_url}}) no-repeat center / 15px;
}
.accordian-with-heading-section .accrodian-block h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    cursor: pointer;
    letter-spacing: normal;
    color: #131313;
    position: relative;
    display: block;
    min-height: 22px;
}
.accordian-with-heading-section .accrodian-block h5:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 3px;
    left: -30px;
    background: url({{"icon-plus-dark.png"|asset_url}}) no-repeat center / 15px;
}
.accordian-with-heading-section .accrodian-block .accrodian-content {
    display: none;
    padding-top: 20px;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table {
    width: 100%;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table tr {
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table td {
    color: #131313;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    width: 15%;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table td:first-child {
    width: 40%;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table td:last-child {
    width: 30%;
    text-align: right;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table td h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #171b22;
}
.accordian-with-heading-section .accrodian-block .accrodian-content table td a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #ffa500;
    text-decoration: underline;
}
@media (max-width: 980px) {
    .accordian-with-heading-section .container-1180 {
        padding: 0px;
    }
    .accordian-with-heading-section .inner-section {
        padding: 80px 30px !important;
    }
    .accordian-with-heading-section .accrodian-block .accrodian-content table tr {
        flex-wrap: wrap;
        margin-bottom: 18px;
        padding-bottom: 0px;
    }
    .accordian-with-heading-section .accrodian-block .accrodian-content table tr td {
        width: 50% !important;
        margin-bottom: 5px;
        text-align: left !important;
    }
    .accordian-with-heading-section .accrodian-block .accrodian-content table tr td a {
        text-align: left !important;
    }
}
@media (max-width: 600px) {
    .accordian-with-heading-section .inner-section {
        padding: 60px 30px !important;
    }
    .accordian-with-heading-section .accrodian-block .accrodian-content table tr td {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .accordian-with-heading-section.gray-bg {
        margin-bottom: 60px;
    }
    .accordian-with-heading-section .accrodian-block .accrodian-content table td h4 {
        font-size: 18px;
        letter-spacing: 1.35px;
    }
}